From 5a0375a43dd2cf92e07205be46d4c7198e8e0626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Sun, 21 Jan 2024 14:21:31 +0100 Subject: [PATCH] Run go mod tidy --- go.mod | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index e95f217..9331926 100644 --- a/go.mod +++ b/go.mod @@ -3,9 +3,12 @@ module github.com/TheLovinator1/ANewDawn go 1.21.6 require ( - github.com/bwmarrin/discordgo v0.27.1 // indirect + github.com/bwmarrin/discordgo v0.27.1 + github.com/joho/godotenv v1.5.1 +) + +require ( github.com/gorilla/websocket v1.4.2 // indirect - github.com/joho/godotenv v1.5.1 // indirect golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect )