-
- Downloads
Change version number to v2
... | ... | @@ -3,36 +3,46 @@ module gitlab.com/elixxir/notifications-bot |
go 1.13 | ||
require ( | ||
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-20200217142428-fce0ec30dd00 // indirect | ||
cloud.google.com/go/bigquery v1.16.0 // indirect | ||
cloud.google.com/go/datastore v1.5.0 // indirect | ||
cloud.google.com/go/firestore v1.5.0 // indirect | ||
cloud.google.com/go/pubsub v1.10.1 // indirect | ||
cloud.google.com/go/storage v1.14.0 // indirect | ||
firebase.google.com/go v3.13.0+incompatible | ||
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect | ||
github.com/go-pg/pg v8.0.7+incompatible | ||
github.com/gopherjs/gopherjs v0.0.0-20210202160940-bed99a852dfe // indirect | ||
github.com/jinzhu/inflection v1.0.0 // indirect | ||
github.com/magiconair/properties v1.8.4 // 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.7.0 // indirect | ||
github.com/mitchellh/mapstructure v1.4.1 // indirect | ||
github.com/onsi/ginkgo v1.15.1 // indirect | ||
github.com/onsi/gomega v1.11.0 // indirect | ||
github.com/pelletier/go-toml v1.8.1 // 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/smartystreets/assertions v1.2.0 // indirect | ||
github.com/spf13/afero v1.5.1 // indirect | ||
github.com/spf13/cast v1.3.1 // indirect | ||
github.com/spf13/cobra v1.0.0 | ||
github.com/spf13/cobra v1.1.3 | ||
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.20210210202220-d068c3219f03 | ||
gitlab.com/elixxir/crypto v0.0.7-0.20210208211519-5f5b427b29d7 // indirect | ||
gitlab.com/elixxir/primitives v0.0.3-0.20210210173946-e1b6298e9739 // indirect | ||
gitlab.com/xx_network/comms v0.0.4-0.20210208222850-a4426ef99e37 | ||
gitlab.com/xx_network/crypto v0.0.5-0.20210208211326-ba22f885317c | ||
gitlab.com/xx_network/primitives v0.0.4-0.20210208204253-ed1a9ef0c75e | ||
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 | ||
gopkg.in/ini.v1 v1.56.0 // indirect | ||
github.com/spf13/viper v1.7.1 | ||
github.com/stretchr/testify v1.7.0 // indirect | ||
github.com/ugorji/go v1.1.4 // indirect | ||
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect | ||
github.com/zeebo/assert v1.3.0 // indirect | ||
gitlab.com/elixxir/comms v0.0.4-0.20210309193245-64181ff10b68 | ||
gitlab.com/xx_network/comms v0.0.4-0.20210309192940-6b7fb39b4d01 | ||
gitlab.com/xx_network/crypto v0.0.5-0.20210309192854-cf32117afb96 | ||
gitlab.com/xx_network/primitives v0.0.4-0.20210309173740-eb8cd411334a | ||
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect | ||
golang.org/x/mod v0.4.2 // indirect | ||
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 | ||
golang.org/x/sys v0.0.0-20210309074719-68d13333faf2 // indirect | ||
google.golang.org/api v0.41.0 | ||
google.golang.org/genproto v0.0.0-20210310155132-4ce2db91004e // indirect | ||
gopkg.in/ini.v1 v1.62.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
honnef.co/go/tools v0.1.3 // indirect | ||
mellium.im/sasl v0.0.0-20190815210834-e27ea4901008 // indirect | ||
) |
This diff is collapsed.
Please register or sign in to comment