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.
14 lines
225 B
14 lines
225 B
2 days ago
|
module lcthw.dev/vidcrunch
|
||
|
|
||
|
go 1.24.2
|
||
|
|
||
|
require (
|
||
|
github.com/BurntSushi/toml v1.5.0
|
||
|
github.com/modfy/fluent-ffmpeg v0.1.0
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/fatih/structs v1.1.0 // indirect
|
||
|
github.com/pkg/errors v0.9.1 // indirect
|
||
|
)
|