-
- Downloads
go mod
... | ... | @@ -5,11 +5,14 @@ go 1.13 |
require ( | ||
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 | ||
github.com/golang/protobuf v1.3.2 | ||
github.com/google/go-cmp v0.3.1 // indirect | ||
github.com/gopherjs/gopherjs v0.0.0-20191106031601-ce3c9ade29de // indirect | ||
github.com/kr/pretty v0.2.0 // indirect | ||
github.com/pelletier/go-toml v1.6.0 // indirect | ||
github.com/pkg/errors v0.8.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 v0.0.5 | ||
github.com/spf13/jwalterweatherman v1.1.0 | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
... | ... | @@ -17,5 +20,8 @@ require ( |
gitlab.com/elixxir/comms v0.0.0-20200106224700-3bc86e95b8af | ||
gitlab.com/elixxir/crypto v0.0.0-20191121235352-86d305a9b253 | ||
gitlab.com/elixxir/primitives v0.0.0-20200106185506-e03de98460d0 | ||
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 | ||
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876 | ||
golang.org/x/sys v0.0.0-20200107162124-548cf772de50 // indirect | ||
google.golang.org/genproto v0.0.0-20191230161307-f3c370f40bfb // indirect | ||
gopkg.in/ini.v1 v1.51.1 // indirect | ||
) |
Please register or sign in to comment