From 1e0f2dde6a89bca7f8147f19a1674fbc52500f18 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 9 Apr 2020 20:28:58 +0000 Subject: [PATCH] Update module go-redis/redis to v6.15.7 (#290) Update module go-redis/redis to v6.15.7 Reviewed-on: https://kolaente.dev/vikunja/api/pulls/290 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8789e387496..69fba3cc303 100644 --- a/go.mod +++ b/go.mod @@ -34,7 +34,7 @@ require ( github.com/garyburd/redigo v1.6.0 // indirect github.com/go-openapi/jsonreference v0.19.3 // indirect github.com/go-openapi/spec v0.19.4 // indirect - github.com/go-redis/redis v6.14.0+incompatible + github.com/go-redis/redis v6.15.7+incompatible github.com/go-redis/redis/v7 v7.2.0 // indirect github.com/go-sql-driver/mysql v1.5.0 github.com/go-testfixtures/testfixtures/v3 v3.1.1