-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (21 loc) · 919 Bytes
/
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
module github.com/w7corp/sdk-open-cloud-go
go 1.20
require (
github.com/aliyun/aliyun-oss-go-sdk v2.2.7+incompatible // indirect
github.com/clbanning/mxj v1.8.4 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/duxweb/go-storage v1.0.1 // indirect
github.com/go-resty/resty/v2 v2.7.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/huaweicloud/huaweicloud-sdk-go-obs v3.23.3+incompatible // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mozillazg/go-httpheader v0.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/qiniu/go-sdk/v7 v7.14.0 // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/tencentyun/cos-go-sdk-v5 v0.7.41 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/time v0.3.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)