-
- Downloads
Merge branch 'hotfix/UpdateAllDeps' into 'release'
update all external deps for client See merge request !307
No related branches found
No related tags found
... | ... | @@ -3,55 +3,56 @@ module gitlab.com/elixxir/client |
go 1.17 | ||
require ( | ||
github.com/cloudflare/circl v1.1.0 | ||
github.com/cloudflare/circl v1.2.0 | ||
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/spf13/cobra v1.1.1 | ||
github.com/spf13/cobra v1.5.0 | ||
github.com/spf13/jwalterweatherman v1.1.0 | ||
github.com/spf13/viper v1.7.1 | ||
github.com/spf13/viper v1.12.0 | ||
gitlab.com/elixxir/bloomfilter v0.0.0-20211222005329-7d931ceead6f | ||
gitlab.com/elixxir/comms v0.0.4-0.20220603231314-e47e4af13326 | ||
gitlab.com/elixxir/crypto v0.0.7-0.20220606201132-c370d5039cea | ||
gitlab.com/elixxir/ekv v0.1.7 | ||
gitlab.com/elixxir/primitives v0.0.3-0.20220606195757-40f7a589347f | ||
gitlab.com/xx_network/comms v0.0.4-0.20220630163702-f3d372ef6acd | ||
gitlab.com/xx_network/crypto v0.0.5-0.20220729013538-7952978b310b | ||
gitlab.com/xx_network/crypto v0.0.5-0.20220729193517-1e5e96f39f6e | ||
gitlab.com/xx_network/primitives v0.0.4-0.20220712193914-aebd8544396e | ||
go.uber.org/ratelimit v0.2.0 | ||
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 | ||
google.golang.org/protobuf v1.27.1 | ||
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa | ||
golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b | ||
google.golang.org/grpc v1.48.0 | ||
google.golang.org/protobuf v1.28.1 | ||
) | ||
require ( | ||
github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 // indirect | ||
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/fsnotify/fsnotify v1.5.4 // 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/klauspost/cpuid/v2 v2.1.0 // indirect | ||
github.com/magiconair/properties v1.8.6 // 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/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/pelletier/go-toml v1.9.5 // indirect | ||
github.com/pelletier/go-toml/v2 v2.0.2 // 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/afero v1.9.2 // indirect | ||
github.com/spf13/cast v1.5.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/subosito/gotenv v1.2.0 // indirect | ||
github.com/subosito/gotenv v1.4.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 | ||
github.com/zeebo/blake3 v0.2.3 // indirect | ||
gitlab.com/xx_network/ring v0.0.3-0.20220222211904-da613960ad93 // indirect | ||
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // 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 | ||
golang.org/x/sys v0.0.0-20220731174439-a90be440212d // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
google.golang.org/genproto v0.0.0-20220802133213-ce4fa296bf78 // indirect | ||
gopkg.in/ini.v1 v1.66.6 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
This diff is collapsed.
Please register or sign in to comment