-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathgo.mod
34 lines (31 loc) · 1.29 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
module github.com/AdRoll/hologram
go 1.17
require (
github.com/aws/aws-sdk-go v1.44.160
github.com/aybabtme/rgbterm v0.0.0-20170906152045-cc83f3b3ce59
github.com/go-ini/ini v1.67.0 // indirect
github.com/golang/protobuf v1.5.2
github.com/gopherjs/gopherjs v0.0.0-20220104163920-15ed2e8cf2bd // indirect
github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/nmcclain/asn1-ber v0.0.0-20170104154839-2661553a0484 // indirect
github.com/nmcclain/ldap v0.0.0-20210720162743-7f8d1e44eeba
github.com/peterbourgon/g2s v0.0.0-20170223122336-d4e7ad98afea
github.com/smartystreets/goconvey v1.6.4
golang.org/x/crypto v0.4.0
golang.org/x/sys v0.3.0 // indirect
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
github.com/spf13/cobra v1.6.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/term v0.3.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)