Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
code.cloudfoundry.org/credhub-cli v0.0.0-20260316130226-db948d6c5f1c
github.com/BurntSushi/toml v1.6.0
github.com/apex/log v1.9.0
github.com/buildpacks/lifecycle v0.21.12
github.com/buildpacks/lifecycle v0.21.13
github.com/buildpacks/pack v0.40.6
github.com/cespare/xxhash/v2 v2.3.0
github.com/google/go-containerregistry v0.21.7
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ github.com/breml/errchkjson v0.4.1 h1:keFSS8D7A2T0haP9kzZTi7o26r7kE3vymjZNeNDRDw
github.com/breml/errchkjson v0.4.1/go.mod h1:a23OvR6Qvcl7DG/Z4o0el6BRAjKnaReoPQFciAl9U3s=
github.com/buildpacks/imgutil v0.0.0-20260415151438-73856e68b72b h1:wW08ZcJrzVhubQjTOkjkWzfeVHAHW0Tlmg3twecDauA=
github.com/buildpacks/imgutil v0.0.0-20260415151438-73856e68b72b/go.mod h1:EBy9ZOatKkTBAWOgN2Y0aNV4P40dOdGyzzB9q2a5HBE=
github.com/buildpacks/lifecycle v0.21.12 h1:0pj2lhDTuEcArgo2fFa2LYN69ildNLzOSQgxNf1TULM=
github.com/buildpacks/lifecycle v0.21.12/go.mod h1:19rLV5zX7p68AslalkHDuNFCy2PvmipzWr1wwFcGuAg=
github.com/buildpacks/lifecycle v0.21.13 h1:Zc7b2dT/n33wpIL8MVjqGCpLDNQkUykRPoOAjDSh4Pk=
github.com/buildpacks/lifecycle v0.21.13/go.mod h1:Nlc4AwuTi26undoa+YuNmBftQHX38915+kz+kg2IZ7Q=
github.com/buildpacks/pack v0.40.6 h1:w2HbQLv5UEvkbdoGt/QHmEbrMrvIwZZwuo/L0KaPdWE=
github.com/buildpacks/pack v0.40.6/go.mod h1:/tcPeriACGmDZ0FCwkAyvwJaTFtDykGfaLUZk6u5aMw=
github.com/butuzov/ireturn v0.4.0 h1:+s76bF/PfeKEdbG8b54aCocxXmi0wvYdOVsWxVO7n8E=
Expand Down
1 change: 1 addition & 0 deletions vendor/github.com/buildpacks/lifecycle/phase/exporter.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/github.com/buildpacks/lifecycle/phase/rebaser.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

65 changes: 65 additions & 0 deletions vendor/github.com/buildpacks/lifecycle/phase/retry.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ github.com/buildpacks/imgutil/layout
github.com/buildpacks/imgutil/layout/sparse
github.com/buildpacks/imgutil/local
github.com/buildpacks/imgutil/remote
# github.com/buildpacks/lifecycle v0.21.12
# github.com/buildpacks/lifecycle v0.21.13
## explicit; go 1.26.4
github.com/buildpacks/lifecycle/api
github.com/buildpacks/lifecycle/archive
Expand Down
Loading