mirror of
https://github.com/jesperh1/csgo-hub-discord.git
synced 2025-05-16 09:18:10 +01:00
15 lines
338 B
Modula-2
15 lines
338 B
Modula-2
module github.com/jesperbakhandskemager/csgo-hub-discord
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/bwmarrin/discordgo v0.26.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
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
|
|
)
|