From 839943a15057133629d17a0dd4f898a8af05157f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 08:54:51 +0000 Subject: [PATCH] Bump github.com/pivotal/kpack from 0.13.3 to 0.14.0 Bumps [github.com/pivotal/kpack](https://github.com/pivotal/kpack) from 0.13.3 to 0.14.0. - [Release notes](https://github.com/pivotal/kpack/releases) - [Changelog](https://github.com/buildpacks-community/kpack/blob/main/RELEASE.md) - [Commits](https://github.com/pivotal/kpack/compare/v0.13.3...v0.14.0) --- updated-dependencies: - dependency-name: github.com/pivotal/kpack dependency-type: direct:production update-type: version-update:semver-minor ... 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 e803d7755..5370e90a3 100644 --- a/go.mod +++ b/go.mod @@ -29,7 +29,7 @@ require ( github.com/mileusna/useragent v1.3.4 github.com/onsi/ginkgo/v2 v2.19.0 github.com/onsi/gomega v1.33.1 - github.com/pivotal/kpack v0.13.3 + github.com/pivotal/kpack v0.14.0 github.com/servicebinding/runtime v0.9.0 golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 golang.org/x/text v0.15.0 diff --git a/go.sum b/go.sum index 1cfb7cede..396d6ecfa 100644 --- a/go.sum +++ b/go.sum @@ -381,8 +381,8 @@ github.com/opencontainers/image-spec v1.1.0 h1:8SG7/vwALn54lVB/0yZ/MMwhFrPYtpEHQ github.com/opencontainers/image-spec v1.1.0/go.mod h1:W4s4sFTMaBeK1BQLXbG4AdM2szdn85PY75RI83NrTrM= github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8= github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= -github.com/pivotal/kpack v0.13.3 h1:hBp8HLjfZ2XmhzXMqLheALJ4K8WDCqh4ukPWGw9CXwA= -github.com/pivotal/kpack v0.13.3/go.mod h1:0Hn3wheXTOrXgFoP620D08JocOvKJHaNzOzzHgkRNjQ= +github.com/pivotal/kpack v0.14.0 h1:HZoiIAmC1WVrgSFhNXtaduwVv69aMPzr5xnnFmweaOA= +github.com/pivotal/kpack v0.14.0/go.mod h1:xjQQITcrAuErpGPWiV0sHDaR6oWCm+BouHCfmIU3V9E= github.com/pjbgf/sha1cd v0.3.0 h1:4D5XXmUUBUl/xQ6IjCkEAbqXskkq/4O7LmGn0AqMDs4= github.com/pjbgf/sha1cd v0.3.0/go.mod h1:nZ1rrWOcGJ5uZgEEVL1VUM9iRQiZvWdbZjkKyFzPPsI= github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=