File tree Expand file tree Collapse file tree 4 files changed +36
-93
lines changed
golang.org/x/sync/errgroup Expand file tree Collapse file tree 4 files changed +36
-93
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ require (
57
57
go.opentelemetry.io/otel/sdk v1.35.0
58
58
go.opentelemetry.io/otel/sdk/metric v1.35.0
59
59
go.opentelemetry.io/otel/trace v1.35.0
60
- golang.org/x/sync v0.14 .0
60
+ golang.org/x/sync v0.16 .0
61
61
golang.org/x/sys v0.33.0
62
62
golang.org/x/term v0.31.0
63
63
golang.org/x/text v0.24.0
Original file line number Diff line number Diff line change @@ -348,8 +348,8 @@ golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJ
348
348
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
349
349
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
350
350
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
351
- golang.org/x/sync v0.14 .0 h1:woo0S4Yywslg6hp4eUFjTVOyKt0RookbpAHG4c1HmhQ =
352
- golang.org/x/sync v0.14 .0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
351
+ golang.org/x/sync v0.16 .0 h1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw =
352
+ golang.org/x/sync v0.16 .0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
353
353
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
354
354
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
355
355
golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
Original file line number Diff line number Diff line change @@ -413,7 +413,7 @@ golang.org/x/net/idna
413
413
golang.org/x/net/internal/httpcommon
414
414
golang.org/x/net/internal/timeseries
415
415
golang.org/x/net/trace
416
- # golang.org/x/sync v0.14 .0
416
+ # golang.org/x/sync v0.16 .0
417
417
## explicit; go 1.23.0
418
418
golang.org/x/sync/errgroup
419
419
# golang.org/x/sys v0.33.0
You can’t perform that action at this time.
0 commit comments