Update goutubedl
This commit is contained in:
parent
014af3b67c
commit
bea8321c4e
4
go.mod
4
go.mod
@ -2,14 +2,14 @@ module github.com/nonoo/yt-dlp-telegram-bot
|
||||
|
||||
go 1.20
|
||||
|
||||
replace github.com/wader/goutubedl => github.com/nonoo/goutubedl v0.0.0-20230816152152-00e766d98356
|
||||
replace github.com/wader/goutubedl => github.com/nonoo/goutubedl v0.0.0-20230816153232-2c86f087bc1b
|
||||
|
||||
require (
|
||||
github.com/dustin/go-humanize v1.0.1
|
||||
github.com/google/go-github/v53 v53.2.0
|
||||
github.com/gotd/td v0.84.0
|
||||
github.com/u2takey/ffmpeg-go v0.5.0
|
||||
github.com/wader/goutubedl v0.0.0-00010101000000-000000000000
|
||||
github.com/wader/goutubedl v0.0.0-20230815212531-02ec4fe77de3
|
||||
golang.org/x/exp v0.0.0-20230116083435-1de6713980de
|
||||
)
|
||||
|
||||
|
||||
4
go.sum
4
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-20230816152152-00e766d98356 h1:I1ukCP3bGXTVFcmajPud+BmfUDoV4EzTD6tpI+PjQTE=
|
||||
github.com/nonoo/goutubedl v0.0.0-20230816152152-00e766d98356/go.mod h1:5KXd5tImdbmz4JoVhePtbIokCwAfEhUVVx3WLHmjYuw=
|
||||
github.com/nonoo/goutubedl v0.0.0-20230816153232-2c86f087bc1b h1:bhiVmamp7ADP2yul84nyDA46GHpdPX7sW38pXQ5/DrQ=
|
||||
github.com/nonoo/goutubedl v0.0.0-20230816153232-2c86f087bc1b/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=
|
||||
|
||||
Loading…
Reference in New Issue
Block a user