From 22e0df5c113cd6b891f50de8c491b7797ebad06c Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Thu, 15 Jun 2023 18:25:06 +0800 Subject: [PATCH] replace redis v8 2 v9 --- go.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/go.mod b/go.mod index 3519a4d6f..6fcc6b95b 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,6 @@ require ( github.com/dtm-labs/rockscache v0.1.0 github.com/gin-gonic/gin v1.8.2 github.com/go-playground/validator/v10 v10.11.1 - github.com/go-redis/redis/v8 v8.11.5 github.com/gogo/protobuf v1.3.2 github.com/golang-jwt/jwt/v4 v4.4.2 github.com/golang/protobuf v1.5.3