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.
gostorage/go.mod

25 lines
754 B

module go.dtapp.net/gostorage
go 1.21.5
require (
github.com/aliyun/aliyun-oss-go-sdk v3.0.2+incompatible
github.com/baidubce/bce-sdk-go v0.9.163
github.com/huaweicloud/huaweicloud-sdk-go-obs v3.23.9+incompatible
github.com/qiniu/go-sdk/v7 v7.19.0
github.com/tencentyun/cos-go-sdk-v5 v0.7.45
github.com/upyun/go-sdk/v3 v3.0.4
)
require (
github.com/clbanning/mxj v1.8.4 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mozillazg/go-httpheader v0.4.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
)