forked from go/golangs_learn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
891 B
21 lines
891 B
3 years ago
|
module videosrt
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/PuerkitoBio/goquery v1.5.0
|
||
|
github.com/aliyun/alibaba-cloud-sdk-go v1.60.268
|
||
|
github.com/aliyun/aliyun-oss-go-sdk v2.0.4+incompatible
|
||
|
github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f // indirect
|
||
|
github.com/buger/jsonparser v0.0.0-20191004114745-ee4c978eae7e
|
||
|
github.com/lxn/walk v0.0.0-20191121152919-b7c43041fb1b
|
||
|
github.com/lxn/win v0.0.0-20191106123917-121afc750dd3 // indirect
|
||
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
||
|
github.com/satori/go.uuid v1.2.0 // indirect
|
||
|
github.com/tencentcloud/tencentcloud-sdk-go v3.0.128+incompatible
|
||
|
golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e // indirect
|
||
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
|
||
|
gopkg.in/Knetic/govaluate.v3 v3.0.0 // indirect
|
||
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
||
|
)
|