Skip to content

Commit 703f86f

Browse files
committed
update dependencies
1 parent d25fd76 commit 703f86f

File tree

3 files changed

+63
-64
lines changed

3 files changed

+63
-64
lines changed

go.mod

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
11
module github.com/crowdsecurity/cs-custom-bouncer
22

3-
go 1.23
4-
5-
toolchain go1.23.7
3+
go 1.24.1
64

75
require (
86
github.com/coreos/go-systemd/v22 v22.5.0
9-
github.com/crowdsecurity/crowdsec v1.5.5
10-
github.com/crowdsecurity/go-cs-bouncer v0.0.13
7+
github.com/crowdsecurity/crowdsec v1.6.8
8+
github.com/crowdsecurity/go-cs-bouncer v0.0.14
119
github.com/crowdsecurity/go-cs-lib v0.0.16
12-
github.com/prometheus/client_golang v1.17.0
10+
github.com/prometheus/client_golang v1.18.0
1311
github.com/sirupsen/logrus v1.9.3
14-
golang.org/x/sync v0.4.0
12+
golang.org/x/sync v0.12.0
1513
gopkg.in/natefinch/lumberjack.v2 v2.2.1
16-
gopkg.in/yaml.v2 v2.4.0
14+
gopkg.in/yaml.v3 v3.0.1
1715
)
1816

1917
require (
20-
github.com/antonmedv/expr v1.15.3 // indirect
2118
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
2219
github.com/beorn7/perks v1.0.1 // indirect
2320
github.com/blackfireio/osinfo v1.0.5 // indirect
24-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
25-
github.com/fatih/color v1.15.0 // indirect
21+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
22+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
23+
github.com/expr-lang/expr v1.16.9 // indirect
24+
github.com/fatih/color v1.18.0 // indirect
2625
github.com/go-openapi/analysis v0.21.4 // indirect
2726
github.com/go-openapi/errors v0.20.4 // indirect
2827
github.com/go-openapi/jsonpointer v0.20.0 // indirect
@@ -33,6 +32,7 @@ require (
3332
github.com/go-openapi/swag v0.22.4 // indirect
3433
github.com/go-openapi/validate v0.22.1 // indirect
3534
github.com/goccy/go-yaml v1.11.2 // indirect
35+
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
3636
github.com/google/go-querystring v1.1.0 // indirect
3737
github.com/josharian/intern v1.0.0 // indirect
3838
github.com/mailru/easyjson v0.7.7 // indirect
@@ -41,15 +41,14 @@ require (
4141
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
4242
github.com/mitchellh/mapstructure v1.5.0 // indirect
4343
github.com/oklog/ulid v1.3.1 // indirect
44-
github.com/pkg/errors v0.9.1 // indirect
4544
github.com/prometheus/client_model v0.5.0 // indirect
4645
github.com/prometheus/common v0.45.0 // indirect
47-
github.com/prometheus/procfs v0.12.0 // indirect
46+
github.com/prometheus/procfs v0.15.1 // indirect
4847
go.mongodb.org/mongo-driver v1.12.1 // indirect
49-
golang.org/x/net v0.17.0 // indirect
50-
golang.org/x/sys v0.13.0 // indirect
48+
golang.org/x/net v0.37.0 // indirect
49+
golang.org/x/sys v0.31.0 // indirect
5150
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
52-
google.golang.org/protobuf v1.31.0 // indirect
51+
google.golang.org/protobuf v1.36.3 // indirect
5352
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637 // indirect
54-
gopkg.in/yaml.v3 v3.0.1 // indirect
53+
gopkg.in/yaml.v2 v2.4.0 // indirect
5554
)

0 commit comments

Comments
 (0)