TerraOceanPlugin/GoBot/go.mod

13 lines
332 B
Modula-2

module TerraOceanBot
go 1.13
require (
github.com/bwmarrin/discordgo v0.20.1
github.com/gorilla/mux v1.7.3 // indirect
github.com/gorilla/websocket v1.4.1
github.com/mattn/go-sqlite3 v1.11.0
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
golang.org/x/sys v0.0.0-20191018095205-727590c5006e // indirect
)