summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2023-02-15 21:06:32 +0600
committerGrail Finder <wohilas@gmail.com>2023-02-15 21:06:32 +0600
commit41582a3c316acf6e446364d6a4ba43b0c3ef1cea (patch)
tree4f6571c990f352a310fb9944bf891738ace9f840 /go.mod
parent9de5f6901653523b7c74b870aa8c0764af91cabc (diff)
Feat: add ffmpeg inside of go
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 8 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 88466ed..66cc990 100644
--- a/go.mod
+++ b/go.mod
@@ -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
+)