update go mod
This commit is contained in:
8
go.mod
8
go.mod
@@ -1,14 +1,14 @@
|
||||
module discord-minecraft-whitelist-bot
|
||||
|
||||
go 1.23.2
|
||||
go 1.25.5
|
||||
|
||||
require (
|
||||
github.com/bwmarrin/discordgo v0.28.1
|
||||
github.com/bwmarrin/discordgo v0.29.0
|
||||
github.com/gorcon/rcon v1.4.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/gorilla/websocket v1.5.3 // indirect
|
||||
golang.org/x/crypto v0.29.0 // indirect
|
||||
golang.org/x/sys v0.27.0 // indirect
|
||||
golang.org/x/crypto v0.45.0 // indirect
|
||||
golang.org/x/sys v0.38.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user