From 7bb8840f44a58f727510fe8aa0c1826cca1e206e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 03:34:45 +0000 Subject: [PATCH] Bump github.com/pivotal-cf/brokerapi/v9 in /src/autoscaler (#1700) Bumps [github.com/pivotal-cf/brokerapi/v9](https://github.com/pivotal-cf/brokerapi) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/pivotal-cf/brokerapi/releases) - [Commits](https://github.com/pivotal-cf/brokerapi/compare/v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: github.com/pivotal-cf/brokerapi/v9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/autoscaler/go.mod | 2 +- src/autoscaler/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/autoscaler/go.mod b/src/autoscaler/go.mod index 870cc5a6fc..99a759dc54 100644 --- a/src/autoscaler/go.mod +++ b/src/autoscaler/go.mod @@ -24,7 +24,7 @@ require ( github.com/onsi/ginkgo/v2 v2.9.2 github.com/onsi/gomega v1.27.6 github.com/patrickmn/go-cache v2.1.0+incompatible - github.com/pivotal-cf/brokerapi/v9 v9.0.0 + github.com/pivotal-cf/brokerapi/v9 v9.0.1 github.com/pkg/errors v0.9.1 github.com/prometheus/client_golang v1.15.0 github.com/rubyist/circuitbreaker v2.2.1+incompatible diff --git a/src/autoscaler/go.sum b/src/autoscaler/go.sum index 16c35ce80e..36b5571742 100644 --- a/src/autoscaler/go.sum +++ b/src/autoscaler/go.sum @@ -493,8 +493,8 @@ github.com/pelletier/go-toml/v2 v2.0.5 h1:ipoSadvV8oGUjnUbMub59IDPPwfxF694nG/jwb github.com/pelletier/go-toml/v2 v2.0.5/go.mod h1:OMHamSCAODeSsVrwwvcJOaoN0LIUIaFVNZzmWyNfXas= github.com/peterbourgon/g2s v0.0.0-20170223122336-d4e7ad98afea h1:sKwxy1H95npauwu8vtF95vG/syrL0p8fSZo/XlDg5gk= github.com/peterbourgon/g2s v0.0.0-20170223122336-d4e7ad98afea/go.mod h1:1VcHEd3ro4QMoHfiNl/j7Jkln9+KQuorp0PItHMJYNg= -github.com/pivotal-cf/brokerapi/v9 v9.0.0 h1:KMJ0NcHtEntdI8T+woTtzg3MrcDDklhupDennc5KHME= -github.com/pivotal-cf/brokerapi/v9 v9.0.0/go.mod h1:iLRDxJv+ctZOVi9DcnCDaBJydssX0RqQRsgZfKK7YYA= +github.com/pivotal-cf/brokerapi/v9 v9.0.1 h1:RCFVI88hL7OoeAmpqH3a/oh+QWVSDV9vjXxT+cJQkFo= +github.com/pivotal-cf/brokerapi/v9 v9.0.1/go.mod h1:8tU05vMehQWHfkmjiLdo9QoQ+K5FWinN07f8O3MZ7Vw= 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 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=