Skip to content

Commit 1bfbfaf

Browse files
dependabot[bot]mergify[bot]
authored andcommitted
vendor: bump the github-dependencies group with 3 updates
Bumps the github-dependencies group with 3 updates: [github.com/kubernetes-csi/csi-lib-utils](https://github.com/kubernetes-csi/csi-lib-utils), [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) and [github.com/onsi/gomega](https://github.com/onsi/gomega). Updates `github.com/kubernetes-csi/csi-lib-utils` from 0.19.0 to 0.21.0 - [Release notes](https://github.com/kubernetes-csi/csi-lib-utils/releases) - [Commits](kubernetes-csi/csi-lib-utils@v0.19.0...v0.21.0) Updates `github.com/onsi/ginkgo/v2` from 2.22.0 to 2.22.2 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.22.0...v2.22.2) Updates `github.com/onsi/gomega` from 1.36.1 to 1.36.2 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.36.1...v1.36.2) --- updated-dependencies: - dependency-name: github.com/kubernetes-csi/csi-lib-utils dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4fad4ee commit 1bfbfaf

File tree

299 files changed

+32450
-5132
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

299 files changed

+32450
-5132
lines changed

go.mod

+21-19
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
module github.com/csi-addons/kubernetes-csi-addons
22

3-
go 1.23.0
3+
go 1.23.1
44

55
require (
66
github.com/container-storage-interface/spec v1.11.0
77
github.com/csi-addons/spec v0.2.1-0.20241104111131-27825f744db5
88
github.com/go-logr/logr v1.4.2
9-
github.com/kubernetes-csi/csi-lib-utils v0.19.0
10-
github.com/onsi/ginkgo/v2 v2.22.0
11-
github.com/onsi/gomega v1.36.1
9+
github.com/kubernetes-csi/csi-lib-utils v0.21.0
10+
github.com/onsi/ginkgo/v2 v2.23.4
11+
github.com/onsi/gomega v1.36.3
1212
github.com/robfig/cron/v3 v3.0.1
1313
github.com/stretchr/testify v1.10.0
1414

1515
// manually pin otelgrpc to v0.46.0, until it is addresses in csi-lib-utils upstream
16-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 // indirect
16+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 // indirect
1717
go.uber.org/zap v1.27.0
1818
google.golang.org/grpc v1.72.0
1919
google.golang.org/protobuf v1.36.6
2020
k8s.io/api v0.32.3
2121
k8s.io/apimachinery v0.32.3
2222
k8s.io/client-go v0.32.3
2323
k8s.io/klog/v2 v2.130.1
24-
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
24+
k8s.io/utils v0.0.0-20241210054802-24370beab758
2525
sigs.k8s.io/controller-runtime v0.20.4
2626
)
2727

@@ -34,7 +34,7 @@ require (
3434
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
3535
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3636
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
37-
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
37+
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
3838
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
3939
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
4040
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -43,31 +43,32 @@ require (
4343
github.com/go-logr/stdr v1.2.2 // indirect
4444
github.com/go-logr/zapr v1.3.0 // indirect
4545
github.com/go-openapi/jsonpointer v0.21.0 // indirect
46-
github.com/go-openapi/jsonreference v0.20.2 // indirect
46+
github.com/go-openapi/jsonreference v0.21.0 // indirect
4747
github.com/go-openapi/swag v0.23.0 // indirect
4848
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
4949
github.com/gogo/protobuf v1.3.2 // indirect
5050
github.com/golang/protobuf v1.5.4 // indirect
5151
github.com/google/btree v1.1.3 // indirect
5252
github.com/google/cel-go v0.22.0 // indirect
53-
github.com/google/gnostic-models v0.6.8 // indirect
54-
github.com/google/go-cmp v0.6.0 // indirect
53+
github.com/google/gnostic-models v0.6.9 // indirect
54+
github.com/google/go-cmp v0.7.0 // indirect
5555
github.com/google/gofuzz v1.2.0 // indirect
56-
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
56+
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
5757
github.com/google/uuid v1.6.0 // indirect
5858
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
5959
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6060
github.com/josharian/intern v1.0.0 // indirect
6161
github.com/json-iterator/go v1.1.12 // indirect
62-
github.com/mailru/easyjson v0.7.7 // indirect
62+
github.com/klauspost/compress v1.17.11 // indirect
63+
github.com/mailru/easyjson v0.9.0 // indirect
6364
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
6465
github.com/modern-go/reflect2 v1.0.2 // indirect
6566
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6667
github.com/pkg/errors v0.9.1 // indirect
6768
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
68-
github.com/prometheus/client_golang v1.19.1 // indirect
69+
github.com/prometheus/client_golang v1.20.5 // indirect
6970
github.com/prometheus/client_model v0.6.1 // indirect
70-
github.com/prometheus/common v0.55.0 // indirect
71+
github.com/prometheus/common v0.61.0 // indirect
7172
github.com/prometheus/procfs v0.15.1 // indirect
7273
github.com/spf13/cobra v1.8.1 // indirect
7374
github.com/spf13/pflag v1.0.5 // indirect
@@ -82,6 +83,7 @@ require (
8283
go.opentelemetry.io/otel/sdk v1.34.0 // indirect
8384
go.opentelemetry.io/otel/trace v1.34.0 // indirect
8485
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
86+
go.uber.org/automaxprocs v1.6.0 // indirect
8587
go.uber.org/multierr v1.11.0 // indirect
8688
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
8789
golang.org/x/net v0.39.0 // indirect
@@ -90,8 +92,8 @@ require (
9092
golang.org/x/sys v0.32.0 // indirect
9193
golang.org/x/term v0.31.0 // indirect
9294
golang.org/x/text v0.24.0 // indirect
93-
golang.org/x/time v0.7.0 // indirect
94-
golang.org/x/tools v0.26.0 // indirect
95+
golang.org/x/time v0.8.0 // indirect
96+
golang.org/x/tools v0.31.0 // indirect
9597
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
9698
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
9799
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
@@ -101,9 +103,9 @@ require (
101103
k8s.io/apiextensions-apiserver v0.32.1 // indirect
102104
k8s.io/apiserver v0.32.1 // indirect
103105
k8s.io/component-base v0.32.1 // indirect
104-
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
106+
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
105107
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0 // indirect
106-
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
107-
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
108+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
109+
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
108110
sigs.k8s.io/yaml v1.4.0 // indirect
109111
)

0 commit comments

Comments
 (0)