mirror of
https://github.com/gofiber/storage.git
synced 2025-10-04 00:06:35 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
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>
9 lines
132 B
Modula-2
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
|
|
)
|