Skip to content

Commit 6261971

Browse files
authored
Merge pull request #2026 from kubernetes-sigs/dependabot/go_modules/golang.org/x/sync-0.15.0
chore(deps): bump golang.org/x/sync from 0.14.0 to 0.15.0
2 parents d4be254 + 200d1d6 commit 6261971

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ require (
2828
go.uber.org/goleak v1.3.0
2929
go.uber.org/mock v0.5.2
3030
golang.org/x/net v0.40.0
31-
golang.org/x/sync v0.14.0
31+
golang.org/x/sync v0.15.0
3232
google.golang.org/grpc v1.67.1
3333
google.golang.org/protobuf v1.36.6
3434
k8s.io/api v0.32.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,8 @@ golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJ
400400
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
401401
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
402402
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
403-
golang.org/x/sync v0.14.0 h1:woo0S4Yywslg6hp4eUFjTVOyKt0RookbpAHG4c1HmhQ=
404-
golang.org/x/sync v0.14.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
403+
golang.org/x/sync v0.15.0 h1:KWH3jNZsfyT6xfAfKiz6MRNmd46ByHDYaZ7KSkCtdW8=
404+
golang.org/x/sync v0.15.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
405405
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
406406
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
407407
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=

vendor/golang.org/x/sync/errgroup/errgroup.go

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ golang.org/x/net/websocket
725725
## explicit; go 1.18
726726
golang.org/x/oauth2
727727
golang.org/x/oauth2/internal
728-
# golang.org/x/sync v0.14.0
728+
# golang.org/x/sync v0.15.0
729729
## explicit; go 1.23.0
730730
golang.org/x/sync/errgroup
731731
golang.org/x/sync/singleflight

0 commit comments

Comments
 (0)