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

@@ -32,7 +32,7 @@ import (
ref "k8s.io/client-go/tools/reference"
klog "k8s.io/klog/v2"
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"
)