You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ go get go.etcd.io/etcd
/usr/local/google/home/dfawley/go/src/go.etcd.io/etcd/vendor/google.golang.org/grpc/balancer_conn_wrappers.go:28:2: use of internal package not allowed
/usr/local/google/home/dfawley/go/src/go.etcd.io/etcd/vendor/google.golang.org/grpc/clientconn.go:49:2: use of internal package not allowed
/usr/local/google/home/dfawley/go/src/go.etcd.io/etcd/vendor/google.golang.org/grpc/clientconn.go:50:2: use of internal package not allowed
I believe this is happening because grpc was updated to a new version recently, but some files were omitted from new directories, e.g. grpc/internal/buffer and grpc/internal/resolver/{dns,passthrough}.
The text was updated successfully, but these errors were encountered:
@dfawley thanks for reporting! We have couple of other similar issues reported around it and briefly discussed it there like #11532 We should have it resolved soon.
I believe this is happening because grpc was updated to a new version recently, but some files were omitted from new directories, e.g.
grpc/internal/buffer
andgrpc/internal/resolver/{dns,passthrough}
.The text was updated successfully, but these errors were encountered: