influxdb-comparisons icon indicating copy to clipboard operation
influxdb-comparisons copied to clipboard

build bulk_load_timescale error!

Open deepzliu opened this issue 4 years ago • 1 comments

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

deepzliu avatar Aug 12 '20 07:08 deepzliu

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"

upider avatar Apr 16 '21 08:04 upider