Use CSI spec v1.5.0

This commit is contained in:
Chris Henzie
2021-06-14 13:13:42 -07:00
parent 81542bde66
commit b2709eaca7
4 changed files with 331 additions and 251 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/kubernetes-csi/external-snapshotter/v4
go 1.16
require (
github.com/container-storage-interface/spec v1.4.0
github.com/container-storage-interface/spec v1.5.0
github.com/fsnotify/fsnotify v1.4.9
github.com/golang/mock v1.4.4
github.com/golang/protobuf v1.4.3