From f38906579887e8f74e1c8389745eb266a9a53596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Fri, 3 Apr 2026 11:39:33 +0800 Subject: [PATCH] =?UTF-8?q?golang=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A71.26.?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index b16c0dc..a046e75 100644 --- a/go.mod +++ b/go.mod @@ -2,10 +2,10 @@ module customer-server go 1.26.0 -replace gitea.com/red-future/common v0.0.9 => ../common +replace gitea.com/red-future/common v0.0.11 => ../common require ( - gitea.com/red-future/common v0.0.9 + gitea.com/red-future/common v0.0.11 github.com/gogf/gf/contrib/nosql/redis/v2 v2.10.0 github.com/gogf/gf/v2 v2.10.0 github.com/gorilla/websocket v1.5.3