diff options
author | Valery Piashchynski <[email protected]> | 2021-01-25 16:31:40 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-25 16:31:40 +0300 |
commit | f293b5eef6126125858ce1ae3ad61736d3422688 (patch) | |
tree | 95efb57a54f4509abf350038d948e331b8b0cb79 /go.mod | |
parent | 994d647409b0c62cb76499f68d30c34dbab5f857 (diff) | |
parent | eddbfed47dd8c95209478afdab59d311e95b6abf (diff) |
Merge pull request #498 from spiral/dependabot/go_modules/github.com/go-redis/redis/v8-8.4.10
Bump github.com/go-redis/redis/v8 from 8.4.4 to 8.4.10
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,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.4.4 + github.com/go-redis/redis/v8 v8.4.10 github.com/gofiber/fiber/v2 v2.3.3 github.com/golang/mock v1.4.4 github.com/hashicorp/go-multierror v1.1.0 |