- Update snapshotter module to v6

- Update snapshotter client module to v5
- Update go version in client modules to v1.17
This commit is contained in:
Raunak Pradip Shah
2022-03-17 00:21:55 +05:30
parent 041cd46741
commit d300796fab
133 changed files with 674 additions and 934 deletions

44
vendor/modules.txt vendored
View File

@@ -42,7 +42,7 @@ github.com/golang/protobuf/ptypes/any
github.com/golang/protobuf/ptypes/duration
github.com/golang/protobuf/ptypes/timestamp
github.com/golang/protobuf/ptypes/wrappers
# github.com/google/go-cmp v0.5.5
# github.com/google/go-cmp v0.5.6
## explicit; go 1.8
github.com/google/go-cmp/cmp
github.com/google/go-cmp/cmp/internal/diff
@@ -79,24 +79,24 @@ github.com/kubernetes-csi/csi-lib-utils/rpc
## explicit; go 1.15
github.com/kubernetes-csi/csi-test/v4/driver
github.com/kubernetes-csi/csi-test/v4/utils
# github.com/kubernetes-csi/external-snapshotter/client/v4 v4.1.0 => ./client
## explicit; go 1.15
github.com/kubernetes-csi/external-snapshotter/client/v4/apis/volumesnapshot/v1
github.com/kubernetes-csi/external-snapshotter/client/v4/apis/volumesnapshot/v1beta1
github.com/kubernetes-csi/external-snapshotter/client/v4/clientset/versioned
github.com/kubernetes-csi/external-snapshotter/client/v4/clientset/versioned/fake
github.com/kubernetes-csi/external-snapshotter/client/v4/clientset/versioned/scheme
github.com/kubernetes-csi/external-snapshotter/client/v4/clientset/versioned/typed/volumesnapshot/v1
github.com/kubernetes-csi/external-snapshotter/client/v4/clientset/versioned/typed/volumesnapshot/v1/fake
github.com/kubernetes-csi/external-snapshotter/client/v4/clientset/versioned/typed/volumesnapshot/v1beta1
github.com/kubernetes-csi/external-snapshotter/client/v4/clientset/versioned/typed/volumesnapshot/v1beta1/fake
github.com/kubernetes-csi/external-snapshotter/client/v4/informers/externalversions
github.com/kubernetes-csi/external-snapshotter/client/v4/informers/externalversions/internalinterfaces
github.com/kubernetes-csi/external-snapshotter/client/v4/informers/externalversions/volumesnapshot
github.com/kubernetes-csi/external-snapshotter/client/v4/informers/externalversions/volumesnapshot/v1
github.com/kubernetes-csi/external-snapshotter/client/v4/informers/externalversions/volumesnapshot/v1beta1
github.com/kubernetes-csi/external-snapshotter/client/v4/listers/volumesnapshot/v1
github.com/kubernetes-csi/external-snapshotter/client/v4/listers/volumesnapshot/v1beta1
# github.com/kubernetes-csi/external-snapshotter/client/v5 v5.0.0 => ./client
## explicit; go 1.17
github.com/kubernetes-csi/external-snapshotter/client/v5/apis/volumesnapshot/v1
github.com/kubernetes-csi/external-snapshotter/client/v5/apis/volumesnapshot/v1beta1
github.com/kubernetes-csi/external-snapshotter/client/v5/clientset/versioned
github.com/kubernetes-csi/external-snapshotter/client/v5/clientset/versioned/fake
github.com/kubernetes-csi/external-snapshotter/client/v5/clientset/versioned/scheme
github.com/kubernetes-csi/external-snapshotter/client/v5/clientset/versioned/typed/volumesnapshot/v1
github.com/kubernetes-csi/external-snapshotter/client/v5/clientset/versioned/typed/volumesnapshot/v1/fake
github.com/kubernetes-csi/external-snapshotter/client/v5/clientset/versioned/typed/volumesnapshot/v1beta1
github.com/kubernetes-csi/external-snapshotter/client/v5/clientset/versioned/typed/volumesnapshot/v1beta1/fake
github.com/kubernetes-csi/external-snapshotter/client/v5/informers/externalversions
github.com/kubernetes-csi/external-snapshotter/client/v5/informers/externalversions/internalinterfaces
github.com/kubernetes-csi/external-snapshotter/client/v5/informers/externalversions/volumesnapshot
github.com/kubernetes-csi/external-snapshotter/client/v5/informers/externalversions/volumesnapshot/v1
github.com/kubernetes-csi/external-snapshotter/client/v5/informers/externalversions/volumesnapshot/v1beta1
github.com/kubernetes-csi/external-snapshotter/client/v5/listers/volumesnapshot/v1
github.com/kubernetes-csi/external-snapshotter/client/v5/listers/volumesnapshot/v1beta1
# github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
## explicit; go 1.9
github.com/matttproud/golang_protobuf_extensions/pbutil
@@ -106,6 +106,8 @@ github.com/modern-go/concurrent
# github.com/modern-go/reflect2 v1.0.2
## explicit; go 1.12
github.com/modern-go/reflect2
# github.com/nxadm/tail v1.4.8
## explicit; go 1.13
# github.com/pkg/errors v0.9.1
## explicit
github.com/pkg/errors
@@ -674,10 +676,10 @@ sigs.k8s.io/structured-merge-diff/v4/fieldpath
sigs.k8s.io/structured-merge-diff/v4/schema
sigs.k8s.io/structured-merge-diff/v4/typed
sigs.k8s.io/structured-merge-diff/v4/value
# sigs.k8s.io/yaml v1.2.0
# sigs.k8s.io/yaml v1.3.0
## explicit; go 1.12
sigs.k8s.io/yaml
# github.com/kubernetes-csi/external-snapshotter/client/v4 => ./client
# github.com/kubernetes-csi/external-snapshotter/client/v5 => ./client
# k8s.io/api => k8s.io/api v0.23.0
# k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.23.0
# k8s.io/apimachinery => k8s.io/apimachinery v0.23.0