Skip to content

Commit d45c4b8

Browse files
chore(deps): bump github.com/kubernetes-csi/csi-proxy/client
Bumps [github.com/kubernetes-csi/csi-proxy/client](https://github.com/kubernetes-csi/csi-proxy) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/kubernetes-csi/csi-proxy/releases) - [Commits](kubernetes-csi/csi-proxy@v1.2.1...v1.3.0) --- updated-dependencies: - dependency-name: github.com/kubernetes-csi/csi-proxy/client dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eba900a commit d45c4b8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/golang/protobuf v1.5.4
1717
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.1.0
1818
github.com/kubernetes-csi/csi-lib-utils v0.19.0
19-
github.com/kubernetes-csi/csi-proxy/client v1.2.1
19+
github.com/kubernetes-csi/csi-proxy/client v1.3.0
2020
github.com/kubernetes-csi/external-snapshotter/client/v4 v4.2.0
2121
github.com/microsoft/wmi v0.37.0
2222
github.com/onsi/ginkgo/v2 v2.25.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
263263
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
264264
github.com/kubernetes-csi/csi-lib-utils v0.19.0 h1:3sT8mL9+St2acyrEtuR7CQ5L78GR4lgsb+sfon9tGfA=
265265
github.com/kubernetes-csi/csi-lib-utils v0.19.0/go.mod h1:lBuMKvoyd8c3EG+itmnVWApLDHnLkU7ibxxZSPuOw0M=
266-
github.com/kubernetes-csi/csi-proxy/client v1.2.1 h1:6ApXTKp5Rhb+2PrPfnk6C+TDG7XwnWJ9/xmmq7iN5cw=
267-
github.com/kubernetes-csi/csi-proxy/client v1.2.1/go.mod h1:SfK4HVKQdMH5KrffivddAWgX5hl3P5KmnuOTBbDNboU=
266+
github.com/kubernetes-csi/csi-proxy/client v1.3.0 h1:c8JAHmspuI5w+/IBuspdartuFIZ0LcKOvz6lbHyi7WQ=
267+
github.com/kubernetes-csi/csi-proxy/client v1.3.0/go.mod h1:SfK4HVKQdMH5KrffivddAWgX5hl3P5KmnuOTBbDNboU=
268268
github.com/kubernetes-csi/external-snapshotter/client/v4 v4.2.0 h1:nHHjmvjitIiyPlUHk/ofpgvBcNcawJLtf4PYHORLjAA=
269269
github.com/kubernetes-csi/external-snapshotter/client/v4 v4.2.0/go.mod h1:YBCo4DoEeDndqvAn6eeu0vWM7QdXmHEeI9cFWplmBys=
270270
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ github.com/karrick/godirwalk
354354
# github.com/kubernetes-csi/csi-lib-utils v0.19.0
355355
## explicit; go 1.22.5
356356
github.com/kubernetes-csi/csi-lib-utils/protosanitizer
357-
# github.com/kubernetes-csi/csi-proxy/client v1.2.1
357+
# github.com/kubernetes-csi/csi-proxy/client v1.3.0
358358
## explicit; go 1.16
359359
github.com/kubernetes-csi/csi-proxy/client
360360
github.com/kubernetes-csi/csi-proxy/client/api/disk/v1

0 commit comments

Comments
 (0)