From 9529d75518498d990b7a58d96bdb1091a174694e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 16:59:03 +0000 Subject: [PATCH] fix(deps): update module github.com/terraform-google-modules/terraform-example-foundation/test/integration to v4 --- helpers/foundation-deployer/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/foundation-deployer/go.mod b/helpers/foundation-deployer/go.mod index 926cfdffb..292daa7be 100644 --- a/helpers/foundation-deployer/go.mod +++ b/helpers/foundation-deployer/go.mod @@ -8,7 +8,7 @@ require ( github.com/hashicorp/hcl/v2 v2.19.1 github.com/mitchellh/go-testing-interface v1.14.2-0.20210821155943-2d9075ca8770 github.com/stretchr/testify v1.8.4 - github.com/terraform-google-modules/terraform-example-foundation/test/integration v0.0.0-20231213170019-25c61c48c94e + github.com/terraform-google-modules/terraform-example-foundation/test/integration v4.0.0 github.com/tidwall/gjson v1.17.0 )