summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
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
+)