From 341503b32897730656ec98ae1a28afbb2caa4928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 14:10:08 +0000 Subject: [PATCH] Bump github.com/buildpacks/lifecycle from 0.16.1 to 0.16.4 Bumps [github.com/buildpacks/lifecycle](https://github.com/buildpacks/lifecycle) from 0.16.1 to 0.16.4. - [Release notes](https://github.com/buildpacks/lifecycle/releases) - [Changelog](https://github.com/buildpacks/lifecycle/blob/main/RELEASE.md) - [Commits](https://github.com/buildpacks/lifecycle/compare/v0.16.1...v0.16.4) --- updated-dependencies: - dependency-name: github.com/buildpacks/lifecycle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index ead105ea9..57675caf8 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/Masterminds/semver/v3 v3.2.0 github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a github.com/buildpacks/imgutil v0.0.0-20230412223147-81015c668834 - github.com/buildpacks/lifecycle v0.16.1 + github.com/buildpacks/lifecycle v0.16.4 github.com/ghodss/yaml v1.0.0 github.com/go-git/go-git/v5 v5.6.1 github.com/google/go-cmp v0.5.9 diff --git a/go.sum b/go.sum index 189eb18ea..bb9eb959d 100644 --- a/go.sum +++ b/go.sum @@ -268,8 +268,8 @@ github.com/buildkite/agent/v3 v3.45.0 h1:LEHtJSE0q2ZGsBb5yvhVr53+pRHCHLrENT4WR4n github.com/buildkite/agent/v3 v3.45.0/go.mod h1:4FtZnYmUU6dWENBCsVzXsJN3GHD3yDC2GgR8c9X780g= github.com/buildpacks/imgutil v0.0.0-20230412223147-81015c668834 h1:V3xhD9kbougG1QgtpA60UK6JnBPW7gX17zZ2ekXwUpo= github.com/buildpacks/imgutil v0.0.0-20230412223147-81015c668834/go.mod h1:hgxVR7UpPvT5gATbRGM582oy048sUocDg6R6PMWAxow= -github.com/buildpacks/lifecycle v0.16.1 h1:Mv4gmq4wILpLYpDWx52o/nOWSjlcPp7taA4eBqznfBU= -github.com/buildpacks/lifecycle v0.16.1/go.mod h1:bKq16qBt8V9ci8h1/GCdAiKEHbFH/Z6fxsKux8jvkLs= +github.com/buildpacks/lifecycle v0.16.4 h1:od2Q4+TvBdZPtgFgvCV2nkYoeXxdYk3oty++c8gmQig= +github.com/buildpacks/lifecycle v0.16.4/go.mod h1:HvL+3CsH8s1Qx4HzWV62JSV8fdeixsFGnasZWlYe3VI= github.com/bwesterb/go-ristretto v1.2.0/go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0= github.com/bytecodealliance/wasmtime-go/v3 v3.0.2 h1:3uZCA/BLTIu+DqCfguByNMJa2HVHpXvjfy0Dy7g6fuA= github.com/cenkalti/backoff/v3 v3.2.2 h1:cfUAAO3yvKMYKPrvhDuHSwQnhZNk/RMHKdZqKTxfm6M=