-
- Downloads
Client updates
... | ... | @@ -5,10 +5,11 @@ go 1.17 |
require ( | ||
github.com/spf13/cobra v1.1.1 | ||
github.com/spf13/jwalterweatherman v1.1.0 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/spf13/viper v1.7.1 | ||
gitlab.com/elixxir/client v1.5.1-0.20220623172433-72ec36a6bb38 | ||
gitlab.com/elixxir/client v1.5.1-0.20220726194400-d66e7529c07f | ||
gitlab.com/elixxir/crypto v0.0.7-0.20220606201132-c370d5039cea | ||
gitlab.com/xx_network/primitives v0.0.4-0.20220324193139-b292d1ae6e7e | ||
gitlab.com/xx_network/primitives v0.0.4-0.20220712193914-aebd8544396e | ||
) | ||
require ( | ||
... | ... | @@ -30,7 +31,6 @@ require ( |
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // 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 | ||
... | ... | @@ -40,7 +40,7 @@ require ( |
gitlab.com/elixxir/comms v0.0.4-0.20220603231314-e47e4af13326 // indirect | ||
gitlab.com/elixxir/ekv v0.1.7 // indirect | ||
gitlab.com/elixxir/primitives v0.0.3-0.20220606195757-40f7a589347f // indirect | ||
gitlab.com/xx_network/comms v0.0.4-0.20220315161313-76acb14429ac // indirect | ||
gitlab.com/xx_network/comms v0.0.4-0.20220630163702-f3d372ef6acd // indirect | ||
gitlab.com/xx_network/crypto v0.0.5-0.20220606200528-3f886fe49e81 // indirect | ||
gitlab.com/xx_network/ring v0.0.3-0.20220222211904-da613960ad93 // indirect | ||
go.uber.org/ratelimit v0.2.0 // indirect | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment