Skip to content

Commit

Permalink
Bump code.cloudfoundry.org/cfhttp/v2 from 2.19.0 to 2.20.0 (#117)
Browse files Browse the repository at this point in the history
Bumps [code.cloudfoundry.org/cfhttp/v2](https://github.com/cloudfoundry/cfhttp) from 2.19.0 to 2.20.0.
- [Release notes](https://github.com/cloudfoundry/cfhttp/releases)
- [Commits](cloudfoundry/cfhttp@v2.19.0...v2.20.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent bbe0bba commit f5947b5
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.19.0
code.cloudfoundry.org/cfhttp/v2 v2.20.0
code.cloudfoundry.org/debugserver v0.22.0
code.cloudfoundry.org/lager/v3 v3.14.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.19.0 h1:Ex3EZcjtMxpuo22ho9Uz4GcdiBdNiiMMzYV/66E+tTc=
code.cloudfoundry.org/cfhttp/v2 v2.19.0/go.mod h1:irzHG7NHGg9bWMnPv9CheiaKhdTb7582KnnquzOiYyk=
code.cloudfoundry.org/cfhttp/v2 v2.20.0 h1:pD9n6Nn4XmKy/MKn6j0nvd/mk9nsSViWpynNozi3CCk=
code.cloudfoundry.org/cfhttp/v2 v2.20.0/go.mod h1:XUhEotxoa0ReCZ149xQ2n4Bf0lW2WpUXb+8AH5h4TMs=
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.22.0 h1:jjM9i3gwLd7XWkHkiT7DLQhJsbK+QhvIZQIpKNLelH8=
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.19.0
# code.cloudfoundry.org/cfhttp/v2 v2.20.0
## explicit; go 1.22.0
code.cloudfoundry.org/cfhttp/v2
# code.cloudfoundry.org/debugserver v0.22.0
Expand Down

0 comments on commit f5947b5

Please sign in to comment.