Skip to content

Error parsing go.mod module declares its path as: github.com/google/gnostic but was required as: github.com/googleapis/gnostic #262

@alsofr

Description

@alsofr

Hi,
the recent change of the module name (from googleapis to google) causes the go get -u ./... command to fail in our project where gnostic is listed as an indirect dependency.

go get: github.com/googleapis/[email protected]: parsing go.mod:
	module declares its path as: github.com/google/gnostic
	        but was required as: github.com/googleapis/gnostic

#259

Manually changing the name and version in the mod file doesn't help.

Is there a recommended smooth update path?

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