Skip to content
Snippets Groups Projects
Commit fbb8653b authored by Rick Carback's avatar Rick Carback
Browse files

Update version_vars

parent d3ade036
No related branches found
No related tags found
No related merge requests found
// Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at
// 2020-02-07 15:36:17.501193 -0800 PST m=+0.017704124
// 2020-05-12 21:03:01.645935971 +0000 UTC m=+0.007145767
package cmd
const GITVERSION = `f6d16c0 Merge branch 'xx-1793/ndf-polling' into 'release'`
const GITVERSION = `d3ade03 gomod update`
const SEMVER = "1.0.0"
const DEPENDENCIES = `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.2.0 // indirect
cloud.google.com/go/pubsub v1.3.1 // indirect
firebase.google.com/go v3.12.0+incompatible
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-pg/pg v8.0.6+incompatible
github.com/gopherjs/gopherjs v0.0.0-20191106031601-ce3c9ade29de // 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
......@@ -24,21 +26,19 @@ 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-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
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
gitlab.com/elixxir/comms v0.0.0-20200415204952-6d63dd94a0ea
gitlab.com/elixxir/crypto v0.0.0-20200410231849-90e859940f5d
gitlab.com/elixxir/primitives v0.0.0-20200410231944-a57d71d577c9
golang.org/x/net v0.0.0-20200301022130-244492dfa37a
golang.org/x/tools v0.0.0-20200318150045-ba25ddc85566 // indirect
google.golang.org/api v0.20.0
google.golang.org/genproto v0.0.0-20200318110522-7735f76e9fa5 // indirect
gopkg.in/ini.v1 v1.55.0 // indirect
mellium.im/sasl v0.0.0-20190815210834-e27ea4901008 // indirect
)
`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment