diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-25 06:27:49 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-25 06:27:49 +0000 |
commit | f948cb613505d58be9dc47dc1ec0fddd4687c9c4 (patch) | |
tree | 51bae2e5d2d2d8d7597ac26c9c917cc226dba298 /go.mod | |
parent | a2666255748d440769e7f56a6ef2cf7fbf7b2a5f (diff) |
Bump github.com/go-redis/redis/v8 from 8.7.1 to 8.8.0
Bumps [github.com/go-redis/redis/v8](https://github.com/go-redis/redis) from 8.7.1 to 8.8.0.
- [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.7.1...v8.8.0)
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.7.1 + github.com/go-redis/redis/v8 v8.8.0 github.com/gofiber/fiber/v2 v2.6.0 github.com/golang/mock v1.4.4 github.com/hashicorp/go-multierror v1.1.1 |