1
0
Fork 0
streamtitle/go.mod

16 lines
329 B
Modula-2

module danirod.es/pkg/streamtitle
go 1.19
require (
github.com/adrg/xdg v0.4.0
github.com/matoous/go-nanoid/v2 v2.0.0
github.com/nicklaw5/helix/v2 v2.17.0
github.com/pelletier/go-toml/v2 v2.1.1
)
require (
github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 // indirect
)