From 96a74bca0cd610b04e516437f2c6f1711d46d9da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 18:07:22 +0000 Subject: [PATCH] Bump github.com/redis/go-redis/v9 Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.14.0 to 9.17.3. - [Release notes](https://github.com/redis/go-redis/releases) - [Changelog](https://github.com/redis/go-redis/blob/v9.17.3/RELEASE-NOTES.md) - [Commits](https://github.com/redis/go-redis/compare/v9.14.0...v9.17.3) --- updated-dependencies: - dependency-name: github.com/redis/go-redis/v9 dependency-version: 9.17.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- components/datadog/apps/redis/images/redis-client/go.mod | 2 +- components/datadog/apps/redis/images/redis-client/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/datadog/apps/redis/images/redis-client/go.mod b/components/datadog/apps/redis/images/redis-client/go.mod index e76cca27f..34180bf1c 100644 --- a/components/datadog/apps/redis/images/redis-client/go.mod +++ b/components/datadog/apps/redis/images/redis-client/go.mod @@ -2,7 +2,7 @@ module redis-query go 1.24 -require github.com/redis/go-redis/v9 v9.14.0 +require github.com/redis/go-redis/v9 v9.17.3 require ( github.com/cespare/xxhash/v2 v2.3.0 // indirect diff --git a/components/datadog/apps/redis/images/redis-client/go.sum b/components/datadog/apps/redis/images/redis-client/go.sum index 90f626ad0..d0bd1abdb 100644 --- a/components/datadog/apps/redis/images/redis-client/go.sum +++ b/components/datadog/apps/redis/images/redis-client/go.sum @@ -6,5 +6,5 @@ github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UF github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78= github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f/go.mod h1:cuUVRXasLTGF7a8hSLbxyZXjz+1KgoB3wDUb6vlszIc= -github.com/redis/go-redis/v9 v9.14.0 h1:u4tNCjXOyzfgeLN+vAZaW1xUooqWDqVEsZN0U01jfAE= -github.com/redis/go-redis/v9 v9.14.0/go.mod h1:huWgSWd8mW6+m0VPhJjSSQ+d6Nh1VICQ6Q5lHuCH/Iw= +github.com/redis/go-redis/v9 v9.17.3 h1:fN29NdNrE17KttK5Ndf20buqfDZwGNgoUr9qjl1DQx4= +github.com/redis/go-redis/v9 v9.17.3/go.mod h1:u410H11HMLoB+TP67dz8rL9s6QW2j76l0//kSOd3370=