From a4fba4f26d4f3c400c08519f154ea25ed981b797 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 22:05:20 +0000 Subject: [PATCH] Bump github.com/hashicorp/go-retryablehttp from 0.6.7 to 0.7.7 Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.6.7 to 0.7.7. - [Changelog](https://github.com/hashicorp/go-retryablehttp/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/go-retryablehttp/compare/v0.6.7...v0.7.7) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-retryablehttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 5a4f3231a..4e87cb0d0 100644 --- a/go.mod +++ b/go.mod @@ -11,10 +11,10 @@ require ( github.com/google/go-cmp v0.5.9 github.com/google/go-containerregistry v0.16.1 github.com/googleapis/gax-go/v2 v2.12.0 - github.com/hashicorp/go-retryablehttp v0.6.7 + github.com/hashicorp/go-retryablehttp v0.7.7 github.com/rs/xid v0.0.0-20170604230408-02dd45c33376 golang.org/x/oauth2 v0.8.0 - golang.org/x/sys v0.8.0 + golang.org/x/sys v0.20.0 google.golang.org/genproto v0.0.0-20230913181813-007df8e322eb gopkg.in/yaml.v2 v2.4.0 ) @@ -33,7 +33,7 @@ require ( github.com/golang/protobuf v1.5.3 // indirect github.com/google/s2a-go v0.1.4 // indirect github.com/googleapis/enterprise-certificate-proxy v0.2.4 // indirect - github.com/hashicorp/go-cleanhttp v0.5.1 // indirect + github.com/hashicorp/go-cleanhttp v0.5.2 // indirect github.com/klauspost/compress v1.16.5 // indirect github.com/kr/pretty v0.1.0 // indirect github.com/mitchellh/go-homedir v1.1.0 // indirect