-
- Downloads
update deps
... | @@ -17,18 +17,17 @@ require ( | ... | @@ -17,18 +17,17 @@ 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.20210601185405-927cbfd4e946 | gitlab.com/elixxir/comms v0.0.4-0.20210601193829-9a626b0c8a56 | ||
gitlab.com/elixxir/crypto v0.0.7-0.20210526002540-1fb51df5b4b2 | gitlab.com/elixxir/crypto v0.0.7-0.20210601193549-039f62f2d81a | ||
gitlab.com/elixxir/ekv v0.1.5 | gitlab.com/elixxir/ekv v0.1.5 | ||
gitlab.com/elixxir/primitives v0.0.3-0.20210526002350-b9c947fec050 | gitlab.com/elixxir/primitives v0.0.3-0.20210601193429-3279a7c13c83 | ||
gitlab.com/xx_network/comms v0.0.4-0.20210528192421-5931f64cbdc9 | gitlab.com/xx_network/comms v0.0.4-0.20210601193357-717527f3a1ff | ||
gitlab.com/xx_network/crypto v0.0.5-0.20210526002149-9c08ccb202be | gitlab.com/xx_network/crypto v0.0.5-0.20210601193257-27ba5d088733 | ||
gitlab.com/xx_network/primitives v0.0.4-0.20210525232109-3f99a04adcfd | gitlab.com/xx_network/primitives v0.0.4-0.20210601193218-658388fcaa81 | ||
gitlab.com/xx_network/ring v0.0.3-0.20210527191221-ce3f170aabd5 // indirect | |||
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 | golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 | ||
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 | golang.org/x/net v0.0.0-20210525063256-abc453219eb5 | ||
google.golang.org/genproto v0.0.0-20210105202744-fe13368bc0e1 // indirect | google.golang.org/genproto v0.0.0-20210105202744-fe13368bc0e1 // indirect | ||
google.golang.org/grpc v1.38.0 // indirect | |||
google.golang.org/protobuf v1.26.0 | google.golang.org/protobuf v1.26.0 | ||
gopkg.in/ini.v1 v1.62.0 // indirect | gopkg.in/ini.v1 v1.62.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | |||
) | ) |
Please register or sign in to comment