diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-08 08:54:33 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-08 08:54:33 +0000 |
commit | 0de2301ec0836536252a6946be2f5b2bab03d8ed (patch) | |
tree | 702d30b20816c16a819dfa64e141e866c5818a10 /go.mod | |
parent | 6598ee1f0f3778d19fa22f0ddc308493e1aeef67 (diff) |
Bump github.com/go-redis/redis/v8 from 8.6.0 to 8.7.1
Bumps [github.com/go-redis/redis/v8](https://github.com/go-redis/redis) from 8.6.0 to 8.7.1.
- [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.6.0...v8.7.1)
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
@@ -10,7 +10,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.6.0 + github.com/go-redis/redis/v8 v8.7.1 github.com/gofiber/fiber/v2 v2.5.0 github.com/golang/mock v1.4.4 github.com/hashicorp/go-multierror v1.1.0 |