1
1
module github.com/wallarm/api-firewall
2
2
3
- go 1.22.12
3
+ go 1.23.0
4
+
5
+ toolchain go1.23.6
4
6
5
7
require (
6
8
github.com/andybalholm/brotli v1.1.1
7
9
github.com/ardanlabs/conf v1.5.0
8
10
github.com/clbanning/mxj/v2 v2.7.0
9
- github.com/corazawaf/coraza/v3 v3.2.1
11
+ github.com/corazawaf/coraza/v3 v3.3.2
10
12
github.com/dgraph-io/ristretto v0.2.0
11
- github.com/fasthttp/websocket v1.5.11
13
+ github.com/fasthttp/websocket v1.5.12
12
14
github.com/foxcpp/go-mockdns v1.1.0
13
- github.com/gabriel-vasile/mimetype v1.4.7
15
+ github.com/gabriel-vasile/mimetype v1.4.8
14
16
github.com/getkin/kin-openapi v0.124.0
15
17
github.com/go-playground/validator v9.31.0+incompatible
16
18
github.com/golang-jwt/jwt v3.2.2+incompatible
17
19
github.com/golang/mock v1.6.0
18
20
github.com/google/uuid v1.6.0
19
21
github.com/karlseguin/ccache/v2 v2.0.8
20
- github.com/klauspost/compress v1.17.11
21
- github.com/mattn/go-sqlite3 v1.14.23
22
+ github.com/klauspost/compress v1.18.0
23
+ github.com/mattn/go-sqlite3 v1.14.24
22
24
github.com/pkg/errors v0.9.1
23
25
github.com/savsgio/gotils v0.0.0-20240704082632-aef3928b8a38
24
26
github.com/sirupsen/logrus v1.9.3
25
27
github.com/stretchr/testify v1.10.0
26
- github.com/valyala/fasthttp v1.58 .0
28
+ github.com/valyala/fasthttp v1.59 .0
27
29
github.com/valyala/fastjson v1.6.4
28
30
github.com/wundergraph/graphql-go-tools v1.67.4
29
- golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
30
- golang.org/x/sync v0.10 .0
31
+ golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa
32
+ golang.org/x/sync v0.11 .0
31
33
gopkg.in/yaml.v3 v3.0.1
32
34
)
33
35
@@ -37,8 +39,8 @@ require (
37
39
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
38
40
github.com/buger/jsonparser v1.1.1 // indirect
39
41
github.com/cespare/xxhash/v2 v2.3.0 // indirect
40
- github.com/corazawaf/libinjection-go v0.2.1 // indirect
41
- github.com/davecgh/go-spew v1.1.1 // indirect
42
+ github.com/corazawaf/libinjection-go v0.2.2 // indirect
43
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
42
44
github.com/dustin/go-humanize v1.0.1 // indirect
43
45
github.com/eclipse/paho.mqtt.golang v1.2.0 // indirect
44
46
github.com/go-openapi/jsonpointer v0.21.0 // indirect
@@ -55,9 +57,9 @@ require (
55
57
github.com/jensneuse/pipeline v0.0.0-20200117120358-9fb4de085cd6 // indirect
56
58
github.com/josharian/intern v1.0.0 // indirect
57
59
github.com/leodido/go-urn v1.2.0 // indirect
58
- github.com/magefile/mage v1.15.0 // indirect
59
- github.com/mailru/easyjson v0.7.7 // indirect
60
- github.com/miekg/dns v1.1.62 // indirect
60
+ github.com/magefile/mage v1.15.1-0.20241126214340-bdc92f694516 // indirect
61
+ github.com/mailru/easyjson v0.9.0 // indirect
62
+ github.com/miekg/dns v1.1.63 // indirect
61
63
github.com/mitchellh/copystructure v1.0.0 // indirect
62
64
github.com/mitchellh/reflectwalk v1.0.0 // indirect
63
65
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
@@ -66,21 +68,23 @@ require (
66
68
github.com/nats-io/nuid v1.0.1 // indirect
67
69
github.com/perimeterx/marshmallow v1.1.5 // indirect
68
70
github.com/petar-dambovaliev/aho-corasick v0.0.0-20240411101913-e07a1f0e8eb4 // indirect
69
- github.com/pmezard/go-difflib v1.0.0 // indirect
70
- github.com/r3labs/sse/v2 v2.8.1 // indirect
71
+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
72
+ github.com/r3labs/sse/v2 v2.10.0 // indirect
71
73
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
72
- github.com/tidwall/gjson v1.17.1 // indirect
74
+ github.com/tidwall/gjson v1.18.0 // indirect
73
75
github.com/tidwall/match v1.1.1 // indirect
74
76
github.com/tidwall/pretty v1.2.1 // indirect
75
77
github.com/tidwall/sjson v1.2.5 // indirect
78
+ github.com/valllabh/ocsf-schema-golang v1.0.3 // indirect
76
79
github.com/valyala/bytebufferpool v1.0.0 // indirect
77
80
go.uber.org/multierr v1.11.0 // indirect
78
81
go.uber.org/zap v1.27.0 // indirect
79
- golang.org/x/crypto v0.31.0 // indirect
80
- golang.org/x/mod v0.22.0 // indirect
81
- golang.org/x/net v0.33.0 // indirect
82
- golang.org/x/sys v0.28.0 // indirect
83
- golang.org/x/tools v0.28.0 // indirect
82
+ golang.org/x/crypto v0.35.0 // indirect
83
+ golang.org/x/mod v0.23.0 // indirect
84
+ golang.org/x/net v0.35.0 // indirect
85
+ golang.org/x/sys v0.30.0 // indirect
86
+ golang.org/x/tools v0.30.0 // indirect
87
+ google.golang.org/protobuf v1.34.2 // indirect
84
88
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
85
89
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
86
90
nhooyr.io/websocket v1.8.17 // indirect
0 commit comments