From 080167746cb0eae27c3d9de21939fb3bd12c2f4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 16:16:46 +0000 Subject: [PATCH] chore(deps): bump github.com/redis/go-redis/v9 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.16.0 to 9.17.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.16.0...v9.17.1) --- updated-dependencies: - dependency-name: github.com/redis/go-redis/v9 dependency-version: 9.17.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-redis-modules ... Signed-off-by: dependabot[bot] --- testhelpers/redis/go.mod | 2 +- testhelpers/redis/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/testhelpers/redis/go.mod b/testhelpers/redis/go.mod index 7e73709e..b28094dc 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.0 + github.com/redis/go-redis/v9 v9.17.1 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 800c85cf..ad7f6e54 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.0 h1:K6E+ZlYN95KSMmZeEQPbU/c++wfmEvfFB17yEAq/VhM= -github.com/redis/go-redis/v9 v9.17.0/go.mod h1:u410H11HMLoB+TP67dz8rL9s6QW2j76l0//kSOd3370= +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/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=