From be6d1d318dc74b7da2cc41bdb13d9d46fc1139b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 16:43:21 +0000 Subject: [PATCH] build(deps): bump github.com/redis/go-redis/v9 from 9.20.0 to 9.20.1 Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.20.0 to 9.20.1. - [Release notes](https://github.com/redis/go-redis/releases) - [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/redis/go-redis/compare/v9.20.0...v9.20.1) --- updated-dependencies: - dependency-name: github.com/redis/go-redis/v9 dependency-version: 9.20.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- tests/go.mod | 2 +- tests/go.sum | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 05c95f8..51db2da 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/prometheus/client_golang v1.23.2 github.com/redis/go-redis/extra/redisotel/v9 v9.20.0 github.com/redis/go-redis/extra/redisprometheus/v9 v9.20.0 - github.com/redis/go-redis/v9 v9.20.0 + github.com/redis/go-redis/v9 v9.20.1 github.com/roadrunner-server/api-plugins/v6 v6.0.0-beta.2 github.com/roadrunner-server/endure/v2 v2.6.2 github.com/roadrunner-server/errors v1.5.0 diff --git a/go.sum b/go.sum index e83324c..677850c 100644 --- a/go.sum +++ b/go.sum @@ -37,8 +37,8 @@ github.com/redis/go-redis/extra/redisotel/v9 v9.20.0 h1:+Bf7EiyYpSyYf5/JBnsHPDR+ github.com/redis/go-redis/extra/redisotel/v9 v9.20.0/go.mod h1:dRCuOymGRykV8SJVDjvOID00wi2gOthNGg3iLEyrq0A= github.com/redis/go-redis/extra/redisprometheus/v9 v9.20.0 h1:lGmUMmqYTo+ly00exQ0qesBrhhO+XB7SdGuomvbU8ng= github.com/redis/go-redis/extra/redisprometheus/v9 v9.20.0/go.mod h1:6DxGqf9sNIQvidqVRZbg/OPKYx28HwMEFCF+i3IMWfI= -github.com/redis/go-redis/v9 v9.20.0 h1:WnQYxLkgO2xiXTCJY0ldIiI8dNqCDlQAG+AtaH7a2a0= -github.com/redis/go-redis/v9 v9.20.0/go.mod h1:v/M13XI1PVCDcm01VtPFOADfZtHf8YW3baQf57KlIkA= +github.com/redis/go-redis/v9 v9.20.1 h1:sfCU6A8P3dXbKyWes02uxA2baehGux9dZHfEKtsTB1w= +github.com/redis/go-redis/v9 v9.20.1/go.mod h1:v/M13XI1PVCDcm01VtPFOADfZtHf8YW3baQf57KlIkA= github.com/roadrunner-server/api-plugins/v6 v6.0.0-beta.2 h1:GqsZzWQ5jMXRF1O/b8IqFz9PLpS7Ui0K4OyACLql2MI= github.com/roadrunner-server/api-plugins/v6 v6.0.0-beta.2/go.mod h1:2v4yUK5Kvbvq8C3IkDoBkuamq9h+7i/JLjyf7k1j5JM= github.com/roadrunner-server/endure/v2 v2.6.2 h1:sIB4kTyE7gtT3fDhuYWUYn6Vt/dcPtiA6FoNS1eS+84= diff --git a/tests/go.mod b/tests/go.mod index 6824f03..28204ab 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -45,7 +45,7 @@ require ( github.com/redis/go-redis/extra/rediscmd/v9 v9.20.0 // indirect github.com/redis/go-redis/extra/redisotel/v9 v9.20.0 // indirect github.com/redis/go-redis/extra/redisprometheus/v9 v9.20.0 // indirect - github.com/redis/go-redis/v9 v9.20.0 // indirect + github.com/redis/go-redis/v9 v9.20.1 // indirect github.com/roadrunner-server/api-plugins/v6 v6.0.0-beta.2 // indirect github.com/roadrunner-server/errors v1.5.0 // indirect github.com/roadrunner-server/tcplisten v1.5.2 // indirect diff --git a/tests/go.sum b/tests/go.sum index ec03ec9..f73e1a7 100644 --- a/tests/go.sum +++ b/tests/go.sum @@ -67,8 +67,8 @@ github.com/redis/go-redis/extra/redisotel/v9 v9.20.0 h1:+Bf7EiyYpSyYf5/JBnsHPDR+ github.com/redis/go-redis/extra/redisotel/v9 v9.20.0/go.mod h1:dRCuOymGRykV8SJVDjvOID00wi2gOthNGg3iLEyrq0A= github.com/redis/go-redis/extra/redisprometheus/v9 v9.20.0 h1:lGmUMmqYTo+ly00exQ0qesBrhhO+XB7SdGuomvbU8ng= github.com/redis/go-redis/extra/redisprometheus/v9 v9.20.0/go.mod h1:6DxGqf9sNIQvidqVRZbg/OPKYx28HwMEFCF+i3IMWfI= -github.com/redis/go-redis/v9 v9.20.0 h1:WnQYxLkgO2xiXTCJY0ldIiI8dNqCDlQAG+AtaH7a2a0= -github.com/redis/go-redis/v9 v9.20.0/go.mod h1:v/M13XI1PVCDcm01VtPFOADfZtHf8YW3baQf57KlIkA= +github.com/redis/go-redis/v9 v9.20.1 h1:sfCU6A8P3dXbKyWes02uxA2baehGux9dZHfEKtsTB1w= +github.com/redis/go-redis/v9 v9.20.1/go.mod h1:v/M13XI1PVCDcm01VtPFOADfZtHf8YW3baQf57KlIkA= github.com/roadrunner-server/api-go/v6 v6.0.0-beta.12 h1:FcRcCvW9OfQvH45SFsI21VoHpOOov56OvOSnO4UKvXs= github.com/roadrunner-server/api-go/v6 v6.0.0-beta.12/go.mod h1:prGWJ2GoF5YD5PIG7Tb6VKulU3bWoFwr9DCwgxheb80= github.com/roadrunner-server/api-plugins/v6 v6.0.0-beta.2 h1:GqsZzWQ5jMXRF1O/b8IqFz9PLpS7Ui0K4OyACLql2MI=