Skip to content

Commit 8c15096

Browse files
Bump golang.org/x/sync from 0.10.0 to 0.12.0
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.10.0 to 0.12.0. - [Commits](golang/sync@v0.10.0...v0.12.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b55bd42 commit 8c15096

File tree

6 files changed

+7
-33
lines changed

6 files changed

+7
-33
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
go.uber.org/atomic v1.11.0
2121
go.uber.org/ratelimit v0.3.1
2222
go.uber.org/zap v1.27.0
23-
golang.org/x/sync v0.10.0
23+
golang.org/x/sync v0.12.0
2424
google.golang.org/grpc v1.70.0
2525
google.golang.org/protobuf v1.36.4
2626
k8s.io/apimachinery v0.32.1

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJ
295295
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
296296
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
297297
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
298-
golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ=
299-
golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
298+
golang.org/x/sync v0.12.0 h1:MHc5BpPuC30uJk597Ri8TV3CNZcTLu6B6z4lJy+g6Jw=
299+
golang.org/x/sync v0.12.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
300300
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
301301
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
302302
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=

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

+2-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
@@ -467,8 +467,8 @@ golang.org/x/net/trace
467467
## explicit; go 1.18
468468
golang.org/x/oauth2
469469
golang.org/x/oauth2/internal
470-
# golang.org/x/sync v0.10.0
471-
## explicit; go 1.18
470+
# golang.org/x/sync v0.12.0
471+
## explicit; go 1.23.0
472472
golang.org/x/sync/errgroup
473473
golang.org/x/sync/semaphore
474474
# golang.org/x/sys v0.28.0

0 commit comments

Comments
 (0)