From cc1a7b04a9d253f8529c055a0a43ec4df7c6c4e0 Mon Sep 17 00:00:00 2001 From: AI Engineer Date: Fri, 1 May 2026 00:13:19 +0800 Subject: [PATCH] =?UTF-8?q?chore(convert):=20=E6=9B=B4=E6=96=B0=20cast=20?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E8=87=B3=20v1.0.4=20(=E7=94=B1=20AI=20?= =?UTF-8?q?=E7=BB=B4=E6=8A=A4)?= 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 7f31e88..547d535 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module apigo.cc/go/convert go 1.25.0 require ( - apigo.cc/go/cast v1.0.3 + apigo.cc/go/cast v1.0.4 gopkg.in/yaml.v3 v3.0.1 )