From 72c0dca70ca8001c0a84c0e84776ec8a233cdf45 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Thu, 8 Dec 2022 20:28:44 -0600 Subject: [PATCH] Fix imported package version --- Getting-started-with-pgx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Getting-started-with-pgx.md b/Getting-started-with-pgx.md index 86b2842..ce13a93 100644 --- a/Getting-started-with-pgx.md +++ b/Getting-started-with-pgx.md @@ -63,7 +63,7 @@ import ( "fmt" "os" - "github.com/jackc/pgx/v4" + "github.com/jackc/pgx/v5" ) func main() {