-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
30 lines (27 loc) · 1.09 KB
/
go.mod
File metadata and controls
30 lines (27 loc) · 1.09 KB
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
module github.com/fox-toolkit/waf
go 1.26.3
require (
github.com/corazawaf/coraza/v3 v3.7.0
github.com/fox-toolkit/fox v0.30.1
)
require (
github.com/corazawaf/libinjection-go v0.3.2 // indirect
github.com/go-json-experiment/json v0.0.0-20260520185125-572e7c383686 // indirect
github.com/goccy/go-yaml v1.19.2 // indirect
github.com/kaptinlin/go-i18n v0.4.9 // indirect
github.com/kaptinlin/jsonpointer v0.4.24 // indirect
github.com/kaptinlin/jsonschema v0.7.14 // indirect
github.com/kaptinlin/messageformat-go v0.6.4 // indirect
github.com/magefile/mage v1.17.2 // indirect
github.com/petar-dambovaliev/aho-corasick v0.0.0-20250424160509-463d218d4745 // indirect
github.com/tidwall/gjson v1.19.0 // indirect
github.com/tidwall/match v1.2.0 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/valllabh/ocsf-schema-golang v1.0.3 // indirect
golang.org/x/net v0.55.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.45.0 // indirect
golang.org/x/text v0.37.0 // indirect
google.golang.org/protobuf v1.36.11 // indirect
rsc.io/binaryregexp v0.2.0 // indirect
)