aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index bfaf189..95746c7 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,6 @@ module github.com/Whirlsplash/munch
go 1.16
require (
- github.com/diamondburned/arikawa/v2 v2.1.0
+ github.com/bwmarrin/discordgo v0.23.3-0.20210627161652-421e14965030
github.com/spf13/viper v1.8.1
)