mirror of
https://github.com/u2takey/ffmpeg-go.git
synced 2025-10-04 15:42:41 +08:00
12 lines
232 B
Modula-2
12 lines
232 B
Modula-2
module github.com/u2takey/ffmpeg-go
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go v1.38.20
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/stretchr/testify v1.5.1
|
|
github.com/u2takey/go-utils v0.3.1
|
|
gocv.io/x/gocv v0.25.0
|
|
)
|