File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ require (
7373 go.opentelemetry.io/otel/sdk v1.31.0
7474 go.opentelemetry.io/otel/trace v1.31.0
7575 golang.org/x/mod v0.22.0
76- golang.org/x/sync v0.9 .0
76+ golang.org/x/sync v0.10 .0
7777 golang.org/x/sys v0.28.0
7878 google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38
7979 google.golang.org/grpc v1.67.1
Original file line number Diff line number Diff line change @@ -1365,8 +1365,8 @@ golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJ
13651365golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
13661366golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
13671367golang.org/x/sync v0.1.0 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
1368- golang.org/x/sync v0.9 .0 h1:fEo0HyrW1GIgZdpbhCRO0PkJajUS5H9IFUztCgEo2jQ =
1369- golang.org/x/sync v0.9 .0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
1368+ golang.org/x/sync v0.10 .0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ =
1369+ golang.org/x/sync v0.10 .0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
13701370golang.org/x/sys v0.0.0-20180830151530-49385e6e1522 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
13711371golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
13721372golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
Original file line number Diff line number Diff line change @@ -602,7 +602,7 @@ golang.org/x/net/websocket
602602## explicit; go 1.18
603603golang.org/x/oauth2
604604golang.org/x/oauth2/internal
605- # golang.org/x/sync v0.9 .0
605+ # golang.org/x/sync v0.10 .0
606606## explicit; go 1.18
607607golang.org/x/sync/errgroup
608608golang.org/x/sync/semaphore
You can’t perform that action at this time.
0 commit comments