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.
11 lines
149 B
11 lines
149 B
8 months ago
|
module main
|
||
|
|
||
|
go 1.17
|
||
|
|
||
|
require (
|
||
|
github.com/abema/go-mp4 v0.7.2
|
||
|
github.com/grafov/m3u8 v0.11.1
|
||
|
)
|
||
|
|
||
|
require github.com/google/uuid v1.1.2 // indirect
|