forked from bbriggs/bitbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (25 loc) · 1.09 KB
/
Copy pathgo.mod
File metadata and controls
27 lines (25 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/bbriggs/bitbot
go 1.12
require (
github.com/bbriggs/quotes v0.0.0-20190225011706-ef48dc0c0ec7
github.com/go-stack/stack v1.8.0 // indirect
github.com/inconshreveable/log15 v0.0.0-20180818164646-67afb5ed74ec // indirect
github.com/jinzhu/gorm v1.9.12
github.com/justinian/dice v0.0.0-20170728002755-6a18b51d929c
github.com/leanovate/gopter v0.2.4
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/mb-14/gomarkov v0.0.0-20190125094512-044dd0dcb5e7
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/mudler/sendfd v0.0.0-20150620134918-f0fc74c13877 // indirect
github.com/prometheus/client_golang v1.2.1
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.4.0
github.com/whyrusleeping/hellabot v0.0.0-20191113145436-fd8fa1922281
go.etcd.io/bbolt v1.3.3
golang.org/x/net v0.0.0-20191014212845-da9a3fd4c582
gopkg.in/inconshreveable/log15.v2 v2.0.0-20180818164646-67afb5ed74ec
gopkg.in/sorcix/irc.v1 v1.1.4
mvdan.cc/xurls/v2 v2.1.0
)