File tree Expand file tree Collapse file tree
golang.org/x/sync/errgroup Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ require (
3333 github.com/prometheus/procfs v0.16.1 // indirect
3434 github.com/x448/float16 v0.8.4 // indirect
3535 go.yaml.in/yaml/v3 v3.0.4 // indirect
36- golang.org/x/sync v0.18 .0 // indirect
36+ golang.org/x/sync v0.19 .0 // indirect
3737 gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
3838 gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
3939 sigs.k8s.io/randfill v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -322,8 +322,8 @@ golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJ
322322golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
323323golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
324324golang.org/x/sync v0.0.0-20210220032951-036812b2e83c /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
325- golang.org/x/sync v0.18 .0 h1:kr88TuHDroi+UVf+0hZnirlk8o8T+4MrK6mr60WkH/I =
326- golang.org/x/sync v0.18 .0 /go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI =
325+ golang.org/x/sync v0.19 .0 h1:vV+1eWNmZ5geRlYjzm2adRgW2/mcpevXNg50YZtPCE4 =
326+ golang.org/x/sync v0.19 .0 /go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI =
327327golang.org/x/sys v0.0.0-20180830151530-49385e6e1522 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
328328golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
329329golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ golang.org/x/net/trace
270270## explicit; go 1.23.0
271271golang.org/x/oauth2
272272golang.org/x/oauth2/internal
273- # golang.org/x/sync v0.18 .0
273+ # golang.org/x/sync v0.19 .0
274274## explicit; go 1.24.0
275275golang.org/x/sync/errgroup
276276# golang.org/x/sys v0.38.0
You can’t perform that action at this time.
0 commit comments