2
0

Bump module version to v5

This commit is contained in:
Jack Christensen
2021-12-11 13:29:03 -06:00
parent 390bd79757
commit 72cc95e4dd
151 changed files with 287 additions and 287 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ import (
"time"
"github.com/jackc/pgproto3/v2"
"github.com/jackc/pgx/v4/pgconn"
"github.com/jackc/pgx/v4/pgtype"
"github.com/jackc/pgx/v5/pgconn"
"github.com/jackc/pgx/v5/pgtype"
)
// Rows is the result set returned from *Conn.Query. Rows must be closed before