mirror of
https://github.com/xiaoqidun/gocos.git
synced 2025-04-18 18:21:25 +08:00
This commit is contained in:
9
go.mod
9
go.mod
@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user