Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/kubernetes-csi/csi-lib-utils from 0.17.0 to 0.18.1 #529

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
module github.com/kubernetes-csi/csi-driver-host-path

go 1.21
toolchain go1.22.4

require (
github.com/container-storage-interface/spec v1.9.0
github.com/golang/protobuf v1.5.4
github.com/kubernetes-csi/csi-lib-utils v0.17.0
github.com/kubernetes-csi/csi-lib-utils v0.18.1
github.com/pborman/uuid v1.2.1
github.com/stretchr/testify v1.9.0
golang.org/x/net v0.26.0
google.golang.org/grpc v1.64.0
k8s.io/apimachinery v0.29.0
k8s.io/apimachinery v0.30.0
k8s.io/klog/v2 v2.130.0
k8s.io/kubernetes v1.29.2
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
Expand Down Expand Up @@ -42,7 +43,7 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apiextensions-apiserver v0.28.2 // indirect
k8s.io/apiserver v0.29.0 // indirect
k8s.io/component-base v0.29.0 // indirect
k8s.io/component-base v0.30.0 // indirect
k8s.io/mount-utils v0.29.0 // indirect
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kubernetes-csi/csi-lib-utils v0.17.0 h1:xEpJ3WYgMyyYF6fvcKHh4cDRtknuTkBS9rG8bYoLTCU=
github.com/kubernetes-csi/csi-lib-utils v0.17.0/go.mod h1:2Ba5/aQgUjbpqyC2uCcFwMF3rnPVs5jhZXm8jAzcT9Q=
github.com/kubernetes-csi/csi-lib-utils v0.18.1 h1:vpg1kbQ6lFVCz7mY71zcqVE7W0GAQXXBoFfHvbW3gdw=
github.com/kubernetes-csi/csi-lib-utils v0.18.1/go.mod h1:PIcn27zmbY0KBue4JDdZVfDF56tjcS3jKroZPi+pMoY=
github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=
github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4=
github.com/moby/sys/mountinfo v0.6.2 h1:BzJjoreD5BMFNmD9Rus6gdd1pLuecOFPt8wC+Vygl78=
Expand Down
8 changes: 4 additions & 4 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ github.com/golang/protobuf/ptypes/wrappers
github.com/google/uuid
# github.com/kr/text v0.2.0
## explicit
# github.com/kubernetes-csi/csi-lib-utils v0.17.0
## explicit; go 1.21
# github.com/kubernetes-csi/csi-lib-utils v0.18.1
## explicit; go 1.22.0
github.com/kubernetes-csi/csi-lib-utils/protosanitizer
# github.com/matttproud/golang_protobuf_extensions v1.0.4
## explicit; go 1.9
Expand Down Expand Up @@ -200,7 +200,7 @@ gopkg.in/yaml.v3
# k8s.io/apiextensions-apiserver v0.28.2 => k8s.io/apiextensions-apiserver v0.29.0
## explicit; go 1.21
k8s.io/apiextensions-apiserver/pkg/features
# k8s.io/apimachinery v0.29.0 => k8s.io/apimachinery v0.29.0
# k8s.io/apimachinery v0.30.0 => k8s.io/apimachinery v0.29.0
## explicit; go 1.21
k8s.io/apimachinery/pkg/api/resource
k8s.io/apimachinery/pkg/types
Expand All @@ -214,7 +214,7 @@ k8s.io/apimachinery/pkg/version
## explicit; go 1.21
k8s.io/apiserver/pkg/features
k8s.io/apiserver/pkg/util/feature
# k8s.io/component-base v0.29.0 => k8s.io/component-base v0.29.0
# k8s.io/component-base v0.30.0 => k8s.io/component-base v0.29.0
## explicit; go 1.21
k8s.io/component-base/featuregate
k8s.io/component-base/metrics
Expand Down