diff --git a/go.mod b/go.mod index 2d7bb86..aa6fc25 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/nonoo/yt-dlp-telegram-bot go 1.20 -replace github.com/wader/goutubedl => github.com/nonoo/goutubedl v0.0.0-20230814114826-c1dcced79138 +replace github.com/wader/goutubedl => github.com/nonoo/goutubedl v0.0.0-20230816152152-00e766d98356 require ( github.com/dustin/go-humanize v1.0.1 diff --git a/go.sum b/go.sum index 98917f3..7c1a3e6 100644 --- a/go.sum +++ b/go.sum @@ -91,8 +91,8 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJ github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/nonoo/goutubedl v0.0.0-20230814114826-c1dcced79138 h1:zS49Q/Vxi7m1iPm10Or61K4tXUWFlb/D2jh3lk0sbfw= -github.com/nonoo/goutubedl v0.0.0-20230814114826-c1dcced79138/go.mod h1:5KXd5tImdbmz4JoVhePtbIokCwAfEhUVVx3WLHmjYuw= +github.com/nonoo/goutubedl v0.0.0-20230816152152-00e766d98356 h1:I1ukCP3bGXTVFcmajPud+BmfUDoV4EzTD6tpI+PjQTE= +github.com/nonoo/goutubedl v0.0.0-20230816152152-00e766d98356/go.mod h1:5KXd5tImdbmz4JoVhePtbIokCwAfEhUVVx3WLHmjYuw= github.com/panjf2000/ants/v2 v2.4.2/go.mod h1:f6F0NZVFsGCp5A7QW/Zj/m92atWwOkY0OIhFxRNFr4A= github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=