From 42b20858e4140a1df15486d9bf2d8febcfec09f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:38:46 +0200 Subject: [PATCH] fix(deps): update module github.com/gruntwork-io/terratest to v0.47.2 (#1742) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- terratest/go.mod | 2 +- terratest/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/terratest/go.mod b/terratest/go.mod index f8ab518593..71836323b1 100644 --- a/terratest/go.mod +++ b/terratest/go.mod @@ -4,7 +4,7 @@ go 1.22.3 require ( github.com/AbsaOSS/gopkg v0.1.3 - github.com/gruntwork-io/terratest v0.47.1 + github.com/gruntwork-io/terratest v0.47.2 github.com/stretchr/testify v1.9.0 gopkg.in/yaml.v3 v3.0.1 k8s.io/api v0.28.4 diff --git a/terratest/go.sum b/terratest/go.sum index 8762f5096a..6eb126b5f3 100644 --- a/terratest/go.sum +++ b/terratest/go.sum @@ -132,6 +132,8 @@ github.com/gruntwork-io/terratest v0.47.0 h1:xIy1pT7NbGVlMLDZEHl3+3iSnvffh8tN2pL github.com/gruntwork-io/terratest v0.47.0/go.mod h1:oywHw1cFKXSYvKPm27U7quZVzDUlA22H2xUrKCe26xM= github.com/gruntwork-io/terratest v0.47.1 h1:qOaxnL7Su5+KpDHYUN/ek1jn8ImvCKtOkaY4OSMS4tI= github.com/gruntwork-io/terratest v0.47.1/go.mod h1:LnYX8BN5WxUMpDr8rtD39oToSL4CBERWSCusbJ0d/64= +github.com/gruntwork-io/terratest v0.47.2 h1:t6iWwsqJH7Gx0RwXleU/vjc+2c0JXRMdj3DxYXTBssQ= +github.com/gruntwork-io/terratest v0.47.2/go.mod h1:LnYX8BN5WxUMpDr8rtD39oToSL4CBERWSCusbJ0d/64= github.com/hashicorp/errwrap v1.0.0 h1:hLrqtEDnRye3+sgx6z4qVLNuviH3MR5aQ0ykNJa/UYA= github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= github.com/hashicorp/go-multierror v1.1.0 h1:B9UzwGQJehnUY1yNrnwREHc3fGbC2xefo8g4TbElacI=