Update for pgx v5

Jack Christensen 2022-09-24 09:46:30 -05:00
parent 4a88418606
commit ec054ba1db

@ -64,7 +64,7 @@ import (
"fmt"
"os"
_ "github.com/jackc/pgx/v4/stdlib"
_ "github.com/jackc/pgx/v5/stdlib"
)
func main() {