-
- Downloads
update deps
... | ... | @@ -7,13 +7,11 @@ require ( |
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect | ||
github.com/liyue201/goqr v0.0.0-20200803022322-df443203d4ea // indirect | ||
github.com/magiconair/properties v1.8.4 // indirect | ||
github.com/mitchellh/mapstructure v1.4.0 // indirect | ||
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 | ||
github.com/pelletier/go-toml v1.8.1 // indirect | ||
github.com/pkg/errors v0.9.1 | ||
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect | ||
github.com/smartystreets/assertions v1.0.1 // indirect | ||
github.com/spf13/afero v1.5.1 // indirect | ||
github.com/spf13/cast v1.3.1 // indirect | ||
... | ... | @@ -21,14 +19,13 @@ require ( |
github.com/spf13/jwalterweatherman v1.1.0 | ||
github.com/spf13/viper v1.7.1 | ||
gitlab.com/elixxir/bloomfilter v0.0.0-20200930191214-10e9ac31b228 | ||
gitlab.com/elixxir/comms v0.0.4-0.20211208211635-ad88fa2850b0 | ||
gitlab.com/elixxir/crypto v0.0.7-0.20211208211534-e1c1462d945f | ||
gitlab.com/elixxir/comms v0.0.4-0.20211230224958-af948fac360b | ||
gitlab.com/elixxir/crypto v0.0.7-0.20211230224857-643c6dd2e182 | ||
gitlab.com/elixxir/ekv v0.1.5 | ||
gitlab.com/elixxir/primitives v0.0.3-0.20211208211148-752546cf2e46 | ||
gitlab.com/xx_network/comms v0.0.4-0.20211202195810-9dfc0b6cdb28 | ||
gitlab.com/xx_network/crypto v0.0.5-0.20211014163843-57b345890686 | ||
gitlab.com/elixxir/primitives v0.0.3-0.20211230224340-fc0905d8776e | ||
gitlab.com/xx_network/comms v0.0.4-0.20211227194445-c099754b3cda | ||
gitlab.com/xx_network/crypto v0.0.5-0.20211227194420-f311e8920467 | ||
gitlab.com/xx_network/primitives v0.0.4-0.20211222205802-03e9d7d835b0 | ||
gitlab.com/xx_network/ring v0.0.3-0.20210527191221-ce3f170aabd5 // indirect | ||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 | ||
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 | ||
google.golang.org/genproto v0.0.0-20210105202744-fe13368bc0e1 // indirect | ||
... | ... |
Please register or sign in to comment