diff options
author | axtloss <axtlos@getcryst.al> | 2024-02-05 21:15:37 +0100 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2024-02-05 21:15:37 +0100 |
commit | ae67ea6a67c25fef305964ee34d4bf96b9da8519 (patch) | |
tree | bb4d2227ea6ec2a9b8543c7cdb39b58429cec467 /go.mod | |
parent | f1524db2c9d935daabd3b1557caf54fbdd63dde5 (diff) | |
download | fsverify-ae67ea6a67c25fef305964ee34d4bf96b9da8519.tar.gz fsverify-ae67ea6a67c25fef305964ee34d4bf96b9da8519.tar.bz2 |
add db signing to setup and switch to aead.dev/minisign
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ require ( ) require ( + aead.dev/minisign v0.2.1 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/spf13/pflag v1.0.5 // indirect golang.org/x/crypto v0.17.0 // indirect |