From 17c60918fd0c9bbda4c6074f5d9a6fb50b47d078 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:05:04 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 10e4b91..7cb9d9e 100644 --- a/go.mod +++ b/go.mod @@ -1,9 +1,9 @@ module assets -go 1.25.8 +go 1.26.0 require ( - gitea.com/red-future/common v0.0.7 + gitea.com/red-future/common v0.0.9 github.com/bjang03/gmq v0.0.0-20251219093200-000000000000 github.com/gogf/gf/contrib/drivers/pgsql/v2 v2.10.0 github.com/gogf/gf/v2 v2.10.0 @@ -12,7 +12,7 @@ require ( go.mongodb.org/mongo-driver/v2 v2.5.0 ) -replace gitea.com/red-future/common v0.0.7 => ../common +replace gitea.com/red-future/common v0.0.9 => ../common replace github.com/bjang03/gmq => ../gmq