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

@@ -28,7 +28,7 @@ jobs:
# Build the Docker image # Build the Docker image
- name: Build Docker Image - name: Build Docker Image
uses: docker/build-push-action@v7 uses: docker/build-push-action@v6
with: with:
context: . # Build context (current directory) context: . # Build context (current directory)
file: ./Dockerfile # Path to Dockerfile file: ./Dockerfile # Path to Dockerfile

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 (