-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
152 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,30 @@ | ||
module github.com/duxweb/go-storage | ||
|
||
go 1.18 | ||
go 1.21.0 | ||
|
||
toolchain go1.22.4 | ||
|
||
require ( | ||
github.com/aliyun/aliyun-oss-go-sdk v2.2.7+incompatible | ||
github.com/go-resty/resty/v2 v2.7.0 | ||
github.com/huaweicloud/huaweicloud-sdk-go-obs v3.23.3+incompatible | ||
github.com/qiniu/go-sdk/v7 v7.14.0 | ||
github.com/tencentyun/cos-go-sdk-v5 v0.7.41 | ||
github.com/aliyun/alibabacloud-oss-go-sdk-v2 v1.0.2 | ||
github.com/go-resty/resty/v2 v2.14.0 | ||
github.com/huaweicloud/huaweicloud-sdk-go-obs v3.24.6+incompatible | ||
github.com/qiniu/go-sdk/v7 v7.21.1 | ||
github.com/tencentyun/cos-go-sdk-v5 v0.7.54 | ||
) | ||
|
||
require ( | ||
github.com/BurntSushi/toml v1.4.0 // indirect | ||
github.com/alex-ant/gomath v0.0.0-20160516115720-89013a210a82 // indirect | ||
github.com/clbanning/mxj v1.8.4 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
github.com/gofrs/flock v0.12.1 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/matishsiao/goInfo v0.0.0-20210923090445-da2e3fa8d45f // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/mozillazg/go-httpheader v0.3.1 // 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 | ||
github.com/mozillazg/go-httpheader v0.4.0 // indirect | ||
golang.org/x/net v0.28.0 // indirect | ||
golang.org/x/sync v0.8.0 // indirect | ||
golang.org/x/sys v0.24.0 // indirect | ||
golang.org/x/text v0.17.0 // indirect | ||
golang.org/x/time v0.6.0 // indirect | ||
) |
Oops, something went wrong.