File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/kubernetes-csi/csi-lib-utils v0.12.0
7
- github.com/kubernetes-csi/external-snapshotter/client/v6 v6.1 .0
7
+ github.com/kubernetes-csi/external-snapshotter/client/v6 v6.2 .0
8
8
github.com/kubernetes-csi/volume-data-source-validator/client v0.0.0-20221031212045-639c33136c1e
9
9
github.com/prometheus/client_golang v1.14.0
10
10
github.com/prometheus/client_model v0.3.0
Original file line number Diff line number Diff line change @@ -97,8 +97,8 @@ github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
97
97
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
98
98
github.com/kubernetes-csi/csi-lib-utils v0.12.0 h1:pqVHD9XvcXHFT/K3tN+HSine4AFjCYO9UkdYgHjkL1E =
99
99
github.com/kubernetes-csi/csi-lib-utils v0.12.0 /go.mod h1:JS9eDIZmSjx4F9o0bLTVK/qfhIIOifdjEfVXzxWapfE =
100
- github.com/kubernetes-csi/external-snapshotter/client/v6 v6.1 .0 h1:yeuon3bOuOADwiWl2CyYrU4vbmYbAzGLCTscE1yLNHk =
101
- github.com/kubernetes-csi/external-snapshotter/client/v6 v6.1 .0 /go.mod h1:eVY6gNtSrhsblGAqKFDG3CrkCLFAjsDvOpPpt+EaS6k =
100
+ github.com/kubernetes-csi/external-snapshotter/client/v6 v6.2 .0 h1:cMM5AB37e9aRGjErygVT6EuBPB6s5a+l95OPERmSlVM =
101
+ github.com/kubernetes-csi/external-snapshotter/client/v6 v6.2 .0 /go.mod h1:VQVLCPGDX5l6V5PezjlDXLa+SpCbWSVU7B16cFWVVeE =
102
102
github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63 /go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc =
103
103
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e /go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc =
104
104
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0 =
Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ github.com/json-iterator/go
74
74
# github.com/kubernetes-csi/csi-lib-utils v0.12.0
75
75
## explicit; go 1.18
76
76
github.com/kubernetes-csi/csi-lib-utils/leaderelection
77
- # github.com/kubernetes-csi/external-snapshotter/client/v6 v6.1 .0
78
- ## explicit; go 1.18
77
+ # github.com/kubernetes-csi/external-snapshotter/client/v6 v6.2 .0
78
+ ## explicit; go 1.19
79
79
github.com/kubernetes-csi/external-snapshotter/client/v6/apis/volumesnapshot/v1
80
80
# github.com/kubernetes-csi/volume-data-source-validator/client v0.0.0-20221031212045-639c33136c1e => ./client
81
81
## explicit; go 1.19
You can’t perform that action at this time.
0 commit comments