From 771ad2614c8087188d7901d530551e93137e7ee5 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Wed, 14 May 2025 15:49:46 +0000 Subject: [PATCH] chore(deps): update module github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper to v1.50.0 --- tests/go.mod | 2 +- tests/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/go.mod b/tests/go.mod index f394c113..95feb612 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -6,7 +6,7 @@ toolchain go1.24.3 require ( github.com/stretchr/testify v1.10.0 - github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.49.4 + github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.50.0 ) require ( diff --git a/tests/go.sum b/tests/go.sum index a4a37e87..904d3afc 100644 --- a/tests/go.sum +++ b/tests/go.sum @@ -295,8 +295,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= -github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.49.4 h1:7gDBYDN8D5auXiw8w2j7Nf/kSVbpKFzyrx0rLGPME8I= -github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.49.4/go.mod h1:zrLfGrh3QhvVu35j7a6ctfWRT0skDTmgMYfWgauabA4= +github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.50.0 h1:bQFwujT3pHNuHWLUVPJFC99bCvi6U5xNCsi5HsiXqkw= +github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.50.0/go.mod h1:zrLfGrh3QhvVu35j7a6ctfWRT0skDTmgMYfWgauabA4= github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk= github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw= github.com/tmccombs/hcl2json v0.6.4/go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk=