You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
511 B
23 lines
511 B
module main
|
|
|
|
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/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
|
|
)
|
|
|
|
require (
|
|
github.com/beevik/etree v1.3.0
|
|
github.com/google/uuid v1.1.2 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|
|
|