We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c7328 commit bef4af3Copy full SHA for bef4af3
terraform-google-{{cookiecutter.module_name}}/test/integration/go.mod
@@ -3,8 +3,8 @@ module github.com/terraform-google-modules/{{cookiecutter.module_name}}/test/int
3
go 1.21
4
5
require (
6
- github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.11.1
7
- github.com/stretchr/testify v1.8.4
+ github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.13.0
+ github.com/stretchr/testify v1.9.0
8
)
9
10
0 commit comments