Files
Sneedchat-Discord-Bridge-Go/go.mod
Salastil 4b2e7c0784
All checks were successful
Build & Release / build-latest (push) Successful in 9m51s
Build & Release / version-release (push) Has been skipped
Version bump to Go 1.23
2025-11-16 19:15:13 -05:00

16 lines
290 B
Modula-2

module local/sneedchatbridge
go 1.23
require (
github.com/bwmarrin/discordgo v0.27.1
github.com/gorilla/websocket v1.5.1
github.com/joho/godotenv v1.5.1
)
require (
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
)