diff --git a/anthos-bm-gcp-terraform/test/go.mod b/anthos-bm-gcp-terraform/test/go.mod index 1cae100d..e9681b5a 100644 --- a/anthos-bm-gcp-terraform/test/go.mod +++ b/anthos-bm-gcp-terraform/test/go.mod @@ -3,7 +3,7 @@ module github.com/GoogleCloudPlatform/anthos-samples/anthos-bm-gcp-terraform go 1.19 require ( - github.com/gruntwork-io/terratest v0.40.24 + github.com/gruntwork-io/terratest v0.41.0 github.com/icrowley/fake v0.0.0-20221112152111-d7b7e2276db2 github.com/stretchr/testify v1.8.1 gopkg.in/yaml.v2 v2.4.0 diff --git a/anthos-bm-gcp-terraform/test/go.sum b/anthos-bm-gcp-terraform/test/go.sum index 44bd23d2..ab27fc50 100644 --- a/anthos-bm-gcp-terraform/test/go.sum +++ b/anthos-bm-gcp-terraform/test/go.sum @@ -454,6 +454,8 @@ github.com/gruntwork-io/terratest v0.40.22 h1:qHIk+feNFspZQK2UTeH+zeMGfTfSuRduU1 github.com/gruntwork-io/terratest v0.40.22/go.mod h1:JGeIGgLbxbG9/Oqm06z6YXVr76CfomdmLkV564qov+8= github.com/gruntwork-io/terratest v0.40.24 h1:vxVi714rX+joBLrxBVnbMzSYQ2srIfXzjqvImHl6Rtk= github.com/gruntwork-io/terratest v0.40.24/go.mod h1:JGeIGgLbxbG9/Oqm06z6YXVr76CfomdmLkV564qov+8= +github.com/gruntwork-io/terratest v0.41.0 h1:QKFK6m0EMVnrV7lw2L06TlG+Ha3t0CcOXuBVywpeNRU= +github.com/gruntwork-io/terratest v0.41.0/go.mod h1:qH1xkPTTGx30XkMHw8jAVIbzqheSjIa5IyiTwSV2vKI= github.com/hashicorp/consul/api v1.1.0/go.mod h1:VmuI/Lkw1nC05EYQWNKwWGbkg+FbDBtguAZLlVdkD9Q= github.com/hashicorp/consul/sdk v0.1.1/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8= github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=