From 2ad2cd2f505563291ba6e460809832556868abdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 09:13:02 -0700 Subject: [PATCH] Bump code.cloudfoundry.org/cfhttp/v2 from 2.0.2 to 2.1.0 (#50) Bumps [code.cloudfoundry.org/cfhttp/v2](https://github.com/cloudfoundry/cfhttp) from 2.0.2 to 2.1.0. - [Commits](https://github.com/cloudfoundry/cfhttp/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 +-- .../cfhttp/v2/.gitignore | 1 + .../cfhttp/v2/CODEOWNERS | 1 + vendor/code.cloudfoundry.org/cfhttp/v2/NOTICE | 20 +++++++++++++ .../code.cloudfoundry.org/cfhttp/v2/README.md | 30 +++++++++++++++++++ vendor/modules.txt | 2 +- 7 files changed, 56 insertions(+), 4 deletions(-) create mode 100644 vendor/code.cloudfoundry.org/cfhttp/v2/.gitignore create mode 100644 vendor/code.cloudfoundry.org/cfhttp/v2/CODEOWNERS create mode 100644 vendor/code.cloudfoundry.org/cfhttp/v2/NOTICE create mode 100644 vendor/code.cloudfoundry.org/cfhttp/v2/README.md diff --git a/go.mod b/go.mod index bdf0f82..044b8e3 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index fcddfe8..0312d61 100644 --- a/go.sum +++ b/go.sum @@ -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= diff --git a/vendor/code.cloudfoundry.org/cfhttp/v2/.gitignore b/vendor/code.cloudfoundry.org/cfhttp/v2/.gitignore new file mode 100644 index 0000000..9ed3b07 --- /dev/null +++ b/vendor/code.cloudfoundry.org/cfhttp/v2/.gitignore @@ -0,0 +1 @@ +*.test diff --git a/vendor/code.cloudfoundry.org/cfhttp/v2/CODEOWNERS b/vendor/code.cloudfoundry.org/cfhttp/v2/CODEOWNERS new file mode 100644 index 0000000..6a633c7 --- /dev/null +++ b/vendor/code.cloudfoundry.org/cfhttp/v2/CODEOWNERS @@ -0,0 +1 @@ +* @cloudfoundry/wg-app-runtime-platform-diego-approvers diff --git a/vendor/code.cloudfoundry.org/cfhttp/v2/NOTICE b/vendor/code.cloudfoundry.org/cfhttp/v2/NOTICE new file mode 100644 index 0000000..3c8dd5b --- /dev/null +++ b/vendor/code.cloudfoundry.org/cfhttp/v2/NOTICE @@ -0,0 +1,20 @@ +Copyright (c) 2015-Present CloudFoundry.org Foundation, Inc. All Rights Reserved. + +This project contains software that is Copyright (c) 2014-2015 Pivotal Software, Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +This project may include a number of subcomponents with separate +copyright notices and license terms. Your use of these subcomponents +is subject to the terms and conditions of each subcomponent's license, +as noted in the LICENSE file. diff --git a/vendor/code.cloudfoundry.org/cfhttp/v2/README.md b/vendor/code.cloudfoundry.org/cfhttp/v2/README.md new file mode 100644 index 0000000..a3a3030 --- /dev/null +++ b/vendor/code.cloudfoundry.org/cfhttp/v2/README.md @@ -0,0 +1,30 @@ +# cfhttp + +[![Go Report +Card](https://goreportcard.com/badge/code.cloudfoundry.org/cfhttp)](https://goreportcard.com/report/code.cloudfoundry.org/cfhttp) +[![Go +Reference](https://pkg.go.dev/badge/code.cloudfoundry.org/cfhttp.svg)](https://pkg.go.dev/code.cloudfoundry.org/cfhttp) + +Wrapper for official go http package + +> \[!NOTE\] +> +> This repository should be imported as +> `code.cloudfoundry.org/cfhttp/v2`. + +# Contributing + +See the [Contributing.md](./.github/CONTRIBUTING.md) for more +information on how to contribute. + +# Working Group Charter + +This repository is maintained by [App Runtime +Platform](https://github.com/cloudfoundry/community/blob/main/toc/working-groups/app-runtime-platform.md) +under `Diego` area. + +> \[!IMPORTANT\] +> +> Content in this file is managed by the [CI task +> `sync-readme`](https://github.com/cloudfoundry/wg-app-platform-runtime-ci/blob/c83c224ad06515ed52f51bdadf6075f56300ec93/shared/tasks/sync-readme/metadata.yml) +> and is generated by CI following a convention. diff --git a/vendor/modules.txt b/vendor/modules.txt index 4c28380..c66f194 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -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