update(wasm-go): upgrade wasm-go for supporting outputSchema (#2907)

This commit is contained in:
aias00
2025-09-12 09:39:03 +08:00
committed by GitHub
parent 89d414e49a
commit c1b4cd6644
8 changed files with 14 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ go 1.24.3
require (
github.com/higress-group/proxy-wasm-go-sdk v0.0.0-20250611100342-5654e89a7a80
github.com/higress-group/wasm-go v1.0.2-0.20250819092116-2fd2b083a8e2
github.com/higress-group/wasm-go v1.0.2-0.20250911113549-cbf1cfcce774
github.com/tidwall/gjson v1.18.0
)