Update module github.com/go-redis/redis/v8 to v8.8.0

This commit is contained in:
Renovate Bot
2021-03-23 11:29:34 +00:00
committed by renovate[bot]
parent 847fb0dc9d
commit a715695207
2 changed files with 12 additions and 1 deletions

2
go.mod
View File

@@ -3,6 +3,6 @@ module github.com/unistack-org/micro-store-redis/v3
go 1.15
require (
github.com/go-redis/redis/v8 v8.7.1
github.com/go-redis/redis/v8 v8.8.0
github.com/unistack-org/micro/v3 v3.2.24
)