-
- Downloads
Update deps
... | @@ -6,12 +6,12 @@ require ( | ... | @@ -6,12 +6,12 @@ require ( |
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 | github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 | ||
github.com/golang/protobuf v1.4.3 | github.com/golang/protobuf v1.4.3 | ||
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect | github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect | ||
github.com/liyue201/goqr v0.0.0-20200803022322-df443203d4ea | github.com/liyue201/goqr v0.0.0-20200803022322-df443203d4ea // indirect | ||
github.com/magiconair/properties v1.8.4 // indirect | github.com/magiconair/properties v1.8.4 // indirect | ||
github.com/mitchellh/mapstructure v1.4.0 // indirect | github.com/mitchellh/mapstructure v1.4.0 // indirect | ||
github.com/pelletier/go-toml v1.8.1 // indirect | github.com/pelletier/go-toml v1.8.1 // indirect | ||
github.com/pkg/errors v0.9.1 | github.com/pkg/errors v0.9.1 | ||
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e | github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect | ||
github.com/smartystreets/assertions v1.0.1 // indirect | github.com/smartystreets/assertions v1.0.1 // indirect | ||
github.com/spf13/afero v1.5.1 // indirect | github.com/spf13/afero v1.5.1 // indirect | ||
github.com/spf13/cast v1.3.1 // indirect | github.com/spf13/cast v1.3.1 // indirect | ||
... | @@ -20,9 +20,9 @@ require ( | ... | @@ -20,9 +20,9 @@ require ( |
github.com/spf13/viper v1.7.1 | github.com/spf13/viper v1.7.1 | ||
gitlab.com/elixxir/bloomfilter v0.0.0-20200930191214-10e9ac31b228 | gitlab.com/elixxir/bloomfilter v0.0.0-20200930191214-10e9ac31b228 | ||
gitlab.com/elixxir/comms v0.0.4-0.20210413194022-f5422be88efb | gitlab.com/elixxir/comms v0.0.4-0.20210413194022-f5422be88efb | ||
gitlab.com/elixxir/crypto v0.0.7-0.20210401210040-b7f1da24ef13 | gitlab.com/elixxir/crypto v0.0.7-0.20210412231025-6f75c577f803 | ||
gitlab.com/elixxir/ekv v0.1.4 | gitlab.com/elixxir/ekv v0.1.4 | ||
gitlab.com/elixxir/primitives v0.0.3-0.20210401175645-9b7b92f74ec4 | gitlab.com/elixxir/primitives v0.0.3-0.20210409190923-7bf3cd8d97e7 | ||
gitlab.com/xx_network/comms v0.0.4-0.20210413200413-41a493c32b06 | gitlab.com/xx_network/comms v0.0.4-0.20210413200413-41a493c32b06 | ||
gitlab.com/xx_network/crypto v0.0.5-0.20210413200952-56bd15ec9d99 | gitlab.com/xx_network/crypto v0.0.5-0.20210413200952-56bd15ec9d99 | ||
gitlab.com/xx_network/primitives v0.0.4-0.20210412170941-7ef69bce5a5c | gitlab.com/xx_network/primitives v0.0.4-0.20210412170941-7ef69bce5a5c | ||
... | ... |
Please register or sign in to comment