Files
streambot_twitch/go.mod
2025-07-22 11:33:24 +12:00

14 lines
241 B
Modula-2

module streambot_twitch
go 1.20
require (
github.com/gempir/go-twitch-irc/v4 v4.2.0
github.com/nicklaw5/helix v1.25.0
)
require (
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/joho/godotenv v1.5.1 // indirect
)