From f6f96d3757629632bccd6530c4b29a83e35287cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 22:00:32 +0000 Subject: [PATCH] build(deps): bump github.com/gruntwork-io/terratest Bumps the github-actions-dependencies group in /infrastructure/bootstrap/tests/unit with 1 update: [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest). Updates `github.com/gruntwork-io/terratest` from 0.48.2 to 0.49.0 - [Release notes](https://github.com/gruntwork-io/terratest/releases) - [Commits](https://github.com/gruntwork-io/terratest/compare/v0.48.2...v0.49.0) --- updated-dependencies: - dependency-name: github.com/gruntwork-io/terratest dependency-version: 0.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- infrastructure/bootstrap/tests/unit/go.mod | 5 +++-- infrastructure/bootstrap/tests/unit/go.sum | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/infrastructure/bootstrap/tests/unit/go.mod b/infrastructure/bootstrap/tests/unit/go.mod index b7d9cc4..2e35360 100644 --- a/infrastructure/bootstrap/tests/unit/go.mod +++ b/infrastructure/bootstrap/tests/unit/go.mod @@ -1,11 +1,12 @@ module github.com/abhisheksr01/python-postgres-azure -go 1.21.1 +go 1.23.0 + toolchain go1.24.1 require ( github.com/armakuni/go-terratest-helper v0.3.20 - github.com/gruntwork-io/terratest v0.48.2 + github.com/gruntwork-io/terratest v0.49.0 github.com/stretchr/testify v1.10.0 ) diff --git a/infrastructure/bootstrap/tests/unit/go.sum b/infrastructure/bootstrap/tests/unit/go.sum index ec245cc..c91e437 100644 --- a/infrastructure/bootstrap/tests/unit/go.sum +++ b/infrastructure/bootstrap/tests/unit/go.sum @@ -12,8 +12,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.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= -github.com/gruntwork-io/terratest v0.48.2 h1:+VwfODchq8jxZZWD+s8gBlhD1z6/C4bFLNrhpm9ONrs= -github.com/gruntwork-io/terratest v0.48.2/go.mod h1:Y5ETyD4ZQ2MZhasPno272fWuCpKwvTPYDi8Y0tIMqTE= +github.com/gruntwork-io/terratest v0.49.0 h1:GurfpHEOEr8vntB77QcxDh+P7aiQRUgPFdgb6q9PuWI= +github.com/gruntwork-io/terratest v0.49.0/go.mod h1:/+dfGio9NqUpvvukuPo29B8zy6U5FYJn9PdmvwztK4A= github.com/hashicorp/errwrap v1.0.0 h1:hLrqtEDnRye3+sgx6z4qVLNuviH3MR5aQ0ykNJa/UYA= github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=