-
- Downloads
Basic logging and command line options
... | @@ -6,15 +6,17 @@ require ( | ... | @@ -6,15 +6,17 @@ 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/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect | ||
github.com/pelletier/go-toml v1.6.0 // indirect | github.com/magiconair/properties v1.8.4 // indirect | ||
github.com/mitchellh/mapstructure v1.3.3 // 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/smartystreets/assertions v1.0.1 // indirect | github.com/smartystreets/assertions v1.0.1 // indirect | ||
github.com/spf13/afero v1.2.2 // indirect | github.com/spf13/afero v1.4.0 // indirect | ||
github.com/spf13/cast v1.3.1 // 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/pflag v1.0.5 // indirect | github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/spf13/viper v1.6.2 | github.com/spf13/viper v1.7.1 | ||
gitlab.com/elixxir/comms v0.0.0-20200924172854-724244a10032 | gitlab.com/elixxir/comms v0.0.0-20200924172854-724244a10032 | ||
gitlab.com/elixxir/crypto v0.0.0-20200921195205-bca0178268ec | gitlab.com/elixxir/crypto v0.0.0-20200921195205-bca0178268ec | ||
gitlab.com/elixxir/ekv v0.1.1 | gitlab.com/elixxir/ekv v0.1.1 | ||
... | @@ -23,9 +25,9 @@ require ( | ... | @@ -23,9 +25,9 @@ require ( |
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-20200915204206-eb0287ed0031 | gitlab.com/xx_network/primitives v0.0.0-20200915204206-eb0287ed0031 | ||
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect | golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect | ||
golang.org/x/sys v0.0.0-20200828194041-157a740278f4 // indirect | golang.org/x/sys v0.0.0-20200923182605-d9f96fdee20d // indirect | ||
google.golang.org/protobuf v1.25.0 | google.golang.org/protobuf v1.25.0 | ||
gopkg.in/ini.v1 v1.52.0 // indirect | gopkg.in/ini.v1 v1.61.0 // indirect | ||
) | ) | ||
replace google.golang.org/grpc => github.com/grpc/grpc-go v1.27.1 | replace google.golang.org/grpc => github.com/grpc/grpc-go v1.27.1 |
This diff is collapsed.
Please register or sign in to comment