feat(更新依赖): 更新COS SDK
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-08-29 22:51:09 +08:00
parent 6030905e57
commit a36fd1d626
2 changed files with 9 additions and 4 deletions

9
go.mod
View File

@ -1,5 +1,10 @@
module github.com/xiaoqidun/gocos
go 1.16
go 1.17
require github.com/tencentyun/cos-go-sdk-v5 v0.7.29
require github.com/tencentyun/cos-go-sdk-v5 v0.7.30
require (
github.com/google/go-querystring v1.0.0 // indirect
github.com/mozillazg/go-httpheader v0.2.1 // indirect
)