File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
8
8
github.com/evanphx/json-patch v5.7.0+incompatible
9
9
github.com/golang/mock v1.6.0
10
10
github.com/golang/protobuf v1.5.3
11
- github.com/kubernetes-csi/csi-lib-utils v0.16 .0
11
+ github.com/kubernetes-csi/csi-lib-utils v0.17 .0
12
12
github.com/kubernetes-csi/csi-test/v5 v5.2.0
13
13
google.golang.org/grpc v1.60.1
14
14
k8s.io/api v0.29.0
@@ -64,7 +64,7 @@ require (
64
64
gopkg.in/inf.v0 v0.9.1 // indirect
65
65
gopkg.in/yaml.v2 v2.4.0 // indirect
66
66
gopkg.in/yaml.v3 v3.0.1 // indirect
67
- k8s.io/component-base v0.28 .0 // indirect
67
+ k8s.io/component-base v0.29 .0 // indirect
68
68
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
69
69
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
70
70
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
74
74
github.com/kr/text v0.1.0 /go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI =
75
75
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
76
76
github.com/kr/text v0.2.0 /go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE =
77
- github.com/kubernetes-csi/csi-lib-utils v0.16 .0 h1:LXCvkhXHtFOkl7LoDqFdho/MuebccZqWxLwhKiRGiBg =
78
- github.com/kubernetes-csi/csi-lib-utils v0.16 .0 /go.mod h1:fp1Oik+45tP2o4X9SD/SBWXLTQYT9wtLxGasBE3+vBI =
77
+ github.com/kubernetes-csi/csi-lib-utils v0.17 .0 h1:xEpJ3WYgMyyYF6fvcKHh4cDRtknuTkBS9rG8bYoLTCU =
78
+ github.com/kubernetes-csi/csi-lib-utils v0.17 .0 /go.mod h1:2Ba5/aQgUjbpqyC2uCcFwMF3rnPVs5jhZXm8jAzcT9Q =
79
79
github.com/kubernetes-csi/csi-test/v5 v5.2.0 h1:Z+sdARWC6VrONrxB24clCLCmnqCnZF7dzXtzx8eM35o =
80
80
github.com/kubernetes-csi/csi-test/v5 v5.2.0 /go.mod h1:o/c5w+NU3RUNE+DbVRhEUTmkQVBGk+tFOB2yPXT8teo =
81
81
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0 =
Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ github.com/josharian/intern
90
90
# github.com/json-iterator/go v1.1.12
91
91
## explicit; go 1.12
92
92
github.com/json-iterator/go
93
- # github.com/kubernetes-csi/csi-lib-utils v0.16 .0
94
- ## explicit; go 1.18
93
+ # github.com/kubernetes-csi/csi-lib-utils v0.17 .0
94
+ ## explicit; go 1.21
95
95
github.com/kubernetes-csi/csi-lib-utils/accessmodes
96
96
github.com/kubernetes-csi/csi-lib-utils/connection
97
97
github.com/kubernetes-csi/csi-lib-utils/leaderelection
@@ -714,7 +714,7 @@ k8s.io/client-go/util/flowcontrol
714
714
k8s.io/client-go/util/homedir
715
715
k8s.io/client-go/util/keyutil
716
716
k8s.io/client-go/util/workqueue
717
- # k8s.io/component-base v0.28 .0 => k8s.io/component-base v0.29.0
717
+ # k8s.io/component-base v0.29 .0 => k8s.io/component-base v0.29.0
718
718
## explicit; go 1.21
719
719
k8s.io/component-base/metrics
720
720
k8s.io/component-base/metrics/prometheusextension
You can’t perform that action at this time.
0 commit comments