-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathgo.mod
More file actions
35 lines (33 loc) · 1.37 KB
/
Copy pathgo.mod
File metadata and controls
35 lines (33 loc) · 1.37 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
28
29
30
31
32
33
34
35
module github.com/bbriggs/bitbot
go 1.12
require (
github.com/bbriggs/quotes v0.0.0-20191222034944-acbd3ae2b68e
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac // indirect
github.com/jinzhu/gorm v1.9.16
github.com/justinian/dice v1.0.1
github.com/leanovate/gopter v0.2.4
github.com/lib/pq v1.9.0 // indirect
github.com/magiconair/properties v1.8.4 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-sqlite3 v2.0.1+incompatible // indirect
github.com/mb-14/gomarkov v0.0.0-20200824165802-565ae3f3c79f
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.1
github.com/spf13/afero v1.5.1 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.1.3
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.7.1
github.com/whyrusleeping/hellabot v0.0.0-20200821141615-1382ae598342
go.etcd.io/bbolt v1.3.5
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
golang.org/x/text v0.3.8 // indirect
gopkg.in/inconshreveable/log15.v2 v2.0.0-20200109203555-b30bc20e4fd1
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/sorcix/irc.v1 v1.1.4
gopkg.in/sorcix/irc.v2 v2.0.0-20200812151606-3f15758ea8c7
mvdan.cc/xurls/v2 v2.2.0
)