From 8dee1fb453659d2e338a154247621fb70507c9f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:43:42 +0000 Subject: [PATCH] build(deps): bump github.com/gofiber/fiber/v2 from 2.52.4 to 2.52.5 Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.52.4 to 2.52.5. - [Release notes](https://github.com/gofiber/fiber/releases) - [Commits](https://github.com/gofiber/fiber/compare/v2.52.4...v2.52.5) --- updated-dependencies: - dependency-name: github.com/gofiber/fiber/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ec88d91..da87c6a 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.22 require ( github.com/PuerkitoBio/goquery v1.9.2 github.com/PuerkitoBio/purell v1.2.1 - github.com/gofiber/fiber/v2 v2.52.4 + github.com/gofiber/fiber/v2 v2.52.5 github.com/microcosm-cc/bluemonday v1.0.26 github.com/urfave/cli/v2 v2.27.2 golang.org/x/net v0.24.0