From 50e4630dcec1dc95d4587a8ac576aff57fa10782 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 05:24:50 +0000 Subject: [PATCH] fix(deps): update module github.com/jackc/pgx/v5 to v5.7.1 --- auth/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/go.mod b/auth/go.mod index 8cd5a8d31..2d468b519 100644 --- a/auth/go.mod +++ b/auth/go.mod @@ -6,7 +6,7 @@ require ( github.com/alexedwards/argon2id v1.0.0 github.com/golang-jwt/jwt/v5 v5.2.1 github.com/google/uuid v1.6.0 - github.com/jackc/pgx/v5 v5.6.0 + github.com/jackc/pgx/v5 v5.7.1 github.com/labstack/echo/v4 v4.12.0 github.com/otaxhu/problem v0.2.0 github.com/swaggo/echo-swagger v1.4.1