summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-27 07:53:05 +0000
committerGitHub <[email protected]>2021-05-27 07:53:05 +0000
commit6635a07f87b3bdf8db2df161f2de3529501b29a0 (patch)
tree5400ff68d95a99774d210089828cf206a3e7cf1e /go.mod
parentd06cbe6d9be0dd0e417838e69f390783752a4de0 (diff)
Bump github.com/go-redis/redis/v8 from 8.8.3 to 8.9.0
Bumps [github.com/go-redis/redis/v8](https://github.com/go-redis/redis) from 8.8.3 to 8.9.0. - [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.3...v8.9.0) Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 2192a9cc..72191467 100644
--- a/go.mod
+++ b/go.mod
@@ -10,7 +10,7 @@ require (
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.12.0
github.com/go-ole/go-ole v1.2.5 // indirect
- github.com/go-redis/redis/v8 v8.8.3
+ github.com/go-redis/redis/v8 v8.9.0
github.com/gofiber/fiber/v2 v2.10.0
github.com/golang/mock v1.4.4
github.com/google/flatbuffers v1.12.1