diff options
author | Valery Piashchynski <[email protected]> | 2021-02-02 14:06:21 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-02 14:06:21 +0300 |
commit | 36f01dc035f42115fcfd3b77dc5df3098382cd9f (patch) | |
tree | c2862e9177d562dbe6720732fc48f38e4c6e154d /go.mod | |
parent | 0ee8c6ce423886c6a7776e9e3bfbed342178f94d (diff) | |
parent | ff1ffd7746a5c959b664f908d47e3223093011a4 (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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |