Merge pull request #307 from Kartik494/updategomod

Added go modules for Apis and Client
This commit is contained in:
Kubernetes Prow Robot
2020-08-19 21:45:22 -07:00
committed by GitHub
473 changed files with 3885 additions and 68645 deletions

View File

@@ -22,7 +22,7 @@ import (
"strings"
"time"
crdv1 "github.com/kubernetes-csi/external-snapshotter/v2/pkg/apis/volumesnapshot/v1beta1"
crdv1 "github.com/kubernetes-csi/external-snapshotter/client/v2/apis/volumesnapshot/v1beta1"
"github.com/kubernetes-csi/external-snapshotter/v2/pkg/utils"
codes "google.golang.org/grpc/codes"
"google.golang.org/grpc/status"