forked from alacleaker/apple-music-alac-downloader
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from itouakirai/main
add acc-lc dl
- Loading branch information
Showing
13 changed files
with
7,106 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,98 @@ | ||
module main | ||
|
||
go 1.17 | ||
go 1.23.1 | ||
|
||
require ( | ||
github.com/Eyevinn/mp4ff v0.46.0 | ||
github.com/abema/go-mp4 v1.3.0 | ||
github.com/Sorrow446/go-mp4tag v0.0.0-20240130220823-68ce31d53e37 | ||
github.com/aead/cmac v0.0.0-20160719120800-7af84192f0b1 | ||
github.com/gospider007/requests v0.0.0-20250114011338-9562a203fa04 | ||
github.com/grafov/m3u8 v0.11.1 | ||
github.com/schollz/progressbar/v3 v3.14.6 | ||
github.com/spf13/pflag v1.0.5 | ||
google.golang.org/protobuf v1.36.2 | ||
lukechampine.com/frand v1.5.1 | ||
) | ||
|
||
require ( | ||
github.com/Sorrow446/go-mp4tag v0.0.0-20240130220823-68ce31d53e37 // indirect | ||
github.com/PuerkitoBio/goquery v1.10.1 // indirect | ||
github.com/STARRY-S/zip v0.2.1 // indirect | ||
github.com/andybalholm/brotli v1.1.1 // indirect | ||
github.com/andybalholm/cascadia v1.3.3 // indirect | ||
github.com/bodgit/plumbing v1.3.0 // indirect | ||
github.com/bodgit/sevenzip v1.6.0 // indirect | ||
github.com/bodgit/windows v1.0.1 // indirect | ||
github.com/caddyserver/certmagic v0.21.5 // indirect | ||
github.com/caddyserver/zerossl v0.1.3 // indirect | ||
github.com/cloudflare/circl v1.5.0 // indirect | ||
github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707 // indirect | ||
github.com/gaukas/clienthellod v0.4.2 // indirect | ||
github.com/gaukas/godicttls v0.0.4 // indirect | ||
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect | ||
github.com/google/gopacket v1.1.19 // indirect | ||
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect | ||
github.com/gospider007/bar v0.0.0-20241205091858-06f3c7e16dd9 // indirect | ||
github.com/gospider007/blog v0.0.0-20241205091827-6bcaf48620d4 // indirect | ||
github.com/gospider007/bs4 v0.0.0-20241216122612-aa3f29179e6f // indirect | ||
github.com/gospider007/gson v0.0.0-20241216122450-fb66d0ba2a07 // indirect | ||
github.com/gospider007/gtls v0.0.0-20250107100054-2a14fa6fc9c5 // indirect | ||
github.com/gospider007/http2 v0.0.0-20250107095809-0f8c60040d4a // indirect | ||
github.com/gospider007/http3 v0.0.0-20250107095941-a36b210aca37 // indirect | ||
github.com/gospider007/ja3 v0.0.0-20250107091445-e294e50de314 // indirect | ||
github.com/gospider007/kinds v0.0.0-20240929092451-8f867acde255 // indirect | ||
github.com/gospider007/re v0.0.0-20241216142712-efbef8d55ea2 // indirect | ||
github.com/gospider007/tools v0.0.0-20250107090942-5b406ab8a72b // indirect | ||
github.com/gospider007/websocket v0.0.0-20250107091829-c78035a103b2 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/klauspost/compress v1.17.11 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.9 // indirect | ||
github.com/klauspost/pgzip v1.2.6 // indirect | ||
github.com/kr/pretty v0.2.1 // indirect | ||
github.com/libdns/libdns v0.2.2 // indirect | ||
github.com/mholt/acmez/v3 v3.0.0 // indirect | ||
github.com/mholt/archives v0.1.0 // indirect | ||
github.com/miekg/dns v1.1.62 // indirect | ||
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/nwaples/rardecode/v2 v2.0.1 // indirect | ||
github.com/onsi/ginkgo/v2 v2.22.2 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.22 // indirect | ||
github.com/quic-go/qpack v0.5.1 // indirect | ||
github.com/quic-go/quic-go v0.48.2 // indirect | ||
github.com/refraction-networking/uquic v0.0.6 // indirect | ||
github.com/refraction-networking/utls v1.6.7 // indirect | ||
github.com/rivo/uniseg v0.4.7 // indirect | ||
golang.org/x/sys v0.22.0 // indirect | ||
golang.org/x/term v0.22.0 // indirect | ||
github.com/sorairolake/lzip-go v0.3.5 // indirect | ||
github.com/therootcompany/xz v1.0.1 // indirect | ||
github.com/tidwall/gjson v1.18.0 // indirect | ||
github.com/tidwall/match v1.1.1 // indirect | ||
github.com/tidwall/pretty v1.2.1 // indirect | ||
github.com/tidwall/sjson v1.2.5 // indirect | ||
github.com/ulikunitz/xz v0.5.12 // indirect | ||
github.com/zeebo/blake3 v0.2.4 // indirect | ||
go.mongodb.org/mongo-driver v1.17.2 // indirect | ||
go.uber.org/mock v0.5.0 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
go.uber.org/zap v1.27.0 // indirect | ||
go.uber.org/zap/exp v0.3.0 // indirect | ||
go4.org v0.0.0-20230225012048-214862532bf5 // indirect | ||
golang.org/x/crypto v0.32.0 // indirect | ||
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect | ||
golang.org/x/image v0.23.0 // indirect | ||
golang.org/x/mod v0.22.0 // indirect | ||
golang.org/x/net v0.34.0 // indirect | ||
golang.org/x/sync v0.10.0 // indirect | ||
golang.org/x/sys v0.29.0 // indirect | ||
golang.org/x/term v0.28.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
golang.org/x/tools v0.29.0 // indirect | ||
) | ||
|
||
require ( | ||
github.com/beevik/etree v1.3.0 | ||
github.com/google/uuid v1.1.2 // indirect | ||
gopkg.in/yaml.v2 v2.2.8 | ||
) |
Oops, something went wrong.