summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-02-02 14:06:21 +0300
committerGitHub <[email protected]>2021-02-02 14:06:21 +0300
commit36f01dc035f42115fcfd3b77dc5df3098382cd9f (patch)
treec2862e9177d562dbe6720732fc48f38e4c6e154d /go.mod
parent0ee8c6ce423886c6a7776e9e3bfbed342178f94d (diff)
parentff1ffd7746a5c959b664f908d47e3223093011a4 (diff)
Merge pull request #523 from spiral/dependabot/go_modules/github.com/gofiber/fiber/v2-2.4.1
Bump github.com/gofiber/fiber/v2 from 2.4.0 to 2.4.1
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