From d339a51462c994da9cf04620106d245e49ef5953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 15:23:29 +0100 Subject: [PATCH] Bump github.com/paketo-buildpacks/libpak from 1.64.0 to 1.65.0 (#162) Bumps [github.com/paketo-buildpacks/libpak](https://github.com/paketo-buildpacks/libpak) from 1.64.0 to 1.65.0. - [Release notes](https://github.com/paketo-buildpacks/libpak/releases) - [Commits](https://github.com/paketo-buildpacks/libpak/compare/v1.64.0...v1.65.0) --- updated-dependencies: - dependency-name: github.com/paketo-buildpacks/libpak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index fb0a2d7..a831538 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/buildpacks/libcnb v1.28.0 github.com/onsi/gomega v1.27.6 - github.com/paketo-buildpacks/libpak v1.64.0 + github.com/paketo-buildpacks/libpak v1.65.0 github.com/sclevine/spec v1.4.0 ) diff --git a/go.sum b/go.sum index 5d403ba..3551a81 100644 --- a/go.sum +++ b/go.sum @@ -31,8 +31,8 @@ github.com/mitchellh/hashstructure/v2 v2.0.2/go.mod h1:MG3aRVU/N29oo/V/IhBX8GR/z github.com/onsi/ginkgo/v2 v2.9.2 h1:BA2GMJOtfGAfagzYtrAlufIP0lq6QERkFmHLMLPwFSU= github.com/onsi/gomega v1.27.6 h1:ENqfyGeS5AX/rlXDd/ETokDz93u0YufY1Pgxuy/PvWE= github.com/onsi/gomega v1.27.6/go.mod h1:PIQNjfQwkP3aQAH7lf7j87O/5FiNr+ZR8+ipb+qQlhg= -github.com/paketo-buildpacks/libpak v1.64.0 h1:ltwikAN7/2nZcSSPFaM8+okvvRlWIC2kvd29o3M8NtE= -github.com/paketo-buildpacks/libpak v1.64.0/go.mod h1:JlMr/R0YpPwQXxTTTFTi1OdhddSuok5CwQaf26B98NY= +github.com/paketo-buildpacks/libpak v1.65.0 h1:31Cn9g4JlRsUV4kmEzJASQS1uUmmyP7lYzUojvgLJ3Q= +github.com/paketo-buildpacks/libpak v1.65.0/go.mod h1:eqkZKq0RMnQKjVB2NCiQZagI6SaGBxc9LZ4wevR/NpY= 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/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=