gocos/go.mod

13 lines
318 B
Modula-2
Raw Normal View History

2020-12-24 10:10:59 +08:00
module github.com/xiaoqidun/gocos
2024-04-07 13:38:13 +08:00
go 1.22.2
2020-12-24 10:10:59 +08:00
2024-03-13 16:55:55 +08:00
require github.com/tencentyun/cos-go-sdk-v5 v0.7.47
2021-08-29 22:51:09 +08:00
require (
2022-03-05 09:28:46 +08:00
github.com/clbanning/mxj v1.8.4 // indirect
2021-08-29 22:51:09 +08:00
github.com/google/go-querystring v1.0.0 // indirect
2022-03-05 09:28:46 +08:00
github.com/mitchellh/mapstructure v1.4.3 // indirect
2021-08-29 22:51:09 +08:00
github.com/mozillazg/go-httpheader v0.2.1 // indirect
)