From bf7e7974f162abe79528c141e019665d05b70211 Mon Sep 17 00:00:00 2001 From: Cold <16419454+cold502@user.noreply.gitee.com> Date: Wed, 28 Jan 2026 15:48:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0common=E7=89=88=E6=9C=AC?= 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 2ed27c0..4b0c11f 100644 --- a/go.mod +++ b/go.mod @@ -3,13 +3,13 @@ module oss go 1.25.3 require ( - gitee.com/red-future---jilin-g/common v0.5.0 + gitee.com/red-future---jilin-g/common v0.5.2 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.5.0 => ../common +// replace gitee.com/red-future---jilin-g/common v0.5.2 => ../common require ( github.com/BurntSushi/toml v1.5.0 // indirect