From cc75bf815dc0ecc4c01f61376f6ed8067e034f45 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Thu, 24 Jul 2025 23:41:29 +0000 Subject: [PATCH] chore(deps): update ci dependencies --- common-dev-assets | 2 +- tests/go.mod | 2 +- tests/go.sum | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common-dev-assets b/common-dev-assets index aeace6e9..c0684d28 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit aeace6e91589db9687a85d8e82b0f33e36a1157a +Subproject commit c0684d28af678b85ca6e45117a935fb3fd775f4f diff --git a/tests/go.mod b/tests/go.mod index fdfc5baf..e3a5e2b0 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -6,7 +6,7 @@ toolchain go1.24.5 require ( github.com/stretchr/testify v1.10.0 - github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.57.1 + github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.0 ) require ( diff --git a/tests/go.sum b/tests/go.sum index 1f81da8e..2c873d02 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.57.1 h1:rlWG0Jbw6qT9g5fiRpaZYuxq5OFwq/fMdNBqVmk2WgY= -github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.57.1/go.mod h1:9aUT2AQgvdHxKj+XsXPzl1LX+YjzI36Sd7oZLEZVfkQ= +github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.0 h1:4KQytIFHarIDl3cchyv+DmLuZbvdlTd6+zw6bgmyipo= +github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.0/go.mod h1:9aUT2AQgvdHxKj+XsXPzl1LX+YjzI36Sd7oZLEZVfkQ= 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=