Skip to content

Commit 1f7daaa

Browse files
authored
Merge pull request #254 from cloudfoundry/dependabot/go_modules/code.cloudfoundry.org/policy_client-0.61.0
chore(deps): bump code.cloudfoundry.org/policy_client from 0.60.0 to 0.61.0
2 parents 1599ece + 241bd7c commit 1f7daaa

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.41.0
9-
code.cloudfoundry.org/policy_client v0.60.0
9+
code.cloudfoundry.org/policy_client v0.61.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
@@ -25,7 +25,7 @@ require (
2525
replace github.com/cloudfoundry/go-cfclient/v3 v3.0.0-alpha.11.0.20250320145327-6946bc732186 => github.com/ANUGRAHG/go-cfclient/v3 v3.0.0-20250715085712-0c590acfa414
2626

2727
require (
28-
code.cloudfoundry.org/cf-networking-helpers v0.49.0 // indirect
28+
code.cloudfoundry.org/cf-networking-helpers v0.50.0 // indirect
2929
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
3030
github.com/google/pprof v0.0.0-20250630185457-6e76a2b096b5 // indirect
3131
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.49.0 h1:D0qR1xMw1iVPOjPU38K6JDQvo8Z9e31A0yfhQQSZs7Y=
2-
code.cloudfoundry.org/cf-networking-helpers v0.49.0/go.mod h1:YwNlomlApLYniC1jXrgBBDS5NPIeaSnPKJeRZ7WLrxA=
1+
code.cloudfoundry.org/cf-networking-helpers v0.50.0 h1:toQ/Kg50+4/wXnY1rs6TE4vLEehbtBAy0Q6+Hv/7d1U=
2+
code.cloudfoundry.org/cf-networking-helpers v0.50.0/go.mod h1:Ycfi9r1xOdovx6jqRkCjqd/Ctd3k+VRtAQErxq6LuOE=
33
code.cloudfoundry.org/lager/v3 v3.41.0 h1:VCnZVVmFNTQgslxiY9UH363H4+jXZyredvFCino6kRA=
44
code.cloudfoundry.org/lager/v3 v3.41.0/go.mod h1:T3TdJR+5s7mct3jChCxUV/ctAyeio4T3p10hP75BZaA=
5-
code.cloudfoundry.org/policy_client v0.60.0 h1:2p/WOjCazApyfbkLWgENLtGA1VmZaenr3h16rIGWcXc=
6-
code.cloudfoundry.org/policy_client v0.60.0/go.mod h1:qEDXMkGE5Nmfm38Z7Ti+Tb+ee/AZnuu0HgIrT02LQds=
5+
code.cloudfoundry.org/policy_client v0.61.0 h1:Vu2qME/T1DM0ZWOAkLhA9cYEeYoz+G6LZlIENjkegwQ=
6+
code.cloudfoundry.org/policy_client v0.61.0/go.mod h1:C+Jyh+Zeit87SlSnTLL7Yb987pBcu7Tso5c0tXJPqQg=
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)