|
module github.com/kubernetes-csi/csi-proxy/client
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.4.14
|
|
github.com/golang/protobuf v1.4.1
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/stretchr/testify v1.2.2
|
|
google.golang.org/grpc v1.27.0
|
|
google.golang.org/protobuf v1.25.0
|
|
)
|