codestyle issues

This commit is contained in:
41666 2020-12-13 18:18:21 -05:00
parent 140da31193
commit 3bca07c7d7
3 changed files with 6 additions and 19 deletions

5
go.mod
View file

@ -5,11 +5,8 @@ go 1.15
require (
github.com/bwmarrin/discordgo v0.22.0
github.com/dghubble/trie v0.0.0-20201011220304-ed6d6b8add55
github.com/gorilla/websocket v1.4.2 // indirect
github.com/joho/godotenv v1.3.0
github.com/lampjaw/discordclient v0.0.0-20200923011548-6558fc9e89df
github.com/onsi/gomega v1.10.3
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9 // indirect
golang.org/x/sys v0.0.0-20201211090839-8ad439b19e0f // indirect
github.com/onsi/gomega v1.10.4
k8s.io/klog v1.0.0
)