mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 12:47:28 +08:00
add gc-test plugin (#597)
This commit is contained in:
21
plugins/wasm-go/extensions/gc-test/go.mod
Normal file
21
plugins/wasm-go/extensions/gc-test/go.mod
Normal file
@@ -0,0 +1,21 @@
|
||||
module github.com/alibaba/higress/plugins/wasm-go/extensions/gc-test
|
||||
|
||||
go 1.19
|
||||
|
||||
replace github.com/alibaba/higress/plugins/wasm-go => ../..
|
||||
|
||||
replace github.com/wasilibs/nottinygc v0.5.1 => github.com/higress-group/nottinygc v0.0.0-20231019105920-c4d985d443e1
|
||||
|
||||
require (
|
||||
github.com/alibaba/higress/plugins/wasm-go v0.0.0
|
||||
github.com/tetratelabs/proxy-wasm-go-sdk v0.22.0
|
||||
github.com/tidwall/gjson v1.14.3
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/google/uuid v1.3.0 // indirect
|
||||
github.com/magefile/mage v1.14.0 // indirect
|
||||
github.com/tidwall/match v1.1.1 // indirect
|
||||
github.com/tidwall/pretty v1.2.0 // indirect
|
||||
github.com/wasilibs/nottinygc v0.5.1 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user