From c5a7ce0691ed566052a46756c00fe268d2169318 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Sun, 7 Sep 2025 18:35:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8D=87=E7=BA=A7=E4=BE=9D=E8=B5=96):=20?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=E4=BE=9D=E8=B5=96?= 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 c496e72..000cf3c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/xiaoqidun/gocos -go 1.25.0 +go 1.25.1 require github.com/tencentyun/cos-go-sdk-v5 v0.7.69