AI security streaming (#2696)

This commit is contained in:
rinfx
2025-08-04 20:47:18 +08:00
committed by GitHub
parent abc31169a2
commit 943fda0a9c
7 changed files with 157 additions and 24 deletions

View File

@@ -6,7 +6,7 @@ toolchain go1.24.4
require (
github.com/higress-group/proxy-wasm-go-sdk v0.0.0-20250611100342-5654e89a7a80
github.com/higress-group/wasm-go v1.0.1
github.com/higress-group/wasm-go v1.0.2-0.20250729071413-2478fd585950
github.com/tidwall/gjson v1.18.0
)
@@ -15,4 +15,5 @@ require (
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/resp v0.1.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
)