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

This commit is contained in:
Renovate Bot
2021-03-06 11:27:13 +00:00
committed by renovate[bot]
parent c7e4002c6c
commit e4c6b0aefc
2 changed files with 3 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.0
github.com/go-redis/redis/v8 v8.7.1
github.com/unistack-org/micro/v3 v3.2.17
)