2019-10-09 12:44:43 +07:00
|
|
|
module TerraOceanBot
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
2019-10-09 14:13:59 +07:00
|
|
|
require (
|
2019-10-19 14:22:36 +07:00
|
|
|
github.com/bwmarrin/discordgo v0.20.1
|
2019-10-12 14:07:40 +07:00
|
|
|
github.com/gorilla/mux v1.7.3 // indirect
|
|
|
|
github.com/gorilla/websocket v1.4.1
|
2019-10-09 14:13:59 +07:00
|
|
|
github.com/mattn/go-sqlite3 v1.11.0
|
2019-10-19 14:22:36 +07:00
|
|
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20191018095205-727590c5006e // indirect
|
2019-10-09 14:13:59 +07:00
|
|
|
)
|