From 89c9eeb4c43fb97e5b3a02a2b092ce7bfbe870e2 Mon Sep 17 00:00:00 2001 From: renzhiyuan <465386466@qq.com> Date: Wed, 26 Mar 2025 10:46:25 +0800 Subject: [PATCH] Refactor and optimize MessageCenter, add paramset.go --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6b251a7..fc9edce 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module gitea.cdlsxd.cn/self-tools/l_msg_api -go 1.23.6 +go 1.22.2 require github.com/valyala/fasthttp v1.59.0