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 @@ -56,7 +56,7 @@ require (
5656 go.opentelemetry.io/otel/sdk v1.35.0
5757 go.opentelemetry.io/otel/sdk/metric v1.35.0
5858 go.opentelemetry.io/otel/trace v1.35.0
59- golang.org/x/sync v0.14 .0
59+ golang.org/x/sync v0.16 .0
6060 golang.org/x/sys v0.33.0
6161 golang.org/x/term v0.31.0
6262 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
348348golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
349349golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
350350golang.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=
353353golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
354354golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
355355golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ golang.org/x/net/idna
414414golang.org/x/net/internal/httpcommon
415415golang.org/x/net/internal/timeseries
416416golang.org/x/net/trace
417- # golang.org/x/sync v0.14 .0
417+ # golang.org/x/sync v0.16 .0
418418## explicit; go 1.23.0
419419golang.org/x/sync/errgroup
420420# golang.org/x/sys v0.33.0
You can’t perform that action at this time.
0 commit comments