build: Add Dockerfile and go mod tidy dependencies

This commit is contained in:
TwiN
2025-03-28 17:41:30 -04:00
parent 2d93d427c2
commit 97b469d0f9
3 changed files with 17 additions and 2 deletions
+5 -2
View File
@@ -3,9 +3,12 @@ module github.com/khinshankhan/swiftspiracy
go 1.23.4
require (
github.com/bwmarrin/discordgo v0.28.1 // indirect
github.com/bwmarrin/discordgo v0.28.1
github.com/joho/godotenv v1.5.1
)
require (
github.com/gorilla/websocket v1.4.2 // indirect
github.com/joho/godotenv v1.5.1 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
)