From ec054ba1db961519109bbe5230152077cc70a842 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 24 Sep 2022 09:46:30 -0500 Subject: [PATCH] Update for pgx v5 --- Getting-started-with-pgx-through-database-sql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Getting-started-with-pgx-through-database-sql.md b/Getting-started-with-pgx-through-database-sql.md index 5df1e55..4e074d0 100644 --- a/Getting-started-with-pgx-through-database-sql.md +++ b/Getting-started-with-pgx-through-database-sql.md @@ -64,7 +64,7 @@ import ( "fmt" "os" - _ "github.com/jackc/pgx/v4/stdlib" + _ "github.com/jackc/pgx/v5/stdlib" ) func main() {