This commit is contained in:
2024-06-17 15:57:25 +02:00
parent 8286e578f2
commit 37ab3d8dc7
3 changed files with 6 additions and 65 deletions

11
go.mod
View File

@@ -12,15 +12,12 @@ require (
github.com/dop251/goja v0.0.0-20240220182346-e401ed450204 // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7 // indirect
github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
)
require (
github.com/kkdai/youtube/v2 v2.10.1
github.com/lrstanley/go-ytdlp v0.0.0-20240616011628-f35a10876c99
github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc
golang.org/x/net v0.22.0 // indirect
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
)
require github.com/lrstanley/go-ytdlp v0.0.0-20240616011628-f35a10876c99