From b54c177b68f6e4c5be4b9a6810c4b783e70167c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 17:23:30 +0000 Subject: [PATCH] fix(deps): update module github.com/jackc/pgx/v5 to v5.7.2 --- auth/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/go.mod b/auth/go.mod index 8cd5a8d31a..1f25a69090 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.2 github.com/labstack/echo/v4 v4.12.0 github.com/otaxhu/problem v0.2.0 github.com/swaggo/echo-swagger v1.4.1