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:
482482 - noctx
483483 text : " net.LookupHost must not be called"
484484
485- - linters :
486- - staticcheck
487- text : " SA1019: yamlpatch.NewPatcher is deprecated: use csyaml.NewPatcher instead"
488-
489485 paths :
490486 - pkg/time/rate
491487 - pkg/metabase
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ stages:
2121 - task : GoTool@0
2222 displayName : " Install Go"
2323 inputs :
24- version : ' 1.24.4 '
24+ version : ' 1.24.5 '
2525
2626 - pwsh : |
2727 choco install -y make
Original file line number Diff line number Diff line change 11module github.com/crowdsecurity/crowdsec
22
3- go 1.24.4
3+ go 1.24.5
44
55require (
66 entgo.io/ent v0.14.2
@@ -21,7 +21,7 @@ require (
2121 github.com/corazawaf/coraza/v3 v3.3.3
2222 github.com/corazawaf/libinjection-go v0.2.2
2323 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
2525 github.com/crowdsecurity/grokky v0.2.2
2626 github.com/crowdsecurity/machineid v1.0.2
2727 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
102102github.com/crowdsecurity/coraza/v3 v3.3.3-crowdsec.20250609 /go.mod h1:q/LGNBRelJdzJZK08U1Rm5cNHv9DKp98p0esMDhJ5tE =
103103github.com/crowdsecurity/dlog v0.0.2 h1:nj/7jLKO0o8tYn79O+g51ASeGLr5oOVahSoJ6Umq51g =
104104github.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 =
107107github.com/crowdsecurity/grokky v0.2.2 h1:yALsI9zqpDArYzmSSxfBq2dhYuGUTKMJq8KOEIAsuo4 =
108108github.com/crowdsecurity/grokky v0.2.2 /go.mod h1:33usDIYzGDsgX1kHAThCbseso6JuWNJXOzRQDGXHtWM =
109109github.com/crowdsecurity/machineid v1.0.2 h1:wpkpsUghJF8Khtmn/tg6GxgdhLA1Xflerh5lirI+bdc =
You can’t perform that action at this time.
0 commit comments