mirror of
https://github.com/hibiken/asynq.git
synced 2024-11-10 11:31:58 +08:00
13 lines
246 B
Modula-2
13 lines
246 B
Modula-2
|
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.19.0
|
||
|
github.com/prometheus/client_golang v1.11.0
|
||
|
)
|
||
|
|
||
|
replace github.com/hibiken/asynq => ./..
|