grpcurl icon indicating copy to clipboard operation
grpcurl copied to clipboard

go mod resolution error

Open mhatch-sc opened this issue 5 years ago • 1 comments
trafficstars

github.com/fullstorydev/grpcui/standalone imports
        github.com/fullstorydev/grpcui imports
        github.com/fullstorydev/grpcurl imports
        google.golang.org/grpc/xds/experimental: module google.golang.org/grpc@latest (v1.33.0) found, but does not contain package google.golang.org/grpc/xds/experimental

Is this something that this package needs to resolve for users like myself to be able to build or is this on google?

mhatch-sc avatar Oct 10 '20 16:10 mhatch-sc

This is fixed as of v1.6.1. You can pin grpcurl to a newer version (or even to @latest, like you are doing with grpc), or you can pin grpc to a version before they made this breaking change (v1.31.0 I believe).

jhump avatar Oct 11 '20 23:10 jhump