From ef519b5e8fb6a613d5bc5c393e4e1e49474d5577 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 14:08:37 +0000 Subject: [PATCH] fix(deps): update module github.com/go-redis/redis/v8 to v9 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 935f8f7ec..5502b789a 100644 --- a/go.mod +++ b/go.mod @@ -68,7 +68,7 @@ require ( github.com/go-openapi/jsonreference v0.20.2 // indirect github.com/go-openapi/swag v0.22.3 // indirect github.com/go-playground/webhooks v5.17.0+incompatible - github.com/go-redis/redis/v8 v8.11.5 + github.com/go-redis/redis/v9 v9.3.1 github.com/gogo/protobuf v1.3.2 // indirect github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect github.com/golang/protobuf v1.5.3 // indirect