gocos/go.mod

11 lines
217 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-02-08 04:48:15 +08:00
require github.com/tencentyun/cos-go-sdk-v5 v0.7.33
2021-08-29 22:51:09 +08:00
require (
github.com/google/go-querystring v1.0.0 // indirect
github.com/mozillazg/go-httpheader v0.2.1 // indirect
)