Skip to content

Commit 2d9547c

Browse files
authoredMar 6, 2025··
Merge pull request #1863 from kubernetes-sigs/dependabot/go_modules/golang.org/x/sync-0.12.0
chore(deps): bump golang.org/x/sync from 0.11.0 to 0.12.0
2 parents ec47926 + 65f514e commit 2d9547c

File tree

6 files changed

+6
-33
lines changed

6 files changed

+6
-33
lines changed
 

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
github.com/stretchr/testify v1.10.0
2828
go.uber.org/mock v0.5.0
2929
golang.org/x/net v0.36.0
30-
golang.org/x/sync v0.11.0
30+
golang.org/x/sync v0.12.0
3131
google.golang.org/grpc v1.67.1
3232
google.golang.org/protobuf v1.36.5
3333
k8s.io/api v0.32.2

‎go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,8 @@ golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJ
394394
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
395395
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
396396
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
397-
golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w=
398-
golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
397+
golang.org/x/sync v0.12.0 h1:MHc5BpPuC30uJk597Ri8TV3CNZcTLu6B6z4lJy+g6Jw=
398+
golang.org/x/sync v0.12.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
399399
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
400400
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
401401
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=

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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

-13
This file was deleted.

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

-14
This file was deleted.

‎vendor/modules.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -722,8 +722,8 @@ golang.org/x/net/websocket
722722
## explicit; go 1.18
723723
golang.org/x/oauth2
724724
golang.org/x/oauth2/internal
725-
# golang.org/x/sync v0.11.0
726-
## explicit; go 1.18
725+
# golang.org/x/sync v0.12.0
726+
## explicit; go 1.23.0
727727
golang.org/x/sync/errgroup
728728
golang.org/x/sync/singleflight
729729
# golang.org/x/sys v0.30.0

0 commit comments

Comments
 (0)
Please sign in to comment.