Skip to content

Commit 66cd187

Browse files
authored
Merge pull request #427 from kubernetes-csi/dependabot/go_modules/github.com/kubernetes-csi/csi-lib-utils-0.14.0
Bump github.com/kubernetes-csi/csi-lib-utils from 0.13.0 to 0.14.0
2 parents c39fd0c + ba4bc09 commit 66cd187

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
@@ -6,7 +6,7 @@ require (
66
github.com/container-storage-interface/spec v1.8.0
77
github.com/golang/glog v1.1.1
88
github.com/golang/protobuf v1.5.3
9-
github.com/kubernetes-csi/csi-lib-utils v0.13.0
9+
github.com/kubernetes-csi/csi-lib-utils v0.14.0
1010
github.com/pborman/uuid v1.2.1
1111
github.com/stretchr/testify v1.8.4
1212
golang.org/x/net v0.12.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0=
163163
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
164164
github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
165165
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
166-
github.com/kubernetes-csi/csi-lib-utils v0.13.0 h1:QrTdZVZbHlaSUBN9ReayBPnnF1N0edFIpUKBwVIBW3w=
167-
github.com/kubernetes-csi/csi-lib-utils v0.13.0/go.mod h1:JS9eDIZmSjx4F9o0bLTVK/qfhIIOifdjEfVXzxWapfE=
166+
github.com/kubernetes-csi/csi-lib-utils v0.14.0 h1:pusB32LkSd7GhuT8Z6cyRFqByujc28ygWV97ndaT19s=
167+
github.com/kubernetes-csi/csi-lib-utils v0.14.0/go.mod h1:uX8xidqxGJOLXtsfCCVsxWtZl/9NiLyd2DD3Nb+KoP4=
168168
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
169169
github.com/matttproud/golang_protobuf_extensions v1.0.2 h1:hAHbPm5IJGijwng3PWk09JkG9WeqChjprR5s9bBZ+OM=
170170
github.com/matttproud/golang_protobuf_extensions v1.0.2/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ github.com/golang/protobuf/ptypes/wrappers
3838
# github.com/google/uuid v1.3.0
3939
## explicit
4040
github.com/google/uuid
41-
# github.com/kubernetes-csi/csi-lib-utils v0.13.0
41+
# github.com/kubernetes-csi/csi-lib-utils v0.14.0
4242
## explicit; go 1.18
4343
github.com/kubernetes-csi/csi-lib-utils/protosanitizer
4444
# github.com/matttproud/golang_protobuf_extensions v1.0.2

0 commit comments

Comments
 (0)