Bump github.com/go-redis/redis/v8 from 8.8.2 to 8.11.3 (#40)

This commit is contained in:
dependabot[bot]
2021-09-06 15:03:05 +00:00
committed by GitHub
parent 0392d48433
commit d64573130d
2 changed files with 22 additions and 26 deletions

2
go.mod
View File

@@ -3,6 +3,6 @@ module github.com/unistack-org/micro-store-redis/v3
go 1.16
require (
github.com/go-redis/redis/v8 v8.8.2
github.com/go-redis/redis/v8 v8.11.3
github.com/unistack-org/micro/v3 v3.3.17
)