10 lines
217 B
Modula-2
10 lines
217 B
Modula-2
module github.com/Matte23/InnkeeperBot
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/bwmarrin/discordgo v0.23.2
|
|
github.com/gorilla/websocket v1.4.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20181030102418-4d3f4d9ffa16 // indirect
|
|
)
|