-
- Downloads
Merge branch 'XX-2571/messageBuffer' into 'peppa/newClient'
XX-2571 / MessageBuffer See merge request !393
No related branches found
No related tags found
... | @@ -2,22 +2,30 @@ module gitlab.com/elixxir/client | ... | @@ -2,22 +2,30 @@ module gitlab.com/elixxir/client |
go 1.13 | go 1.13 | ||
replace google.golang.org/grpc => github.com/grpc/grpc-go v1.27.1 | |||
require ( | require ( | ||
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.4.2 | github.com/golang/protobuf v1.4.2 | ||
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect | |||
github.com/pelletier/go-toml v1.6.0 // indirect | |||
github.com/pkg/errors v0.9.1 | github.com/pkg/errors v0.9.1 | ||
github.com/smartystreets/assertions v1.0.1 // indirect | |||
github.com/spf13/afero v1.2.2 // indirect | |||
github.com/spf13/cast v1.3.1 // indirect | |||
github.com/spf13/cobra v1.0.0 | github.com/spf13/cobra v1.0.0 | ||
github.com/spf13/jwalterweatherman v1.1.0 | github.com/spf13/jwalterweatherman v1.1.0 | ||
github.com/spf13/viper v1.7.1 | github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/spf13/viper v1.6.2 | |||
gitlab.com/elixxir/comms v0.0.0-20200903181126-c92d7a304999 | gitlab.com/elixxir/comms v0.0.0-20200903181126-c92d7a304999 | ||
gitlab.com/elixxir/crypto v0.0.0-20200907171019-008a9d4aa264 | gitlab.com/elixxir/crypto v0.0.0-20200907171019-008a9d4aa264 | ||
gitlab.com/elixxir/ekv v0.1.1 | gitlab.com/elixxir/ekv v0.1.1 | ||
gitlab.com/elixxir/primitives v0.0.0-20200907165319-16ed0124890b | gitlab.com/elixxir/primitives v0.0.0-20200903200059-7dcf9b844a40 | ||
gitlab.com/xx_network/comms v0.0.0-20200825213037-f58fa7c0a641 | gitlab.com/xx_network/comms v0.0.0-20200825213037-f58fa7c0a641 | ||
gitlab.com/xx_network/crypto v0.0.0-20200812183430-c77a5281c686 | gitlab.com/xx_network/crypto v0.0.0-20200812183430-c77a5281c686 | ||
gitlab.com/xx_network/primitives v0.0.0-20200812183720-516a65a4a9b2 | gitlab.com/xx_network/primitives v0.0.0-20200812183720-516a65a4a9b2 | ||
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a | golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a | ||
golang.org/x/sys v0.0.0-20200828194041-157a740278f4 // indirect | |||
google.golang.org/protobuf v1.25.0 | google.golang.org/protobuf v1.25.0 | ||
gopkg.in/ini.v1 v1.52.0 // indirect | |||
) | ) | ||
replace google.golang.org/grpc => github.com/grpc/grpc-go v1.27.1 |
This diff is collapsed.
storage/utility/messageBuffer.go
0 → 100644
storage/utility/messageBuffer_test.go
0 → 100644
Please register or sign in to comment