Skip to content

Commit b3c83b7

Browse files
authored
Merge pull request #2174 from kubernetes-sigs/dependabot/go_modules/k8s-dependencies-f1d48a5ac6
Bump github.com/kubernetes-csi/csi-proxy/client from 1.2.1 to 1.3.0 in the k8s-dependencies group
2 parents 37d6228 + 489730c commit b3c83b7

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
@@ -15,7 +15,7 @@ require (
1515
github.com/google/uuid v1.6.0
1616
github.com/googleapis/gax-go/v2 v2.12.5
1717
github.com/hashicorp/golang-lru/v2 v2.0.7
18-
github.com/kubernetes-csi/csi-proxy/client v1.2.1
18+
github.com/kubernetes-csi/csi-proxy/client v1.3.0
1919
github.com/kubernetes-csi/csi-test/v5 v5.3.1
2020
github.com/onsi/ginkgo/v2 v2.25.3
2121
github.com/onsi/gomega v1.38.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
266266
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
267267
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
268268
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
269-
github.com/kubernetes-csi/csi-proxy/client v1.2.1 h1:6ApXTKp5Rhb+2PrPfnk6C+TDG7XwnWJ9/xmmq7iN5cw=
270-
github.com/kubernetes-csi/csi-proxy/client v1.2.1/go.mod h1:SfK4HVKQdMH5KrffivddAWgX5hl3P5KmnuOTBbDNboU=
269+
github.com/kubernetes-csi/csi-proxy/client v1.3.0 h1:c8JAHmspuI5w+/IBuspdartuFIZ0LcKOvz6lbHyi7WQ=
270+
github.com/kubernetes-csi/csi-proxy/client v1.3.0/go.mod h1:SfK4HVKQdMH5KrffivddAWgX5hl3P5KmnuOTBbDNboU=
271271
github.com/kubernetes-csi/csi-test/v5 v5.3.1 h1:Wiukp1In+kif+BFo6q2ExjgB+MbrAz4jZWzGfijypuY=
272272
github.com/kubernetes-csi/csi-test/v5 v5.3.1/go.mod h1:7hA2cSYJ6T8CraEZPA6zqkLZwemjBD54XAnPsPC3VpA=
273273
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
@@ -211,7 +211,7 @@ github.com/josharian/intern
211211
# github.com/json-iterator/go v1.1.12
212212
## explicit; go 1.12
213213
github.com/json-iterator/go
214-
# github.com/kubernetes-csi/csi-proxy/client v1.2.1
214+
# github.com/kubernetes-csi/csi-proxy/client v1.3.0
215215
## explicit; go 1.16
216216
github.com/kubernetes-csi/csi-proxy/client
217217
github.com/kubernetes-csi/csi-proxy/client/api/disk/v1

0 commit comments

Comments
 (0)