From 78eeb40e00585e74ed17aaf172cd3fd1e73c4eb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 06:07:27 +0000 Subject: [PATCH] chore(deps): Bump github.com/gofiber/fiber/v2 from 2.5.0 to 2.7.1 Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.5.0 to 2.7.1. - [Release notes](https://github.com/gofiber/fiber/releases) - [Commits](https://github.com/gofiber/fiber/compare/v2.5.0...v2.7.1) Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ddbfd96..7667eba 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/go-dawn/dawn v0.4.4-0.20201104074530-2d3d2fc6720d github.com/go-dawn/pkg v0.0.4 github.com/go-redis/redis/v8 v8.7.1 - github.com/gofiber/fiber/v2 v2.5.0 + github.com/gofiber/fiber/v2 v2.7.1 github.com/gofiber/jwt/v2 v2.1.0 github.com/imkira/go-interpol v1.1.0 // indirect github.com/klauspost/compress v1.11.12 // indirect diff --git a/go.sum b/go.sum index c3c2190..6193f52 100644 --- a/go.sum +++ b/go.sum @@ -99,6 +99,7 @@ github.com/gofiber/fiber/v2 v2.1.3/go.mod h1:MMiSv1HrDkN8Pv7NeVDYK+T/lwXOEKAvPBb github.com/gofiber/fiber/v2 v2.4.1/go.mod h1:f8BRRIMjMdRyt2qmJ/0Sea3j3rwwfufPrh9WNBRiVZ0= github.com/gofiber/fiber/v2 v2.5.0 h1:yml405Um7b98EeMjx63OjSFTATLmX985HPWFfNUPV0w= github.com/gofiber/fiber/v2 v2.5.0/go.mod h1:f8BRRIMjMdRyt2qmJ/0Sea3j3rwwfufPrh9WNBRiVZ0= +github.com/gofiber/fiber/v2 v2.7.1/go.mod h1:f8BRRIMjMdRyt2qmJ/0Sea3j3rwwfufPrh9WNBRiVZ0= github.com/gofiber/jwt/v2 v2.1.0 h1:eTahBQ8vO73fcXjpQjv/xiKZqMjvDtw5QmsvdgWQg6w= github.com/gofiber/jwt/v2 v2.1.0/go.mod h1:sf3l8cbwW93qL0kM9jcX9QTc8VIJgXCO1RWquBJUqTg= github.com/gofrs/uuid v3.2.0+incompatible h1:y12jRkkFxsd7GpqdSZ+/KCs/fJbqpEXSGd4+jfEaewE=