File tree Expand file tree Collapse file tree 4 files changed +21
-7
lines changed
golang.org/x/sync/errgroup Expand file tree Collapse file tree 4 files changed +21
-7
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ require (
76
76
go.opentelemetry.io/otel/metric v1.34.0 // indirect
77
77
go.opentelemetry.io/otel/trace v1.34.0 // indirect
78
78
golang.org/x/mod v0.24.0 // indirect
79
- golang.org/x/sync v0.13 .0 // indirect
79
+ golang.org/x/sync v0.16 .0 // indirect
80
80
golang.org/x/sys v0.33.0 // indirect
81
81
google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
82
82
google.golang.org/grpc v1.71.0 // indirect
Original file line number Diff line number Diff line change @@ -266,8 +266,8 @@ golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJ
266
266
golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
267
267
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
268
268
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
269
- golang.org/x/sync v0.13 .0 h1:AauUjRAJ9OSnvULf/ARrrVywoJDy0YS2AwQ98I37610 =
270
- golang.org/x/sync v0.13 .0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
269
+ golang.org/x/sync v0.16 .0 h1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw =
270
+ golang.org/x/sync v0.16 .0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
271
271
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
272
272
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
273
273
golang.org/x/sys v0.0.0-20190412213103-97732733099d /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
Original file line number Diff line number Diff line change @@ -415,7 +415,7 @@ golang.org/x/mod/semver
415
415
# golang.org/x/net v0.40.0
416
416
## explicit; go 1.23.0
417
417
golang.org/x/net/context
418
- # golang.org/x/sync v0.13 .0
418
+ # golang.org/x/sync v0.16 .0
419
419
## explicit; go 1.23.0
420
420
golang.org/x/sync/errgroup
421
421
# golang.org/x/sys v0.33.0
You can’t perform that action at this time.
0 commit comments