fix: Fix "Hang status" for new Discord version
This commit is contained in:
10
go.mod
10
go.mod
@@ -4,13 +4,13 @@ go 1.20
|
||||
|
||||
require (
|
||||
github.com/bwmarrin/discordgo v0.27.1
|
||||
go.uber.org/zap v1.24.0
|
||||
go.uber.org/zap v1.27.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/gorilla/websocket v1.5.0 // indirect
|
||||
go.uber.org/atomic v1.11.0 // indirect
|
||||
github.com/gorilla/websocket v1.5.1 // indirect
|
||||
go.uber.org/multierr v1.11.0 // indirect
|
||||
golang.org/x/crypto v0.10.0 // indirect
|
||||
golang.org/x/sys v0.9.0 // indirect
|
||||
golang.org/x/crypto v0.21.0 // indirect
|
||||
golang.org/x/net v0.22.0 // indirect
|
||||
golang.org/x/sys v0.18.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user