From b2d048bc58c4085d3e1847bde5182cf2924528ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 04:28:32 +0000 Subject: [PATCH] Update module github.com/jackc/pgx/v4 to v5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6c73275..aaf0c58 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220826213629-cd8f367ca010 github.com/jackc/pgconn v1.14.3 github.com/jackc/pgtype v1.14.2 - github.com/jackc/pgx/v4 v4.18.3 + github.com/jackc/pgx/v4 v4.12.1-0.20210724153913-640aa07df17c github.com/jackc/pgx/v5 v5.5.5 github.com/stretchr/testify v1.9.0 )