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 as: astuart.co/goq #12

Closed
zored opened this issue Dec 9, 2019 · 1 comment
Closed

Module declares its path as: astuart.co/goq #12

zored opened this issue Dec 9, 2019 · 1 comment

Comments

@zored
Copy link

zored commented Dec 9, 2019

Command:

GO111MODULE=on go get github.com/andrewstuart/[email protected]

Outputs:

go: finding github.com v1.0.0
go: finding github.com/andrewstuart v1.0.0
go: finding github.com/andrewstuart/goq v1.0.0
go: downloading github.com/andrewstuart/goq v1.0.0
go: extracting github.com/andrewstuart/goq v1.0.0
go get: github.com/andrewstuart/[email protected]: parsing go.mod:
	module declares its path as: astuart.co/goq
	        but was required as: github.com/andrewstuart/goq

I fixed it with:

replace (
  github.com/andrewstuart/goq => astuart.co/goq v1.0.0
)

But maybe there is a way to fix it on side of repo?

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