From c68602798284af3df45aaf1c036cc05e8865bda9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:51:52 +0000 Subject: [PATCH] chore(deps): bump github.com/pivotal-cf/brokerapi/v11 Bumps [github.com/pivotal-cf/brokerapi/v11](https://github.com/pivotal-cf/brokerapi) from 11.0.14 to 11.0.15. - [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.14...v11.0.15) --- 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 ffd6408..b5f9fce 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/maxbrunsfeld/counterfeiter/v6 v6.10.0 github.com/onsi/ginkgo/v2 v2.22.0 github.com/onsi/gomega v1.36.0 - github.com/pivotal-cf/brokerapi/v11 v11.0.14 + github.com/pivotal-cf/brokerapi/v11 v11.0.15 github.com/pkg/errors v0.9.1 gopkg.in/yaml.v2 v2.4.0 ) diff --git a/go.sum b/go.sum index 2676be8..71213e1 100644 --- a/go.sum +++ b/go.sum @@ -35,8 +35,8 @@ github.com/onsi/ginkgo/v2 v2.22.0 h1:Yed107/8DjTr0lKCNt7Dn8yQ6ybuDRQoMGrNFKzMfHg github.com/onsi/ginkgo/v2 v2.22.0/go.mod h1:7Du3c42kxCUegi0IImZ1wUQzMBVecgIHjR1C+NkhLQo= github.com/onsi/gomega v1.36.0 h1:Pb12RlruUtj4XUuPUqeEWc6j5DkVVVA49Uf6YLfC95Y= github.com/onsi/gomega v1.36.0/go.mod h1:PvZbdDc8J6XJEpDK4HCuRBm8a6Fzp9/DmhC9C7yFlog= -github.com/pivotal-cf/brokerapi/v11 v11.0.14 h1:nLoRGZUMFO5gQFZCZNGYPhygo3XEXV9orwLzkTdf658= -github.com/pivotal-cf/brokerapi/v11 v11.0.14/go.mod h1:ghMEphTu7d7yTxONrPS3BlbOHtN0kLqIEKXJHaW6tRU= +github.com/pivotal-cf/brokerapi/v11 v11.0.15 h1:cupAoYkPaO6Xf+HnnRTF9MFuALIZlOmooUaFIJWbXC8= +github.com/pivotal-cf/brokerapi/v11 v11.0.15/go.mod h1:LefTwSJILAABVCbL05+N2h9YmebFhAprVn9UdKowodY= github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=