summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-15 08:29:42 +0000
committerGitHub <[email protected]>2021-03-15 08:29:42 +0000
commitc39278402ad42787fb936220dd4f1d64ea4a283c (patch)
treec63d0309a75b63414594e6f671f67100c1a15776 /go.mod
parentd3e3fba7ce313b9e9563cca35ebd6432a0fba6e4 (diff)
Bump github.com/gofiber/fiber/v2 from 2.5.0 to 2.6.0
Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/gofiber/fiber/releases) - [Commits](https://github.com/gofiber/fiber/compare/v2.5.0...v2.6.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 6871db7f..e8932710 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.7.1
- github.com/gofiber/fiber/v2 v2.5.0
+ github.com/gofiber/fiber/v2 v2.6.0
github.com/golang/mock v1.4.4
github.com/hashicorp/go-multierror v1.1.1
github.com/json-iterator/go v1.1.10