-
- Downloads
Update dependencies
... | ... | @@ -4,8 +4,6 @@ go 1.13 |
require ( | ||
github.com/go-pg/pg v8.0.6+incompatible | ||
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 // indirect | ||
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect | ||
github.com/jinzhu/inflection v1.0.0 // indirect | ||
github.com/mattn/go-shellwords v1.0.10 | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
... | ... | @@ -16,21 +14,16 @@ require ( |
github.com/pkg/errors v0.9.1 | ||
github.com/smartystreets/assertions v1.1.0 // indirect | ||
github.com/spf13/afero v1.3.2 // indirect | ||
github.com/spf13/cast v1.3.1 // indirect | ||
github.com/spf13/cobra v1.0.0 | ||
github.com/spf13/jwalterweatherman v1.1.0 | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/spf13/viper v1.7.0 | ||
github.com/stretchr/testify v1.6.1 // indirect | ||
gitlab.com/elixxir/comms v0.0.0-20200707210150-b8ebd0951d23 | ||
gitlab.com/elixxir/client v1.2.1-0.20200723233235-7b93fa05f150 // indirect | ||
gitlab.com/elixxir/comms v0.0.0-20200722232437-2cc2588bd1d1 | ||
gitlab.com/elixxir/crypto v0.0.0-20200721213839-b026955c55c0 | ||
gitlab.com/elixxir/primitives v0.0.0-20200706165052-9fe7a4fb99a3 | ||
gitlab.com/xx_network/comms v0.0.0-20200721184230-3e4aa5dce2db // indirect | ||
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect | ||
golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1 // indirect | ||
golang.org/x/text v0.3.3 // indirect | ||
google.golang.org/genproto v0.0.0-20200729003335-053ba62fc06f // indirect | ||
gopkg.in/ini.v1 v1.57.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect | ||
mellium.im/sasl v0.2.1 // indirect | ||
) |
Please register or sign in to comment