add go.mod and update to latest discordgo changes

This commit is contained in:
da
2021-04-12 18:01:21 +02:00
parent bf10acb46b
commit b50ef3b543
2 changed files with 15 additions and 3 deletions
+12
View File
@@ -0,0 +1,12 @@
module dev.ixab.de/da/gidbig
go 1.16
require (
github.com/bwmarrin/discordgo v0.23.2
github.com/dustin/go-humanize v1.0.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/sessions v1.2.1
github.com/sirupsen/logrus v1.8.1
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
)