From 8bdbd5bdf3e5b6ea33c57e54520f3833a12ee2da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Tue, 23 Jun 2026 18:32:01 +0800 Subject: [PATCH] =?UTF-8?q?common=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7?= 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 556474f..4cb063c 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/tiger1103/gfast/v3 go 1.26.0 require ( - gitea.redpowerfuture.com/red-future/common v0.0.25 + gitea.redpowerfuture.com/red-future/common v0.0.26 github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef github.com/casbin/casbin/v2 v2.42.0 github.com/gogf/gf/contrib/drivers/pgsql/v2 v2.10.2 @@ -16,7 +16,7 @@ require ( github.com/tiger1103/gfast-token v1.0.10 ) -//replace gitea.redpowerfuture.com/red-future/common v0.0.25 => ../common +//replace gitea.redpowerfuture.com/red-future/common v0.0.26 => ../common require ( github.com/BurntSushi/toml v1.6.0 // indirect