chore: update discordgo + discordclient

This commit is contained in:
41666 2021-03-12 18:47:13 -05:00
parent e5e031fa27
commit ff6fe5282b
2 changed files with 14 additions and 6 deletions

4
go.mod
View file

@ -3,10 +3,10 @@ module github.com/roleypoly/roleypoly
go 1.15
require (
github.com/bwmarrin/discordgo v0.22.0
github.com/bwmarrin/discordgo v0.23.2
github.com/dghubble/trie v0.0.0-20201011220304-ed6d6b8add55
github.com/joho/godotenv v1.3.0
github.com/lampjaw/discordclient v0.0.0-20200923011548-6558fc9e89df
github.com/lampjaw/discordclient v0.0.0-20210312234541-165fc2e57e2b
github.com/onsi/gomega v1.10.5
k8s.io/klog v1.0.0
)