TerraOceanPlugin/GoBot/go.mod

11 lines
199 B
Modula-2

module TerraOceanBot
go 1.13
require (
github.com/bwmarrin/discordgo v0.19.0
github.com/gorilla/mux v1.7.3 // indirect
github.com/gorilla/websocket v1.4.1
github.com/mattn/go-sqlite3 v1.11.0
)