File tree Expand file tree Collapse file tree 4 files changed +93
-22
lines changed
golang.org/x/sync/errgroup Expand file tree Collapse file tree 4 files changed +93
-22
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ require (
2929 go.uber.org/goleak v1.3.0
3030 go.uber.org/mock v0.5.2
3131 golang.org/x/net v0.39.0
32- golang.org/x/sync v0.13 .0
32+ golang.org/x/sync v0.14 .0
3333 google.golang.org/grpc v1.67.1
3434 google.golang.org/protobuf v1.36.6
3535 k8s.io/api v0.32.2
Original file line number Diff line number Diff line change @@ -398,8 +398,8 @@ golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJ
398398golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
399399golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
400400golang.org/x/sync v0.1.0 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
401- golang.org/x/sync v0.13 .0 h1:AauUjRAJ9OSnvULf/ARrrVywoJDy0YS2AwQ98I37610 =
402- golang.org/x/sync v0.13 .0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
401+ golang.org/x/sync v0.14 .0 h1:woo0S4Yywslg6hp4eUFjTVOyKt0RookbpAHG4c1HmhQ =
402+ golang.org/x/sync v0.14 .0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
403403golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
404404golang.org/x/sys v0.0.0-20190412213103-97732733099d /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
405405golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
Original file line number Diff line number Diff line change @@ -733,7 +733,7 @@ golang.org/x/net/websocket
733733## explicit; go 1.18
734734golang.org/x/oauth2
735735golang.org/x/oauth2/internal
736- # golang.org/x/sync v0.13 .0
736+ # golang.org/x/sync v0.14 .0
737737## explicit; go 1.23.0
738738golang.org/x/sync/errgroup
739739golang.org/x/sync/singleflight
You can’t perform that action at this time.
0 commit comments