mirror of
https://github.com/xiaoqidun/gocos.git
synced 2024-11-21 22:16:45 +08:00
13 lines
318 B
Modula-2
13 lines
318 B
Modula-2
module github.com/xiaoqidun/gocos
|
|
|
|
go 1.22.4
|
|
|
|
require github.com/tencentyun/cos-go-sdk-v5 v0.7.50
|
|
|
|
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
|
|
)
|