-
- Downloads
Merge branch 'release' into 'master'
Release See merge request elixxir/notifications-bot!20
No related branches found
No related tags found
... | ... | @@ -3,33 +3,32 @@ 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 v0.55.0 // indirect | ||
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 | ||
github.com/gopherjs/gopherjs v0.0.0-20200209183636-89e6cbcd0b6d // indirect | ||
github.com/jinzhu/inflection v1.0.0 // indirect | ||
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.6.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 v0.0.5 | ||
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.6.2 | ||
gitlab.com/elixxir/comms v0.0.0-20200212214943-7dbfb97820ae | ||
gitlab.com/elixxir/crypto v0.0.0-20200206203107-b8926242da23 | ||
gitlab.com/elixxir/primitives v0.0.0-20200210205543-5c55c1f6949f | ||
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-20200213224642-88e652f7a869 // indirect | ||
google.golang.org/api v0.17.0 | ||
gopkg.in/ini.v1 v1.52.0 // indirect | ||
github.com/spf13/viper v1.7.0 | ||
gitlab.com/elixxir/client v1.1.1-0.20200512210735-4f463bfeb34f // indirect | ||
gitlab.com/elixxir/comms v0.0.0-20200513163847-4975a4118ac6 | ||
gitlab.com/elixxir/crypto v0.0.0-20200513163659-38b6079db0b2 | ||
gitlab.com/elixxir/primitives v0.0.0-20200513162412-ef77445c0ab7 | ||
golang.org/x/net v0.0.0-20200506145744-7e3656a0809f | ||
golang.org/x/sys v0.0.0-20200513112337-417ce2331b5c // indirect | ||
golang.org/x/tools v0.0.0-20200318150045-ba25ddc85566 // indirect | ||
google.golang.org/api v0.20.0 | ||
google.golang.org/genproto v0.0.0-20200513103714-09dca8ec2884 // indirect | ||
gopkg.in/ini.v1 v1.56.0 // indirect | ||
gopkg.in/yaml.v2 v2.3.0 // indirect | ||
mellium.im/sasl v0.0.0-20190815210834-e27ea4901008 // indirect | ||
) |
This diff is collapsed.
Please register or sign in to comment