1
0

fix(deps): update module github.com/go-redis/redis/v8 to v9 (#1377)

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1377
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
renovate
2023-01-31 16:45:58 +00:00
committed by konrad
parent 522bf7d2fc
commit ef8e97f95e
4 changed files with 32 additions and 248 deletions

View File

@ -21,7 +21,7 @@ import (
"code.vikunja.io/api/pkg/config"
"code.vikunja.io/api/pkg/log"
"github.com/go-redis/redis/v8"
"github.com/redis/go-redis/v9"
)
var r *redis.Client