Files
yt-dlp-bot/app/go.mod
Renovate Bot 558f95ad9d
All checks were successful
Build only (for PRs) / build-only (pull_request) Successful in 6m37s
chore(deps): update module github.com/lrstanley/go-ytdlp to v1.3.3
2026-03-08 07:01:17 +00:00

22 lines
603 B
Modula-2

module git.dubyatp.xyz/williamp/yt-dlp-bot
go 1.25.2
//replace github.com/lrstanley/go-ytdlp => /home/williamp/go-ytdlp
replace github.com/lrstanley/go-ytdlp => github.com/dubyatp/go-ytdlp v0.0.0-20260308044557-db32b29c1590
require (
github.com/bwmarrin/discordgo v0.29.0
github.com/lrstanley/go-ytdlp v1.3.3
)
require (
github.com/ProtonMail/go-crypto v1.3.0 // indirect
github.com/cloudflare/circl v1.6.3 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/ulikunitz/xz v0.5.15 // indirect
golang.org/x/crypto v0.48.0 // indirect
golang.org/x/sys v0.41.0 // indirect
)