TerraOceanPlugin/GoBot/go.mod

13 lines
332 B
Modula-2

module TerraOceanBot
go 1.13
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
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
)