influxdata / influxdb-comparisons

Code for comparison write ups of InfluxDB and other solutions
MIT License
306 stars 112 forks source link

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

Open rickif opened 3 years ago

rickif commented 3 years ago

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.