From 464064ab3a3102a02eb9c1bf55b9bef35d6f35f5 Mon Sep 17 00:00:00 2001 From: jhc Date: Fri, 9 May 2025 11:18:45 +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 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