diff --git a/postgres/config.go b/postgres/config.go index ffb4fffc..b01b222f 100644 --- a/postgres/config.go +++ b/postgres/config.go @@ -1,7 +1,7 @@ package postgres import ( - "github.com/jackc/pgx/pgxpool" + "github.com/jackc/pgx/v4/pgxpool" "time" )