21933: Upgrades github.com/hashicorp/go-retryablehttp to address CVE-2024-6104
authorLucas Di Pentima <lucas.dipentima@curii.com>
Tue, 25 Jun 2024 19:30:02 +0000 (16:30 -0300)
committerLucas Di Pentima <lucas.dipentima@curii.com>
Tue, 25 Jun 2024 19:30:02 +0000 (16:30 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>

go.mod
go.sum

diff --git a/go.mod b/go.mod
index 9cf9ee187ab72b07d306781e40e5117b7c089aa6..7ce9eb9757fab294a6e82f6c95fc33d2f0c22d9f 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -33,7 +33,7 @@ require (
        github.com/gogo/protobuf v1.3.2
        github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
        github.com/gorilla/mux v1.8.0
-       github.com/hashicorp/go-retryablehttp v0.7.6
+       github.com/hashicorp/go-retryablehttp v0.7.7
        github.com/hashicorp/golang-lru v1.0.2
        github.com/hashicorp/yamux v0.1.1
        github.com/jmcvetta/randutil v0.0.0-20150817122601-2bb1b664bcff
diff --git a/go.sum b/go.sum
index 1db0673efab68e5cc1c0712d0587ca3346af65e1..85690510617d73beef26ec168e3c7cfe18bb29a6 100644 (file)
--- a/go.sum
+++ b/go.sum
@@ -206,8 +206,8 @@ github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9n
 github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
 github.com/hashicorp/go-hclog v1.6.3 h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB11/k=
 github.com/hashicorp/go-hclog v1.6.3/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M=
-github.com/hashicorp/go-retryablehttp v0.7.6 h1:TwRYfx2z2C4cLbXmT8I5PgP/xmuqASDyiVuGYfs9GZM=
-github.com/hashicorp/go-retryablehttp v0.7.6/go.mod h1:pkQpWZeYWskR+D1tR2O5OcBFOxfA7DoAO6xtkuQnHTk=
+github.com/hashicorp/go-retryablehttp v0.7.7 h1:C8hUCYzor8PIfXHa4UrZkU4VvK8o9ISHxT2Q8+VepXU=
+github.com/hashicorp/go-retryablehttp v0.7.7/go.mod h1:pkQpWZeYWskR+D1tR2O5OcBFOxfA7DoAO6xtkuQnHTk=
 github.com/hashicorp/golang-lru v1.0.2 h1:dV3g9Z/unq5DpblPpw+Oqcv4dU/1omnb4Ok8iPY6p1c=
 github.com/hashicorp/golang-lru v1.0.2/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4=
 github.com/hashicorp/yamux v0.1.1 h1:yrQxtgseBDrq9Y652vSRDvsKCJKOUD+GzTS4Y0Y8pvE=