From 28b03e7560dbbdfb752965f3432395ab34c9475f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 22:03:40 +0000 Subject: [PATCH] build(deps): bump github.com/redis/go-redis/v9 in /backend/app Bumps [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) from 9.9.0 to 9.11.0. - [Release notes](https://github.com/redis/go-redis/releases) - [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/go-redis/compare/v9.9.0...v9.11.0) --- updated-dependencies: - dependency-name: github.com/redis/go-redis/v9 dependency-version: 9.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/app/go.mod | 2 +- backend/app/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/app/go.mod b/backend/app/go.mod index 55bf96e..70bcf19 100644 --- a/backend/app/go.mod +++ b/backend/app/go.mod @@ -5,7 +5,7 @@ go 1.24.1 require ( github.com/agiledragon/gomonkey v2.0.2+incompatible github.com/poteto-go/poteto v1.11.0 - github.com/redis/go-redis/v9 v9.9.0 + github.com/redis/go-redis/v9 v9.11.0 github.com/stretchr/testify v1.10.0 ) diff --git a/backend/app/go.sum b/backend/app/go.sum index d60eb03..4179e16 100644 --- a/backend/app/go.sum +++ b/backend/app/go.sum @@ -47,8 +47,8 @@ github.com/poteto-go/poteto v1.11.0 h1:I0p8hvBKLAxTAw7JCh5/2O41AFyU0h3oTbIzHooD2 github.com/poteto-go/poteto v1.11.0/go.mod h1:T/jss7EXIK8j2MiGItaP5vuwrjxGtd5tRQfajVx1XSY= github.com/poteto-go/tslice v0.4.0 h1:AihA32BmSW4a/FpnzO8yjUbclr0XxGyuBc2rpHvxb8A= github.com/poteto-go/tslice v0.4.0/go.mod h1:tjvnuwUBOzukU3b8sE9acz8Gnc1W/gl/EU2RXdDCpG8= -github.com/redis/go-redis/v9 v9.9.0 h1:URbPQ4xVQSQhZ27WMQVmZSo3uT3pL+4IdHVcYq2nVfM= -github.com/redis/go-redis/v9 v9.9.0/go.mod h1:huWgSWd8mW6+m0VPhJjSSQ+d6Nh1VICQ6Q5lHuCH/Iw= +github.com/redis/go-redis/v9 v9.11.0 h1:E3S08Gl/nJNn5vkxd2i78wZxWAPNZgUNTp8WIJUAiIs= +github.com/redis/go-redis/v9 v9.11.0/go.mod h1:huWgSWd8mW6+m0VPhJjSSQ+d6Nh1VICQ6Q5lHuCH/Iw= github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/ybbus/jsonrpc/v3 v3.1.6 h1:Yn2dNOZ3xVdOVxq9d4GaH2pxjjei27C+vU6H+E7hfAw=