From be94d3ad5c1a8fe35fd89d784c5971c8c4ddd8f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 19:02:12 +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 acdbfb4..c960e97 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.25.0 require ( github.com/davidbyttow/govips/v2 v2.18.0 github.com/go-resty/resty/v2 v2.17.2 - github.com/gofiber/fiber/v2 v2.52.13 + github.com/gofiber/fiber/v3 v3.2.0 github.com/gofiber/fiber/v3 v3.2.0 github.com/joho/godotenv v1.5.1 )