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

Support go modules import now that is the default dep management tool for go #163

Open
alok87 opened this issue Aug 26, 2020 · 0 comments
Open

Comments

@alok87
Copy link

alok87 commented Aug 26, 2020

$ go get "github.com/Clever/pq"
go: github.com/Clever/pq upgrade => v0.0.0-20190927032255-278004c23b92
go get: github.com/Clever/pq@v0.0.0-20190927032255-278004c23b92: parsing go.mod:
	module declares its path as: github.com/lib/pq
	        but was required as: github.com/Clever/pq
@alok87 alok87 changed the title Cannot import module as the path is not having Clever/pq Support go modules import now that is the default dep management tool for go Aug 26, 2020
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