summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-02-02 07:11:43 +0000
committerGitHub <[email protected]>2021-02-02 07:11:43 +0000
commitff1ffd7746a5c959b664f908d47e3223093011a4 (patch)
treec2862e9177d562dbe6720732fc48f38e4c6e154d /go.mod
parent0ee8c6ce423886c6a7776e9e3bfbed342178f94d (diff)
Bump github.com/gofiber/fiber/v2 from 2.4.0 to 2.4.1
Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/gofiber/fiber/releases) - [Commits](https://github.com/gofiber/fiber/compare/v2.4.0...v2.4.1) 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 d77872d7..c0e3264b 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.4.11
- github.com/gofiber/fiber/v2 v2.4.0
+ github.com/gofiber/fiber/v2 v2.4.1
github.com/golang/mock v1.4.4
github.com/hashicorp/go-multierror v1.1.0
github.com/json-iterator/go v1.1.10