forked from 0xleizhang/video-srt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
19 lines (17 loc) · 740 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/seven4x/videosrt
go 1.15
require (
github.com/aliyun/alibaba-cloud-sdk-go v1.61.690
github.com/aliyun/aliyun-oss-go-sdk v2.1.5+incompatible
github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f // indirect
github.com/buger/jsonparser v1.0.0
github.com/floostack/transcoder v1.1.1
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pkg/errors v0.9.1
github.com/satori/go.uuid v1.2.0 // indirect
github.com/spf13/cobra v1.1.1
github.com/stretchr/testify v1.3.0
github.com/unknwon/goconfig v0.0.0-20200908083735-df7de6a44db8
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
)