snap client version update to v4.1.0 in the dependency

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal
2021-08-04 14:26:37 +05:30
parent 77adc85097
commit 9bd2d9cdcc
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@@ -11,7 +11,7 @@ require (
github.com/imdario/mergo v0.3.11 // indirect
github.com/kubernetes-csi/csi-lib-utils v0.9.0
github.com/kubernetes-csi/csi-test/v4 v4.0.2
github.com/kubernetes-csi/external-snapshotter/client/v4 v4.0.0
github.com/kubernetes-csi/external-snapshotter/client/v4 v4.1.0
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.26.0

2
vendor/modules.txt vendored
View File

@@ -67,7 +67,7 @@ github.com/kubernetes-csi/csi-lib-utils/rpc
## explicit
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.0.0 => ./client
# github.com/kubernetes-csi/external-snapshotter/client/v4 v4.1.0 => ./client
## explicit
github.com/kubernetes-csi/external-snapshotter/client/v4/apis/volumesnapshot/v1
github.com/kubernetes-csi/external-snapshotter/client/v4/apis/volumesnapshot/v1beta1