forked from video-dev/video-transcoding-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (28 loc) · 1.15 KB
/
go.mod
File metadata and controls
31 lines (28 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module github.com/video-dev/video-transcoding-api/v2
require (
github.com/NYTimes/gizmo v1.3.6
github.com/NYTimes/gziphandler v1.1.1
github.com/aws/aws-sdk-go-v2 v1.14.0
github.com/aws/aws-sdk-go-v2/config v1.14.0
github.com/aws/aws-sdk-go-v2/credentials v1.9.0
github.com/aws/aws-sdk-go-v2/service/mediaconvert v1.20.0
github.com/bitmovin/bitmovin-go v1.29.0
github.com/fsouza/ctxlogger v1.5.12
github.com/fsouza/gizmo-stackdriver-logging v1.3.3
github.com/go-redis/redis v6.15.9+incompatible
github.com/google/go-cmp v0.5.7
github.com/google/gops v0.3.22
github.com/gorilla/handlers v1.5.1
github.com/hybrik/hybrik-sdk-go v0.0.0-20170516091026-c2eee0e66af9
github.com/kelseyhightower/envconfig v1.4.0
github.com/kr/pretty v0.3.0
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.0
github.com/video-dev/go-elementalconductor v1.1.0
github.com/video-dev/go-encodingcom v1.0.0
github.com/video-dev/zencoder v0.0.0-20161215190743-745874544382
)
replace github.com/video-dev/video-transcoding-api => github.com/StephQuery/video-transcoding-api latest
go 1.14