Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.25.2

require (
github.com/coreos/go-systemd/v22 v22.5.0
github.com/crowdsecurity/crowdsec v1.7.1-rc4
github.com/crowdsecurity/go-cs-bouncer v0.0.18
github.com/crowdsecurity/crowdsec v1.7.3
github.com/crowdsecurity/go-cs-bouncer v0.0.19
github.com/crowdsecurity/go-cs-lib v0.0.23
github.com/prometheus/client_golang v1.23.2
github.com/sirupsen/logrus v1.9.3
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ github.com/corazawaf/coraza/v3 v3.3.3 h1:kqjStHAgWqwP5dh7n0vhTOF0a3t+VikNS/EaMiG
github.com/corazawaf/coraza/v3 v3.3.3/go.mod h1:xSaXWOhFMSbrV8qOOfBKAyw3aOqfwaSaOy5BgSF8XlA=
github.com/coreos/go-systemd/v22 v22.5.0 h1:RrqgGjYQKalulkV8NGVIfkXQf6YYmOyiJKk8iXXhfZs=
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
github.com/crowdsecurity/crowdsec v1.7.1-rc4 h1:q1INKnD6BodVGdbcsWJ5ua9YWB9RWXug1nE2Ovrx9ls=
github.com/crowdsecurity/crowdsec v1.7.1-rc4/go.mod h1:m2LcM8LtBIN+6Ifs2Ib21bmH/B49AZJhHwPLAxcvKr4=
github.com/crowdsecurity/go-cs-bouncer v0.0.18 h1:QxC6TU9X3lWrVkkpdOIys4i1W8W7jbTLqOyq8w+PjOY=
github.com/crowdsecurity/go-cs-bouncer v0.0.18/go.mod h1:Mq3KnK44qG+UIVKuQP4gxCOY6uiylTZ8Ty3pCAkupKg=
github.com/crowdsecurity/crowdsec v1.7.3 h1:UYAs2OJMclv8JoHC3s/x33fHjAUsXnI41ZYmAakh/cU=
github.com/crowdsecurity/crowdsec v1.7.3/go.mod h1:m2LcM8LtBIN+6Ifs2Ib21bmH/B49AZJhHwPLAxcvKr4=
github.com/crowdsecurity/go-cs-bouncer v0.0.19 h1:N4B6dz00IIapTM1nPhHYklbWdbxPivcD/FoD7VYcfwc=
github.com/crowdsecurity/go-cs-bouncer v0.0.19/go.mod h1:Mq3KnK44qG+UIVKuQP4gxCOY6uiylTZ8Ty3pCAkupKg=
github.com/crowdsecurity/go-cs-lib v0.0.23 h1:9YPJG97uXZh95uwvPWeFeAZPXjZ7HaUdtcyFCLSYxu8=
github.com/crowdsecurity/go-cs-lib v0.0.23/go.mod h1:X0GMJY2CxdA1S09SpuqIKaWQsvRGxXmecUp9cP599dE=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down