File tree Expand file tree Collapse file tree 4 files changed +38
-95
lines changed
golang.org/x/sync/errgroup Expand file tree Collapse file tree 4 files changed +38
-95
lines changed Original file line number Diff line number Diff line change 11module carvel.dev/imgpkg
22
3- go 1.23.8
3+ go 1.24.0
44
55require (
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)
Original file line number Diff line number Diff line change @@ -443,8 +443,8 @@ golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJ
443443golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
444444golang.org/x/sync v0.0.0-20201207232520-09787c993a3a /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
445445golang.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 =
448448golang.org/x/sys v0.0.0-20180830151530-49385e6e1522 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
449449golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
450450golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
Original file line number Diff line number Diff line change @@ -315,8 +315,8 @@ golang.org/x/oauth2/google/internal/stsexchange
315315golang.org/x/oauth2/internal
316316golang.org/x/oauth2/jws
317317golang.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
320320golang.org/x/sync/errgroup
321321# golang.org/x/sys v0.33.0
322322## explicit; go 1.23.0
You can’t perform that action at this time.
0 commit comments