-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
wanglei.w
committed
Mar 16, 2022
1 parent
873fdb4
commit 98a5c5c
Showing
2 changed files
with
23 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
module github.com/u2takey/ffmpeg-go | ||
|
||
go 1.14 | ||
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.4.0 | ||
github.com/u2takey/go-utils v0.0.0-20200713025200-4704d09fc2c7 | ||
github.com/stretchr/testify v1.5.1 | ||
github.com/u2takey/go-utils v0.3.1 | ||
gocv.io/x/gocv v0.25.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters