From cbf8dfb5493568939bddcf1e69c82209dba11f4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 07:14:15 +0000 Subject: [PATCH] chore(deps): bump the go-redis-modules group across 2 directories with 1 update Bumps the go-redis-modules group with 1 update in the /redis directory: [github.com/redis/go-redis/v9](https://github.com/redis/go-redis). Bumps the go-redis-modules group with 1 update in the /testhelpers/redis directory: [github.com/redis/go-redis/v9](https://github.com/redis/go-redis). Updates `github.com/redis/go-redis/v9` from 9.17.1 to 9.17.2 - [Release notes](https://github.com/redis/go-redis/releases) - [Changelog](https://github.com/redis/go-redis/blob/v9.17.2/RELEASE-NOTES.md) - [Commits](https://github.com/redis/go-redis/compare/v9.17.1...v9.17.2) Updates `github.com/redis/go-redis/v9` from 9.17.1 to 9.17.2 - [Release notes](https://github.com/redis/go-redis/releases) - [Changelog](https://github.com/redis/go-redis/blob/v9.17.2/RELEASE-NOTES.md) - [Commits](https://github.com/redis/go-redis/compare/v9.17.1...v9.17.2) --- updated-dependencies: - dependency-name: github.com/redis/go-redis/v9 dependency-version: 9.17.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-redis-modules - dependency-name: github.com/redis/go-redis/v9 dependency-version: 9.17.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-redis-modules ... Signed-off-by: dependabot[bot] --- redis/go.mod | 2 +- redis/go.sum | 4 ++-- testhelpers/redis/go.mod | 2 +- testhelpers/redis/go.sum | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/redis/go.mod b/redis/go.mod index b7ecdc76..48436151 100644 --- a/redis/go.mod +++ b/redis/go.mod @@ -4,7 +4,7 @@ go 1.24.0 require ( github.com/gofiber/storage/testhelpers/redis v0.1.0 - github.com/redis/go-redis/v9 v9.17.1 + github.com/redis/go-redis/v9 v9.17.2 github.com/stretchr/testify v1.11.1 ) diff --git a/redis/go.sum b/redis/go.sum index 7b6fa098..e06a5938 100644 --- a/redis/go.sum +++ b/redis/go.sum @@ -99,8 +99,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 h1:o4JXh1EVt9k/+g42oCprj/FisM4qX9L3sZB3upGN2ZU= github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55/go.mod h1:OmDBASR4679mdNQnz2pUhc2G8CO2JrUAVFDRBDP/hJE= -github.com/redis/go-redis/v9 v9.17.1 h1:7tl732FjYPRT9H9aNfyTwKg9iTETjWjGKEJ2t/5iWTs= -github.com/redis/go-redis/v9 v9.17.1/go.mod h1:u410H11HMLoB+TP67dz8rL9s6QW2j76l0//kSOd3370= +github.com/redis/go-redis/v9 v9.17.2 h1:P2EGsA4qVIM3Pp+aPocCJ7DguDHhqrXNhVcEp4ViluI= +github.com/redis/go-redis/v9 v9.17.2/go.mod h1:u410H11HMLoB+TP67dz8rL9s6QW2j76l0//kSOd3370= github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ= github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc= github.com/shirou/gopsutil/v4 v4.25.10 h1:at8lk/5T1OgtuCp+AwrDofFRjnvosn0nkN2OLQ6g8tA= diff --git a/testhelpers/redis/go.mod b/testhelpers/redis/go.mod index b28094dc..8e74672e 100644 --- a/testhelpers/redis/go.mod +++ b/testhelpers/redis/go.mod @@ -3,7 +3,7 @@ module github.com/gofiber/storage/testhelpers/redis go 1.24.0 require ( - github.com/redis/go-redis/v9 v9.17.1 + github.com/redis/go-redis/v9 v9.17.2 github.com/stretchr/testify v1.11.1 github.com/testcontainers/testcontainers-go v0.40.0 github.com/testcontainers/testcontainers-go/modules/redis v0.40.0 diff --git a/testhelpers/redis/go.sum b/testhelpers/redis/go.sum index ad7f6e54..7638c392 100644 --- a/testhelpers/redis/go.sum +++ b/testhelpers/redis/go.sum @@ -97,8 +97,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 h1:o4JXh1EVt9k/+g42oCprj/FisM4qX9L3sZB3upGN2ZU= github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55/go.mod h1:OmDBASR4679mdNQnz2pUhc2G8CO2JrUAVFDRBDP/hJE= -github.com/redis/go-redis/v9 v9.17.1 h1:7tl732FjYPRT9H9aNfyTwKg9iTETjWjGKEJ2t/5iWTs= -github.com/redis/go-redis/v9 v9.17.1/go.mod h1:u410H11HMLoB+TP67dz8rL9s6QW2j76l0//kSOd3370= +github.com/redis/go-redis/v9 v9.17.2 h1:P2EGsA4qVIM3Pp+aPocCJ7DguDHhqrXNhVcEp4ViluI= +github.com/redis/go-redis/v9 v9.17.2/go.mod h1:u410H11HMLoB+TP67dz8rL9s6QW2j76l0//kSOd3370= github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ= github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc= github.com/shirou/gopsutil/v4 v4.25.10 h1:at8lk/5T1OgtuCp+AwrDofFRjnvosn0nkN2OLQ6g8tA=