From e00346f2e38aa3661e124ebc715f6d0d70e8edcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 22:16:16 +0000 Subject: [PATCH] Bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 in /test Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.7.5 to 0.7.7. - [Changelog](https://github.com/hashicorp/go-retryablehttp/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/go-retryablehttp/compare/v0.7.5...v0.7.7) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-retryablehttp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/go.mod b/test/go.mod index f0d489e9..843c932b 100644 --- a/test/go.mod +++ b/test/go.mod @@ -7,7 +7,7 @@ toolchain go1.21.2 require ( github.com/Azure/terraform-module-test-helper v0.19.0 github.com/gruntwork-io/terratest v0.46.11 - github.com/hashicorp/go-retryablehttp v0.7.5 + github.com/hashicorp/go-retryablehttp v0.7.7 github.com/stretchr/testify v1.9.0 ) @@ -95,7 +95,7 @@ require ( golang.org/x/net v0.21.0 // indirect golang.org/x/oauth2 v0.17.0 // indirect golang.org/x/sync v0.5.0 // indirect - golang.org/x/sys v0.18.0 // indirect + golang.org/x/sys v0.20.0 // indirect golang.org/x/term v0.18.0 // indirect golang.org/x/text v0.14.0 // indirect golang.org/x/time v0.5.0 // indirect