Skip to content

Commit 0513ee7

Browse files
committed
bump CSI version to 1.2.0
1 parent 75aca1f commit 0513ee7

File tree

5 files changed

+805
-789
lines changed

5 files changed

+805
-789
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/client9/misspell v0.3.4
3232
github.com/clusterhq/flocker-go v0.0.0-20160920122132-2b8b7259d313
3333
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
3535
github.com/containerd/console v0.0.0-20170925154832-84eeaae905fa // indirect
3636
github.com/containerd/containerd v1.0.2 // indirect
3737
github.com/containerd/typeurl v0.0.0-20190228175220-2a93cfde8c20 // indirect
@@ -216,7 +216,7 @@ replace (
216216
github.com/clusterhq/flocker-go => github.com/clusterhq/flocker-go v0.0.0-20160920122132-2b8b7259d313
217217
github.com/cockroachdb/datadriven => github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa
218218
github.com/codegangsta/negroni => github.com/codegangsta/negroni v1.0.0
219-
github.com/container-storage-interface/spec => github.com/container-storage-interface/spec v1.1.0
219+
github.com/container-storage-interface/spec => github.com/container-storage-interface/spec v1.2.0
220220
github.com/containerd/console => github.com/containerd/console v0.0.0-20170925154832-84eeaae905fa
221221
github.com/containerd/containerd => github.com/containerd/containerd v1.0.2
222222
github.com/containerd/typeurl => github.com/containerd/typeurl v0.0.0-20190228175220-2a93cfde8c20

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa h1:OaNxuTZr
8484
github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa/go.mod h1:zn76sxSg3SzpJ0PPJaLDCu+Bu0Lg3sKTORVIj19EIF8=
8585
github.com/codegangsta/negroni v1.0.0 h1:+aYywywx4bnKXWvoWtRfJ91vC59NbEhEY03sZjQhbVY=
8686
github.com/codegangsta/negroni v1.0.0/go.mod h1:v0y3T5G7Y1UlFfyxFn/QLRU4a2EuNau2iZY63YTKWo0=
87-
github.com/container-storage-interface/spec v1.1.0 h1:qPsTqtR1VUPvMPeK0UnCZMtXaKGyyLPG8gj/wG6VqMs=
88-
github.com/container-storage-interface/spec v1.1.0/go.mod h1:6URME8mwIBbpVyZV93Ce5St17xBiQJQY67NDsuohiy4=
87+
github.com/container-storage-interface/spec v1.2.0 h1:bD9KIVgaVKKkQ/UbVUY9kCaH/CJbhNxe0eeB4JeJV2s=
88+
github.com/container-storage-interface/spec v1.2.0/go.mod h1:6URME8mwIBbpVyZV93Ce5St17xBiQJQY67NDsuohiy4=
8989
github.com/containerd/console v0.0.0-20170925154832-84eeaae905fa h1:GnRy2maqb8vcJhYRN5L+5WyYNKfUG4otiz2zxE182ng=
9090
github.com/containerd/console v0.0.0-20170925154832-84eeaae905fa/go.mod h1:Tj/on1eG8kiEhd0+fhSDzsPAFESxzBBvdyEgyryXffw=
9191
github.com/containerd/containerd v1.0.2 h1:AcqeeOunmUuo2CvPPtHMhWn7mi54clu+j9yqXKxGFtk=

vendor/github.com/container-storage-interface/spec/lib/go/csi/BUILD

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)