From c5960470ae48605d53549799733af5501b493d61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:15:39 +0000 Subject: [PATCH] fix(deps): update module github.com/gruntwork-io/terratest to v0.47.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 07b46d1b..d6fb7353 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/appuio/charts go 1.18 require ( - github.com/gruntwork-io/terratest v0.40.7 + github.com/gruntwork-io/terratest v0.47.2 github.com/norwoodj/helm-docs v1.9.1 github.com/stretchr/testify v1.7.2 k8s.io/api v0.20.6