From 8b84cc1318390a9cdf239276a24b7159ab36efd7 Mon Sep 17 00:00:00 2001 From: jhc Date: Fri, 28 Mar 2025 19:35:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=B8=E6=80=AA?= 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 9fa0056..d564e6c 100644 --- a/go.mod +++ b/go.mod @@ -17,8 +17,8 @@ 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 => ../utils/objstorage +//replace github.com/fonchain_enterprise/utils/objstorage => ../../tyfon-新/utils/objstorage +replace github.com/fonchain_enterprise/utils/objstorage => ../utils/objstorage require ( dubbo.apache.org/dubbo-go/v3 v3.0.2