From f0a25e68088e9dbcdc3ab6ce66e7919c17782723 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:08:40 +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 8cd5a8d31a..3e55e0624c 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 )