summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-25 06:27:49 +0000
committerGitHub <[email protected]>2021-03-25 06:27:49 +0000
commitf948cb613505d58be9dc47dc1ec0fddd4687c9c4 (patch)
tree51bae2e5d2d2d8d7597ac26c9c917cc226dba298 /go.mod
parenta2666255748d440769e7f56a6ef2cf7fbf7b2a5f (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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 27240fd6..48b6e963 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.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