-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 745 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/7sDream/rikka
go 1.12
require (
github.com/jeremywangjun/image-go-sdk v2.0.4+incompatible
github.com/qiniu/go-sdk/v7 v7.9.5
github.com/satori/go.uuid v1.2.0
github.com/tencentyun/cos-go-sdk-v5 v0.7.25
github.com/upyun/go-sdk/v3 v3.0.2
)
require (
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mozillazg/go-httpheader v0.3.0 // indirect
github.com/tencentyun/go-sdk v2.0.4+incompatible // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)