diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-01-25 13:22:29 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-25 13:22:29 +0000 |
commit | 586e82aa1e9594bab526a419205d73d77191fd4b (patch) | |
tree | fee900fa2f85f617ab33636bd0c461e43060adf4 /go.mod | |
parent | f1875f5715bf7635e17697ae3513ba3d21e4e524 (diff) |
Bump github.com/go-redis/redis/v8 from 8.4.4 to 8.4.10
Bumps [github.com/go-redis/redis/v8](https://github.com/go-redis/redis) from 8.4.4 to 8.4.10.
- [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.4.4...v8.4.10)
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--[-rwxr-xr-x] | go.mod | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,12 +4,14 @@ go 1.15 require ( github.com/NYTimes/gziphandler v1.1.1 + github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect github.com/alicebob/miniredis/v2 v2.14.1 github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b github.com/buger/goterm v0.0.0-20200322175922-2f3e71b85129 github.com/dustin/go-humanize v1.0.0 github.com/fatih/color v1.10.0 - github.com/go-redis/redis/v8 v8.4.4 + github.com/go-ole/go-ole v1.2.5 // indirect + github.com/go-redis/redis/v8 v8.4.10 github.com/gofiber/fiber/v2 v2.3.0 github.com/golang/mock v1.4.4 github.com/hashicorp/go-multierror v1.1.0 |