Skip to content

Install fails while parsing go.mod #77

@retgits

Description

@retgits

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-grpc

Possible resolution

I was able to install gnostic-grpc using go install github.com/googleapis/gnostic-grpc@latest

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions