Skip to content

Commit 4b7873b

Browse files
authored
Merge pull request #370 from msau42/module-update-release-2.9
[release-2.9] Update go modules
2 parents d00ae99 + e744843 commit 4b7873b

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/kubernetes-csi/node-driver-registrar
33
go 1.20
44

55
require (
6-
github.com/kubernetes-csi/csi-lib-utils v0.15.0
6+
github.com/kubernetes-csi/csi-lib-utils v0.15.1
77
golang.org/x/sys v0.13.0
88
google.golang.org/grpc v1.59.0
99
k8s.io/client-go v0.28.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
5656
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
5757
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
5858
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
59-
github.com/kubernetes-csi/csi-lib-utils v0.15.0 h1:YTMO6WilRUmjGh5/73kF4KjNcXev+V37O4bx8Uoxy5A=
60-
github.com/kubernetes-csi/csi-lib-utils v0.15.0/go.mod h1:fsoR7g1fOfl1z0WDpA1WvWPtt4oVvgzChgSUgR3JWDw=
59+
github.com/kubernetes-csi/csi-lib-utils v0.15.1 h1:PgH5wRsFNSl9KECaNWT8XGRTrbaIcj7VlcZ+DS0GrGo=
60+
github.com/kubernetes-csi/csi-lib-utils v0.15.1/go.mod h1:4akNLdvo33xSVae3isOnxf5FChxHDsCl+vbf43hdFjE=
6161
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
6262
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
6363
github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=

vendor/github.com/kubernetes-csi/csi-lib-utils/connection/connection.go

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ github.com/josharian/intern
7474
# github.com/json-iterator/go v1.1.12
7575
## explicit; go 1.12
7676
github.com/json-iterator/go
77-
# github.com/kubernetes-csi/csi-lib-utils v0.15.0
77+
# github.com/kubernetes-csi/csi-lib-utils v0.15.1
7878
## explicit; go 1.18
7979
github.com/kubernetes-csi/csi-lib-utils/connection
8080
github.com/kubernetes-csi/csi-lib-utils/metrics

0 commit comments

Comments
 (0)