mirror of
https://github.com/hibiken/asynq.git
synced 2026-08-08 03:53:22 +08:00
fix: breaking build below go < 1.18
* see https://github.com/redis/go-redis/pull/2458 for more info
This commit is contained in:
committed by
Ken Hibino
parent
1f42d71e9b
commit
6ed70adf3b
2
go.mod
2
go.mod
@@ -6,7 +6,7 @@ require (
|
||||
github.com/golang/protobuf v1.5.2
|
||||
github.com/google/go-cmp v0.5.6
|
||||
github.com/google/uuid v1.2.0
|
||||
github.com/redis/go-redis/v9 v9.0.1
|
||||
github.com/redis/go-redis/v9 v9.0.3
|
||||
github.com/robfig/cron/v3 v3.0.1
|
||||
github.com/spf13/cast v1.3.1
|
||||
go.uber.org/goleak v1.1.12
|
||||
|
||||
Reference in New Issue
Block a user