This commit is contained in:
r4
2022-09-20 00:54:22 +02:00
commit 4195b20e65
33 changed files with 6397 additions and 0 deletions

16
go.mod Normal file
View File

@@ -0,0 +1,16 @@
module dischord
go 1.18
require (
github.com/BurntSushi/toml v1.2.0
github.com/bwmarrin/discordgo v0.25.0
github.com/ulikunitz/xz v0.5.10
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
)
require (
github.com/gorilla/websocket v1.4.2 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
)