File tree Expand file tree Collapse file tree 4 files changed +35
-91
lines changed
golang.org/x/sync/errgroup Expand file tree Collapse file tree 4 files changed +35
-91
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ require (
28
28
go.uber.org/goleak v1.3.0
29
29
go.uber.org/mock v0.5.2
30
30
golang.org/x/net v0.41.0
31
- golang.org/x/sync v0.15 .0
31
+ golang.org/x/sync v0.16 .0
32
32
google.golang.org/grpc v1.68.1
33
33
google.golang.org/protobuf v1.36.6
34
34
k8s.io/api v0.33.2
Original file line number Diff line number Diff line change @@ -364,8 +364,8 @@ golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJ
364
364
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
365
365
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
366
366
golang.org/x/sync v0.1.0 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
367
- golang.org/x/sync v0.15 .0 h1:KWH3jNZsfyT6xfAfKiz6MRNmd46ByHDYaZ7KSkCtdW8 =
368
- golang.org/x/sync v0.15 .0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
367
+ golang.org/x/sync v0.16 .0 h1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw =
368
+ golang.org/x/sync v0.16 .0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
369
369
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
370
370
golang.org/x/sys v0.0.0-20190412213103-97732733099d /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
371
371
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
Original file line number Diff line number Diff line change @@ -669,7 +669,7 @@ golang.org/x/net/websocket
669
669
## explicit; go 1.23.0
670
670
golang.org/x/oauth2
671
671
golang.org/x/oauth2/internal
672
- # golang.org/x/sync v0.15 .0
672
+ # golang.org/x/sync v0.16 .0
673
673
## explicit; go 1.23.0
674
674
golang.org/x/sync/errgroup
675
675
golang.org/x/sync/singleflight
You can’t perform that action at this time.
0 commit comments