File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
golang.org/x/sync/errgroup Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ require (
5656 go.opentelemetry.io/otel/sdk/metric v1.38.0
5757 go.opentelemetry.io/otel/trace v1.38.0
5858 go.yaml.in/yaml/v3 v3.0.4
59- golang.org/x/sync v0.18 .0
59+ golang.org/x/sync v0.19 .0
6060 golang.org/x/sys v0.39.0
6161 golang.org/x/term v0.37.0
6262 golang.org/x/text v0.31.0
Original file line number Diff line number Diff line change @@ -250,8 +250,8 @@ golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJ
250250golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
251251golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
252252golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
253- golang.org/x/sync v0.18 .0 h1:kr88TuHDroi+UVf+0hZnirlk8o8T+4MrK6mr60WkH/I =
254- golang.org/x/sync v0.18 .0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
253+ golang.org/x/sync v0.19 .0 h1:vV+1eWNmZ5geRlYjzm2adRgW2/mcpevXNg50YZtPCE4 =
254+ golang.org/x/sync v0.19 .0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
255255golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
256256golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
257257golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
Original file line number Diff line number Diff line change @@ -389,7 +389,7 @@ golang.org/x/net/idna
389389golang.org/x/net/internal/httpcommon
390390golang.org/x/net/internal/timeseries
391391golang.org/x/net/trace
392- # golang.org/x/sync v0.18 .0
392+ # golang.org/x/sync v0.19 .0
393393## explicit; go 1.24.0
394394golang.org/x/sync/errgroup
395395# golang.org/x/sys v0.39.0
You can’t perform that action at this time.
0 commit comments