From 418dfd34aeb07d221cf9ed6775c7f33311ae182d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 22:11:36 +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.2 to 11.0.4. - [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.2...v11.0.4) --- 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 302e8094d..89b66e159 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,7 @@ require ( github.com/onsi/ginkgo/v2 v2.19.0 github.com/onsi/gomega v1.33.1 github.com/otiai10/copy v1.14.0 - github.com/pivotal-cf/brokerapi/v11 v11.0.2 + github.com/pivotal-cf/brokerapi/v11 v11.0.4 github.com/russross/blackfriday/v2 v2.1.0 github.com/spf13/cast v1.6.0 github.com/spf13/cobra v1.8.1 diff --git a/go.sum b/go.sum index 4728f86e9..e5092b8fc 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.2 h1:yUdxr1DHVZxOa+2ATjEP9Yx1NYIkJorFLcs3aiklruk= -github.com/pivotal-cf/brokerapi/v11 v11.0.2/go.mod h1:voCxb92J8tozmdS9VKxcw6mHheKPlz6n2UO2Fbe7ixk= +github.com/pivotal-cf/brokerapi/v11 v11.0.4 h1:T3Li9pXoI4fBaehlCsGmGozZptoyEnpUc3xqfHp9y54= +github.com/pivotal-cf/brokerapi/v11 v11.0.4/go.mod h1:voCxb92J8tozmdS9VKxcw6mHheKPlz6n2UO2Fbe7ixk= 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=