From 9eaa5d1f3dd0ef5300ee538ce3c167ed2e646ef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Wed, 22 Apr 2026 18:00:31 +0800 Subject: [PATCH] =?UTF-8?q?common=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0?= 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 5ed4322..2bd7fa4 100644 --- a/go.mod +++ b/go.mod @@ -2,12 +2,12 @@ module customer-server go 1.26.0 -replace gitea.com/red-future/common v0.0.12 => ../common +replace gitea.com/red-future/common v0.0.18 => ../common replace github.com/bjang03/gmq => ../gmq require ( - gitea.com/red-future/common v0.0.12 + gitea.com/red-future/common v0.0.18 github.com/bjang03/gmq v0.0.0-20260302085007-c7d0e3be8af4 github.com/gogf/gf/contrib/drivers/pgsql/v2 v2.10.0 github.com/gogf/gf/contrib/nosql/redis/v2 v2.10.0