summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-02-04 09:33:11 +0000
committerGitHub <[email protected]>2021-02-04 09:33:11 +0000
commit98935513d876c9baaa3fa098d26c5a543d6ed129 (patch)
tree66ca44a7c10c3e1a00f25ea915dad5bb78603f41 /go.mod
parentb9c9909b98c1b3e15421a4bcad9e8fcc01332d37 (diff)
Bump github.com/go-redis/redis/v8 from 8.4.11 to 8.5.0
Bumps [github.com/go-redis/redis/v8](https://github.com/go-redis/redis) from 8.4.11 to 8.5.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.4.11...v8.5.0) Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index c7bec67b..6703a945 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.10.0
github.com/go-ole/go-ole v1.2.5 // indirect
- github.com/go-redis/redis/v8 v8.4.11
+ github.com/go-redis/redis/v8 v8.5.0
github.com/gofiber/fiber/v2 v2.4.1
github.com/golang/mock v1.4.4
github.com/hashicorp/go-multierror v1.1.0
@@ -30,5 +30,5 @@ require (
go.uber.org/zap v1.16.0
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
- golang.org/x/sys v0.0.0-20210105210732-16f7687f5001
+ golang.org/x/sys v0.0.0-20210112080510-489259a85091
)