diff options
author | Valery Piashchynski <[email protected]> | 2021-02-01 14:43:29 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-01 14:43:29 +0300 |
commit | 0ee8c6ce423886c6a7776e9e3bfbed342178f94d (patch) | |
tree | 9449b267a2efd5098d70a2cf830c39294bbf19fd /go.mod | |
parent | 8dd9462bd95c99c3bf83c59a5a003b3877e4bf24 (diff) | |
parent | 219b8576ed0a8e2836f7ae08643d8ec8449f8cfd (diff) |
Merge pull request #517 from spiral/dependabot/go_modules/github.com/gofiber/fiber/v2-2.4.0v2.0.0-beta.21
Bump github.com/gofiber/fiber/v2 from 2.3.3 to 2.4.0
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.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 |