postgres: upgrade to pgx v5 (#3826)

This commit is contained in:
Caleb Doxsey 2022-12-19 12:47:35 -07:00 committed by GitHub
parent f99ea7c8ad
commit c048af7523
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 47 additions and 143 deletions

View file

@ -4,7 +4,7 @@ import (
"context"
"time"
"github.com/jackc/pgx/v4/pgxpool"
"github.com/jackc/pgx/v5/pgxpool"
"github.com/pomerium/pomerium/pkg/contextutil"
"github.com/pomerium/pomerium/pkg/grpc/databroker"