Files
gocos/go.mod
xiaoqidun 5850f0b468
All checks were successful
/ build (push) Successful in 36s
feat(更新镜像): 更新镜像
2025-12-08 10:47:31 +08:00

13 lines
318 B
Modula-2

module github.com/xiaoqidun/gocos
go 1.25.5
require github.com/tencentyun/cos-go-sdk-v5 v0.7.71
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
)