influxdata / influxdb-comparisons

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

build bulk_load_timescale error! #170

Open deepzliu opened 4 years ago

deepzliu commented 4 years ago

When I build influxdb-comparisons/cmd/bulk_load_timescale, error occurs below:

go: finding module for package github.com/jackc/pgx/pgxpool main.go:20:2: module github.com/jackc/pgx@latest found (v3.6.2+incompatible), but does not contain package github.com/jackc/pgx/pgxpool

upider commented 3 years ago

use "github.com/jackc/pgx/v4" to replace "github.com/jackc/pgx" "github.com/jackc/pgx/v4/pgxpool" to replace "github.com/jackc/pgx/pgxpool"