From 15f94e4b42171c08ec72c19c7f8ebff4bdf02c25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 07:27:54 +0000 Subject: [PATCH] Bump github.com/onsi/gomega from 1.10.1 to 1.11.0 in /template-cnb Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.10.1 to 1.11.0. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/gomega/compare/v1.10.1...v1.11.0) Signed-off-by: dependabot[bot] --- template-cnb/go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/template-cnb/go.mod b/template-cnb/go.mod index 1a9930c..7373918 100644 --- a/template-cnb/go.mod +++ b/template-cnb/go.mod @@ -4,9 +4,8 @@ go 1.14 require ( github.com/BurntSushi/toml v0.3.1 - github.com/onsi/gomega v1.10.1 + github.com/onsi/gomega v1.11.0 github.com/paketo-buildpacks/occam v0.0.17 github.com/paketo-buildpacks/packit v0.2.6 github.com/sclevine/spec v1.4.0 - golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect )