diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-20 09:12:15 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-20 09:12:15 +0000 |
commit | 084e764c1fabd1e8a0f880ed710717342f175070 (patch) | |
tree | 8d3852b01f7ab1a5978ccdd69da1851ed5edd5ab /go.mod | |
parent | 1d49dfaed60f20988ec6a6be6cc0ea5ea923dbb8 (diff) |
Bump github.com/gofiber/fiber/v2 from 2.9.0 to 2.10.0
Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/gofiber/fiber/releases)
- [Commits](https://github.com/gofiber/fiber/compare/v2.9.0...v2.10.0)
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.11.0 github.com/go-ole/go-ole v1.2.5 // indirect github.com/go-redis/redis/v8 v8.8.3 - github.com/gofiber/fiber/v2 v2.9.0 + github.com/gofiber/fiber/v2 v2.10.0 github.com/golang/mock v1.4.4 github.com/google/flatbuffers v1.12.1 github.com/hashicorp/go-multierror v1.1.1 |