File tree Expand file tree Collapse file tree 4 files changed +1246
-324
lines changed
github.com/container-storage-interface/spec/lib/go/csi Expand file tree Collapse file tree 4 files changed +1246
-324
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/kubernetes-csi/csi-driver-host-path
3
3
go 1.20
4
4
5
5
require (
6
- github.com/container-storage-interface/spec v1.7 .0
6
+ github.com/container-storage-interface/spec v1.8 .0
7
7
github.com/golang/glog v1.1.0
8
8
github.com/golang/protobuf v1.5.3
9
9
github.com/kubernetes-csi/csi-lib-utils v0.12.0
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5P
54
54
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 /go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU =
55
55
github.com/client9/misspell v0.3.4 /go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw =
56
56
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f /go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc =
57
- github.com/container-storage-interface/spec v1.7 .0 h1:gW8eyFQUZWWrMWa8p1seJ28gwDoN5CVJ4uAbQ+Hdycw =
58
- github.com/container-storage-interface/spec v1.7 .0 /go.mod h1:JYuzLqr9VVNoDJl44xp/8fmCOvWPDKzuGTwCoklhuqk =
57
+ github.com/container-storage-interface/spec v1.8 .0 h1:D0vhF3PLIZwlwZEf2eNbpujGCNwspwTYf2idJRJx4xI =
58
+ github.com/container-storage-interface/spec v1.8 .0 /go.mod h1:ROLik+GhPslwwWRNFF1KasPzroNARibH2rfz1rkg4H0 =
59
59
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
60
60
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
61
61
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
You can’t perform that action at this time.
0 commit comments