From 854e30281b51e39ae983fda51802ef92d1d9fb43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 08:40:31 +0000 Subject: [PATCH] fix(deps): update module github.com/otaxhu/problem to v1 --- auth/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/go.mod b/auth/go.mod index 8cd5a8d31..3e55e0624 100644 --- a/auth/go.mod +++ b/auth/go.mod @@ -8,7 +8,7 @@ require ( github.com/google/uuid v1.6.0 github.com/jackc/pgx/v5 v5.6.0 github.com/labstack/echo/v4 v4.12.0 - github.com/otaxhu/problem v0.2.0 + github.com/otaxhu/problem v1.4.0 github.com/swaggo/echo-swagger v1.4.1 )