-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
36 lines (32 loc) · 1.31 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
module waf-go-envoy
go 1.19
require (
github.com/cncf/xds/go v0.0.0-20230428030218-4003588d1b74
github.com/corazawaf/coraza/v3 v3.0.0-rc.2
github.com/envoyproxy/envoy v1.27.0
github.com/json-iterator/go v1.1.12
github.com/magefile/mage v1.14.0
github.com/shirou/gopsutil v3.21.11+incompatible
google.golang.org/protobuf v1.31.0
)
require (
github.com/corazawaf/libinjection-go v0.1.2 // indirect
github.com/envoyproxy/protoc-gen-validate v0.1.0 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/petar-dambovaliev/aho-corasick v0.0.0-20211021192214-5ab2d9280aa9 // indirect
github.com/tidwall/gjson v1.14.4 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tklauser/go-sysconf v0.3.12 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/text v0.9.0 // indirect
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 // indirect
google.golang.org/grpc v1.25.1 // indirect
rsc.io/binaryregexp v0.2.0 // indirect
)