1
1
module github.com/wallarm/api-firewall
2
2
3
- go 1.22.9
3
+ go 1.22.10
4
4
5
5
require (
6
6
github.com/andybalholm/brotli v1.1.1
7
7
github.com/ardanlabs/conf v1.5.0
8
8
github.com/clbanning/mxj/v2 v2.7.0
9
9
github.com/corazawaf/coraza/v3 v3.2.1
10
10
github.com/dgraph-io/ristretto v0.2.0
11
- github.com/fasthttp/websocket v1.5.10
11
+ github.com/fasthttp/websocket v1.5.11
12
12
github.com/foxcpp/go-mockdns v1.1.0
13
- github.com/gabriel-vasile/mimetype v1.4.5
13
+ github.com/gabriel-vasile/mimetype v1.4.7
14
14
github.com/getkin/kin-openapi v0.124.0
15
15
github.com/go-playground/validator v9.31.0+incompatible
16
16
github.com/golang-jwt/jwt v3.2.2+incompatible
@@ -23,11 +23,11 @@ require (
23
23
github.com/savsgio/gotils v0.0.0-20240704082632-aef3928b8a38
24
24
github.com/sirupsen/logrus v1.9.3
25
25
github.com/stretchr/testify v1.9.0
26
- github.com/valyala/fasthttp v1.57 .0
26
+ github.com/valyala/fasthttp v1.58 .0
27
27
github.com/valyala/fastjson v1.6.4
28
28
github.com/wundergraph/graphql-go-tools v1.67.4
29
29
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
30
- golang.org/x/sync v0.8 .0
30
+ golang.org/x/sync v0.10 .0
31
31
gopkg.in/yaml.v3 v3.0.1
32
32
)
33
33
@@ -36,7 +36,7 @@ require (
36
36
github.com/Masterminds/semver v1.5.0 // indirect
37
37
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
38
38
github.com/buger/jsonparser v1.1.1 // indirect
39
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
39
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
40
40
github.com/corazawaf/libinjection-go v0.2.1 // indirect
41
41
github.com/davecgh/go-spew v1.1.1 // indirect
42
42
github.com/dustin/go-humanize v1.0.1 // indirect
@@ -45,7 +45,6 @@ require (
45
45
github.com/go-openapi/swag v0.23.0 // indirect
46
46
github.com/go-playground/locales v0.13.0 // indirect
47
47
github.com/go-playground/universal-translator v0.17.0 // indirect
48
- github.com/goccy/go-json v0.10.3 // indirect
49
48
github.com/gorilla/mux v1.8.1 // indirect
50
49
github.com/hashicorp/golang-lru v0.5.4 // indirect
51
50
github.com/huandu/xstrings v1.2.1 // indirect
@@ -58,7 +57,7 @@ require (
58
57
github.com/leodido/go-urn v1.2.0 // indirect
59
58
github.com/magefile/mage v1.15.0 // indirect
60
59
github.com/mailru/easyjson v0.7.7 // indirect
61
- github.com/miekg/dns v1.1.57 // indirect
60
+ github.com/miekg/dns v1.1.62 // indirect
62
61
github.com/mitchellh/copystructure v1.0.0 // indirect
63
62
github.com/mitchellh/reflectwalk v1.0.0 // indirect
64
63
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
@@ -74,18 +73,16 @@ require (
74
73
github.com/tidwall/match v1.1.1 // indirect
75
74
github.com/tidwall/pretty v1.2.1 // indirect
76
75
github.com/tidwall/sjson v1.2.5 // indirect
77
- github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
78
76
github.com/valyala/bytebufferpool v1.0.0 // indirect
79
77
go.uber.org/multierr v1.11.0 // indirect
80
- go.uber.org/zap v1.26.0 // indirect
81
- golang.org/x/crypto v0.28.0 // indirect
82
- golang.org/x/mod v0.21.0 // indirect
83
- golang.org/x/net v0.30.0 // indirect
84
- golang.org/x/sys v0.26.0 // indirect
85
- golang.org/x/tools v0.25.0 // indirect
86
- google.golang.org/protobuf v1.34.2 // indirect
78
+ 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.32.0 // indirect
82
+ golang.org/x/sys v0.28.0 // indirect
83
+ golang.org/x/tools v0.28.0 // indirect
87
84
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
88
85
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
89
- nhooyr.io/websocket v1.8.7 // indirect
86
+ nhooyr.io/websocket v1.8.17 // indirect
90
87
rsc.io/binaryregexp v0.2.0 // indirect
91
88
)
0 commit comments