From fe85fb4a11f3f5878894209156d5c55a1bacbae6 Mon Sep 17 00:00:00 2001 From: liuxiaobo <1224730913@qq.com> Date: Sat, 21 Jun 2025 00:43:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 513ed67..2b71c7c 100644 --- a/go.mod +++ b/go.mod @@ -64,4 +64,4 @@ require ( ) // 关键:指向本地公共库路径[3,5](@ref) -replace github.com/fox/fox => ../fox +replace github.com/fox/fox => ./fox