23 lines
591 B
Modula-2
23 lines
591 B
Modula-2
module github.com/yourproject/ytops_client/go_ytdlp_cli
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.4
|
|
|
|
require (
|
|
github.com/lrstanley/go-ytdlp v0.0.0-00010101000000-000000000000
|
|
github.com/spf13/cobra v1.8.0
|
|
)
|
|
|
|
replace github.com/lrstanley/go-ytdlp => ../../go-ytdlp
|
|
|
|
require (
|
|
github.com/ProtonMail/go-crypto v1.3.0 // indirect
|
|
github.com/cloudflare/circl v1.6.1 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/ulikunitz/xz v0.5.13 // indirect
|
|
golang.org/x/crypto v0.41.0 // indirect
|
|
golang.org/x/sys v0.35.0 // indirect
|
|
)
|