File tree Expand file tree Collapse file tree 5 files changed +805
-789
lines changed
github.com/container-storage-interface/spec/lib/go/csi Expand file tree Collapse file tree 5 files changed +805
-789
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ require (
31
31
github.com/client9/misspell v0.3.4
32
32
github.com/clusterhq/flocker-go v0.0.0-20160920122132-2b8b7259d313
33
33
github.com/codegangsta/negroni v1.0.0 // indirect
34
- github.com/container-storage-interface/spec v1.1 .0
34
+ github.com/container-storage-interface/spec v1.2 .0
35
35
github.com/containerd/console v0.0.0-20170925154832-84eeaae905fa // indirect
36
36
github.com/containerd/containerd v1.0.2 // indirect
37
37
github.com/containerd/typeurl v0.0.0-20190228175220-2a93cfde8c20 // indirect
@@ -220,7 +220,7 @@ replace (
220
220
github.com/clusterhq/flocker-go => github.com/clusterhq/flocker-go v0.0.0-20160920122132-2b8b7259d313
221
221
github.com/cockroachdb/datadriven => github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa
222
222
github.com/codegangsta/negroni => github.com/codegangsta/negroni v1.0.0
223
- github.com/container-storage-interface/spec => github.com/container-storage-interface/spec v1.1 .0
223
+ github.com/container-storage-interface/spec => github.com/container-storage-interface/spec v1.2 .0
224
224
github.com/containerd/console => github.com/containerd/console v0.0.0-20170925154832-84eeaae905fa
225
225
github.com/containerd/containerd => github.com/containerd/containerd v1.0.2
226
226
github.com/containerd/typeurl => github.com/containerd/typeurl v0.0.0-20190228175220-2a93cfde8c20
Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa h1:OaNxuTZr
90
90
github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa /go.mod h1:zn76sxSg3SzpJ0PPJaLDCu+Bu0Lg3sKTORVIj19EIF8 =
91
91
github.com/codegangsta/negroni v1.0.0 h1:+aYywywx4bnKXWvoWtRfJ91vC59NbEhEY03sZjQhbVY =
92
92
github.com/codegangsta/negroni v1.0.0 /go.mod h1:v0y3T5G7Y1UlFfyxFn/QLRU4a2EuNau2iZY63YTKWo0 =
93
- github.com/container-storage-interface/spec v1.1 .0 h1:qPsTqtR1VUPvMPeK0UnCZMtXaKGyyLPG8gj/wG6VqMs =
94
- github.com/container-storage-interface/spec v1.1 .0 /go.mod h1:6URME8mwIBbpVyZV93Ce5St17xBiQJQY67NDsuohiy4 =
93
+ github.com/container-storage-interface/spec v1.2 .0 h1:bD9KIVgaVKKkQ/UbVUY9kCaH/CJbhNxe0eeB4JeJV2s =
94
+ github.com/container-storage-interface/spec v1.2 .0 /go.mod h1:6URME8mwIBbpVyZV93Ce5St17xBiQJQY67NDsuohiy4 =
95
95
github.com/containerd/console v0.0.0-20170925154832-84eeaae905fa h1:GnRy2maqb8vcJhYRN5L+5WyYNKfUG4otiz2zxE182ng =
96
96
github.com/containerd/console v0.0.0-20170925154832-84eeaae905fa /go.mod h1:Tj/on1eG8kiEhd0+fhSDzsPAFESxzBBvdyEgyryXffw =
97
97
github.com/containerd/containerd v1.0.2 h1:AcqeeOunmUuo2CvPPtHMhWn7mi54clu+j9yqXKxGFtk =
You can’t perform that action at this time.
0 commit comments