Skip to content

Fix go.mod #4

@nf-brentsaner

Description

@nf-brentsaner
	github.com/sheepla/go-hyperv: github.com/sheepla/go-hyperv@v0.0.1: parsing go.mod:
	module declares its path as: github.com/sheepla/hyperv
	        but was required as: github.com/sheepla/go-hyperv

Currently, this requires a replace in consuming projects.

I recommend simply just changing the GitHub repository name to hyperv. This will also allow it to be indexed by https://pkg.go.dev/.

If you wish to keep go-hyperv as the repository name in GitHub, you will need to serve a vanity module index, as go module names themselves cannot contain hyphens. This can be done using GitHub Pages.

See remote import paths for details.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions