gocos/go.mod

13 lines
316 B
Modula-2
Raw Normal View History

2020-12-24 10:10:59 +08:00
module github.com/xiaoqidun/gocos
2022-02-08 04:48:15 +08:00
go 1.18
2020-12-24 10:10:59 +08:00
2022-06-02 14:29:46 +08:00
require github.com/tencentyun/cos-go-sdk-v5 v0.7.35
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
)