From f255fa15557bf870ccfb4dd4218ce9ff7798d68f Mon Sep 17 00:00:00 2001 From: Comrade Renovate Bot Date: Thu, 9 Nov 2023 08:00:33 +0000 Subject: [PATCH] chore(deps): update module github.com/hashicorp/go-retryablehttp to v0.7.5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 431e4de6..c17fb766 100644 --- a/go.mod +++ b/go.mod @@ -104,7 +104,7 @@ require ( github.com/fvbommel/sortorder v1.0.2 // indirect github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect github.com/gorilla/mux v1.8.0 // indirect - github.com/hashicorp/go-retryablehttp v0.7.4 + github.com/hashicorp/go-retryablehttp v0.7.5 github.com/klauspost/pgzip v1.2.6 github.com/moby/patternmatcher v0.5.0 // indirect github.com/moby/sys/sequential v0.5.0 // indirect