2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-08-19 15:08:55 +08:00

(tools & x): revert to v8 version cc777eb

* revert state to as it was before v9 updates for tools and x modules
This commit is contained in:
Mohammed Sohail
2023-04-10 07:56:25 +00:00
committed by Ken Hibino
parent 6ed70adf3b
commit cbb1be34ac
7 changed files with 40 additions and 42 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/MakeNowJust/heredoc/v2"
"github.com/fatih/color"
"github.com/redis/go-redis/v9"
"github.com/go-redis/redis/v8"
"github.com/hibiken/asynq"
"github.com/hibiken/asynq/internal/base"
"github.com/hibiken/asynq/internal/rdb"