vendor: Vendor changes to add external-snapshotter

Few other depedencies got updated which might
be required for snapshot.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna
2020-04-16 12:38:47 +05:30
committed by mergify[bot]
parent c5bf95b625
commit 4606b5042f
18 changed files with 1999 additions and 3 deletions

4
go.mod
View File

@ -12,8 +12,8 @@ require (
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/imdario/mergo v0.3.9 // indirect
github.com/kubernetes-csi/csi-lib-utils v0.7.0
github.com/kubernetes-csi/external-snapshotter/v2 v2.1.1-0.20200504125226-859696c419ff
github.com/onsi/ginkgo v1.12.0
github.com/onsi/gomega v1.9.0
github.com/pborman/uuid v1.2.0
@ -28,7 +28,7 @@ require (
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/genproto v0.0.0-20200413115906-b5235f65be36 // indirect
google.golang.org/grpc v1.27.0
google.golang.org/grpc v1.28.0
gopkg.in/square/go-jose.v2 v2.5.0 // indirect
k8s.io/api v0.18.0
k8s.io/apimachinery v0.18.0