Skip to content

Commit d03b29e

Browse files
authored
update dependencies, use go 1.24.5 (#3774)
1 parent b2bce40 commit d03b29e

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

.golangci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/crowdsecurity/crowdsec
22

3-
go 1.24.4
3+
go 1.24.5
44

55
require (
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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ github.com/crowdsecurity/coraza/v3 v3.3.3-crowdsec.20250609 h1:t0fgUIJ7FnDKQSigu
102102
github.com/crowdsecurity/coraza/v3 v3.3.3-crowdsec.20250609/go.mod h1:q/LGNBRelJdzJZK08U1Rm5cNHv9DKp98p0esMDhJ5tE=
103103
github.com/crowdsecurity/dlog v0.0.2 h1:nj/7jLKO0o8tYn79O+g51ASeGLr5oOVahSoJ6Umq51g=
104104
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=
107107
github.com/crowdsecurity/grokky v0.2.2 h1:yALsI9zqpDArYzmSSxfBq2dhYuGUTKMJq8KOEIAsuo4=
108108
github.com/crowdsecurity/grokky v0.2.2/go.mod h1:33usDIYzGDsgX1kHAThCbseso6JuWNJXOzRQDGXHtWM=
109109
github.com/crowdsecurity/machineid v1.0.2 h1:wpkpsUghJF8Khtmn/tg6GxgdhLA1Xflerh5lirI+bdc=

0 commit comments

Comments
 (0)