Deps cleanup

This commit is contained in:
2024-01-09 21:35:21 -07:00
parent 76300264e6
commit df00ae34de
2 changed files with 0 additions and 17 deletions

2
go.mod
View File

@ -5,13 +5,11 @@ go 1.21.6
require github.com/diamondburned/arikawa/v3 v3.3.4
require (
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sync v0.6.0 // indirect
)
require (
github.com/diamondburned/arikawa v1.3.14
github.com/gorilla/schema v1.2.1 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/joho/godotenv v1.5.1