From 57cf6893e16e33a4bfa994262bf087817cc6fbcc Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 8 Oct 2025 23:55:02 +0000 Subject: [PATCH] fix(deps): update module github.com/hashicorp/go-retryablehttp to v0.7.7 [security] --- golang/go-cloud-run-hello-world/go.mod | 2 +- golang/go-cloud-run-hello-world/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/golang/go-cloud-run-hello-world/go.mod b/golang/go-cloud-run-hello-world/go.mod index f2ae575ad..fee1870ac 100644 --- a/golang/go-cloud-run-hello-world/go.mod +++ b/golang/go-cloud-run-hello-world/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( cloud.google.com/go v0.109.0 - github.com/hashicorp/go-retryablehttp v0.7.4 + github.com/hashicorp/go-retryablehttp v0.7.7 ) require github.com/hashicorp/go-cleanhttp v0.5.2 // indirect diff --git a/golang/go-cloud-run-hello-world/go.sum b/golang/go-cloud-run-hello-world/go.sum index 0e924e669..24aaf9ccf 100644 --- a/golang/go-cloud-run-hello-world/go.sum +++ b/golang/go-cloud-run-hello-world/go.sum @@ -232,6 +232,8 @@ github.com/hashicorp/go-retryablehttp v0.7.1 h1:sUiuQAnLlbvmExtFQs72iFW/HXeUn8Z1 github.com/hashicorp/go-retryablehttp v0.7.1/go.mod h1:vAew36LZh98gCBJNLH42IQ1ER/9wtLZZ8meHqQvEYWY= github.com/hashicorp/go-retryablehttp v0.7.4 h1:ZQgVdpTdAL7WpMIwLzCfbalOcSUdkDZnpUv3/+BxzFA= github.com/hashicorp/go-retryablehttp v0.7.4/go.mod h1:Jy/gPYAdjqffZ/yFGCFV2doI5wjtH1ewM9u8iYVjtX8= +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 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/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=