-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
Observed behavior
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-grpcPossible resolution
I was able to install gnostic-grpc using go install github.com/googleapis/gnostic-grpc@latest
chromsh, NyanProgrammer, josemonteiro, tsavo-vdb-knott, adolfo and 18 more
Metadata
Metadata
Assignees
Labels
No labels