rexray/gocsi

rexray/gocsi imports google.golang.org/grpc/naming which is a deprecated module

Closed this issue · 0 comments

Bug Reports

My csi project makes use of rexray/gocsi library which imports google.golang.org/grpc/naming package which is deprecated after version v1.29.0 of google.golang.org/grpc. And I need to use the latest version of google.golang.org/grpc >= 1.40.0

Version

v1.2.2

Logs

go: finding module for package google.golang.org/grpc/naming github.com/rexray/gocsi imports github.com/rexray/gocsi/middleware/serialvolume/etcd imports github.com/coreos/etcd/clientv3 tested by github.com/coreos/etcd/clientv3.test imports github.com/coreos/etcd/integration imports github.com/coreos/etcd/proxy/grpcproxy imports google.golang.org/grpc/naming: module google.golang.org/grpc@latest found (v1.50.0), but does not contain package google.golang.org/grpc/naming