Skip to content

Commit

Permalink
Bump code.cloudfoundry.org/cfhttp/v2 from 2.0.2 to 2.1.0 (#50)
Browse files Browse the repository at this point in the history
Bumps [code.cloudfoundry.org/cfhttp/v2](https://github.com/cloudfoundry/cfhttp) from 2.0.2 to 2.1.0.
- [Commits](cloudfoundry/cfhttp@v2.0.2...v2.1.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 Jun 9, 2024
1 parent ab4e6eb commit 2ad2cd2
Show file tree
Hide file tree
Showing 7 changed files with 56 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.20

require (
code.cloudfoundry.org/cfhttp v2.0.1-0.20190228180516-1f526aa7822e+incompatible
code.cloudfoundry.org/cfhttp/v2 v2.0.2
code.cloudfoundry.org/cfhttp/v2 v2.1.0
code.cloudfoundry.org/debugserver v0.0.0-20240510172920-2e46c6dc69d9
code.cloudfoundry.org/lager/v3 v3.0.3
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 @@ -596,8 +596,8 @@ code.cloudfoundry.org/bbs v0.0.0-20240418184526-a7ed0dccd9f7 h1:vmwkTM1T0Hx6V4Lg
code.cloudfoundry.org/bbs v0.0.0-20240418184526-a7ed0dccd9f7/go.mod h1:XKlGVVXFi5EcHHMPzw3xgONK9PeEZuUbIC43XNwxD10=
code.cloudfoundry.org/cfhttp v2.0.1-0.20190228180516-1f526aa7822e+incompatible h1:39Xf8kMQXQRslAVZqX38iISxXG3FPlkKuvuLbbVHPHw=
code.cloudfoundry.org/cfhttp v2.0.1-0.20190228180516-1f526aa7822e+incompatible/go.mod h1:kwYQ8kChWl4AuUJG3vKtp1po2B91S7XoUWhoKElabmA=
code.cloudfoundry.org/cfhttp/v2 v2.0.2 h1:V32WO2djBwD/Zxmjd8QF6kJdYeT/kMbK5MBHp3hyR0M=
code.cloudfoundry.org/cfhttp/v2 v2.0.2/go.mod h1:JD6Dgp+240Z4lbsbOiqY3xjhX+W8zB/4x7pFwlNLcJI=
code.cloudfoundry.org/cfhttp/v2 v2.1.0 h1:HbQ5H2R+HEKG/rcB6Gk3okeC3h2fAC4PPnLQoMHvzZM=
code.cloudfoundry.org/cfhttp/v2 v2.1.0/go.mod h1:k9R36Y/9dUc9OsX4dfDuEjHZ7Q00ttklKQj6HD6h6+U=
code.cloudfoundry.org/clock v1.0.0 h1:kFXWQM4bxYvdBw2X8BbBeXwQNgfoWv1vqAk2ZZyBN2o=
code.cloudfoundry.org/debugserver v0.0.0-20240510172920-2e46c6dc69d9 h1:IUMSJAmSfloOnpLHUNX1qhq8epmIgfq9L25rY5dapnA=
code.cloudfoundry.org/debugserver v0.0.0-20240510172920-2e46c6dc69d9/go.mod h1:w8y3Kai28/2VnvER31QVzlKEqPcSkE87D4F/YhWakAU=
Expand Down
1 change: 1 addition & 0 deletions vendor/code.cloudfoundry.org/cfhttp/v2/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/code.cloudfoundry.org/cfhttp/v2/CODEOWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions vendor/code.cloudfoundry.org/cfhttp/v2/NOTICE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions vendor/code.cloudfoundry.org/cfhttp/v2/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ code.cloudfoundry.org/bbs/models
## explicit
code.cloudfoundry.org/cfhttp
code.cloudfoundry.org/cfhttp/unix_transport
# code.cloudfoundry.org/cfhttp/v2 v2.0.2
# code.cloudfoundry.org/cfhttp/v2 v2.1.0
## explicit; go 1.19
code.cloudfoundry.org/cfhttp/v2
# code.cloudfoundry.org/debugserver v0.0.0-20240510172920-2e46c6dc69d9
Expand Down

0 comments on commit 2ad2cd2

Please sign in to comment.