2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-10-22 09:56:12 +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

@@ -3,8 +3,8 @@ module github.com/hibiken/asynq/x
go 1.16
require (
github.com/go-redis/redis/v8 v8.11.4
github.com/google/uuid v1.3.0
github.com/hibiken/asynq v0.21.0
github.com/prometheus/client_golang v1.11.0
github.com/redis/go-redis/v9 v9.0.1
)