2
0
mirror of https://github.com/hibiken/asynq.git synced 2026-07-11 10:25:34 +08:00
This commit is contained in:
Ken Hibino
2022-02-19 06:20:05 -08:00
parent cea5110d15
commit a19909f5f4
3 changed files with 4 additions and 2 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/hibiken/asynq
go 1.13
go 1.14
require (
github.com/go-redis/redis/v8 v8.11.2