diff --git a/stores/redis/go.mod b/stores/redis/go.mod index 655bd44..05e5c0f 100644 --- a/stores/redis/go.mod +++ b/stores/redis/go.mod @@ -4,7 +4,7 @@ go 1.18 require ( github.com/alicebob/miniredis/v2 v2.32.1 - github.com/redis/go-redis/v9 v9.5.1 + github.com/redis/go-redis/v9 v9.5.5 github.com/stretchr/testify v1.9.0 )