From 8e596dad3c715fb4869147ed5a5543fdb79aeb67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 22:44:23 +0000 Subject: [PATCH] build(deps): bump github.com/pivotal-cf/brokerapi/v11 Bumps [github.com/pivotal-cf/brokerapi/v11](https://github.com/pivotal-cf/brokerapi) from 11.0.6 to 11.0.7. - [Release notes](https://github.com/pivotal-cf/brokerapi/releases) - [Changelog](https://github.com/pivotal-cf/brokerapi/blob/main/.goreleaser.yaml) - [Commits](https://github.com/pivotal-cf/brokerapi/compare/v11.0.6...v11.0.7) --- updated-dependencies: - dependency-name: github.com/pivotal-cf/brokerapi/v11 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 db313aa7c..de73835c8 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,7 @@ require ( github.com/onsi/ginkgo/v2 v2.20.1 github.com/onsi/gomega v1.34.1 github.com/otiai10/copy v1.14.0 - github.com/pivotal-cf/brokerapi/v11 v11.0.6 + github.com/pivotal-cf/brokerapi/v11 v11.0.7 github.com/russross/blackfriday/v2 v2.1.0 github.com/spf13/cast v1.7.0 github.com/spf13/cobra v1.8.1 diff --git a/go.sum b/go.sum index 49dd32106..c61be3a36 100644 --- a/go.sum +++ b/go.sum @@ -517,8 +517,8 @@ github.com/otiai10/mint v1.5.1 h1:XaPLeE+9vGbuyEHem1JNk3bYc7KKqyI/na0/mLd/Kks= github.com/otiai10/mint v1.5.1/go.mod h1:MJm72SBthJjz8qhefc4z1PYEieWmy8Bku7CjcAqyUSM= github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM= github.com/pelletier/go-toml/v2 v2.2.2/go.mod h1:1t835xjRzz80PqgE6HHgN2JOsmgYu/h4qDAS4n929Rs= -github.com/pivotal-cf/brokerapi/v11 v11.0.6 h1:pq6tbRILLHWZcZOdlhZskdE9kWUfKmZSnW4jz0oyBFQ= -github.com/pivotal-cf/brokerapi/v11 v11.0.6/go.mod h1:Pw79BhkyfnuI2fl9/LFGVsTs6xfoES5a9ic+Kvn7nnk= +github.com/pivotal-cf/brokerapi/v11 v11.0.7 h1:k7tBYgq3HnuzIyTtKD3gxCW4HmUQwPEC5vXJrJrhdoQ= +github.com/pivotal-cf/brokerapi/v11 v11.0.7/go.mod h1:f2wxnonVqVkJu9OU9QsRlbsSpbSVSguV0DuiCMlF+u8= github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=