Bump github.com/go-redis/redis/v8 from 8.11.4 to 8.11.5

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>
This commit is contained in:
dependabot[bot]
2022-03-17 16:30:27 +00:00
committed by GitHub
parent 836096de98
commit 56c894ad60
2 changed files with 18 additions and 7 deletions

3
go.mod
View File

@@ -3,6 +3,7 @@ module go.unistack.org/micro-store-redis/v3
go 1.16
require (
github.com/go-redis/redis/v8 v8.11.4
github.com/go-redis/redis/v8 v8.11.5
github.com/google/go-cmp v0.5.6 // indirect
go.unistack.org/micro/v3 v3.8.21
)