From 547a51ac8256fda856c98f1c5d757c79a14df175 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 13:54:20 +0000 Subject: [PATCH] fix(deps): update module github.com/gofiber/fiber/v2 to v3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index fc02386..60ba786 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module golang-template go 1.25.0 require ( - github.com/gofiber/fiber/v2 v2.52.13 + github.com/gofiber/fiber/v3 v3.3.0 github.com/gofiber/fiber/v3 v3.3.0 )