Skip to content

Commit 33ca48c

Browse files
authored
Merge of #6009
2 parents 85db789 + ee6e568 commit 33ca48c

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
@@ -24,7 +24,7 @@ require (
2424
github.com/google/uuid v1.6.0
2525
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
2626
github.com/hashicorp/vault/api v1.22.0
27-
github.com/kubernetes-csi/csi-lib-utils v0.23.1
27+
github.com/kubernetes-csi/csi-lib-utils v0.23.2
2828
github.com/libopenstorage/secrets v0.0.0-20231011182615-5f4b25ceede1
2929
github.com/pkg/xattr v0.4.12
3030
github.com/prometheus/client_golang v1.23.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -855,8 +855,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
855855
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
856856
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
857857
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
858-
github.com/kubernetes-csi/csi-lib-utils v0.23.1 h1:G/vjykE0AJgxAOkoSGGnk2lyo9il9LqB4h7xjPWLQ/4=
859-
github.com/kubernetes-csi/csi-lib-utils v0.23.1/go.mod h1:aIcqnC6EyesZpe7kX5PxHUZePw1tKrYFKwg7RaqlPh8=
858+
github.com/kubernetes-csi/csi-lib-utils v0.23.2 h1:+x9W4RRyuRnJcTiSHKEFpl0cYUeLUqshM5ioPeYPRXw=
859+
github.com/kubernetes-csi/csi-lib-utils v0.23.2/go.mod h1:aIcqnC6EyesZpe7kX5PxHUZePw1tKrYFKwg7RaqlPh8=
860860
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
861861
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
862862
github.com/ledongthuc/pdf v0.0.0-20220302134840-0c2507a12d80/go.mod h1:imJHygn/1yfhB7XSJJKlFZKl/J+dCPAknuiaGOshXAs=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ github.com/josharian/intern
406406
# github.com/json-iterator/go v1.1.12
407407
## explicit; go 1.12
408408
github.com/json-iterator/go
409-
# github.com/kubernetes-csi/csi-lib-utils v0.23.1
409+
# github.com/kubernetes-csi/csi-lib-utils v0.23.2
410410
## explicit; go 1.24.6
411411
github.com/kubernetes-csi/csi-lib-utils/connection
412412
github.com/kubernetes-csi/csi-lib-utils/metrics

0 commit comments

Comments
 (0)