summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-02-01 08:38:07 +0000
committerGitHub <[email protected]>2021-02-01 08:38:07 +0000
commite64ac81527921139ce10330951555edcca155fc3 (patch)
tree2ebdcc23df880ad679e1307736d436f36c095ef4 /go.mod
parentc448653a76d696cc7c909791b8891a0dab64d430 (diff)
Bump github.com/gofiber/fiber/v2 from 2.3.3 to 2.4.0
Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.3.3 to 2.4.0. - [Release notes](https://github.com/gofiber/fiber/releases) - [Commits](https://github.com/gofiber/fiber/compare/v2.3.3...v2.4.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 a9835b1b..f50133f6 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.3.3
+ github.com/gofiber/fiber/v2 v2.4.0
github.com/golang/mock v1.4.4
github.com/hashicorp/go-multierror v1.1.0
github.com/json-iterator/go v1.1.10