grpcurl
grpcurl copied to clipboard
go mod resolution error
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?
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).