This commit is contained in:
Morrígan 2025-04-27 11:06:41 +02:00
commit ba976cdfd7
Signed by: morrigan
GPG key ID: CACB010F463A77D0
3 changed files with 57 additions and 0 deletions

10
go.mod Normal file
View file

@ -0,0 +1,10 @@
module phantommorrigan/micobot
go 1.23
require (
github.com/bwmarrin/discordgo v0.28.1 // indirect
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
)