mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 04:37:31 +08:00
Go WAF Plugin (#400)
This commit is contained in:
16
plugins/wasm-go/extensions/waf/magefiles/go.mod
Normal file
16
plugins/wasm-go/extensions/waf/magefiles/go.mod
Normal file
@@ -0,0 +1,16 @@
|
||||
module github.com/corazawaf/coraza-proxy-wasm/magefiles
|
||||
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
fortio.org/fortio v1.38.4
|
||||
github.com/magefile/mage v1.14.0
|
||||
github.com/tetratelabs/wabin v0.0.0-20220927005300-3b0fbf39a46a
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/google/uuid v1.3.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20221111204811-129d8d6c17ab // indirect
|
||||
golang.org/x/net v0.2.0 // indirect
|
||||
golang.org/x/text v0.4.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user