-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
38 lines (35 loc) · 1.49 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
module github.com/corvus-ch/horcrux
go 1.18
require (
github.com/bketelsen/logr v0.0.0-20170116012416-f3d070bdd1c5
github.com/boombuler/barcode v1.0.1
github.com/corvus-ch/logr v0.0.0-20210413064445-af2a51d190ad
github.com/corvus-ch/shamir v1.0.1
github.com/corvus-ch/zbase32 v1.0.0
github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef
github.com/martinlindhe/crc24 v0.0.0-20211021103010-6dff4d38c738
github.com/masterminds/sprig v2.22.0+incompatible
github.com/pkg/errors v0.9.1
github.com/sebdah/goldie v1.0.0
github.com/stretchr/testify v1.8.0
golang.org/x/crypto v0.0.0-20220817201139-bc19a97f63c8
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/corvus-ch/zbase32.v1 v1.0.0
)
require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.4.0 // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)