Update to CSI spec 1.4

This commit is contained in:
xing-yang
2021-04-21 19:58:01 +00:00
parent f255fe7b46
commit 8034e50bd3
4 changed files with 325 additions and 235 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.3.0
github.com/container-storage-interface/spec v1.4.0
github.com/fsnotify/fsnotify v1.4.9
github.com/go-logr/logr v0.3.0 // indirect
github.com/golang/mock v1.4.4