From 2fe1df0ffc2bb425f7d752fb81ed696b49649204 Mon Sep 17 00:00:00 2001 From: jhc Date: Fri, 9 May 2025 16:25:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= 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 f6dbc87..e7e04d3 100644 --- a/go.mod +++ b/go.mod @@ -17,9 +17,9 @@ go 1.18 //github.com/fonchain_enterprise/utils/ipAddrQuery => ../utils/ipAddrQuery //github.com/fonchain_enterprise/utils/jwt => ../utils/jwt //github.com/fonchain_enterprise/utils/logger => ../utils/logger -replace github.com/fonchain_enterprise/utils/objstorage => ../../tyfon-新/utils/objstorage +//replace github.com/fonchain_enterprise/utils/objstorage => ../../tyfon-新/utils/objstorage -//replace github.com/fonchain_enterprise/utils/objstorage => ../utils/objstorage +replace github.com/fonchain_enterprise/utils/objstorage => ../utils/objstorage require ( dubbo.apache.org/dubbo-go/v3 v3.0.2