summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-02-09 07:09:53 +0000
committerGitHub <[email protected]>2021-02-09 07:09:53 +0000
commitf3da66d9c8a305977c1a4693753dd6d086fe8c04 (patch)
tree96c7e17e86e68f550062fbe7640f2cd8198daf95 /go.mod
parent29c0a059dc01185eb0f6a107e9427d7c2ddcff0e (diff)
Bump github.com/gofiber/fiber/v2 from 2.4.1 to 2.5.0
Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/gofiber/fiber/releases) - [Commits](https://github.com/gofiber/fiber/compare/v2.4.1...v2.5.0) Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 9c829fb0..194289c2 100644
--- a/go.mod
+++ b/go.mod
@@ -11,7 +11,7 @@ require (
github.com/fatih/color v1.10.0
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/go-redis/redis/v8 v8.5.0
- github.com/gofiber/fiber/v2 v2.4.1
+ github.com/gofiber/fiber/v2 v2.5.0
github.com/golang/mock v1.4.4
github.com/hashicorp/go-multierror v1.1.0
github.com/json-iterator/go v1.1.10