Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Addressing Install fails while parsing go.mod google#77
The `go install github.com/google/gnostic-grpc@latest` command in the readme fails with the error: ``` go install: github.com/google/gnostic-grpc@latest: github.com/google/[email protected]: parsing go.mod: module declares its path as: github.com/googleapis/gnostic-grpc but was required as: github.com/google/gnostic-grpc ``` I'm not sure why `go install github.com/google/gnostic@latest` still works.
- Loading branch information