update go packages

This commit is contained in:
2023-03-06 00:22:54 -06:00
parent 0453f02dd0
commit ae7a0b79d9
2 changed files with 47 additions and 9 deletions

7
go.mod
View File

@@ -4,10 +4,11 @@ go 1.17
require (
github.com/buger/jsonparser v1.1.1
github.com/bwmarrin/discordgo v0.23.2
github.com/bwmarrin/discordgo v0.27.0
)
require (
github.com/gorilla/websocket v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20181030102418-4d3f4d9ffa16 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/sys v0.6.0 // indirect
)