module github.com/container-storage-interface/spec

go 1.16

require (
	github.com/golang/protobuf v1.3.2
	google.golang.org/grpc v1.26.0
)
