Skip to content

Commit 9052cc2

Browse files
fix(deps): update module golang.org/x/sync to v0.12.0 (main) (#16569)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 01c9117 commit 9052cc2

File tree

6 files changed

+6
-33
lines changed

6 files changed

+6
-33
lines changed

‎go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ require (
101101
go.uber.org/goleak v1.3.0
102102
golang.org/x/crypto v0.35.0
103103
golang.org/x/net v0.36.0
104-
golang.org/x/sync v0.11.0
104+
golang.org/x/sync v0.12.0
105105
golang.org/x/sys v0.31.0
106106
golang.org/x/time v0.10.0
107107
google.golang.org/api v0.223.0

‎go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1444,8 +1444,8 @@ golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJ
14441444
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
14451445
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
14461446
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
1447-
golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w=
1448-
golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
1447+
golang.org/x/sync v0.12.0 h1:MHc5BpPuC30uJk597Ri8TV3CNZcTLu6B6z4lJy+g6Jw=
1448+
golang.org/x/sync v0.12.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
14491449
golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
14501450
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
14511451
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 13 deletions
This file was deleted.

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

Lines changed: 0 additions & 14 deletions
This file was deleted.

‎vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2025,8 +2025,8 @@ golang.org/x/oauth2/google/internal/stsexchange
20252025
golang.org/x/oauth2/internal
20262026
golang.org/x/oauth2/jws
20272027
golang.org/x/oauth2/jwt
2028-
# golang.org/x/sync v0.11.0
2029-
## explicit; go 1.18
2028+
# golang.org/x/sync v0.12.0
2029+
## explicit; go 1.23.0
20302030
golang.org/x/sync/errgroup
20312031
golang.org/x/sync/semaphore
20322032
golang.org/x/sync/singleflight

0 commit comments

Comments
 (0)