Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update goutubedl to 63dcb4b7f53f from 5e1bb9940f3c #502

Merged
merged 1 commit into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/fortytw2/leaktest v1.3.0
// bump: goutubedl /github.com\/wader\/goutubedl .*-(.*)/ gitrefs:https://github.com/wader/goutubedl.git|re:%refs/heads/master%|@commit|/^(.{12})/
// bump: goutubedl command go get -d github.com/wader/goutubedl && go mod tidy
github.com/wader/goutubedl v0.0.0-20241118160803-5e1bb9940f3c
github.com/wader/goutubedl v0.0.0-20241204165758-63dcb4b7f53f
// bump: logutils /github.com\/wader\/logutils .*-(.*)/ gitrefs:https://github.com/wader/logutils.git|re:%refs/heads/master%|@commit|/^(.{12})/
// bump: logutils command go get -d github.com/wader/logutils && go mod tidy
github.com/wader/logutils v0.0.0-20190904144142-6d88a3144654
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/fortytw2/leaktest v1.3.0 h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw=
github.com/fortytw2/leaktest v1.3.0/go.mod h1:jDsjWgpAGjm2CA7WthBh/CdZYEPF31XHquHwclZch5g=
github.com/wader/goutubedl v0.0.0-20241118160803-5e1bb9940f3c h1:HCN0cClpdzi+TIf3prxlpLXK4OgK5bg/TY02Wbdkpgc=
github.com/wader/goutubedl v0.0.0-20241118160803-5e1bb9940f3c/go.mod h1:5KXd5tImdbmz4JoVhePtbIokCwAfEhUVVx3WLHmjYuw=
github.com/wader/goutubedl v0.0.0-20241204165758-63dcb4b7f53f h1:U+K8M7N7Y0OTiP7ZuyHTuJLNwoU7UUsGKqCkZbwdUZo=
github.com/wader/goutubedl v0.0.0-20241204165758-63dcb4b7f53f/go.mod h1:5KXd5tImdbmz4JoVhePtbIokCwAfEhUVVx3WLHmjYuw=
github.com/wader/logutils v0.0.0-20190904144142-6d88a3144654 h1:/H3pKDa/IP88aOSLuF+9b4Sc7hBVX4TCEBMwzsYKYv0=
github.com/wader/logutils v0.0.0-20190904144142-6d88a3144654/go.mod h1:6+XZabA9xCm6iA5xt7uBVUY9/j+kbPeEgtR2a1lRjKo=
github.com/wader/osleaktest v0.0.0-20191111175233-f643b0fed071 h1:QkrG4Zr5OVFuC9aaMPmFI0ibfhBZlAgtzDYWfu7tqQk=
Expand Down
Loading