Files
storage/redis/go.mod
dependabot[bot] d3c4120740 Bump github.com/go-redis/redis/v8 from 8.8.3 to 8.9.0 in /redis (#124)
Bumps [github.com/go-redis/redis/v8](https://github.com/go-redis/redis) from 8.8.3 to 8.9.0.
- [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.3...v8.9.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-27 08:45:09 +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.9.0
github.com/gofiber/utils v0.1.2
)