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 @@ -7,7 +7,7 @@ require (
77 github.com/blang/semver/v4 v4.0.0
88 github.com/cilium/cilium v1.17.3
99 github.com/sirupsen/logrus v1.9.3
10- golang.org/x/sync v0.13 .0
10+ golang.org/x/sync v0.14 .0
1111 k8s.io/apiextensions-apiserver v0.32.4
1212 k8s.io/apimachinery v0.32.4
1313 k8s.io/client-go v0.32.4
Original file line number Diff line number Diff line change @@ -128,8 +128,8 @@ golang.org/x/oauth2 v0.27.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT
128128golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
129129golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
130130golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
131- golang.org/x/sync v0.13 .0 h1:AauUjRAJ9OSnvULf/ARrrVywoJDy0YS2AwQ98I37610 =
132- golang.org/x/sync v0.13 .0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
131+ golang.org/x/sync v0.14 .0 h1:woo0S4Yywslg6hp4eUFjTVOyKt0RookbpAHG4c1HmhQ =
132+ golang.org/x/sync v0.14 .0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
133133golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
134134golang.org/x/sys v0.0.0-20190412213103-97732733099d /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
135135golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ golang.org/x/net/internal/httpcommon
136136## explicit; go 1.23.0
137137golang.org/x/oauth2
138138golang.org/x/oauth2/internal
139- # golang.org/x/sync v0.13 .0
139+ # golang.org/x/sync v0.14 .0
140140## explicit; go 1.23.0
141141golang.org/x/sync/errgroup
142142golang.org/x/sync/semaphore
You can’t perform that action at this time.
0 commit comments