Skip to content

Commit 0330a41

Browse files
rebase: bump the github-dependencies group across 1 directory with 7 updates
Bumps the github-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.55.5` | `1.55.6` | | [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2) | `1.33.2` | `1.33.10` | | [github.com/kubernetes-csi/csi-lib-utils](https://github.com/kubernetes-csi/csi-lib-utils) | `0.19.0` | `0.20.0` | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.22.0` | `2.22.2` | | [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) | `1.8.0` | `1.8.1` | | [github.com/csi-addons/kubernetes-csi-addons](https://github.com/csi-addons/kubernetes-csi-addons) | `0.9.0` | `0.11.0` | Updates `github.com/aws/aws-sdk-go` from 1.55.5 to 1.55.6 - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG_PENDING.md) - [Commits](aws/aws-sdk-go@v1.55.5...v1.55.6) Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.33.2 to 1.33.10 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json) - [Commits](aws/aws-sdk-go-v2@service/fms/v1.33.2...service/sns/v1.33.10) Updates `github.com/kubernetes-csi/csi-lib-utils` from 0.19.0 to 0.20.0 - [Release notes](https://github.com/kubernetes-csi/csi-lib-utils/releases) - [Commits](kubernetes-csi/csi-lib-utils@v0.19.0...v0.20.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) Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.8.0 to 1.8.1 - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md) - [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.8.0...sdk/azidentity/v1.8.1) Updates `github.com/csi-addons/kubernetes-csi-addons` from 0.9.0 to 0.11.0 - [Release notes](https://github.com/csi-addons/kubernetes-csi-addons/releases) - [Commits](csi-addons/kubernetes-csi-addons@v0.9.0...v0.11.0) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies - dependency-name: github.com/aws/aws-sdk-go-v2/service/sts dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-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 - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies - dependency-name: github.com/csi-addons/kubernetes-csi-addons dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 72cfaaf commit 0330a41

File tree

171 files changed

+5287
-4494
lines changed

Some content is hidden

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

171 files changed

+5287
-4494
lines changed

go.mod

Lines changed: 35 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
module github.com/ceph/ceph-csi
22

33
go 1.23.0
4+
toolchain go1.23.5
45

56
require (
67
github.com/IBM/keyprotect-go-client v0.15.1
7-
github.com/aws/aws-sdk-go v1.55.5
8-
github.com/aws/aws-sdk-go-v2/service/sts v1.33.2
8+
github.com/aws/aws-sdk-go v1.55.6
9+
github.com/aws/aws-sdk-go-v2/service/sts v1.33.10
910
github.com/ceph/ceph-csi/api v0.0.0-00010101000000-000000000000
1011
github.com/ceph/go-ceph v0.31.0
1112
github.com/container-storage-interface/spec v1.11.0
@@ -17,11 +18,11 @@ require (
1718
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
1819
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
1920
github.com/hashicorp/vault/api v1.15.0
20-
github.com/kubernetes-csi/csi-lib-utils v0.19.0
21+
github.com/kubernetes-csi/csi-lib-utils v0.20.0
2122
github.com/kubernetes-csi/external-snapshotter/client/v8 v8.2.0
2223
github.com/libopenstorage/secrets v0.0.0-20231011182615-5f4b25ceede1
23-
github.com/onsi/ginkgo/v2 v2.22.0
24-
github.com/onsi/gomega v1.36.1
24+
github.com/onsi/ginkgo/v2 v2.22.2
25+
github.com/onsi/gomega v1.36.2
2526
github.com/pkg/xattr v0.4.10
2627
github.com/prometheus/client_golang v1.20.5
2728
github.com/stretchr/testify v1.10.0
@@ -41,35 +42,35 @@ require (
4142
k8s.io/kubernetes v1.32.1
4243
k8s.io/mount-utils v0.32.1
4344
k8s.io/pod-security-admission v0.32.1
44-
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
45+
k8s.io/utils v0.0.0-20241210054802-24370beab758
4546
sigs.k8s.io/controller-runtime v0.19.4
4647
)
4748

4849
require (
49-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.0
50+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.1
5051
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets v1.3.0
51-
github.com/csi-addons/kubernetes-csi-addons v0.9.0
52+
github.com/csi-addons/kubernetes-csi-addons v0.11.0
5253
)
5354

5455
require (
5556
cel.dev/expr v0.19.0 // indirect
56-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0 // indirect
57+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0 // indirect
5758
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
5859
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.1.0 // indirect
59-
github.com/AzureAD/microsoft-authentication-library-for-go v1.3.1 // indirect
60+
github.com/AzureAD/microsoft-authentication-library-for-go v1.3.2 // indirect
6061
github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab // indirect
6162
github.com/Microsoft/go-winio v0.6.2 // indirect
6263
github.com/NYTimes/gziphandler v1.1.1 // indirect
6364
github.com/ansel1/merry v1.6.2 // indirect
6465
github.com/ansel1/merry/v2 v2.0.1 // indirect
6566
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
6667
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
67-
github.com/aws/aws-sdk-go-v2 v1.32.6 // indirect
68-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.25 // indirect
69-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.25 // indirect
70-
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect
71-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.6 // indirect
72-
github.com/aws/smithy-go v1.22.1 // indirect
68+
github.com/aws/aws-sdk-go-v2 v1.34.0 // indirect
69+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.29 // indirect
70+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.29 // indirect
71+
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.2 // indirect
72+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.10 // indirect
73+
github.com/aws/smithy-go v1.22.2 // indirect
7374
github.com/beorn7/perks v1.0.1 // indirect
7475
github.com/blang/semver/v4 v4.0.0 // indirect
7576
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
@@ -84,7 +85,7 @@ require (
8485
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
8586
github.com/distribution/reference v0.6.0 // indirect
8687
github.com/docker/go-units v0.5.0 // indirect
87-
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
88+
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
8889
github.com/euank/go-kmsg-parser v2.0.0+incompatible // indirect
8990
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
9091
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -96,7 +97,7 @@ require (
9697
github.com/go-logr/logr v1.4.2 // indirect
9798
github.com/go-logr/stdr v1.2.2 // indirect
9899
github.com/go-openapi/jsonpointer v0.21.0 // indirect
99-
github.com/go-openapi/jsonreference v0.20.2 // indirect
100+
github.com/go-openapi/jsonreference v0.21.0 // indirect
100101
github.com/go-openapi/swag v0.23.0 // indirect
101102
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
102103
github.com/godbus/dbus/v5 v5.1.0 // indirect
@@ -105,10 +106,10 @@ require (
105106
github.com/google/btree v1.0.1 // indirect
106107
github.com/google/cadvisor v0.51.0 // indirect
107108
github.com/google/cel-go v0.22.0 // indirect
108-
github.com/google/gnostic-models v0.6.8 // indirect
109+
github.com/google/gnostic-models v0.6.9 // indirect
109110
github.com/google/go-cmp v0.6.0 // indirect
110111
github.com/google/gofuzz v1.2.0 // indirect
111-
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
112+
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
112113
github.com/gorilla/websocket v1.5.0 // indirect
113114
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
114115
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -127,9 +128,9 @@ require (
127128
github.com/josharian/intern v1.0.0 // indirect
128129
github.com/json-iterator/go v1.1.12 // indirect
129130
github.com/karrick/godirwalk v1.17.0 // indirect
130-
github.com/klauspost/compress v1.17.9 // indirect
131+
github.com/klauspost/compress v1.17.11 // indirect
131132
github.com/kylelemons/godebug v1.1.0 // indirect
132-
github.com/mailru/easyjson v0.7.7 // indirect
133+
github.com/mailru/easyjson v0.9.0 // indirect
133134
github.com/mattn/go-colorable v0.1.13 // indirect
134135
github.com/mattn/go-isatty v0.0.20 // indirect
135136
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
@@ -152,7 +153,7 @@ require (
152153
github.com/pkg/errors v0.9.1 // indirect
153154
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
154155
github.com/prometheus/client_model v0.6.1 // indirect
155-
github.com/prometheus/common v0.55.0 // indirect
156+
github.com/prometheus/common v0.61.0 // indirect
156157
github.com/prometheus/procfs v0.15.1 // indirect
157158
github.com/ryanuber/go-glob v1.0.0 // indirect
158159
github.com/sirupsen/logrus v1.9.3 // indirect
@@ -163,14 +164,15 @@ require (
163164
go.etcd.io/etcd/api/v3 v3.5.16 // indirect
164165
go.etcd.io/etcd/client/pkg/v3 v3.5.16 // indirect
165166
go.etcd.io/etcd/client/v3 v3.5.16 // indirect
166-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 // indirect
167+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
168+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 // indirect
167169
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
168-
go.opentelemetry.io/otel v1.32.0 // indirect
170+
go.opentelemetry.io/otel v1.33.0 // indirect
169171
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
170172
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0 // indirect
171-
go.opentelemetry.io/otel/metric v1.32.0 // indirect
173+
go.opentelemetry.io/otel/metric v1.33.0 // indirect
172174
go.opentelemetry.io/otel/sdk v1.32.0 // indirect
173-
go.opentelemetry.io/otel/trace v1.32.0 // indirect
175+
go.opentelemetry.io/otel/trace v1.33.0 // indirect
174176
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
175177
go.uber.org/multierr v1.11.0 // indirect
176178
go.uber.org/zap v1.27.0 // indirect
@@ -179,11 +181,11 @@ require (
179181
golang.org/x/sync v0.10.0 // indirect
180182
golang.org/x/term v0.28.0 // indirect
181183
golang.org/x/text v0.21.0 // indirect
182-
golang.org/x/time v0.7.0 // indirect
183-
golang.org/x/tools v0.26.0 // indirect
184+
golang.org/x/time v0.8.0 // indirect
185+
golang.org/x/tools v0.28.0 // indirect
184186
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
185187
google.golang.org/genproto/googleapis/api v0.0.0-20241202173237-19429a94021a // indirect
186-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a // indirect
188+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241216192217-9240e9c98484 // indirect
187189
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
188190
gopkg.in/inf.v0 v0.9.1 // indirect
189191
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
@@ -199,13 +201,13 @@ require (
199201
k8s.io/csi-translation-lib v0.0.0 // indirect
200202
k8s.io/dynamic-resource-allocation v0.0.0 // indirect
201203
k8s.io/kms v0.32.1 // indirect
202-
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
204+
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
203205
k8s.io/kube-scheduler v0.0.0 // indirect
204206
k8s.io/kubectl v0.0.0 // indirect
205207
k8s.io/kubelet v0.32.1 // indirect
206208
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0 // indirect
207-
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
208-
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
209+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
210+
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
209211
sigs.k8s.io/yaml v1.4.0 // indirect
210212
)
211213

0 commit comments

Comments
 (0)