mirror of
https://github.com/xnd5101/ffmpeg-go
synced 2025-09-27 01:05:50 +08:00
12 lines
260 B
Modula-2
12 lines
260 B
Modula-2
module github.com/u2takey/ffmpeg-go
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go v1.38.20
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/u2takey/go-utils v0.0.0-20200713025200-4704d09fc2c7
|
|
gocv.io/x/gocv v0.25.0
|
|
)
|