diff options
author | Grail Finder <wohilas@gmail.com> | 2023-02-15 21:06:32 +0600 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2023-02-15 21:06:32 +0600 |
commit | 41582a3c316acf6e446364d6a4ba43b0c3ef1cea (patch) | |
tree | 4f6571c990f352a310fb9944bf891738ace9f840 /go.mod | |
parent | 9de5f6901653523b7c74b870aa8c0764af91cabc (diff) |
Feat: add ffmpeg inside of go
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ module prep-dataset go 1.20 + +require github.com/u2takey/ffmpeg-go v0.4.1 + +require ( + github.com/aws/aws-sdk-go v1.38.20 // indirect + github.com/jmespath/go-jmespath v0.4.0 // indirect + github.com/u2takey/go-utils v0.3.1 // indirect +) |