From bb95278a6c692017f386c48f0170a6b8f4f92634 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 08:30:51 +0000 Subject: [PATCH] Bump github.com/servicebinding/runtime from 0.8.0 to 0.9.0 Bumps [github.com/servicebinding/runtime](https://github.com/servicebinding/runtime) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/servicebinding/runtime/releases) - [Commits](https://github.com/servicebinding/runtime/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: github.com/servicebinding/runtime dependency-type: direct:production update-type: version-update:semver-minor ... 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 e1479358d..602078be3 100644 --- a/go.mod +++ b/go.mod @@ -30,7 +30,7 @@ require ( github.com/onsi/ginkgo/v2 v2.19.0 github.com/onsi/gomega v1.33.1 github.com/pivotal/kpack v0.13.3 - github.com/servicebinding/runtime v0.8.0 + github.com/servicebinding/runtime v0.9.0 golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 golang.org/x/text v0.15.0 gopkg.in/square/go-jose.v2 v2.6.0 diff --git a/go.sum b/go.sum index a0c1aad51..39bba76b4 100644 --- a/go.sum +++ b/go.sum @@ -423,8 +423,8 @@ github.com/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8= github.com/sclevine/spec v1.4.0/go.mod h1:LvpgJaFyvQzRvc1kaDs0bulYwzC70PbiYjC4QnFHkOM= github.com/sergi/go-diff v1.3.1 h1:xkr+Oxo4BOQKmkn/B9eMK0g5Kg/983T9DqqPHwYqD+8= github.com/sergi/go-diff v1.3.1/go.mod h1:aMJSSKb2lpPvRNec0+w3fl7LP9IOFzdc9Pa4NFbPK1I= -github.com/servicebinding/runtime v0.8.0 h1:RQ/xffxHgw0M8wAn28NLlSzQbReYTkCQHCzb95mQNYY= -github.com/servicebinding/runtime v0.8.0/go.mod h1:dA8orlknfz7fT2XSSsqTby0wLw9c+dpuVN6qHqv6sSo= +github.com/servicebinding/runtime v0.9.0 h1:tjEIi5YxAArxBUPOsX34URelq22Z/yjLdW9vCMfBAfk= +github.com/servicebinding/runtime v0.9.0/go.mod h1:cj4GlfjSR9PnwyKhqj18rYFaVzFHXSOHJKnupUnu3fg= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ= github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=