diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-02 07:11:43 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-02 07:11:43 +0000 |
commit | ff1ffd7746a5c959b664f908d47e3223093011a4 (patch) | |
tree | c2862e9177d562dbe6720732fc48f38e4c6e154d /go.mod | |
parent | 0ee8c6ce423886c6a7776e9e3bfbed342178f94d (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.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 |