Skip to content

Commit 70d3ea9

Browse files
chore(deps): bump code.cloudfoundry.org/policy_client
Bumps [code.cloudfoundry.org/policy_client](https://github.com/cloudfoundry/policy_client) from 0.56.0 to 0.57.0. - [Release notes](https://github.com/cloudfoundry/policy_client/releases) - [Commits](cloudfoundry/policy_client@v0.56.0...v0.57.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/policy_client dependency-version: 0.57.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 312a703 commit 70d3ea9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.23.1
66

77
require (
88
code.cloudfoundry.org/lager/v3 v3.39.0
9-
code.cloudfoundry.org/policy_client v0.56.0
9+
code.cloudfoundry.org/policy_client v0.57.0
1010
github.com/cloudfoundry-community/go-uaa v0.3.5
1111
github.com/cloudfoundry/go-cfclient/v3 v3.0.0-alpha.11.0.20250320145327-6946bc732186
1212
github.com/google/uuid v1.6.0
@@ -23,7 +23,7 @@ require (
2323
)
2424

2525
require (
26-
code.cloudfoundry.org/cf-networking-helpers v0.46.0 // indirect
26+
code.cloudfoundry.org/cf-networking-helpers v0.47.0 // indirect
2727
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
2828
github.com/google/pprof v0.0.0-20250607225305-033d6d78b36a // indirect
2929
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
code.cloudfoundry.org/cf-networking-helpers v0.46.0 h1:g49c5WEI9Wj/YiVYdrucNg/pWcgtdKssXFugAcARa0U=
2-
code.cloudfoundry.org/cf-networking-helpers v0.46.0/go.mod h1:ldryYIp+IoPBzR8rwh25C7QJFOLChkMsZLBnmg5H414=
1+
code.cloudfoundry.org/cf-networking-helpers v0.47.0 h1:kHOw6K/eaMDuq87uQ/kl1art6MV0e8VvhZeayhuz0AY=
2+
code.cloudfoundry.org/cf-networking-helpers v0.47.0/go.mod h1:BRbPfwQACMDPGaxmfPR1bmynjXPfb6nSqda0FhEJd7s=
33
code.cloudfoundry.org/lager/v3 v3.39.0 h1:axxT3QTIu7ZWNyV7IKtNrSP4xmtMPbgbIJ5lY3ixYU8=
44
code.cloudfoundry.org/lager/v3 v3.39.0/go.mod h1:xcAxUZal+NkRwwF40JEY/rouQB/IaIfzjf5wi3jSYUs=
5-
code.cloudfoundry.org/policy_client v0.56.0 h1:k00347WqdG5LyHgEH2BJQ4kjECfxSQBxS6wDCsd6DEk=
6-
code.cloudfoundry.org/policy_client v0.56.0/go.mod h1:eA4HcJRZT4f1R4hEnSlx6kD7FL/Y3aO2ctwVSrFhsYw=
5+
code.cloudfoundry.org/policy_client v0.57.0 h1:YW+NpBuEHz9arTxRnyz7DPTX3N5KgcrFrNXjZcycjB0=
6+
code.cloudfoundry.org/policy_client v0.57.0/go.mod h1:jnUDM9jyNwf8/nHhBBadlPbhPkzmi/ihlkGAhEPtmEs=
77
dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
88
dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
99
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=

0 commit comments

Comments
 (0)