dorisbot/go.mod

14 lines
333 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
github.com/jmoiron/sqlx v1.2.0
github.com/lib/pq v1.1.1
2019-08-20 09:29:06 +00:00
golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 // indirect
2019-06-28 09:37:37 +00:00
google.golang.org/appengine v1.6.1 // indirect
gopkg.in/yaml.v2 v2.2.2
)