-
Notifications
You must be signed in to change notification settings - Fork 72
/
go.mod
29 lines (27 loc) · 1.05 KB
/
go.mod
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
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
)
go 1.14