-
Notifications
You must be signed in to change notification settings - Fork 18
/
go.mod
27 lines (24 loc) · 844 Bytes
/
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
module github.com/corazawaf/coraza-spoa
go 1.19
require (
github.com/bluele/gcache v0.0.2
github.com/corazawaf/coraza/v3 v3.0.1
github.com/criteo/haproxy-spoe-go v1.0.6
github.com/magefile/mage v1.15.0
go.uber.org/zap v1.24.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/corazawaf/libinjection-go v0.1.2 // indirect
github.com/petar-dambovaliev/aho-corasick v0.0.0-20211021192214-5ab2d9280aa9 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.9.3 // 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
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sys v0.18.0 // indirect
rsc.io/binaryregexp v0.2.0 // indirect
)