From 98e5e9e4cc45fb5d7d356ccbbae02870230c3c5b Mon Sep 17 00:00:00 2001 From: qhd <1766646056@qq.com> Date: Mon, 29 Dec 2025 14:59:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=AD=98=E5=82=A8-common?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0=20v0.2.6?= 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 452e9e7..93cd89b 100644 --- a/go.mod +++ b/go.mod @@ -3,14 +3,14 @@ module oss go 1.25.3 require ( - gitee.com/red-future---jilin-g/common v0.2.5 + gitee.com/red-future---jilin-g/common v0.2.6 github.com/gogf/gf/contrib/drivers/mysql/v2 v2.9.5 github.com/gogf/gf/contrib/nosql/redis/v2 v2.9.5 github.com/gogf/gf/v2 v2.9.5 go.mongodb.org/mongo-driver/v2 v2.4.1 ) -//replace gitee.com/red-future---jilin-g/common v0.2.5 => ../common +//replace gitee.com/red-future---jilin-g/common v0.2.6 => ../common require ( github.com/BurntSushi/toml v1.5.0 // indirect