You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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"
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
The text was updated successfully, but these errors were encountered: