2024-04-26 17:56:50 +02:00
|
|
|
module kleincordBot
|
|
|
|
|
|
2025-05-09 21:58:02 +02:00
|
|
|
go 1.24
|
2024-04-26 17:56:50 +02:00
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/bwmarrin/discordgo v0.28.1
|
|
|
|
|
github.com/joho/godotenv v1.5.1
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2024-05-19 00:47:00 +02:00
|
|
|
github.com/brianvoe/gofakeit/v7 v7.0.3 // indirect
|
2024-04-26 17:56:50 +02:00
|
|
|
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
|
|
|
|
|
)
|