Skip to content

Commit ca69251

Browse files
authored
update crowdsec dependency (#86)
1 parent a9bb658 commit ca69251

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.20
44

55
require (
66
github.com/coreos/go-systemd/v22 v22.5.0
7-
github.com/crowdsecurity/crowdsec v1.5.3-rc2.0.20230728143508-ffadd4277969
8-
github.com/crowdsecurity/go-cs-bouncer v0.0.8-0.20230728143631-8e012f484d8f
7+
github.com/crowdsecurity/crowdsec v1.5.3-rc3
8+
github.com/crowdsecurity/go-cs-bouncer v0.0.8
99
github.com/crowdsecurity/go-cs-lib v0.0.3
1010
github.com/prometheus/client_golang v1.15.1
1111
github.com/sirupsen/logrus v1.9.3

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ github.com/cespare/xxhash/v2 v2.2.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XL
1313
github.com/coreos/go-systemd/v22 v22.5.0 h1:RrqgGjYQKalulkV8NGVIfkXQf6YYmOyiJKk8iXXhfZs=
1414
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
1515
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
16-
github.com/crowdsecurity/crowdsec v1.5.3-rc2.0.20230728143508-ffadd4277969 h1:y2QOJlrIbELgiEEpc7/A08F6SueoDf/h/COD/JBRxaw=
17-
github.com/crowdsecurity/crowdsec v1.5.3-rc2.0.20230728143508-ffadd4277969/go.mod h1:GHVjaiY4Z/41TvzdsIN7CeAJmnmkFrpb0NCxkhbvOsU=
18-
github.com/crowdsecurity/go-cs-bouncer v0.0.8-0.20230728143631-8e012f484d8f h1:VnG7Ky15a6/RncHrWCgFsnCiLl0nnhhJWL91jL7dM88=
19-
github.com/crowdsecurity/go-cs-bouncer v0.0.8-0.20230728143631-8e012f484d8f/go.mod h1:n/lYD+iA5auxjgOqxwaOCkNcgH7tjYzpXh7II5l1iIs=
16+
github.com/crowdsecurity/crowdsec v1.5.3-rc3 h1:9z7QKL9LsnBN9EemBRkMwkAf3RTnc4++wij2FVsnuuY=
17+
github.com/crowdsecurity/crowdsec v1.5.3-rc3/go.mod h1:GHVjaiY4Z/41TvzdsIN7CeAJmnmkFrpb0NCxkhbvOsU=
18+
github.com/crowdsecurity/go-cs-bouncer v0.0.8 h1:icRkrvc9Gzwf/jZx1VYEZQMJFwuHN8+eNaWuKjlSmBI=
19+
github.com/crowdsecurity/go-cs-bouncer v0.0.8/go.mod h1:U6GlXKk7Cu+nY2CrX6kh7iecJ2YKXBVhLh1rd5P6CfU=
2020
github.com/crowdsecurity/go-cs-lib v0.0.3 h1:NPSHTLS83A3wFyzV5R9Py8fBbTrVHu/1PQeaD7id4+I=
2121
github.com/crowdsecurity/go-cs-lib v0.0.3/go.mod h1:8FMKNGsh3hMZi2SEv6P15PURhEJnZV431XjzzBSuf0k=
2222
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

0 commit comments

Comments
 (0)