Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename Go module #8

Merged
merged 1 commit into from
Jul 10, 2024
Merged

Rename Go module #8

merged 1 commit into from
Jul 10, 2024

Conversation

0xThiebaut
Copy link
Contributor

Renamed the Go module to allow installation through go install.

Without renaming the module, installation fails given the module name & URL mismatches.

PS C:\Users\user> go install github.com/olafhartong/DefenderHarvester@latest
go: downloading github.com/olafhartong/DefenderHarvester v0.9.8
go: github.com/olafhartong/DefenderHarvester@latest: version constraints conflict:
        github.com/olafhartong/[email protected]: parsing go.mod:
        module declares its path as: defenderharvester
                but was required as: github.com/olafhartong/DefenderHarvester

Renamed the Go module to allow installation through `go install`.
@olafhartong
Copy link
Owner

thanks Maxime! :)

@olafhartong olafhartong merged commit 4b85c0c into olafhartong:main Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants