mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-14 08:02:17 +00:00
11 lines
236 B
Modula-2
11 lines
236 B
Modula-2
module github.com/Fluffy-Bean/lynxie
|
|
|
|
go 1.24.0
|
|
|
|
require github.com/bwmarrin/discordgo v0.28.1
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
golang.org/x/crypto v0.36.0 // indirect
|
|
golang.org/x/sys v0.31.0 // indirect
|
|
)
|