-
- Downloads
Merge branch 'dev' into 'xx-3678/ftChaCha20'
# Conflicts: # go.mod # go.sum
Branches
Tags
Showing
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 2 additions, 12 deletionsgo.sum
- network/message/garbled.go 1 addition, 1 deletionnetwork/message/garbled.go
- network/rounds/retrieve.go 1 addition, 1 deletionnetwork/rounds/retrieve.go
- network/rounds/unchecked.go 2 additions, 2 deletionsnetwork/rounds/unchecked.go
... | @@ -19,7 +19,7 @@ require ( | ... | @@ -19,7 +19,7 @@ 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.20220104174855-044783c5c1e6 | gitlab.com/elixxir/comms v0.0.4-0.20220108185838-d88d862a7a6a | ||
gitlab.com/elixxir/crypto v0.0.7-0.20220108181613-7e3f9b9e7434 | gitlab.com/elixxir/crypto v0.0.7-0.20220108181613-7e3f9b9e7434 | ||
gitlab.com/elixxir/ekv v0.1.6 | gitlab.com/elixxir/ekv v0.1.6 | ||
gitlab.com/elixxir/primitives v0.0.3-0.20220104173924-275cb9d7834f | gitlab.com/elixxir/primitives v0.0.3-0.20220104173924-275cb9d7834f | ||
... | ... |
Please register or sign in to comment