From 9a75b538da04f440d52948438ccd078f311bf3e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 22:58:02 +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 )