From 92c6656960791dbd5a249f9a046a9825677eb15f Mon Sep 17 00:00:00 2001 From: renzhiyuan <465386466@qq.com> Date: Wed, 22 Oct 2025 20:28:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20go.mod?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index ce6a32a..18d127e 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module gitea.cdlsxd.cn/self-tools/l_msg_api -go 1.22.10 - -toolchain go1.23.6 +go 1.21 require ( gitea.cdlsxd.cn/rzy_tools/request v1.0.0