dorisbot/go.mod

20 lines
657 B
Modula-2
Raw Normal View History

2019-06-28 09:37:37 +00:00
module dorisbot
go 1.12
require (
git.trj.tw/golang/utils v0.0.0-20190225142552-b019626f0349
github.com/bwmarrin/discordgo v0.19.0
2019-08-26 09:49:30 +00:00
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/gorilla/websocket v1.4.1 // indirect
2019-06-28 09:37:37 +00:00
github.com/jmoiron/sqlx v1.2.0
2019-08-26 09:49:30 +00:00
github.com/kr/pretty v0.1.0 // indirect
github.com/lib/pq v1.2.0
github.com/mattn/go-sqlite3 v1.11.0 // indirect
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586 // indirect
golang.org/x/sys v0.0.0-20190825160603-fb81701db80f // indirect
2019-06-28 09:37:37 +00:00
google.golang.org/appengine v1.6.1 // indirect
2019-08-26 09:49:30 +00:00
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
2019-06-28 09:37:37 +00:00
gopkg.in/yaml.v2 v2.2.2
)