mirror of
https://github.com/zhaarey/apple-music-alac-atmos-downloader.git
synced 2026-01-15 14:22:53 -03:00
add authorization-token in config
This commit is contained in:
3
go.mod
3
go.mod
@@ -5,10 +5,11 @@ go 1.17
|
||||
require (
|
||||
github.com/abema/go-mp4 v0.7.2
|
||||
github.com/grafov/m3u8 v0.11.1
|
||||
github.com/spf13/pflag v1.0.5
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/beevik/etree v1.3.0 // indirect
|
||||
github.com/beevik/etree v1.3.0
|
||||
github.com/google/uuid v1.1.2 // indirect
|
||||
gopkg.in/yaml.v2 v2.2.8
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user