Skip to content

fix: github.com/jackc/pgx go.mod#199

Open
rickif wants to merge 1 commit intoinfluxdata:masterfrom
rickif:fix/pgx-module
Open

fix: github.com/jackc/pgx go.mod#199
rickif wants to merge 1 commit intoinfluxdata:masterfrom
rickif:fix/pgx-module

Conversation

@rickif
Copy link

@rickif rickif commented Aug 23, 2021

This project gets error as below when we run go mod tidy, which led by the wrong import version of github.com/jackc/pgx.

go: finding module for package github.com/jackc/pgx/pgxpool
github.com/influxdata/influxdb-comparisons/cmd/bulk_load_timescale imports
        github.com/jackc/pgx/pgxpool: module github.com/jackc/pgx@latest found (v3.6.2+incompatible), but does not contain 

This PR is to solve this problem.

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

Successfully merging this pull request may close these issues.

1 participant