-
- Downloads
Update versioning
parent
a816e64a
No related branches found
No related tags found
... | ... | @@ -3,12 +3,11 @@ module gitlab.com/elixxir/notifications-bot |
go 1.13 | ||
require ( | ||
cloud.google.com/go v0.53.0 // indirect | ||
cloud.google.com/go/datastore v1.1.0 // indirect | ||
cloud.google.com/go/bigquery v1.5.0 // indirect | ||
cloud.google.com/go/firestore v1.1.1 // indirect | ||
firebase.google.com/go v3.12.0+incompatible | ||
github.com/go-pg/pg v8.0.6+incompatible | ||
github.com/gopherjs/gopherjs v0.0.0-20200209183636-89e6cbcd0b6d // indirect | ||
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect | ||
github.com/jinzhu/inflection v1.0.0 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/onsi/ginkgo v1.12.0 // indirect | ||
... | ... | @@ -18,19 +17,18 @@ require ( |
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/cobra v0.0.6 | ||
github.com/spf13/jwalterweatherman v1.1.0 | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/spf13/viper v1.6.2 | ||
gitlab.com/elixxir/comms v0.0.0-20200214190748-8fb0fc8e259d | ||
gitlab.com/elixxir/comms v0.0.0-20200302175324-38213c4553d2 | ||
gitlab.com/elixxir/crypto v0.0.0-20200206203107-b8926242da23 | ||
gitlab.com/elixxir/primitives v0.0.0-20200210205543-5c55c1f6949f | ||
golang.org/x/crypto v0.0.0-20200214034016-1d94cc7ab1c6 // indirect | ||
golang.org/x/exp v0.0.0-20200213203834-85f925bdd4d0 // indirect | ||
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 | ||
golang.org/x/tools v0.0.0-20200214181226-ea829e2eb296 // indirect | ||
google.golang.org/api v0.17.0 | ||
gitlab.com/elixxir/primitives v0.0.0-20200226191544-59ff3303abb3 | ||
golang.org/x/exp v0.0.0-20200228211341-fcea875c7e85 // indirect | ||
golang.org/x/net v0.0.0-20200301022130-244492dfa37a | ||
golang.org/x/tools v0.0.0-20200302155637-b1e4e04173e0 // indirect | ||
google.golang.org/api v0.19.0 | ||
gopkg.in/ini.v1 v1.52.0 // indirect | ||
mellium.im/sasl v0.0.0-20190815210834-e27ea4901008 // indirect | ||
) |
This diff is collapsed.
Please register or sign in to comment