mirror of
https://github.com/alibaba/higress.git
synced 2026-02-28 06:30:49 +08:00
17 lines
400 B
Modula-2
17 lines
400 B
Modula-2
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
|
|
)
|