20 lines
522 B
Modula-2
20 lines
522 B
Modula-2
module local/sneedchatbridge
|
|
|
|
go 1.25.6
|
|
|
|
require (
|
|
gitgud.io/yats/libkiwi v0.0.0-20260214165635-8e0720d58701
|
|
github.com/bwmarrin/discordgo v0.27.1
|
|
github.com/gorilla/websocket v1.5.1
|
|
github.com/joho/godotenv v1.5.1
|
|
)
|
|
|
|
require (
|
|
gitgud.io/yats/cerberus v0.0.0-20260214165307-66e6f74a4be9 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.3 // indirect
|
|
github.com/minio/sha256-simd v1.0.1 // indirect
|
|
golang.org/x/crypto v0.47.0 // indirect
|
|
golang.org/x/net v0.49.0 // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
)
|