forked from krzemienski/transcode-orchestrator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
33 lines (30 loc) · 1.39 KB
/
go.mod
File metadata and controls
33 lines (30 loc) · 1.39 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
32
33
module github.com/cbsinteractive/transcode-orchestrator
replace github.com/bitmovin/bitmovin-api-sdk-go => github.com/zsiec/bitmovin-api-sdk-go v1.30.0-alpha.0.0.20191206023358-8ff55f235fcf
replace github.com/video-dev/video-transcoding-api => github.com/StephQuery/transcode-orchestrator latest
require (
github.com/NYTimes/gizmo v1.3.5
github.com/NYTimes/gziphandler v1.1.1
github.com/aws/aws-sdk-go v1.30.9
github.com/aws/aws-sdk-go-v2 v0.24.0
github.com/awslabs/smithy-go v0.0.0-20200421200441-f1e89484c1b9 // indirect
github.com/bitmovin/bitmovin-api-sdk-go v1.37.0-alpha.0
github.com/cbsinteractive/hybrik-sdk-go v0.0.0-20191031180025-00f04ed90532
github.com/cbsinteractive/pkg/timecode v0.0.0-20200805005557-c8cd96fa0686
github.com/cbsinteractive/pkg/video v0.0.4
github.com/fsouza/ctxlogger v1.5.9
github.com/fsouza/gizmo-stackdriver-logging v1.3.2
github.com/getsentry/sentry-go v0.6.0
github.com/go-redis/redis v6.15.7+incompatible
github.com/gofrs/uuid v3.3.0+incompatible
github.com/google/go-cmp v0.4.0
github.com/google/gops v0.3.7
github.com/gorilla/handlers v1.4.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/kr/pretty v0.2.0
github.com/mitchellh/hashstructure v1.0.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.5.0
github.com/zsiec/pkg/tracing v0.0.0-20200316013157-874eb6019248
github.com/zsiec/pkg/xrayutil v0.0.0-20200316013157-874eb6019248
)
go 1.14