Skip to content

Commit 3c7f402

Browse files
build(deps): Bump golang.org/x/sync from 0.14.0 to 0.17.0
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.14.0 to 0.17.0. - [Commits](golang/sync@v0.14.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8733434 commit 3c7f402

File tree

4 files changed

+38
-95
lines changed

4 files changed

+38
-95
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module carvel.dev/imgpkg
22

3-
go 1.23.8
3+
go 1.24.0
44

55
require (
66
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.9.1
@@ -14,7 +14,7 @@ require (
1414
github.com/maxbrunsfeld/counterfeiter/v6 v6.11.2
1515
github.com/spf13/cobra v1.9.1
1616
github.com/stretchr/testify v1.10.0
17-
golang.org/x/sync v0.14.0
17+
golang.org/x/sync v0.17.0
1818
golang.org/x/sys v0.33.0
1919
sigs.k8s.io/yaml v1.4.0
2020
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,8 @@ golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJ
443443
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
444444
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
445445
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
446-
golang.org/x/sync v0.14.0 h1:woo0S4Yywslg6hp4eUFjTVOyKt0RookbpAHG4c1HmhQ=
447-
golang.org/x/sync v0.14.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
446+
golang.org/x/sync v0.17.0 h1:l60nONMj9l5drqw6jlhIELNv9I0A4OFgRsG9k2oT9Ug=
447+
golang.org/x/sync v0.17.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
448448
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
449449
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
450450
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=

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

Lines changed: 32 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,8 @@ golang.org/x/oauth2/google/internal/stsexchange
315315
golang.org/x/oauth2/internal
316316
golang.org/x/oauth2/jws
317317
golang.org/x/oauth2/jwt
318-
# golang.org/x/sync v0.14.0
319-
## explicit; go 1.23.0
318+
# golang.org/x/sync v0.17.0
319+
## explicit; go 1.24.0
320320
golang.org/x/sync/errgroup
321321
# golang.org/x/sys v0.33.0
322322
## explicit; go 1.23.0

0 commit comments

Comments
 (0)