diff options
author | Valery Piashchynski <[email protected]> | 2021-03-28 01:19:01 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-28 01:19:01 +0300 |
commit | 970014530a23d57a3be41c6369ac6456d0b36ae1 (patch) | |
tree | 51bae2e5d2d2d8d7597ac26c9c917cc226dba298 /go.mod | |
parent | a2666255748d440769e7f56a6ef2cf7fbf7b2a5f (diff) | |
parent | f948cb613505d58be9dc47dc1ec0fddd4687c9c4 (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.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 |