From 56ab3205faf49c27821859a62e092e27a2e49e8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 12:59:24 +0000 Subject: [PATCH] Update module github.com/go-redis/redis/v7 to v9 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f8716bb..3d0113b 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.14 require ( github.com/gin-gonic/gin v1.8.1 - github.com/go-redis/redis/v7 v7.4.1 + github.com/go-redis/redis/v9 v9.3.1 github.com/satori/go.uuid v1.2.0 github.com/sirupsen/logrus v1.8.1 )