Readd modfiles

This commit is contained in:
2024-11-10 21:28:24 -05:00
parent 5503df6270
commit 8876f134b1
3 changed files with 24 additions and 1 deletions

11
go.mod Normal file
View File

@ -0,0 +1,11 @@
module discord-scores-bot
go 1.19
require github.com/bwmarrin/discordgo v0.28.1
require (
github.com/gorilla/websocket v1.4.2 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
)