File tree Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -482,10 +482,6 @@ linters:
482
482
- noctx
483
483
text : " net.LookupHost must not be called"
484
484
485
- - linters :
486
- - staticcheck
487
- text : " SA1019: yamlpatch.NewPatcher is deprecated: use csyaml.NewPatcher instead"
488
-
489
485
paths :
490
486
- pkg/time/rate
491
487
- pkg/metabase
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ stages:
21
21
- task : GoTool@0
22
22
displayName : " Install Go"
23
23
inputs :
24
- version : ' 1.24.4 '
24
+ version : ' 1.24.5 '
25
25
26
26
- pwsh : |
27
27
choco install -y make
Original file line number Diff line number Diff line change 1
1
module github.com/crowdsecurity/crowdsec
2
2
3
- go 1.24.4
3
+ go 1.24.5
4
4
5
5
require (
6
6
entgo.io/ent v0.14.2
@@ -21,7 +21,7 @@ require (
21
21
github.com/corazawaf/coraza/v3 v3.3.3
22
22
github.com/corazawaf/libinjection-go v0.2.2
23
23
github.com/crowdsecurity/dlog v0.0.2
24
- github.com/crowdsecurity/go-cs-lib v0.0.21-0.20250729074727-2c8f01ff69ea
24
+ github.com/crowdsecurity/go-cs-lib v0.0.21
25
25
github.com/crowdsecurity/grokky v0.2.2
26
26
github.com/crowdsecurity/machineid v1.0.2
27
27
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
Original file line number Diff line number Diff line change @@ -102,8 +102,8 @@ github.com/crowdsecurity/coraza/v3 v3.3.3-crowdsec.20250609 h1:t0fgUIJ7FnDKQSigu
102
102
github.com/crowdsecurity/coraza/v3 v3.3.3-crowdsec.20250609 /go.mod h1:q/LGNBRelJdzJZK08U1Rm5cNHv9DKp98p0esMDhJ5tE =
103
103
github.com/crowdsecurity/dlog v0.0.2 h1:nj/7jLKO0o8tYn79O+g51ASeGLr5oOVahSoJ6Umq51g =
104
104
github.com/crowdsecurity/dlog v0.0.2 /go.mod h1:zpv7r+7KXwgVUZnUNjyP22zc/D7LKjyoY02weH2RBbk =
105
- github.com/crowdsecurity/go-cs-lib v0.0.21-0.20250729074727-2c8f01ff69ea h1:UDIkIG0r0CDZHEvWDypwvCn1fUvQQGlcpakjQA/3seA =
106
- github.com/crowdsecurity/go-cs-lib v0.0.21-0.20250729074727-2c8f01ff69ea /go.mod h1:qSsIKFEmRZgRREf3BTWznXDR+e+uLTXo7xSSx5DR6pk =
105
+ github.com/crowdsecurity/go-cs-lib v0.0.21 h1:LUq3QIwICRaxsSJjV5KADP5HbY4GLcnkqS0IX8QzLxI =
106
+ github.com/crowdsecurity/go-cs-lib v0.0.21 /go.mod h1:HLUGOlXGjkXTpONmQACOE+YayoiudaGjRsE89dSa8So =
107
107
github.com/crowdsecurity/grokky v0.2.2 h1:yALsI9zqpDArYzmSSxfBq2dhYuGUTKMJq8KOEIAsuo4 =
108
108
github.com/crowdsecurity/grokky v0.2.2 /go.mod h1:33usDIYzGDsgX1kHAThCbseso6JuWNJXOzRQDGXHtWM =
109
109
github.com/crowdsecurity/machineid v1.0.2 h1:wpkpsUghJF8Khtmn/tg6GxgdhLA1Xflerh5lirI+bdc =
You can’t perform that action at this time.
0 commit comments