-
- Downloads
update deps
... | ... | @@ -12,13 +12,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.20220214214811-4a1bd320aa45 | ||
gitlab.com/elixxir/crypto v0.0.7-0.20220211185439-4a6d9f41f8ab | ||
gitlab.com/elixxir/comms v0.0.4-0.20220222212253-41a1a0067369 | ||
gitlab.com/elixxir/crypto v0.0.7-0.20220222212142-d3303373ee78 | ||
gitlab.com/elixxir/ekv v0.1.6 | ||
gitlab.com/elixxir/primitives v0.0.3-0.20220104173924-275cb9d7834f | ||
gitlab.com/xx_network/comms v0.0.4-0.20220126231737-fe2338016cce | ||
gitlab.com/xx_network/crypto v0.0.5-0.20211227194420-f311e8920467 | ||
gitlab.com/xx_network/primitives v0.0.4-0.20220214225457-636c7b31cb78 | ||
gitlab.com/elixxir/primitives v0.0.3-0.20220222212109-d412a6e46623 | ||
gitlab.com/xx_network/comms v0.0.4-0.20220222212058-5a37737af57e | ||
gitlab.com/xx_network/crypto v0.0.5-0.20220222212031-750f7e8a01f4 | ||
gitlab.com/xx_network/primitives v0.0.4-0.20220222211843-901fa4a2d72b | ||
golang.org/x/crypto v0.0.0-20220128200615-198e4374d7ed | ||
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 | ||
google.golang.org/grpc v1.42.0 | ||
... | ... | @@ -26,29 +26,13 @@ require ( |
) | ||
require ( | ||
github.com/badoux/checkmail v1.2.1 // indirect | ||
github.com/elliotchance/orderedmap v1.4.0 // indirect | ||
github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/magiconair/properties v1.8.4 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/mitchellh/mapstructure v1.4.0 // indirect | ||
github.com/pelletier/go-toml v1.8.1 // indirect | ||
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 | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/subosito/gotenv v1.2.0 // indirect | ||
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect | ||
github.com/ttacon/libphonenumber v1.2.1 // indirect | ||
github.com/tyler-smith/go-bip39 v1.1.0 // indirect | ||
github.com/zeebo/blake3 v0.1.1 // indirect | ||
gitlab.com/xx_network/ring v0.0.3-0.20210527191221-ce3f170aabd5 // indirect | ||
golang.org/x/sys v0.0.0-20210902050250-f475640dd07b // indirect | ||
golang.org/x/text v0.3.6 // indirect | ||
google.golang.org/genproto v0.0.0-20210105202744-fe13368bc0e1 // indirect | ||
gopkg.in/ini.v1 v1.62.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
... | ... |
Please sign in to comment