From 84cbde8fd6ea3aa49fa89a397ecc8cd2080915d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 21:13:05 +0000 Subject: [PATCH] build(deps): bump github.com/gruntwork-io/terratest Bumps the go-integration group in /tests/integration with 1 update: [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest). Updates `github.com/gruntwork-io/terratest` from 0.56.0 to 1.0.0 - [Release notes](https://github.com/gruntwork-io/terratest/releases) - [Commits](https://github.com/gruntwork-io/terratest/compare/v0.56.0...v1.0.0) --- updated-dependencies: - dependency-name: github.com/gruntwork-io/terratest dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: go-integration ... Signed-off-by: dependabot[bot] --- tests/integration/go.mod | 2 +- tests/integration/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/integration/go.mod b/tests/integration/go.mod index c03cc70..563db3b 100644 --- a/tests/integration/go.mod +++ b/tests/integration/go.mod @@ -4,7 +4,7 @@ go 1.26 require ( github.com/aws/aws-sdk-go v1.55.8 - github.com/gruntwork-io/terratest v0.56.0 + github.com/gruntwork-io/terratest v1.0.0 github.com/stretchr/testify v1.11.1 ) diff --git a/tests/integration/go.sum b/tests/integration/go.sum index b134ecd..d0f63f7 100644 --- a/tests/integration/go.sum +++ b/tests/integration/go.sum @@ -14,8 +14,8 @@ github.com/go-test/deep v1.0.7 h1:/VSMRlnY/JSyqxQUzQLKVMAskpY/NZKFA5j2P+0pP2M= github.com/go-test/deep v1.0.7/go.mod h1:QV8Hv/iy04NyLBxAdO9njL0iVPN1S4d/A3NVv1V36o8= github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= -github.com/gruntwork-io/terratest v0.56.0 h1:Z01eNpWsgEqVQbMpdS5HzUZDBIxyib7Psqzias+HbqQ= -github.com/gruntwork-io/terratest v0.56.0/go.mod h1:gflMQk8AYbzJSwKQzgt0vmF8Js+GTBA0nbE/vQe811o= +github.com/gruntwork-io/terratest v1.0.0 h1:Zk7VJ5Z9vBSwv8OQ/zzkG5D/tfqyVyjMK+lq2v+Kn/c= +github.com/gruntwork-io/terratest v1.0.0/go.mod h1:g2XWbOQOvnHBFcIYCt5ryaFBWp69+5L+QMbAwor+CBo= 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=