From 0b9fdb4178534b76bc29d63a821d28778bf43d19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 12:42:39 +0000 Subject: [PATCH] Bump github.com/gofiber/utils/v2 from 2.0.6 to 2.1.1 Bumps [github.com/gofiber/utils/v2](https://github.com/gofiber/utils) from 2.0.6 to 2.1.1. - [Release notes](https://github.com/gofiber/utils/releases) - [Commits](https://github.com/gofiber/utils/compare/v2.0.6...v2.1.1) --- updated-dependencies: - dependency-name: github.com/gofiber/utils/v2 dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 4d92236..ec3a8f9 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/go-sql-driver/mysql v1.10.0 github.com/gofiber/fiber/v3 v3.3.0 github.com/gofiber/template/html/v3 v3.0.0 - github.com/gofiber/utils/v2 v2.0.6 + github.com/gofiber/utils/v2 v2.1.1 golang.org/x/text v0.38.0 ) diff --git a/go.sum b/go.sum index 909fda0..7112f43 100644 --- a/go.sum +++ b/go.sum @@ -20,8 +20,8 @@ github.com/gofiber/template/v2 v2.0.0 h1:E+WPRsCNLxS2j3SsRU2sbqG2suD9dZMbDsv4NZF github.com/gofiber/template/v2 v2.0.0/go.mod h1:n311woO10kG4/MZ35TTvbuoSEx+etErXBmu+0pFzQ1s= github.com/gofiber/utils v1.1.0 h1:vdEBpn7AzIUJRhe+CiTOJdUcTg4Q9RK+pEa0KPbLdrM= github.com/gofiber/utils v1.1.0/go.mod h1:poZpsnhBykfnY1Mc0KeEa6mSHrS3dV0+oBWyeQmb2e0= -github.com/gofiber/utils/v2 v2.0.6 h1:7fXYy7nSsyqbH0GQUMtK4Kwjy4J7R5742VM7JsZxzOs= -github.com/gofiber/utils/v2 v2.0.6/go.mod h1:p7mAHAk3+oUK10ZX2xTw9fZQixb4hCg8SKd4IH2xroU= +github.com/gofiber/utils/v2 v2.1.1 h1:kGnoGjwEnFW6w0x45W+kLlmMJvqBGkuUA4oMWKn/T/I= +github.com/gofiber/utils/v2 v2.1.1/go.mod h1:DdOgEVwQTi8cou/AKWPqhXOR4fHGRVhA/rEWL3IXG7Q= 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.6 h1:2jupLlAwFm95+YDR+NwD2MEfFO9d4z4Prjl1XXDjuao=