Skip to content

Commit dd90712

Browse files
Merge pull request #2310 from containers/renovate/golang.org-x-sync-0.x
fix(deps): update module golang.org/x/sync to v0.13.0
2 parents 2312459 + 04a95cd commit dd90712

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/tchap/go-patricia/v2 v2.3.2
3030
github.com/ulikunitz/xz v0.5.12
3131
github.com/vbatts/tar-split v0.12.1
32-
golang.org/x/sync v0.12.0
32+
golang.org/x/sync v0.13.0
3333
golang.org/x/sys v0.31.0
3434
gotest.tools/v3 v3.5.2
3535
)

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJ
143143
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
144144
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
145145
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
146-
golang.org/x/sync v0.12.0 h1:MHc5BpPuC30uJk597Ri8TV3CNZcTLu6B6z4lJy+g6Jw=
147-
golang.org/x/sync v0.12.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
146+
golang.org/x/sync v0.13.0 h1:AauUjRAJ9OSnvULf/ARrrVywoJDy0YS2AwQ98I37610=
147+
golang.org/x/sync v0.13.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
148148
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
149149
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
150150
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/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ go.opencensus.io/internal
168168
go.opencensus.io/trace
169169
go.opencensus.io/trace/internal
170170
go.opencensus.io/trace/tracestate
171-
# golang.org/x/sync v0.12.0
171+
# golang.org/x/sync v0.13.0
172172
## explicit; go 1.23.0
173173
golang.org/x/sync/errgroup
174174
# golang.org/x/sys v0.31.0

0 commit comments

Comments
 (0)