Update redis package to v7.2.0

This commit is contained in:
Ken Hibino
2020-02-22 21:12:46 -08:00
parent 26e399bc9c
commit 5b53a2aee9
4 changed files with 13 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ module github.com/hibiken/asynq/tools
go 1.13
require (
github.com/go-redis/redis/v7 v7.1.0
github.com/go-redis/redis/v7 v7.2.0
github.com/hibiken/asynq v0.4.0
github.com/mitchellh/go-homedir v1.1.0
github.com/rs/xid v1.2.1