update go mod, add README.md
This commit is contained in:
6
go.mod
6
go.mod
@@ -4,11 +4,11 @@ go 1.23.2
|
||||
|
||||
require (
|
||||
github.com/bwmarrin/discordgo v0.28.1
|
||||
github.com/gorcon/rcon v1.3.5
|
||||
github.com/gorcon/rcon v1.4.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/gorilla/websocket v1.5.3 // indirect
|
||||
golang.org/x/crypto v0.28.0 // indirect
|
||||
golang.org/x/sys v0.26.0 // indirect
|
||||
golang.org/x/crypto v0.29.0 // indirect
|
||||
golang.org/x/sys v0.27.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user