Skip to content

Commit

Permalink
Bump code.cloudfoundry.org/cfhttp/v2 from 2.0.1 to 2.0.2
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.1 to 2.0.2.
- [Commits](cloudfoundry/cfhttp@v2.0.1...v2.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent a6ae574 commit d31a4be
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.20

require (
code.cloudfoundry.org/cfhttp v2.0.1-0.20190228180516-1f526aa7822e+incompatible
code.cloudfoundry.org/cfhttp/v2 v2.0.1
code.cloudfoundry.org/cfhttp/v2 v2.0.2
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.1 h1:xCbkvDVUDuFCquDo66QnvM9hG6vxM2cvTMjj/A8BcNA=
code.cloudfoundry.org/cfhttp/v2 v2.0.1/go.mod h1:yD0n22D4KP4xamgTxbz82KsWzK5kcfUrmJNrrmd4YBg=
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/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
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.1
# code.cloudfoundry.org/cfhttp/v2 v2.0.2
## explicit; go 1.19
code.cloudfoundry.org/cfhttp/v2
# code.cloudfoundry.org/debugserver v0.0.0-20240510172920-2e46c6dc69d9
Expand Down

0 comments on commit d31a4be

Please sign in to comment.