This commit is contained in:
2025-08-24 17:23:48 +09:00
parent e7faef4f1b
commit 809c6b894d
2 changed files with 23 additions and 10 deletions

8
go.mod
View File

@@ -1,3 +1,11 @@
module splawaitbot
go 1.24.4
require github.com/bwmarrin/discordgo v0.29.0
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
)