2025-04-27 11:06:41 +02:00
|
|
|
module phantommorrigan/micobot
|
|
|
|
|
|
|
|
go 1.23
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/bwmarrin/discordgo v0.28.1 // indirect
|
2025-04-27 14:13:23 +02:00
|
|
|
github.com/gorcon/rcon v1.4.0 // indirect
|
2025-04-27 11:06:41 +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
|
|
|
|
)
|