From d30f3921289ba314b66a5b843233e16b8108a904 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 00:28:53 +0000 Subject: [PATCH] fix(deps): update module github.com/terraform-google-modules/terraform-example-foundation/test/integration to v3 --- 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 a3954ae489..f0d6dcce01 100644 --- a/helpers/foundation-deployer/go.mod +++ b/helpers/foundation-deployer/go.mod @@ -8,7 +8,7 @@ require ( github.com/hashicorp/hcl/v2 v2.16.1 github.com/mitchellh/go-testing-interface v1.14.2-0.20210821155943-2d9075ca8770 github.com/stretchr/testify v1.8.2 - github.com/terraform-google-modules/terraform-example-foundation/test/integration v0.0.0-20230503230051-e9e2618ef515 + github.com/terraform-google-modules/terraform-example-foundation/test/integration v3.0.0 github.com/tidwall/gjson v1.14.4 )