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

@@ -21,7 +21,7 @@ import (
"testing"
"time"
"github.com/container-storage-interface/spec/lib/go/csi/v0"
"github.com/container-storage-interface/spec/lib/go/csi"
storagev1beta1 "k8s.io/api/storage/v1beta1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)