From 8b8acd7d38054f51f5a0b71f20fc25615ef3b5aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 07:45:54 +0000 Subject: [PATCH] chore(deps): Bump github.com/gofiber/jwt/v2 from 2.1.0 to 2.2.0 Bumps [github.com/gofiber/jwt/v2](https://github.com/gofiber/jwt) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/gofiber/jwt/releases) - [Commits](https://github.com/gofiber/jwt/compare/v2.1.0...v2.2.0) Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index ddbfd96..91fbfcf 100644 --- a/go.mod +++ b/go.mod @@ -9,8 +9,8 @@ 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/jwt/v2 v2.1.0 + github.com/gofiber/fiber/v2 v2.6.0 + github.com/gofiber/jwt/v2 v2.2.0 github.com/imkira/go-interpol v1.1.0 // indirect github.com/klauspost/compress v1.11.12 // indirect github.com/magiconair/properties v1.8.4 // indirect diff --git a/go.sum b/go.sum index c3c2190..33c7e74 100644 --- a/go.sum +++ b/go.sum @@ -99,8 +99,10 @@ 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.6.0/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/gofiber/jwt/v2 v2.2.0/go.mod h1:v9PUmQZfhbBsYYg5Gp5PAks5Ip8kJtVqXsbl506wkzc= github.com/gofrs/uuid v3.2.0+incompatible h1:y12jRkkFxsd7GpqdSZ+/KCs/fJbqpEXSGd4+jfEaewE= github.com/gofrs/uuid v3.2.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM= github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=