-
- Downloads
Downgrade ekv for now so that mobile app continues working as expected
parent
d4653cd9
No related branches found
No related tags found
... | @@ -9,10 +9,10 @@ require ( | ... | @@ -9,10 +9,10 @@ require ( |
github.com/spf13/cobra v1.7.0 | github.com/spf13/cobra v1.7.0 | ||
github.com/spf13/jwalterweatherman v1.1.0 | github.com/spf13/jwalterweatherman v1.1.0 | ||
github.com/stretchr/testify v1.8.2 | github.com/stretchr/testify v1.8.2 | ||
gitlab.com/elixxir/client/v4 v4.6.4-0.20230615200447-209773313f44 | gitlab.com/elixxir/client/v4 v4.6.4-0.20230616195012-ef319b1e2059 | ||
gitlab.com/elixxir/crypto v0.0.7-0.20230614170705-ab0d3fe5c452 | gitlab.com/elixxir/crypto v0.0.7-0.20230614183801-387e0cb8e76f | ||
gitlab.com/elixxir/primitives v0.0.3-0.20230613193928-8cf8bdd777ef | gitlab.com/elixxir/primitives v0.0.3-0.20230613193928-8cf8bdd777ef | ||
gitlab.com/elixxir/wasm-utils v0.0.0-20230608180705-3099f411611c | gitlab.com/elixxir/wasm-utils v0.0.0-20230615222914-185dd3a6fa08 | ||
gitlab.com/xx_network/crypto v0.0.5-0.20230214003943-8a09396e95dd | gitlab.com/xx_network/crypto v0.0.5-0.20230214003943-8a09396e95dd | ||
gitlab.com/xx_network/primitives v0.0.4-0.20230522171102-940cdd68e516 | gitlab.com/xx_network/primitives v0.0.4-0.20230522171102-940cdd68e516 | ||
golang.org/x/crypto v0.5.0 | golang.org/x/crypto v0.5.0 | ||
... | @@ -69,7 +69,7 @@ require ( | ... | @@ -69,7 +69,7 @@ require ( |
github.com/tyler-smith/go-bip39 v1.1.0 // indirect | github.com/tyler-smith/go-bip39 v1.1.0 // indirect | ||
github.com/zeebo/blake3 v0.2.3 // indirect | github.com/zeebo/blake3 v0.2.3 // indirect | ||
gitlab.com/elixxir/bloomfilter v0.0.0-20230322223210-fa84f6842de8 // indirect | gitlab.com/elixxir/bloomfilter v0.0.0-20230322223210-fa84f6842de8 // indirect | ||
gitlab.com/elixxir/comms v0.0.4-0.20230608201134-3cac2b04fb52 // indirect | gitlab.com/elixxir/comms v0.0.4-0.20230613220741-7de1d2ca4a1c // indirect | ||
gitlab.com/elixxir/ekv v0.3.1-0.20230525213559-f9da13f4fce1 // indirect | gitlab.com/elixxir/ekv v0.3.1-0.20230525213559-f9da13f4fce1 // indirect | ||
gitlab.com/xx_network/comms v0.0.4-0.20230214180029-5387fb85736d // indirect | gitlab.com/xx_network/comms v0.0.4-0.20230214180029-5387fb85736d // indirect | ||
gitlab.com/xx_network/ring v0.0.3-0.20220902183151-a7d3b15bc981 // indirect | gitlab.com/xx_network/ring v0.0.3-0.20220902183151-a7d3b15bc981 // indirect | ||
... | ... |
Please register or sign in to comment