mirror of https://github.com/xiaoqidun/gocos.git
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.
13 lines
316 B
13 lines
316 B
module github.com/xiaoqidun/gocos
|
|
|
|
go 1.19
|
|
|
|
require github.com/tencentyun/cos-go-sdk-v5 v0.7.36
|
|
|
|
require (
|
|
github.com/clbanning/mxj v1.8.4 // indirect
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.4.3 // indirect
|
|
github.com/mozillazg/go-httpheader v0.2.1 // indirect
|
|
)
|