mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 08:37:10 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [github.com/go-redis/redis/v8](https://github.com/go-redis/redis) from 8.11.4 to 8.11.5. - [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.11.4...v8.11.5) --- updated-dependencies: - dependency-name: github.com/go-redis/redis/v8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 lines
178 B
Modula-2
10 lines
178 B
Modula-2
module github.com/gofiber/storage/redis
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
github.com/gofiber/utils v0.1.2
|
|
github.com/google/go-cmp v0.5.6 // indirect
|
|
)
|