From abf127541b9c1b574ca590b6869cf1fee41de9e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 16:22:04 +0000 Subject: [PATCH] Bump github.com/ForestEckhardt/freezer from 0.0.6 to 0.0.7 Bumps [github.com/ForestEckhardt/freezer](https://github.com/ForestEckhardt/freezer) from 0.0.6 to 0.0.7. - [Release notes](https://github.com/ForestEckhardt/freezer/releases) - [Commits](https://github.com/ForestEckhardt/freezer/compare/v0.0.6...v0.0.7) 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 5154f7d..2f67d33 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/paketo-buildpacks/occam go 1.13 require ( - github.com/ForestEckhardt/freezer v0.0.6 + github.com/ForestEckhardt/freezer v0.0.7 github.com/oklog/ulid v1.3.1 github.com/onsi/gomega v1.12.0 github.com/paketo-buildpacks/packit v0.11.0 diff --git a/go.sum b/go.sum index ebf65c7..8708473 100644 --- a/go.sum +++ b/go.sum @@ -51,8 +51,8 @@ github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBp github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= github.com/ForestEckhardt/freezer v0.0.3/go.mod h1:/uALnKwx6+QSyKdZYC/FjihjQeI4XsE7i3RXPKyM8Vs= -github.com/ForestEckhardt/freezer v0.0.6 h1:Wim1Q7V1sqfUUD8JTSydQXUW40qM9L0kqGxYMuWrAfc= -github.com/ForestEckhardt/freezer v0.0.6/go.mod h1:1EtaHlohBGk0zF1l4w3wroNOdEBTWL0PHNIgvjeisaE= +github.com/ForestEckhardt/freezer v0.0.7 h1:/hRJtyy5gzHK22ax2VFhjSi5400uItoVJNewTepwDeo= +github.com/ForestEckhardt/freezer v0.0.7/go.mod h1:1EtaHlohBGk0zF1l4w3wroNOdEBTWL0PHNIgvjeisaE= github.com/GoogleCloudPlatform/k8s-cloud-provider v0.0.0-20190822182118-27a4ced34534/go.mod h1:iroGtC8B3tQiqtds1l+mgk/BBOrxbqjH+eUfFQYRc14= github.com/Masterminds/semver v1.5.0/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y= github.com/Masterminds/semver/v3 v3.1.1/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs=