fullstorydev / fullstorydev/grpcurl

Update install for go get/go install in README

Open
#202 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
12.8k
Forks
580
Avg merge
1h 8m
Merged PRs (30d)
5

Description

If you try to install the tool, you currently get:

```
$ go install github.com/fullstorydev/grpcurl/cmd/grpcurl
go: finding github.com/cncf/udpa/go latest
build github.com/fullstorydev/grpcurl/cmd/grpcurl: cannot load github.com/cncf/udpa/go/udpa/core/v1: module github.com/cncf/udpa/go@latest (v0.0.0-20201120205902-5459f2c99403) found, but does not contain package github.com/cncf/udpa/go/udpa/core/v1
```

I tried using the latest tagged version as well via `go get`, but the same issue exists there as well. This is a downstream mod issue with https://github.com/cncf/udpa not apparently having a version tag, but they have since updated that it appears.

```
$ go get -u -v github.com/fullstorydev/grpcurl/cmd/grpcurl@v1.7.0
go: finding github.com v1.7.0
go: finding github.com/fullstorydev/grpcurl/cmd/grpcurl v1.7.0
go: finding github.com/fullstorydev/grpcurl/cmd v1.7.0
go: finding github.com/fullstorydev v1.7.0
go: finding github.com/cncf/udpa/go latest
go: finding google.golang.org/genproto latest
go: finding golang.org/x/net latest
go: finding golang.org/x/sys latest
go: finding golang.org/x/oauth2 latest
build github.com/fullstorydev/grpcurl/cmd/grpcurl: cannot load github.com/cncf/udpa/go/udpa/core/v1: module github.com/cncf/udpa/go@latest (v0.0.0-20201120205902-5459f2c99403) found, but does not contain package github.com/cncf/udpa/go/udpa/core/v1
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Review the installation instructions in README and compare the documented go get/go install commands with the failure shown in this issue. Confirm the updated instructions avoid the reported github.com/cncf/udpa/go package error and that the documented command installs grpcurl successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
cli, documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.