Merge pull request #503 from xing-yang/update_csi_spec_dep

Update to CSI spec 1.4
This commit is contained in:
Kubernetes Prow Robot
2021-04-21 14:37:51 -07:00
committed by GitHub
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/golang/mock v1.4.4
github.com/golang/protobuf v1.4.3