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.
12 lines
278 B
12 lines
278 B
5 years ago
|
module git.ramonr.ch/ramon/mediaconverter
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/pkg/errors v0.8.1
|
||
|
github.com/xfrr/goffmpeg v0.0.0-20191108092855-c49093f2d9f7
|
||
|
k8s.io/klog v1.0.0
|
||
|
)
|
||
|
|
||
|
replace github.com/xfrr/goffmpeg => github.com/tommyknows/goffmpeg v0.0.0-20191109121430-95bbe3aa58b5
|