2
0
mirror of https://github.com/hibiken/asynq.git synced 2026-04-25 03:15:51 +08:00
Files
asynq/x/go.mod

12 lines
253 B
Modula-2
Raw Normal View History

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.1
2022-01-31 20:01:33 -08:00
github.com/hibiken/asynq v0.21.0
github.com/prometheus/client_golang v1.11.1
2023-12-06 16:40:32 +01:00
github.com/redis/go-redis/v9 v9.3.0 // indirect
)