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

@@ -23,7 +23,7 @@ import (
"testing"
"time"
"github.com/container-storage-interface/spec/lib/go/csi/v0"
"github.com/container-storage-interface/spec/lib/go/csi"
"github.com/golang/mock/gomock"
"github.com/kubernetes-csi/csi-test/driver"
"google.golang.org/grpc/codes"