We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3d2092 + 9b99a4e commit 43b5212Copy full SHA for 43b5212
1 file changed
go.mod
@@ -6,7 +6,7 @@ require (
6
github.com/99designs/gqlgen v0.17.55
7
github.com/gorilla/websocket v1.5.3
8
github.com/labstack/echo/v4 v4.12.0
9
- github.com/redis/go-redis/v9 v9.6.2
+ github.com/redis/go-redis/v9 v9.7.0
10
github.com/thanhpk/randstr v1.0.6
11
github.com/vektah/gqlparser/v2 v2.5.18
12
)
@@ -32,6 +32,6 @@ require (
32
golang.org/x/time v0.7.0 // indirect
33
34
35
-replace github.com/redis/go-redis/v9 => github.com/go-redis/redis/v9 v9.6.2
+replace github.com/redis/go-redis/v9 => github.com/go-redis/redis/v9 v9.7.0
36
37
-replace github.com/go-redis/redis/v9 => github.com/redis/go-redis/v9 v9.6.2
+replace github.com/go-redis/redis/v9 => github.com/redis/go-redis/v9 v9.7.0
0 commit comments