add inject_encoded_data_to_filter_chain_on_header example (#3071)

This commit is contained in:
rinfx
2025-10-30 10:58:25 +08:00
committed by GitHub
parent b4c6903412
commit af8748d754
4 changed files with 121 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
module github.com/alibaba/higress/plugins/wasm-go/extensions/test-foreign-function
go 1.24.1
toolchain go1.24.3
require (
github.com/higress-group/proxy-wasm-go-sdk v0.0.0-20250822030947-8345453fddd0
github.com/higress-group/wasm-go v1.0.3-0.20251011083635-792cb1547bac
github.com/tidwall/gjson v1.18.0
google.golang.org/protobuf v1.36.6
)
require (
github.com/google/uuid v1.6.0 // indirect
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
)