Deps cleanup

This commit is contained in:
2024-10-27 22:31:22 -06:00
parent 2e05f946c5
commit af3f3ab355
2 changed files with 0 additions and 7 deletions

3
go.mod
View File

@ -2,8 +2,6 @@ module himbot
go 1.23
require github.com/diamondburned/arikawa/v3 v3.4.0
require (
golang.org/x/crypto v0.28.0 // indirect
golang.org/x/sys v0.26.0 // indirect
@ -11,7 +9,6 @@ require (
require (
github.com/bwmarrin/discordgo v0.28.1
github.com/gorilla/schema v1.4.1 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/joho/godotenv v1.5.1
)