-
- Downloads
Merge branch 'quantumSecure' of git.xx.network:elixxir/client into quantumSecure
No related branches found
No related tags found
... | @@ -4,7 +4,6 @@ go 1.13 | ... | @@ -4,7 +4,6 @@ go 1.13 |
require ( | require ( | ||
github.com/cloudflare/circl v1.0.1-0.20211008185751-59b49bc148ce | github.com/cloudflare/circl v1.0.1-0.20211008185751-59b49bc148ce | ||
github.com/cloudflare/sidh v0.0.0-20190228162259-d2f0f90e08aa // indirect | |||
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.5.2 | github.com/golang/protobuf v1.5.2 | ||
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect | github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect | ||
... | @@ -12,7 +11,6 @@ require ( | ... | @@ -12,7 +11,6 @@ require ( |
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/rogpeppe/godef v1.1.2 // 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,12 +18,12 @@ require ( | ... | @@ -20,12 +18,12 @@ require ( |
github.com/spf13/jwalterweatherman v1.1.0 | github.com/spf13/jwalterweatherman v1.1.0 | ||
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.20211208211635-ad88fa2850b0 | gitlab.com/elixxir/comms v0.0.4-0.20211215224705-8972e6ae132f | ||
gitlab.com/elixxir/crypto v0.0.7-0.20211208211534-e1c1462d945f | gitlab.com/elixxir/crypto v0.0.7-0.20211215224351-7693f65fe1f4 | ||
gitlab.com/elixxir/ekv v0.1.5 | gitlab.com/elixxir/ekv v0.1.5 | ||
gitlab.com/elixxir/primitives v0.0.3-0.20211208211148-752546cf2e46 | gitlab.com/elixxir/primitives v0.0.3-0.20211208211148-752546cf2e46 | ||
gitlab.com/xx_network/comms v0.0.4-0.20211202195810-9dfc0b6cdb28 | gitlab.com/xx_network/comms v0.0.4-0.20211215181459-0918c1141509 | ||
gitlab.com/xx_network/crypto v0.0.5-0.20211014163843-57b345890686 | gitlab.com/xx_network/crypto v0.0.5-0.20211215175729-3c916d3c5344 | ||
gitlab.com/xx_network/primitives v0.0.4-0.20211014163031-53405cf191fb | gitlab.com/xx_network/primitives v0.0.4-0.20211014163031-53405cf191fb | ||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 | golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 | ||
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 | golang.org/x/net v0.0.0-20210525063256-abc453219eb5 | ||
... | ... |
Please register or sign in to comment