15 lines
223 B
Modula-2
15 lines
223 B
Modula-2
module main
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/abema/go-mp4 v0.7.2
|
|
github.com/grafov/m3u8 v0.11.1
|
|
)
|
|
|
|
require (
|
|
github.com/beevik/etree v1.3.0 // indirect
|
|
github.com/google/uuid v1.1.2 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|