diff options
author | axtloss <axtlos@getcryst.al> | 2024-02-28 23:42:26 +0100 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2024-02-28 23:42:26 +0100 |
commit | 3341bd0e945341528033ec6ebaef4f611f654ebe (patch) | |
tree | f82d4557ac097d08583e56152352cbd5abd335ea /go.mod | |
parent | 91d58f9ae9e9d9adc2e19a0b56d2b9757f6696d6 (diff) | |
download | fsverify-3341bd0e945341528033ec6ebaef4f611f654ebe.tar.gz fsverify-3341bd0e945341528033ec6ebaef4f611f654ebe.tar.bz2 |
restructure repository layout
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -1,18 +0,0 @@ -module github.com/axtloss/fsverify - -go 1.21.6 - -require ( - github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267 - github.com/spf13/cobra v1.8.0 - github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07 - go.etcd.io/bbolt v1.3.8 -) - -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 - golang.org/x/sys v0.15.0 // indirect -) |