mirror of
https://github.com/Xevion/banner.git
synced 2025-12-09 08:06:41 -06:00
15 lines
290 B
Modula-2
15 lines
290 B
Modula-2
module banner
|
|
|
|
go 1.21
|
|
|
|
require github.com/bwmarrin/discordgo v0.27.1
|
|
|
|
require github.com/joho/godotenv v1.5.1
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.1 // fndirect
|
|
golang.org/x/crypto v0.16.0 // indirect
|
|
golang.org/x/net v0.19.0 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
)
|