Update module go-redis/redis/v8 to v8.6.0

This commit is contained in:
Renovate Bot
2021-02-19 09:24:18 +00:00
parent c180d3620f
commit baf9e88b06
2 changed files with 8 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.5.0
github.com/go-redis/redis/v8 v8.6.0
github.com/unistack-org/micro/v3 v3.2.14
)