Skip to content

Commit

Permalink
Bump code.cloudfoundry.org/cfhttp/v2 from 2.22.0 to 2.23.0 (#126)
Browse files Browse the repository at this point in the history
Bumps [code.cloudfoundry.org/cfhttp/v2](https://github.com/cloudfoundry/cfhttp) from 2.22.0 to 2.23.0.
- [Release notes](https://github.com/cloudfoundry/cfhttp/releases)
- [Commits](cloudfoundry/cfhttp@v2.22.0...v2.23.0)

---
updated-dependencies:
- dependency-name: code.cloudfoundry.org/cfhttp/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 30, 2024
1 parent ad31c16 commit def84d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22
toolchain go1.22.5

require (
code.cloudfoundry.org/cfhttp/v2 v2.22.0
code.cloudfoundry.org/cfhttp/v2 v2.23.0
code.cloudfoundry.org/debugserver v0.25.0
code.cloudfoundry.org/lager/v3 v3.16.0
code.cloudfoundry.org/runtimeschema v0.0.0-20240514235758-31be7684c5bf
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -594,8 +594,8 @@ cloud.google.com/go/workflows v1.9.0/go.mod h1:ZGkj1aFIOd9c8Gerkjjq7OW7I5+l6cSvT
cloud.google.com/go/workflows v1.10.0/go.mod h1:fZ8LmRmZQWacon9UCX1r/g/DfAXx5VcPALq2CxzdePw=
code.cloudfoundry.org/bbs v0.0.0-20240418184526-a7ed0dccd9f7 h1:vmwkTM1T0Hx6V4LgOGrU6dgkwNNJg5yf8Wyk1I6ptpg=
code.cloudfoundry.org/bbs v0.0.0-20240418184526-a7ed0dccd9f7/go.mod h1:XKlGVVXFi5EcHHMPzw3xgONK9PeEZuUbIC43XNwxD10=
code.cloudfoundry.org/cfhttp/v2 v2.22.0 h1:20UGG0kpwLYh2hcLOJ2kzo51jy+uoE0bdBcxFdx22NI=
code.cloudfoundry.org/cfhttp/v2 v2.22.0/go.mod h1:4HF5XIHIznZJ1zEvXeV4JjrJjZ03BzPmTUnRvUEczf8=
code.cloudfoundry.org/cfhttp/v2 v2.23.0 h1:Xnd4DdoxojD7HRPhGssBzMBDQz5yotuCKSfO0vxop24=
code.cloudfoundry.org/cfhttp/v2 v2.23.0/go.mod h1:0NtBBdWRmqwNdeT3pvdSFlV3Wl34NSsP+CLsqkAHV40=
code.cloudfoundry.org/clock v1.0.0 h1:kFXWQM4bxYvdBw2X8BbBeXwQNgfoWv1vqAk2ZZyBN2o=
code.cloudfoundry.org/clock v1.0.0/go.mod h1:QD9Lzhd/ux6eNQVUDVRJX/RKTigpewimNYBi7ivZKY8=
code.cloudfoundry.org/debugserver v0.25.0 h1:D13+4IIT95Fbdfsk1Q6sviBJmJFhQJfKmTNpzFdmjU4=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
code.cloudfoundry.org/bbs/encryption
code.cloudfoundry.org/bbs/format
code.cloudfoundry.org/bbs/models
# code.cloudfoundry.org/cfhttp/v2 v2.22.0
# code.cloudfoundry.org/cfhttp/v2 v2.23.0
## explicit; go 1.22.0
code.cloudfoundry.org/cfhttp/v2
# code.cloudfoundry.org/debugserver v0.25.0
Expand Down

0 comments on commit def84d1

Please sign in to comment.