File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/hibiken/asynq/x
3
3
go 1.20
4
4
5
5
require (
6
- github.com/google/uuid v1.4 .0
6
+ github.com/google/uuid v1.6 .0
7
7
github.com/hibiken/asynq v0.24.1
8
8
github.com/prometheus/client_golang v1.11.1
9
9
github.com/redis/go-redis/v9 v9.3.0
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
51
51
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38 =
52
52
github.com/google/gofuzz v1.0.0 /go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg =
53
53
github.com/google/uuid v1.2.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
54
- github.com/google/uuid v1.4 .0 h1:MtMxsa51/r9yyhkyLsVeVt0B+BGQZzpQiTQ4eHZ8bc4 =
55
- github.com/google/uuid v1.4 .0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
54
+ github.com/google/uuid v1.6 .0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
55
+ github.com/google/uuid v1.6 .0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
56
56
github.com/hibiken/asynq v0.24.1 h1:+5iIEAyA9K/lcSPvx3qoPtsKJeKI5u9aOIvUmSsazEw =
57
57
github.com/hibiken/asynq v0.24.1 /go.mod h1:u5qVeSbrnfT+vtG5Mq8ZPzQu/BmCKMHvTGb91uy9Tts =
58
58
github.com/jpillora/backoff v1.0.0 /go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX5e0EB2j4 =
You can’t perform that action at this time.
0 commit comments