diff --git a/go.mod b/go.mod index e3a88f4..1acddf0 100644 --- a/go.mod +++ b/go.mod @@ -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-20230924165737-427b7fa536e6 + github.com/wader/goutubedl v0.0.0-20231003215439-3f0889f7e84f // 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 diff --git a/go.sum b/go.sum index 57b1db5..4693092 100644 --- a/go.sum +++ b/go.sum @@ -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-20230924165737-427b7fa536e6 h1:KHJV3fnnKsdWdGu5IKrDAA0Oa5RzGwrJpfx+bvVAjLA= -github.com/wader/goutubedl v0.0.0-20230924165737-427b7fa536e6/go.mod h1:5KXd5tImdbmz4JoVhePtbIokCwAfEhUVVx3WLHmjYuw= +github.com/wader/goutubedl v0.0.0-20231003215439-3f0889f7e84f h1:aVH9fa3FnYgzeZ6zzM0+osPtzJEeM5ufyObKAunKFjA= +github.com/wader/goutubedl v0.0.0-20231003215439-3f0889f7e84f/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=