-
- Downloads
"api/messenger/notifications.go" did not exist on "6e615f7f929a9f9abf3a8eb6e1cb4ffdcf19c0d7"
Merge branch 'patch/fixVersion' into 'release'
updated how version commands work See merge request elixxir/notifications-bot!9
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- cmd/gen.go 0 additions, 76 deletionscmd/gen.go
- cmd/version.go 31 additions, 4 deletionscmd/version.go
- cmd/version_vars.go 40 additions, 4 deletionscmd/version_vars.go
- go.mod 12 additions, 10 deletionsgo.mod
- go.sum 42 additions, 10 deletionsgo.sum
cmd/gen.go
deleted
100644 → 0
... | ... | @@ -3,17 +3,15 @@ module gitlab.com/elixxir/notifications-bot |
go 1.13 | ||
require ( | ||
cloud.google.com/go v0.52.0 // indirect | ||
cloud.google.com/go/firestore v1.1.1 // indirect | ||
cloud.google.com/go/storage v1.5.0 // indirect | ||
cloud.google.com/go/pubsub v1.2.0 // indirect | ||
firebase.google.com/go v3.12.0+incompatible | ||
github.com/go-pg/pg v8.0.6+incompatible | ||
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect | ||
github.com/gopherjs/gopherjs v0.0.0-20191106031601-ce3c9ade29de // indirect | ||
github.com/jinzhu/inflection v1.0.0 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/onsi/ginkgo v1.11.0 // indirect | ||
github.com/onsi/gomega v1.8.1 // 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/pkg/errors v0.9.1 | ||
github.com/smartystreets/assertions v1.0.1 // indirect | ||
... | ... | @@ -24,11 +22,15 @@ require ( |
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/spf13/viper v1.6.2 | ||
gitlab.com/elixxir/comms v0.0.0-20200206230843-64fad25768c8 | ||
gitlab.com/elixxir/crypto v0.0.0-20200108005412-8159c60663f9 | ||
gitlab.com/elixxir/primitives v0.0.0-20200131183153-e93c6b75019f | ||
gitlab.com/elixxir/comms v0.0.0-20200207001605-3b6328b48ed1 | ||
gitlab.com/elixxir/crypto v0.0.0-20200206203107-b8926242da23 | ||
gitlab.com/elixxir/primitives v0.0.0-20200207225613-9a4445ddec16 | ||
golang.org/x/crypto v0.0.0-20200207205829-a95e85b341fd // indirect | ||
golang.org/x/exp v0.0.0-20200207192155-f17229e696bd // indirect | ||
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 | ||
google.golang.org/api v0.15.0 | ||
gopkg.in/ini.v1 v1.51.1 // indirect | ||
golang.org/x/tools v0.0.0-20200207224406-61798d64f025 // indirect | ||
google.golang.org/api v0.17.0 | ||
google.golang.org/genproto v0.0.0-20200207204624-4f3edf09f4f6 // indirect | ||
gopkg.in/ini.v1 v1.52.0 // indirect | ||
mellium.im/sasl v0.0.0-20190815210834-e27ea4901008 // indirect | ||
) |
Please register or sign in to comment