From 5e804916166be924af3880a07837d79fae0d8618 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 10:06:12 +0000 Subject: [PATCH] fix(deps): update module github.com/pivotal-cf/brokerapi/v11 to v11.0.10 --- src/autoscaler/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/autoscaler/go.mod b/src/autoscaler/go.mod index 6f1c97664a..48bacb23a3 100644 --- a/src/autoscaler/go.mod +++ b/src/autoscaler/go.mod @@ -27,7 +27,7 @@ require ( github.com/onsi/ginkgo/v2 v2.20.2 github.com/onsi/gomega v1.34.2 github.com/patrickmn/go-cache v2.1.0+incompatible - github.com/pivotal-cf/brokerapi/v11 v11.0.9 + github.com/pivotal-cf/brokerapi/v11 v11.0.10 github.com/prometheus/client_golang v1.20.4 github.com/rubyist/circuitbreaker v2.2.1+incompatible github.com/steinfletcher/apitest v1.5.17