You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 20, 2026. It is now read-only.
Following the install instructions results in an error while parsing go.mod
Steps to replicate
run go install github.com/google/gnostic@latest
run go install github.com/google/gnostic-grpc@latest
result
go install github.com/google/gnostic-grpc@latest
go install: github.com/google/gnostic-grpc@latest: github.com/google/gnostic-grpc@v0.1.1: parsing go.mod:
module declares its path as: github.com/googleapis/gnostic-grpc
but was required as: github.com/google/gnostic-grpc
Possible resolution
I was able to install gnostic-grpc using go install github.com/googleapis/gnostic-grpc@latest