-
- Downloads
Update go deps for ndf
... | ... | @@ -7,33 +7,24 @@ require ( |
cloud.google.com/go/firestore v1.1.1 // indirect | ||
cloud.google.com/go/pubsub v1.3.1 // indirect | ||
firebase.google.com/go v3.12.0+incompatible | ||
github.com/go-pg/pg v8.0.6+incompatible // indirect | ||
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect | ||
github.com/jinzhu/gorm v1.9.16 // indirect | ||
github.com/golang/protobuf v1.4.3 | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/mitchellh/mapstructure v1.3.0 // indirect | ||
github.com/onsi/ginkgo v1.12.0 // indirect | ||
github.com/onsi/gomega v1.9.0 // indirect | ||
github.com/pelletier/go-toml v1.7.0 // indirect | ||
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/jwalterweatherman v1.1.0 | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/spf13/viper v1.7.0 | ||
gitlab.com/elixxir/comms v0.0.4-0.20210217151758-abdcccf68b0f | ||
gitlab.com/elixxir/crypto v0.0.7-0.20210216174551-f806f79610eb | ||
gitlab.com/xx_network/comms v0.0.4-0.20210216174438-0790d1f1f225 | ||
gitlab.com/xx_network/crypto v0.0.5-0.20210216174356-e81e1ddf8fb7 | ||
gitlab.com/xx_network/primitives v0.0.4-0.20210409143523-eab7863f84bf | ||
gitlab.com/elixxir/comms v0.0.4-0.20210413160356-853e51fc18e5 | ||
gitlab.com/elixxir/crypto v0.0.7-0.20210412231025-6f75c577f803 | ||
gitlab.com/xx_network/comms v0.0.4-0.20210409202820-eb3dca6571d3 | ||
gitlab.com/xx_network/crypto v0.0.5-0.20210405224157-2b1f387b42c1 | ||
gitlab.com/xx_network/primitives v0.0.4-0.20210402222416-37c1c4d3fac4 | ||
golang.org/x/net v0.0.0-20201029221708-28c70e62bb1d | ||
golang.org/x/tools v0.0.0-20200318150045-ba25ddc85566 // indirect | ||
google.golang.org/api v0.20.0 | ||
google.golang.org/genproto v0.0.0-20201030142918-24207fddd1c3 // indirect | ||
google.golang.org/grpc v1.33.1 | ||
gopkg.in/ini.v1 v1.56.0 // indirect | ||
gorm.io/driver/postgres v1.0.8 | ||
gorm.io/gorm v1.20.12 | ||
mellium.im/sasl v0.0.0-20190815210834-e27ea4901008 // indirect | ||
) |
This diff is collapsed.
Please register or sign in to comment