From fc8361cee1a5f3735d967131d22608af4fc83d00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 15:36:55 +0000 Subject: [PATCH] Build(deps): Bump github.com/gofiber/fiber/v2 Bumps the go_modules group with 1 update in the /_examples/auto_params directory: [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber). Updates `github.com/gofiber/fiber/v2` from 2.52.10 to 2.52.11 - [Release notes](https://github.com/gofiber/fiber/releases) - [Commits](https://github.com/gofiber/fiber/compare/v2.52.10...v2.52.11) --- updated-dependencies: - dependency-name: github.com/gofiber/fiber/v2 dependency-version: 2.52.11 dependency-type: direct:production dependency-group: go_modules ... Signed-off-by: dependabot[bot] --- _examples/auto_params/go.mod | 2 +- _examples/auto_params/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_examples/auto_params/go.mod b/_examples/auto_params/go.mod index 09734e7..3034ff6 100644 --- a/_examples/auto_params/go.mod +++ b/_examples/auto_params/go.mod @@ -5,7 +5,7 @@ go 1.24.2 replace github.com/labbs/fiber-oapi => ../.. require ( - github.com/gofiber/fiber/v2 v2.52.10 + github.com/gofiber/fiber/v2 v2.52.11 github.com/labbs/fiber-oapi v0.0.0-00010101000000-000000000000 ) diff --git a/_examples/auto_params/go.sum b/_examples/auto_params/go.sum index ff5a1e5..745e267 100644 --- a/_examples/auto_params/go.sum +++ b/_examples/auto_params/go.sum @@ -12,8 +12,8 @@ github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJn github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY= github.com/go-playground/validator/v10 v10.30.1 h1:f3zDSN/zOma+w6+1Wswgd9fLkdwy06ntQJp0BBvFG0w= github.com/go-playground/validator/v10 v10.30.1/go.mod h1:oSuBIQzuJxL//3MelwSLD5hc2Tu889bF0Idm9Dg26cM= -github.com/gofiber/fiber/v2 v2.52.10 h1:jRHROi2BuNti6NYXmZ6gbNSfT3zj/8c0xy94GOU5elY= -github.com/gofiber/fiber/v2 v2.52.10/go.mod h1:YEcBbO/FB+5M1IZNBP9FO3J9281zgPAreiI1oqg8nDw= +github.com/gofiber/fiber/v2 v2.52.11 h1:5f4yzKLcBcF8ha1GQTWB+mpblWz3Vz6nSAbTL31HkWs= +github.com/gofiber/fiber/v2 v2.52.11/go.mod h1:YEcBbO/FB+5M1IZNBP9FO3J9281zgPAreiI1oqg8nDw= github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo=