summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-03-28 01:19:01 +0300
committerGitHub <[email protected]>2021-03-28 01:19:01 +0300
commit970014530a23d57a3be41c6369ac6456d0b36ae1 (patch)
tree51bae2e5d2d2d8d7597ac26c9c917cc226dba298 /go.mod
parenta2666255748d440769e7f56a6ef2cf7fbf7b2a5f (diff)
parentf948cb613505d58be9dc47dc1ec0fddd4687c9c4 (diff)
Merge pull request #612 from spiral/dependabot/go_modules/github.com/go-redis/redis/v8-8.8.0
Bump github.com/go-redis/redis/v8 from 8.7.1 to 8.8.0
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