Skip to content

Commit

Permalink
Addressing Install fails while parsing go.mod google#77
Browse files Browse the repository at this point in the history
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
jxmallett authored May 19, 2022
1 parent cd63155 commit f5a4c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Install gnostic and the plugin before Go 1.17:
with Go >= 1.17:

go install github.com/google/gnostic@latest
go install github.com/google/gnostic-grpc@latest
go install github.com/googleapis/gnostic-grpc@latest

Run gnostic with the plugin:

Expand Down

0 comments on commit f5a4c7b

Please sign in to comment.