mirror of
https://github.com/zhaarey/apple-music-downloader.git
synced 2025-10-23 15:11:05 +00:00
更换为边下边解密
This commit is contained in:
5
go.mod
5
go.mod
@@ -3,15 +3,16 @@ module main
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/abema/go-mp4 v0.7.2
|
||||
github.com/Eyevinn/mp4ff v0.46.0
|
||||
github.com/abema/go-mp4 v1.3.0
|
||||
github.com/grafov/m3u8 v0.11.1
|
||||
github.com/schollz/progressbar/v3 v3.14.6
|
||||
github.com/spf13/pflag v1.0.5
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
|
||||
github.com/rivo/uniseg v0.4.7 // indirect
|
||||
github.com/schollz/progressbar/v3 v3.14.6 // indirect
|
||||
golang.org/x/sys v0.22.0 // indirect
|
||||
golang.org/x/term v0.22.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user