Skip to content

Commit

Permalink
fix(deps): update module code.cloudfoundry.org/cfhttp/v2 to v2.21.0 (#…
Browse files Browse the repository at this point in the history
…3324)

* fix(deps): update module code.cloudfoundry.org/cfhttp/v2 to v2.21.0

* 🤖🦾🛠️ go mod tidy & make package-specs

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent f0d6819 commit 2616468
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/autoscaler/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module code.cloudfoundry.org/app-autoscaler/src/autoscaler
go 1.22.5

require (
code.cloudfoundry.org/cfhttp/v2 v2.14.0
code.cloudfoundry.org/cfhttp/v2 v2.21.0
code.cloudfoundry.org/clock v1.14.0
code.cloudfoundry.org/go-log-cache/v3 v3.0.3
code.cloudfoundry.org/go-loggregator/v10 v10.0.1
Expand Down
4 changes: 2 additions & 2 deletions src/autoscaler/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ cloud.google.com/go/vpcaccess v1.8.2/go.mod h1:4yvYKNjlNjvk/ffgZ0PuEhpzNJb8HybSM
cloud.google.com/go/webrisk v1.10.2/go.mod h1:c0ODT2+CuKCYjaeHO7b0ni4CUrJ95ScP5UFl9061Qq8=
cloud.google.com/go/websecurityscanner v1.7.2/go.mod h1:728wF9yz2VCErfBaACA5px2XSYHQgkK812NmHcUsDXA=
cloud.google.com/go/workflows v1.13.2/go.mod h1:l5Wj2Eibqba4BsADIRzPLaevLmIuYF2W+wfFBkRG3vU=
code.cloudfoundry.org/cfhttp/v2 v2.14.0 h1:kbIwpWeNt315CoSQW29sFNSzHPR9oV0xzPiS1O6eIKU=
code.cloudfoundry.org/cfhttp/v2 v2.14.0/go.mod h1:Cx9ruS9UpHqSTjMc8HfrRA8DEtr5gYdNiNTkI/g+yCk=
code.cloudfoundry.org/cfhttp/v2 v2.21.0 h1:PLvJujDQF62droNVu8U03X7Sx+6EnfQBulNuDoyLTeY=
code.cloudfoundry.org/cfhttp/v2 v2.21.0/go.mod h1:NJrin5ITAKy9C41DzCTFT8BpvSFmqhMAlI4RtGCzusU=
code.cloudfoundry.org/clock v1.14.0 h1:VOPNi4wOI40g2pRzteOKW9mytunY3cmtuPCwJ3fzwZo=
code.cloudfoundry.org/clock v1.14.0/go.mod h1:JAwPgHCz7eMCLRTc5FuieExbMR/iLTopxzxjsMFSzzo=
code.cloudfoundry.org/go-diodes v0.0.0-20241104194350-6f18271962f1 h1:hq2DOWkD1TUDjXX87XCL2gJAkQlrTBg5hrdeY9oI85k=
Expand Down

0 comments on commit 2616468

Please sign in to comment.