mirror of
https://github.com/Penguin-71630/meme-bot-frontend-dc.git
synced 2026-03-13 04:50:16 +08:00
15 lines
288 B
Modula-2
15 lines
288 B
Modula-2
module github.com/Penguin-71630/meme-bot-frontend-dc
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/bwmarrin/discordgo v0.27.1
|
|
github.com/joho/godotenv v1.5.1
|
|
)
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
golang.org/x/crypto v0.14.0 // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
)
|