Bump github.com/go-redis/redis/v8 from 8.8.0 to 8.8.2 in /redis (#94)

Bumps [github.com/go-redis/redis/v8](https://github.com/go-redis/redis) from 8.8.0 to 8.8.2.
- [Release notes](https://github.com/go-redis/redis/releases)
- [Changelog](https://github.com/go-redis/redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/go-redis/redis/compare/v8.8.0...v8.8.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-05-06 14:58:50 +02:00
committed by GitHub
parent 6a0f72c350
commit 40a44d5655
2 changed files with 3 additions and 3 deletions

View File

@@ -3,6 +3,6 @@ module github.com/gofiber/storage/redis
go 1.14
require (
github.com/go-redis/redis/v8 v8.8.0
github.com/go-redis/redis/v8 v8.8.2
github.com/gofiber/utils v0.1.2
)