From 388fb6d6c13098dd7b4c21a9a69b7a2903987cfb Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 28 May 2024 22:57:54 +0000 Subject: [PATCH] chore(deps): Update go modules and/or dev-tools --- infra/test/integration/go.mod | 4 ++-- infra/test/integration/go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/infra/test/integration/go.mod b/infra/test/integration/go.mod index 824731b9f..7a9d2e0f4 100644 --- a/infra/test/integration/go.mod +++ b/infra/test/integration/go.mod @@ -2,11 +2,11 @@ module github.com/terraform-google-modules/dynamic-javascript-webapp/test/integr go 1.21 -toolchain go1.21.10 +toolchain go1.22.3 require ( github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.15.0 - github.com/gruntwork-io/terratest v0.46.14 + github.com/gruntwork-io/terratest v0.46.15 github.com/stretchr/testify v1.9.0 ) diff --git a/infra/test/integration/go.sum b/infra/test/integration/go.sum index f70b62e47..8d71b2b16 100644 --- a/infra/test/integration/go.sum +++ b/infra/test/integration/go.sum @@ -355,8 +355,8 @@ github.com/googleapis/gax-go/v2 v2.12.0 h1:A+gCJKdRfqXkr+BIRGtZLibNXf0m1f9E4HG56 github.com/googleapis/gax-go/v2 v2.12.0/go.mod h1:y+aIqrI5eb1YGMVJfuV3185Ts/D7qKpsEkdD5+I6QGU= github.com/googleapis/go-type-adapters v1.0.0/go.mod h1:zHW75FOG2aur7gAO2B+MLby+cLsWGBF62rFAi7WjWO4= github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw= -github.com/gruntwork-io/terratest v0.46.14 h1:nVT2JpOPLr7KbwOSNDP0GJffljH+Yu5833cwLorxRjs= -github.com/gruntwork-io/terratest v0.46.14/go.mod h1:L/IHbj195wnjfIFpZYWUhjwA3jm4O6ehO//xz7NxN8o= +github.com/gruntwork-io/terratest v0.46.15 h1:qfqjTFveymaqe7aAWn3LjlK0SwVGpRfoOut5ggNyfQ8= +github.com/gruntwork-io/terratest v0.46.15/go.mod h1:9bd22zAojjBBiYdsp+AR1iyl2iB6bRUVm2Yf1AFhfrA= github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I= github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=