diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-19 08:38:26 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-19 08:38:26 +0000 |
commit | e86aa9c28fd462144ec283ea03302fb1751f700e (patch) | |
tree | c6d729fb3ff99075b6523c764bbb64eb89ad8bd5 /go.mod | |
parent | f125057f4937731c8f5adf641f7544a62690b523 (diff) |
Bump github.com/go-redis/redis/v8 from 8.8.0 to 8.8.2
Bumps [github.com/go-redis/redis/v8](https://github.com/go-redis/redis) from 8.8.0 to 8.8.2.
- [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.8.0...v8.8.2)
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -10,12 +10,11 @@ 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.8.0 + github.com/go-redis/redis/v8 v8.8.2 github.com/gofiber/fiber/v2 v2.7.1 github.com/golang/mock v1.4.4 github.com/hashicorp/go-multierror v1.1.1 github.com/json-iterator/go v1.1.10 - github.com/kami-zh/go-capturer v0.0.0-20171211120116-e492ea43421d github.com/olekukonko/tablewriter v0.0.5 github.com/prometheus/client_golang v1.10.0 github.com/shirou/gopsutil v3.21.3+incompatible |