Skip to content

Commit 7222f44

Browse files
Merge pull request #767 from validatedpatterns/konflux/mintmaker/main/golang.org-x-sync-0.x
Update module golang.org/x/sync to v0.22.0
2 parents a72f8c7 + f5227c6 commit 7222f44

4 files changed

Lines changed: 17 additions & 8 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ require (
179179
golang.org/x/mod v0.37.0 // indirect
180180
golang.org/x/net v0.56.0 // indirect
181181
golang.org/x/oauth2 v0.36.0 // indirect
182-
golang.org/x/sync v0.21.0 // indirect
182+
golang.org/x/sync v0.22.0 // indirect
183183
golang.org/x/sys v0.46.0 // indirect
184184
golang.org/x/term v0.44.0 // indirect
185185
golang.org/x/text v0.38.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,8 +557,8 @@ golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJ
557557
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
558558
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
559559
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
560-
golang.org/x/sync v0.21.0 h1:HLII4xRRTtCRkxYp4HNFF0Js/Og6q2i++KXbg0gHCwM=
561-
golang.org/x/sync v0.21.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
560+
golang.org/x/sync v0.22.0 h1:SZjpbeLmrCk4xhRSZFNZW5gFUeCeFgjekvI/+gfScek=
561+
golang.org/x/sync v0.22.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
562562
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
563563
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
564564
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=

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

Lines changed: 13 additions & 4 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
@@ -909,7 +909,7 @@ golang.org/x/oauth2/google/internal/stsexchange
909909
golang.org/x/oauth2/internal
910910
golang.org/x/oauth2/jws
911911
golang.org/x/oauth2/jwt
912-
# golang.org/x/sync v0.21.0
912+
# golang.org/x/sync v0.22.0
913913
## explicit; go 1.25.0
914914
golang.org/x/sync/errgroup
915915
golang.org/x/sync/semaphore

0 commit comments

Comments
 (0)