Files
apple-music-alac-atmos-down…/go.mod

26 lines
612 B
Modula-2
Raw Normal View History

2024-03-05 11:36:13 -03:00
module main
2025-01-13 00:50:40 +08:00
go 1.17
2024-03-05 11:36:13 -03:00
require (
2025-01-09 21:27:28 +08:00
github.com/Eyevinn/mp4ff v0.46.0
github.com/abema/go-mp4 v1.3.0
2024-03-05 11:36:13 -03:00
github.com/grafov/m3u8 v0.11.1
2025-01-09 21:27:28 +08:00
github.com/schollz/progressbar/v3 v3.14.6
2024-09-06 00:05:13 +08:00
github.com/spf13/pflag v1.0.5
2024-03-05 11:36:13 -03:00
)
require (
2025-01-13 00:47:49 +08:00
github.com/Sorrow446/go-mp4tag v0.0.0-20240130220823-68ce31d53e37 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // 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
)
2024-04-24 01:02:04 +08:00
require (
2024-09-06 00:05:13 +08:00
github.com/beevik/etree v1.3.0
2024-04-24 01:02:04 +08:00
github.com/google/uuid v1.1.2 // indirect
2024-04-28 09:33:00 +08:00
gopkg.in/yaml.v2 v2.2.8
2024-04-24 01:02:04 +08:00
)