diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-20 07:03:36 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-20 07:03:36 +0000 |
commit | 5874d20297e7ca6d015f602983ac0076158c55d7 (patch) | |
tree | d2807567f0de4600637ce2bb686513835d5bc83e /go.mod | |
parent | 35d6a50aa3640c870b99c120b26c9b9012b424be (diff) |
Bump github.com/gofiber/fiber/v2 from 2.7.1 to 2.8.0
Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.7.1 to 2.8.0.
- [Release notes](https://github.com/gofiber/fiber/releases)
- [Commits](https://github.com/gofiber/fiber/compare/v2.7.1...v2.8.0)
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 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.8.2 - github.com/gofiber/fiber/v2 v2.7.1 + github.com/gofiber/fiber/v2 v2.8.0 github.com/golang/mock v1.4.4 github.com/hashicorp/go-multierror v1.1.1 github.com/json-iterator/go v1.1.10 @@ -31,7 +31,7 @@ require ( go.etcd.io/bbolt v1.3.5 go.uber.org/multierr v1.6.0 go.uber.org/zap v1.16.0 - golang.org/x/net v0.0.0-20201224014010-6772e930b67b + golang.org/x/net v0.0.0-20210226101413-39120d07d75e golang.org/x/sync v0.0.0-20201207232520-09787c993a3a golang.org/x/sys v0.0.0-20210309074719-68d13333faf2 ) |