Files
storage/redis/go.mod
dependabot[bot] 40a44d5655 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>
2021-05-06 14:58:50 +02:00

9 lines
132 B
Modula-2

module github.com/gofiber/storage/redis
go 1.14
require (
github.com/go-redis/redis/v8 v8.8.2
github.com/gofiber/utils v0.1.2
)