diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-01-27 07:23:27 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-27 07:23:27 +0000 |
commit | 7ac2fe05d1d460e9a7f92e8838ac1670743bc2d8 (patch) | |
tree | 1348bc4f35bfc7d607050361b6187854aabd8378 /go.mod | |
parent | e2266b80db47444ba5858c736833a8a81b1361ad (diff) |
Bump github.com/go-redis/redis/v8 from 8.4.10 to 8.4.11
Bumps [github.com/go-redis/redis/v8](https://github.com/go-redis/redis) from 8.4.10 to 8.4.11.
- [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.4.10...v8.4.11)
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ require ( github.com/dustin/go-humanize v1.0.0 github.com/fatih/color v1.10.0 github.com/go-ole/go-ole v1.2.5 // indirect - github.com/go-redis/redis/v8 v8.4.10 + github.com/go-redis/redis/v8 v8.4.11 github.com/gofiber/fiber/v2 v2.3.3 github.com/golang/mock v1.4.4 github.com/golang/protobuf v1.4.3 |