summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-08 08:54:33 +0000
committerGitHub <[email protected]>2021-03-08 08:54:33 +0000
commit0de2301ec0836536252a6946be2f5b2bab03d8ed (patch)
tree702d30b20816c16a819dfa64e141e866c5818a10 /go.mod
parent6598ee1f0f3778d19fa22f0ddc308493e1aeef67 (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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index a5e878cb..8e8e5e5c 100644
--- a/go.mod
+++ b/go.mod
@@ -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