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

This commit is contained in:
Renovate Bot
2021-03-05 12:18:54 +00:00
committed by renovate[bot]
parent fb3d737134
commit dfee609f94
2 changed files with 10 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.6.0
github.com/go-redis/redis/v8 v8.7.0
github.com/unistack-org/micro/v3 v3.2.16
)