28 lines
876 B
Modula-2
28 lines
876 B
Modula-2
module github.com/user/ytdlp-navidrome
|
|
|
|
go 1.26
|
|
|
|
require (
|
|
github.com/labstack/echo/v4 v4.12.0
|
|
maunium.net/go/mautrix v0.18.0
|
|
)
|
|
|
|
require (
|
|
github.com/labstack/gommon v0.4.2 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/rs/zerolog v1.32.0 // indirect
|
|
github.com/tidwall/gjson v1.17.1 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
github.com/tidwall/sjson v1.2.5 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
go.mau.fi/util v0.4.1 // indirect
|
|
golang.org/x/crypto v0.22.0 // indirect
|
|
golang.org/x/exp v0.0.0-20240314144324-c7f7c6466f7f // indirect
|
|
golang.org/x/net v0.24.0 // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
)
|