From af3f3ab355356b02020a6c36ad90a3c38a460d84 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Sun, 27 Oct 2024 22:31:22 -0600 Subject: [PATCH] Deps cleanup --- go.mod | 3 --- go.sum | 4 ---- 2 files changed, 7 deletions(-) diff --git a/go.mod b/go.mod index de65f86..f5a8e50 100644 --- a/go.mod +++ b/go.mod @@ -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 ) diff --git a/go.sum b/go.sum index 6dc781e..e495524 100644 --- a/go.sum +++ b/go.sum @@ -1,9 +1,5 @@ github.com/bwmarrin/discordgo v0.28.1 h1:gXsuo2GBO7NbR6uqmrrBDplPUx2T3nzu775q/Rd1aG4= github.com/bwmarrin/discordgo v0.28.1/go.mod h1:NJZpH+1AfhIcyQsPeuBKsUtYrRnjkyu0kIVMCHkZtRY= -github.com/diamondburned/arikawa/v3 v3.4.0 h1:wI3Qv8h2E2dkeddF1I35nv4T6OQ3RtA21rbghW/fnd0= -github.com/diamondburned/arikawa/v3 v3.4.0/go.mod h1:WVkbdenUfsCCkptIlqSglF4eo2/HSXv74eCqGnOZaYY= -github.com/gorilla/schema v1.4.1 h1:jUg5hUjCSDZpNGLuXQOgIWGdlgrIdYvgQ0wZtdK1M3E= -github.com/gorilla/schema v1.4.1/go.mod h1:Dg5SSm5PV60mhF2NFaTV1xuYYj8tV8NOPRo4FggUMnM= github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg= github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=