Skip to content

Commit 80071e2

Browse files
authored
Merge pull request #543 from wader/bump-goutubedl-1ccc6f4c317e
Update goutubedl to 1ccc6f4c317e from 78ade1f8bab0
2 parents da40114 + bd0a5f5 commit 80071e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/fortytw2/leaktest v1.3.0
1111
// bump: goutubedl /github.com\/wader\/goutubedl .*-(.*)/ gitrefs:https://github.com/wader/goutubedl.git|re:%refs/heads/master%|@commit|/^(.{12})/
1212
// bump: goutubedl command go get -d github.com/wader/goutubedl && go mod tidy
13-
github.com/wader/goutubedl v0.0.0-20250328181331-78ade1f8bab0
13+
github.com/wader/goutubedl v0.0.0-20250401180608-1ccc6f4c317e
1414
// bump: logutils /github.com\/wader\/logutils .*-(.*)/ gitrefs:https://github.com/wader/logutils.git|re:%refs/heads/master%|@commit|/^(.{12})/
1515
// bump: logutils command go get -d github.com/wader/logutils && go mod tidy
1616
github.com/wader/logutils v0.0.0-20190904144142-6d88a3144654

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/fortytw2/leaktest v1.3.0 h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw=
22
github.com/fortytw2/leaktest v1.3.0/go.mod h1:jDsjWgpAGjm2CA7WthBh/CdZYEPF31XHquHwclZch5g=
3-
github.com/wader/goutubedl v0.0.0-20250328181331-78ade1f8bab0 h1:ar0UD1mRtYYXA7ShJbhWG7LEtAGkBnGMQUMCjaXz2MA=
4-
github.com/wader/goutubedl v0.0.0-20250328181331-78ade1f8bab0/go.mod h1:5KXd5tImdbmz4JoVhePtbIokCwAfEhUVVx3WLHmjYuw=
3+
github.com/wader/goutubedl v0.0.0-20250401180608-1ccc6f4c317e h1:v1nE0D9m4J4fvoODFEgCfEaP/C9JmxOIGqar4B54ff8=
4+
github.com/wader/goutubedl v0.0.0-20250401180608-1ccc6f4c317e/go.mod h1:5KXd5tImdbmz4JoVhePtbIokCwAfEhUVVx3WLHmjYuw=
55
github.com/wader/logutils v0.0.0-20190904144142-6d88a3144654 h1:/H3pKDa/IP88aOSLuF+9b4Sc7hBVX4TCEBMwzsYKYv0=
66
github.com/wader/logutils v0.0.0-20190904144142-6d88a3144654/go.mod h1:6+XZabA9xCm6iA5xt7uBVUY9/j+kbPeEgtR2a1lRjKo=
77
github.com/wader/osleaktest v0.0.0-20191111175233-f643b0fed071 h1:QkrG4Zr5OVFuC9aaMPmFI0ibfhBZlAgtzDYWfu7tqQk=

0 commit comments

Comments
 (0)