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

go get produces incorrect go module path #88

Closed
brandonrjacobs opened this issue Jul 5, 2024 · 1 comment · Fixed by #89
Closed

go get produces incorrect go module path #88

brandonrjacobs opened this issue Jul 5, 2024 · 1 comment · Fixed by #89

Comments

@brandonrjacobs
Copy link

Seems as your go module name is lowercased so in your ReadMe downloading via go get... returns this error.

go: github.com/echoVault/echoVault@latest (v0.8.0) requires github.com/echoVault/[email protected]: parsing go.mod:
        module declares its path as: github.com/echovault/echovault
                but was required as: github.com/echoVault/echoVault
@kelvinmwinuka kelvinmwinuka linked a pull request Jul 5, 2024 that will close this issue
@kelvinmwinuka
Copy link
Collaborator

Thanks for pointing this out @brandonrjacobs,

This is has been fixed by this #89

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 a pull request may close this issue.

2 participants