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

"Module Declares Its Path..." Error on go get #11

Closed
kalverra opened this issue Apr 1, 2021 · 6 comments
Closed

"Module Declares Its Path..." Error on go get #11

kalverra opened this issue Apr 1, 2021 · 6 comments
Assignees

Comments

@kalverra
Copy link

kalverra commented Apr 1, 2021

Trying to use this tool, I ran into the below issue using go get

❯ go get -u github.com/vakenbolt/go-test-report/
go get: github.com/vakenbolt/go-test-report@none updating to
	github.com/vakenbolt/go-test-report@v0.0.0-20210215040814-04fb43143217: parsing go.mod:
	module declares its path as: go-test-report
	        but was required as: github.com/vakenbolt/go-test-report
@SergeyBibikov
Copy link

Hey! Same story. Running go v 1.16.2

@vakenbolt
Copy link
Owner

@kalverra @SergeyBibikov Thanks for reporting this. I will take a look at this today and see if I can issue a patch shortly after. Cheers!

@vakenbolt vakenbolt self-assigned this Apr 8, 2021
@vakenbolt
Copy link
Owner

@kalverra @SergeyBibikov I was able to reproduce the issue on my local machine once I upgrade my local go to 1.16. I patched the go.mod file and everything should be working now. Let me know if this resolves the issue for. Have a great day! Cheers! 🍻

@SergeyBibikov
Copy link

@vakenbolt Hi! Thanks a lot! Works like a charm now!

@vakenbolt
Copy link
Owner

@SergeyBibikov Awesome! Thanks for letting me know 💯

@vakenbolt
Copy link
Owner

The patch for the issue has been verified, closing this issue :)

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

No branches or pull requests

3 participants