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

Error installing pgxpool with Go modules #655

Closed
DmitriyVTitov opened this issue Dec 31, 2019 · 1 comment
Closed

Error installing pgxpool with Go modules #655

DmitriyVTitov opened this issue Dec 31, 2019 · 1 comment

Comments

@DmitriyVTitov
Copy link

I try to install pgxpool with go get github.com/jackc/pgx/pgxpool and get following error:

module github.com/jackc/pgx@upgrade found (v3.6.0+incompatible), but does not contain package github.com/jackc/pgx/pgxpool

go version go1.13.3 windows/amd64

@DmitriyVTitov
Copy link
Author

Sorry, did not point to v4.
If someone else is getting same error: correct command is:
go get github.com/jackc/pgx/v4/pgxpool

Pls, close 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

2 participants