go.mod: bump Go features to 1.16

For example, this enables the use of the vendor
 directory by
default (https://golang.org/ref/mod#vendoring).
This commit is contained in:
Patrick Ohly
2021-03-18 09:27:08 +01:00
parent e3c238b7e6
commit 9ede1ed02e

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/kubernetes-csi/external-snapshotter/v4
go 1.15
go 1.16
require (
github.com/container-storage-interface/spec v1.3.0