go module

This commit is contained in:
2020-06-15 22:16:53 +02:00
parent bab69c6441
commit 9785be44c4
2 changed files with 34 additions and 0 deletions

12
go.mod Normal file
View File

@ -0,0 +1,12 @@
module git.redstoneunion.de/MrGeorgen/RBU_account
go 1.14
require (
github.com/bwmarrin/discordgo v0.20.3
github.com/dlclark/regexp2 v1.2.0
github.com/go-sql-driver/mysql v1.5.0
github.com/gorilla/websocket v1.4.2 // indirect
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
golang.org/x/sys v0.0.0-20200610111108-226ff32320da // indirect
)