Skip to content
Snippets Groups Projects
Select Git revision
  • 96d0527b278c8bf7212f20d2910f533079826745
  • release default
  • master protected
  • XX-4441
  • projects/crust_RELEASE
  • project/channels
  • XX-4031/memprofile
  • hotfix/RenableHistorical
  • hotfix/SpamSingleUse
  • hotfix/dynamicRestrictedUsernameList
  • waitingRoundsRewrite
  • hotfix/byte
  • quantumSecure
  • fullRateLimit
  • XX-3564/TlsCipherSuite
  • hotfix/PermissioningRestart
  • hotfix/groupNotification
  • Josh/RateLimiting
  • Josh/Databaseless
  • jonah/delete-fix
  • hotfix/client-v2.8.1
  • v3.0.0
  • 2.3.0
  • v1.1.0
  • v1.0.0
  • v0.0.1
  • v0.0.0a
  • EmptyRepo
28 results

go.mod

Blame
  • user avatar
    Benjamin Wenger authored
    27e77bad
    History
    This project manages its dependencies using Go Modules. Learn more
    go.mod 860 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/onsi/ginkgo v1.12.0 // indirect
    	github.com/onsi/gomega v1.9.0 // indirect
    	github.com/pkg/errors v0.9.1
    	github.com/spf13/cobra v0.0.5
    	github.com/spf13/jwalterweatherman v1.1.0
    	github.com/spf13/viper v1.6.2
    	gitlab.com/elixxir/client v0.2.1-0.20200206212827-b9878e95bdca
    	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-20200131183153-e93c6b75019f
    	golang.org/x/crypto v0.0.0-20200206161412-a0c6ece9d31a // indirect
    	google.golang.org/grpc v1.27.1 // indirect
    	mellium.im/sasl v0.2.1 // indirect
    )