Update csi/v0 import to csi/

This commit is contained in:
Michelle Au
2018-11-14 13:25:09 -08:00
parent 06139e4cd6
commit 92f87c14e7
7 changed files with 7 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ import (
"github.com/golang/glog"
"github.com/container-storage-interface/spec/lib/go/csi/v0"
"github.com/container-storage-interface/spec/lib/go/csi"
crdv1 "github.com/kubernetes-csi/external-snapshotter/pkg/apis/volumesnapshot/v1alpha1"
clientset "github.com/kubernetes-csi/external-snapshotter/pkg/client/clientset/versioned"
"github.com/kubernetes-csi/external-snapshotter/pkg/client/clientset/versioned/fake"