Select Git revision
go.mod
This project manages its dependencies using Go Modules.
Learn more
go.mod 888 B
module gitlab.com/elixxir/user-discovery-bot
go 1.13
require (
github.com/go-pg/pg v8.0.6+incompatible
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 v1.0.0
github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/viper v1.6.3
gitlab.com/elixxir/client v1.1.1-0.20200415211833-9216edbb5996
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
gopkg.in/ini.v1 v1.55.0 // indirect
mellium.im/sasl v0.2.1 // indirect
)