-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
24 lines (21 loc) · 865 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/cedws/ki-keyring
go 1.19
require (
github.com/RyuaNerin/go-krypto v0.0.0-20220326214000-4db7206d98c7
github.com/aead/camellia v0.0.0-20160715082721-02c306d3605b
github.com/pedroalbanese/simonspeck v0.0.0-20130820134050-78bf44ca1a5f
github.com/saferwall/pe v1.4.0
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.1
golang.org/x/arch v0.0.0-20220401014709-5424468ecbac
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/edsrzf/mmap-go v1.1.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352 // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)