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 wrong module path in README.md #147

Open
jefvantongerloo opened this issue Mar 31, 2021 · 1 comment
Open

go get wrong module path in README.md #147

jefvantongerloo opened this issue Mar 31, 2021 · 1 comment

Comments

@jefvantongerloo
Copy link
Contributor

Current command:
go get github.com/Microsoft/ethr

Output:

go get: github.com/Microsoft/[email protected] updating to
	github.com/Microsoft/[email protected]: parsing go.mod:
	module declares its path as: github.com/microsoft/ethr
	        but was required as: github.com/Microsoft/ethr

Fixed command:
go get github.com/microsoft/ethr

Output:

go: downloading github.com/microsoft/ethr v1.0.0
go: downloading github.com/mattn/go-runewidth v0.0.9
go: downloading golang.org/x/sys v0.0.0-20200918174421-af09f7315aff
go: downloading github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1
go: downloading golang.org/x/net v0.0.0-20210331060903-cb1fcc7394e5
go: downloading golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44

Make sure to clean cache when module is already downloaded:
go clean -modcache

@jefvantongerloo jefvantongerloo changed the title go get wrong module path go get wrong module path in README.md Mar 31, 2021
@jefvantongerloo
Copy link
Contributor Author

jefvantongerloo commented Mar 31, 2021

Fixed in PR #148

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

1 participant