diff options
author | Valery Piashchynski <[email protected]> | 2021-01-27 14:36:10 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-27 14:36:10 +0300 |
commit | e9d6ed13fef70486b4edf2b59fdb592046cd25bc (patch) | |
tree | 5cb263c5f231ab1683010adda5a2f116da1d2815 /go.mod | |
parent | 6dd131497808f414ac1cb952d4b0b89b9e0689f8 (diff) | |
parent | b65bd870e2dfa1cb06d8cf8f142c34a418e9ae56 (diff) |
Merge pull request #506 from spiral/dependabot/go_modules/github.com/go-redis/redis/v8-8.4.11v2.0.0-beta13
Bump github.com/go-redis/redis/v8 from 8.4.10 to 8.4.11
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.4.10 + github.com/go-redis/redis/v8 v8.4.11 github.com/gofiber/fiber/v2 v2.3.3 github.com/golang/mock v1.4.4 github.com/hashicorp/go-multierror v1.1.0 |