From 9f01f7a13215306e1cb14296b1182ae39b8dfbb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 15:37:41 -0500 Subject: [PATCH] Bump github.com/hashicorp/go-cleanhttp from 0.5.1 to 0.5.2 (#144) * Bump github.com/hashicorp/go-cleanhttp from 0.5.1 to 0.5.2 Bumps [github.com/hashicorp/go-cleanhttp](https://github.com/hashicorp/go-cleanhttp) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/hashicorp/go-cleanhttp/releases) - [Commits](https://github.com/hashicorp/go-cleanhttp/compare/v0.5.1...v0.5.2) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-cleanhttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * changelog Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paras Prajapati <15036233+paraspraj@users.noreply.github.com> Co-authored-by: Paras Prajapati --- .changelog/144.txt | 3 +++ go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 .changelog/144.txt diff --git a/.changelog/144.txt b/.changelog/144.txt new file mode 100644 index 00000000..80707b77 --- /dev/null +++ b/.changelog/144.txt @@ -0,0 +1,3 @@ +```release-note:improvement +Bump github.com/hashicorp/go-cleanhttp from 0.5.1 to 0.5.2 +``` \ No newline at end of file diff --git a/go.mod b/go.mod index 29cadc5a..dc807827 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/go-openapi/swag v0.22.3 github.com/go-openapi/validate v0.21.0 github.com/go-ozzo/ozzo-validation v3.6.0+incompatible - github.com/hashicorp/go-cleanhttp v0.5.1 + github.com/hashicorp/go-cleanhttp v0.5.2 github.com/iancoleman/strcase v0.2.0 github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 diff --git a/go.sum b/go.sum index 6dfb4993..0d0c81cc 100644 --- a/go.sum +++ b/go.sum @@ -172,8 +172,8 @@ github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY= github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= -github.com/hashicorp/go-cleanhttp v0.5.1 h1:dH3aiDG9Jvb5r5+bYHsikaOUIpcM0xvgMXVoDkXMzJM= -github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= +github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ= +github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/iancoleman/strcase v0.2.0 h1:05I4QRnGpI0m37iZQRuskXh+w77mr6Z41lwQzuHLwW0=