-
- Downloads
Merge branch 'release' into 'master'
UDB Release See merge request elixxir/user-discovery-bot!88
No related branches found
No related tags found
Showing
- Makefile 2 additions, 2 deletionsMakefile
- README.md 1 addition, 1 deletionREADME.md
- cmd/root.go 36 additions, 12 deletionscmd/root.go
- cmd/udb.go 5 additions, 5 deletionscmd/udb.go
- go.mod 16 additions, 8 deletionsgo.mod
- go.sum 218 additions, 157 deletionsgo.sum
- release/udb.binary 0 additions, 0 deletionsrelease/udb.binary
- udb/register_test.go 1 addition, 1 deletionudb/register_test.go
... | ... | @@ -3,21 +3,29 @@ module gitlab.com/elixxir/user-discovery-bot |
go 1.13 | ||
require ( | ||
github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
github.com/go-pg/pg v8.0.6+incompatible | ||
github.com/golang/protobuf v1.4.0 // indirect | ||
github.com/jinzhu/inflection v1.0.0 // indirect | ||
github.com/mattn/go-shellwords v1.0.10 | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/mitchellh/mapstructure v1.2.2 // 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/pkg/errors v0.9.1 | ||
github.com/spf13/cobra v0.0.5 | ||
github.com/spf13/cobra v1.0.0 | ||
github.com/spf13/jwalterweatherman v1.1.0 | ||
github.com/spf13/viper v1.6.2 | ||
gitlab.com/elixxir/client v1.1.1-0.20200206231036-aa1e40f18ade | ||
gitlab.com/elixxir/comms v0.0.0-20200206201144-aa6e356b3770 | ||
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 | ||
google.golang.org/genproto v0.0.0-20200207204624-4f3edf09f4f6 // indirect | ||
github.com/spf13/viper v1.6.3 | ||
gitlab.com/elixxir/client v1.1.1-0.20200415211833-9216edbb5996 | ||
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/crypto v0.0.0-20200414173820-0848c9571904 // indirect | ||
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect | ||
golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect | ||
google.golang.org/genproto v0.0.0-20200413115906-b5235f65be36 // indirect | ||
google.golang.org/grpc v1.28.1 // indirect | ||
gopkg.in/ini.v1 v1.55.0 // indirect | ||
mellium.im/sasl v0.2.1 // indirect | ||
) |
This diff is collapsed.
release/udb.binary
deleted
100755 → 0
File deleted
Please register or sign in to comment