File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
golang.org/x/sync/errgroup Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ require (
5555 go.opentelemetry.io/otel/sdk v1.38.0
5656 go.opentelemetry.io/otel/sdk/metric v1.38.0
5757 go.opentelemetry.io/otel/trace v1.38.0
58- golang.org/x/sync v0.17 .0
58+ golang.org/x/sync v0.18 .0
5959 golang.org/x/sys v0.38.0
6060 golang.org/x/term v0.36.0
6161 golang.org/x/text v0.30.0
Original file line number Diff line number Diff line change @@ -248,8 +248,8 @@ golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJ
248248golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
249249golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
250250golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
251- golang.org/x/sync v0.17 .0 h1:l60nONMj9l5drqw6jlhIELNv9I0A4OFgRsG9k2oT9Ug =
252- golang.org/x/sync v0.17 .0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
251+ golang.org/x/sync v0.18 .0 h1:kr88TuHDroi+UVf+0hZnirlk8o8T+4MrK6mr60WkH/I =
252+ golang.org/x/sync v0.18 .0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
253253golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
254254golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
255255golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ golang.org/x/net/idna
386386golang.org/x/net/internal/httpcommon
387387golang.org/x/net/internal/timeseries
388388golang.org/x/net/trace
389- # golang.org/x/sync v0.17 .0
389+ # golang.org/x/sync v0.18 .0
390390## explicit; go 1.24.0
391391golang.org/x/sync/errgroup
392392# golang.org/x/sys v0.38.0
You can’t perform that action at this time.
0 commit comments