replace v8 2 v9

This commit is contained in:
wangchuxiao
2023-06-15 18:25:13 +08:00
parent 22e0df5c11
commit 2d09096317
17 changed files with 21 additions and 20 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import (
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/tokenverify"
"github.com/OpenIMSDK/Open-IM-Server/pkg/errs"
"github.com/gin-gonic/gin"
"github.com/go-redis/redis/v8"
"github.com/redis/go-redis/v9"
)
type GinMwOptions func(*gin.RouterGroup)