From 8620838f8bf8a7b558d0eba172102e518420fd7e Mon Sep 17 00:00:00 2001 From: ZeruiYang Date: Sat, 19 Apr 2025 03:13:42 -0700 Subject: [PATCH] fix: update module replacements (#2090) --- plugins/wasm-go/mcp-servers/all-in-one/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/wasm-go/mcp-servers/all-in-one/go.mod b/plugins/wasm-go/mcp-servers/all-in-one/go.mod index ce72ee127..8c6d1ed78 100644 --- a/plugins/wasm-go/mcp-servers/all-in-one/go.mod +++ b/plugins/wasm-go/mcp-servers/all-in-one/go.mod @@ -6,7 +6,7 @@ replace quark-search => ../quark-search replace amap-tools => ../amap-tools -replace github.com/alibaba/higress/plugins/wasm-go => /Users/zhangty/tmp/higress/plugins/wasm-go +replace github.com/alibaba/higress/plugins/wasm-go => ../.. require ( amap-tools v0.0.0-00010101000000-000000000000