From e528f2ddf42d3cd2f8725d8e09741dddc1afc17e Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Sun, 7 Apr 2024 13:38:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 30cae47..5f59400 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/xiaoqidun/gocos -go 1.22.1 +go 1.22.2 require github.com/tencentyun/cos-go-sdk-v5 v0.7.47