From 11d1c77ca5cad8dceccc55748c19eab908fe7eb1 Mon Sep 17 00:00:00 2001 From: Peter Wang Date: Mon, 18 Feb 2019 16:22:03 +0800 Subject: [PATCH] Revert csi to v0.3.0 kubernetes 1.12.x only supports v0.3.0 current versions in Gopkg.toml causes version conflict when importing this project --- Gopkg.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gopkg.toml b/Gopkg.toml index 2e27746a1..71d82b075 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -26,7 +26,7 @@ [[constraint]] name = "github.com/container-storage-interface/spec" - version = "1.0.0" + version = "0.3.0" [[constraint]] branch = "master"