-
- Downloads
update some external deps
... | ... | @@ -6,14 +6,13 @@ require ( |
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 | ||
github.com/golang/protobuf v1.4.3 | ||
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect | ||
github.com/magiconair/properties v1.8.4 // indirect | ||
github.com/mitchellh/mapstructure v1.4.0 // indirect | ||
github.com/pelletier/go-toml v1.8.1 // indirect | ||
github.com/magiconair/properties v1.8.5 // indirect | ||
github.com/mitchellh/mapstructure v1.4.1 // indirect | ||
github.com/pelletier/go-toml v1.9.0 // indirect | ||
github.com/pkg/errors v0.9.1 | ||
github.com/smartystreets/assertions v1.0.1 // indirect | ||
github.com/spf13/afero v1.5.1 // indirect | ||
github.com/spf13/cast v1.3.1 // indirect | ||
github.com/spf13/cobra v1.1.1 | ||
github.com/spf13/cobra v1.1.3 | ||
github.com/spf13/jwalterweatherman v1.1.0 | ||
github.com/spf13/viper v1.7.1 | ||
gitlab.com/elixxir/bloomfilter v0.0.0-20200930191214-10e9ac31b228 | ||
... | ... | @@ -25,7 +24,8 @@ require ( |
gitlab.com/xx_network/crypto v0.0.5-0.20210420170153-2a6276844076 | ||
gitlab.com/xx_network/primitives v0.0.4-0.20210402222416-37c1c4d3fac4 | ||
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 | ||
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect | ||
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887 // indirect | ||
golang.org/x/text v0.3.6 // indirect | ||
google.golang.org/genproto v0.0.0-20210105202744-fe13368bc0e1 // indirect | ||
google.golang.org/grpc v1.34.0 // indirect | ||
google.golang.org/protobuf v1.26.0-rc.1 | ||
... | ... |
Please register or sign in to comment