1 Commits

Author SHA1 Message Date
866903da98 chore(deps): update module github.com/lrstanley/go-ytdlp to v1.3.2
All checks were successful
Build only (for PRs) / build-only (pull_request) Successful in 9m9s
2026-03-07 02:01:08 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ jobs:
# Set up Docker Buildx for building the image # Set up Docker Buildx for building the image
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v4 uses: docker/setup-buildx-action@v3
with: with:
driver: remote driver: remote
endpoint: 'tcp://buildkitd:1234' endpoint: 'tcp://buildkitd:1234'

View File

@@ -8,7 +8,7 @@ replace github.com/lrstanley/go-ytdlp => github.com/dubyatp/go-ytdlp v0.0.0-2026
require ( require (
github.com/bwmarrin/discordgo v0.29.0 github.com/bwmarrin/discordgo v0.29.0
github.com/lrstanley/go-ytdlp v1.2.7 github.com/lrstanley/go-ytdlp v1.3.2
) )
require ( require (