24 lines
794 B
Modula-2
24 lines
794 B
Modula-2
module gitea.hbanafa.com/hesham/yttopodcast
|
|
|
|
go 1.22.2
|
|
|
|
require (
|
|
github.com/lrstanley/go-ytdlp v0.0.0-20240504025846-c0493251b060
|
|
github.com/mmcdole/gofeed v1.3.0
|
|
)
|
|
|
|
require (
|
|
github.com/ProtonMail/go-crypto v1.0.0 // indirect
|
|
github.com/PuerkitoBio/goquery v1.8.0 // indirect
|
|
github.com/andybalholm/cascadia v1.3.1 // indirect
|
|
github.com/cloudflare/circl v1.3.7 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/mmcdole/goxpp v1.1.1-0.20240225020742-a0c311522b23 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // 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
|
|
)
|