File tree Expand file tree Collapse file tree 4 files changed +331
-251
lines changed
github.com/container-storage-interface/spec/lib/go/csi Expand file tree Collapse file tree 4 files changed +331
-251
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
33go 1.16
44
55require (
6- github.com/container-storage-interface/spec v1.4 .0
6+ github.com/container-storage-interface/spec v1.5 .0
77 github.com/go-logr/logr v0.3.0 // indirect
88 github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
99 github.com/golang/protobuf v1.4.3
Original file line number Diff line number Diff line change @@ -94,8 +94,8 @@ github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnht
9494github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa /go.mod h1:zn76sxSg3SzpJ0PPJaLDCu+Bu0Lg3sKTORVIj19EIF8 =
9595github.com/codegangsta/negroni v1.0.0 /go.mod h1:v0y3T5G7Y1UlFfyxFn/QLRU4a2EuNau2iZY63YTKWo0 =
9696github.com/container-storage-interface/spec v1.2.0 /go.mod h1:6URME8mwIBbpVyZV93Ce5St17xBiQJQY67NDsuohiy4 =
97- github.com/container-storage-interface/spec v1.4 .0 h1:ozAshSKxpJnYUfmkpZCTYyF/4MYeYlhdXbAvPvfGmkg =
98- github.com/container-storage-interface/spec v1.4 .0 /go.mod h1:6URME8mwIBbpVyZV93Ce5St17xBiQJQY67NDsuohiy4 =
97+ github.com/container-storage-interface/spec v1.5 .0 h1:lvKxe3uLgqQeVQcrnL2CPQKISoKjTJxojEs9cBk+HXo =
98+ github.com/container-storage-interface/spec v1.5 .0 /go.mod h1:8K96oQNkJ7pFcC2R9Z1ynGGBB1I93kcS6PGg3SsOk8s =
9999github.com/containerd/cgroups v0.0.0-20200531161412-0dbf7f05ba59 /go.mod h1:pA0z1pT8KYB3TCXK/ocprsh7MAkoW8bZVzPdih9snmM =
100100github.com/containerd/console v0.0.0-20180822173158-c12b1e7919c1 /go.mod h1:Tj/on1eG8kiEhd0+fhSDzsPAFESxzBBvdyEgyryXffw =
101101github.com/containerd/console v1.0.0 /go.mod h1:8Pf4gM6VEbTNRIT26AyyU7hxdQU3MvAvxVI0sc00XBE =
You can’t perform that action at this time.
0 commit comments