Revert "change from flags to config file"

This reverts commit 9232168b1e.
This commit is contained in:
da
2021-04-14 13:07:50 +02:00
parent f0bf55ca41
commit eebcbde94d
5 changed files with 27 additions and 443 deletions
+1 -2
View File
@@ -3,11 +3,10 @@ module dev.ixab.de/da/gidbig
go 1.16
require (
github.com/bwmarrin/discordgo v0.23.1
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
gopkg.in/yaml.v2 v2.2.2
)