File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
2323 "strings"
2424 "time"
2525
26- "github.com/container-storage-interface/spec/lib/go/csi/v0 "
26+ "github.com/container-storage-interface/spec/lib/go/csi"
2727 "github.com/golang/glog"
2828 "google.golang.org/grpc"
2929 "google.golang.org/grpc/connectivity"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
2323 "testing"
2424 "time"
2525
26- "github.com/container-storage-interface/spec/lib/go/csi/v0 "
26+ "github.com/container-storage-interface/spec/lib/go/csi"
2727 "github.com/golang/mock/gomock"
2828 "github.com/kubernetes-csi/csi-test/driver"
2929 "google.golang.org/grpc/codes"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
2222 "strings"
2323 "time"
2424
25- "github.com/container-storage-interface/spec/lib/go/csi/v0 "
25+ "github.com/container-storage-interface/spec/lib/go/csi"
2626 crdv1 "github.com/kubernetes-csi/external-snapshotter/pkg/apis/volumesnapshot/v1alpha1"
2727 "github.com/kubernetes-csi/external-snapshotter/pkg/connection"
2828 "k8s.io/api/core/v1"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import (
3030
3131 "github.com/golang/glog"
3232
33- "github.com/container-storage-interface/spec/lib/go/csi/v0 "
33+ "github.com/container-storage-interface/spec/lib/go/csi"
3434 crdv1 "github.com/kubernetes-csi/external-snapshotter/pkg/apis/volumesnapshot/v1alpha1"
3535 clientset "github.com/kubernetes-csi/external-snapshotter/pkg/client/clientset/versioned"
3636 "github.com/kubernetes-csi/external-snapshotter/pkg/client/clientset/versioned/fake"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
2121 "strings"
2222 "time"
2323
24- "github.com/container-storage-interface/spec/lib/go/csi/v0 "
24+ "github.com/container-storage-interface/spec/lib/go/csi"
2525 "github.com/golang/glog"
2626 crdv1 "github.com/kubernetes-csi/external-snapshotter/pkg/apis/volumesnapshot/v1alpha1"
2727 "k8s.io/api/core/v1"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
2121 "testing"
2222 "time"
2323
24- "github.com/container-storage-interface/spec/lib/go/csi/v0 "
24+ "github.com/container-storage-interface/spec/lib/go/csi"
2525 "k8s.io/api/core/v1"
2626 storage "k8s.io/api/storage/v1"
2727 metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
2121 "testing"
2222 "time"
2323
24- "github.com/container-storage-interface/spec/lib/go/csi/v0 "
24+ "github.com/container-storage-interface/spec/lib/go/csi"
2525 storagev1beta1 "k8s.io/api/storage/v1beta1"
2626 metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
2727)
You can’t perform that action at this time.
0 commit comments