✨ Add ffprobe
This commit is contained in:
parent
afb5953ea0
commit
4435ebf98f
4 changed files with 131 additions and 1 deletions
4
go.mod
4
go.mod
|
|
@ -8,10 +8,14 @@ require (
|
|||
github.com/akrennmair/slice v0.0.0-20220105203817-49445747ab81
|
||||
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
|
||||
github.com/spf13/cobra v1.7.0
|
||||
github.com/u2takey/ffmpeg-go v0.5.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/aws/aws-sdk-go v1.38.20 // indirect
|
||||
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||||
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
github.com/u2takey/go-utils v0.3.1 // indirect
|
||||
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue