From 7167be0f97363ab9f737be94d4972da0dd267da3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 16:21:52 +0000 Subject: [PATCH] chore(deps): bump github.com/gofiber/storage/testhelpers/redis in /redis Bumps [github.com/gofiber/storage/testhelpers/redis](https://github.com/gofiber/storage) from 0.0.0-20251121011818-7435afb6bca2 to 0.1.0. - [Release notes](https://github.com/gofiber/storage/releases) - [Commits](https://github.com/gofiber/storage/commits/v0.1.0) --- updated-dependencies: - dependency-name: github.com/gofiber/storage/testhelpers/redis dependency-version: 0.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- redis/go.mod | 2 +- redis/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/redis/go.mod b/redis/go.mod index 892b2ad4..4261b60f 100644 --- a/redis/go.mod +++ b/redis/go.mod @@ -3,7 +3,7 @@ module github.com/gofiber/storage/redis/v3 go 1.24.0 require ( - github.com/gofiber/storage/testhelpers/redis v0.0.0-20251121011818-7435afb6bca2 + github.com/gofiber/storage/testhelpers/redis v0.1.0 github.com/redis/go-redis/v9 v9.17.1 github.com/stretchr/testify v1.11.1 ) diff --git a/redis/go.sum b/redis/go.sum index e38abcdf..f0e6e7b8 100644 --- a/redis/go.sum +++ b/redis/go.sum @@ -51,8 +51,8 @@ github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre github.com/go-ole/go-ole v1.2.6/go.mod h1:pprOEPIfldk/42T2oK7lQ4v4JSDwmV0As9GaiUsvbm0= github.com/go-ole/go-ole v1.3.0 h1:Dt6ye7+vXGIKZ7Xtk4s6/xVdGDQynvom7xCFEdWr6uE= github.com/go-ole/go-ole v1.3.0/go.mod h1:5LS6F96DhAwUc7C+1HLexzMXY1xGRSryjyPPKW6zv78= -github.com/gofiber/storage/testhelpers/redis v0.0.0-20251121011818-7435afb6bca2 h1:BdaVx5RirDV99AU0ikc3+3+OJcUeSo1kp3sWyFEGjIE= -github.com/gofiber/storage/testhelpers/redis v0.0.0-20251121011818-7435afb6bca2/go.mod h1:Y1UccxbGVL04+TF5RuyCsksX+76hu6nJIWjPukBBgJ4= +github.com/gofiber/storage/testhelpers/redis v0.1.0 h1:lDUwtanDf3f5YwlDwhbqnqCtj9Y/xc8ctxRE6HpQcws= +github.com/gofiber/storage/testhelpers/redis v0.1.0/go.mod h1:Y1UccxbGVL04+TF5RuyCsksX+76hu6nJIWjPukBBgJ4= github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=