2
0
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:
Mohammed Sohail
2023-04-08 08:10:57 +00:00
committed by Ken Hibino
parent 1f42d71e9b
commit 6ed70adf3b
2 changed files with 9 additions and 15 deletions

2
go.mod
View File

@@ -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