update wasm-go dep of mcp-server

This commit is contained in:
johnlanni
2025-12-08 10:20:57 +08:00
committed by jingze
parent 18d20ca135
commit 119698eea4
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ replace amap-tools => ../amap-tools
require (
amap-tools v0.0.0-00010101000000-000000000000
github.com/higress-group/proxy-wasm-go-sdk v0.0.0-20251103120604-77e9cce339d2
github.com/higress-group/wasm-go v1.0.6
github.com/higress-group/wasm-go v1.0.7-0.20251208021417-219c8c16d22a
github.com/stretchr/testify v1.9.0
quark-search v0.0.0-00010101000000-000000000000
)

View File

@@ -22,8 +22,8 @@ github.com/higress-group/gjson_template v0.0.0-20250413075336-4c4161ed428b h1:rR
github.com/higress-group/gjson_template v0.0.0-20250413075336-4c4161ed428b/go.mod h1:rU3M+Tq5VrQOo0dxpKHGb03Ty0sdWIZfAH+YCOACx/Y=
github.com/higress-group/proxy-wasm-go-sdk v0.0.0-20251103120604-77e9cce339d2 h1:NY33OrWCJJ+DFiLc+lsBY4Ywor2Ik61ssk6qkGF8Ypo=
github.com/higress-group/proxy-wasm-go-sdk v0.0.0-20251103120604-77e9cce339d2/go.mod h1:tRI2LfMudSkKHhyv1uex3BWzcice2s/l8Ah8axporfA=
github.com/higress-group/wasm-go v1.0.6 h1:Wi9Z/7g0okSTIIHOni03cb+LFTbbYIARZjPgQD6guuw=
github.com/higress-group/wasm-go v1.0.6/go.mod h1:uKVYICbRaxTlKqdm8E0dpjbysxM8uCPb9LV26hF3Km8=
github.com/higress-group/wasm-go v1.0.7-0.20251208021417-219c8c16d22a h1:RTNzZz33GNq3Gspflu62wc4zfLH+YMJXp2ruMeXoYQI=
github.com/higress-group/wasm-go v1.0.7-0.20251208021417-219c8c16d22a/go.mod h1:uKVYICbRaxTlKqdm8E0dpjbysxM8uCPb9LV26hF3Km8=
github.com/huandu/xstrings v1.5.0 h1:2ag3IFq9ZDANvthTwTiqSSZLjDc+BedvHPAp5tJy2TI=
github.com/huandu/xstrings v1.5.0/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE=
github.com/invopop/jsonschema v0.13.0 h1:KvpoAJWEjR3uD9Kbm2HWJmqsEaHt8lBUpd0qHcIi21E=