From 47452d75b7f1eb946255f52bf0092a04d15e66b1 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Thu, 19 Jun 2025 16:07:03 +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 ef001d79..b76eee7e 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit ef001d79c2f055862a5ebecf59725e443ffb0f5b +Subproject commit b76eee7ec33d5b81b30828e37a02d2df595e0909 diff --git a/tests/go.mod b/tests/go.mod index 375542df..52e06562 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -7,7 +7,7 @@ toolchain go1.24.4 require ( github.com/gruntwork-io/terratest v0.50.0 github.com/stretchr/testify v1.10.0 - github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.53.4 + github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.54.0 ) require ( diff --git a/tests/go.sum b/tests/go.sum index 482cbde2..950b01ba 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.53.4 h1:kbyfhRhjg9yo6se5qzRgP05xxIHUOQHPqQNjO4OWmZ4= -github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.53.4/go.mod h1:VqiPX6tW9J87xrrrSP7NE9C5jZNmv+wRoRHDfgBYSSY= +github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.54.0 h1:2Q2Emlv/msCG8AqGQl+XMxvCbW7Hv/xWmLFKVJ41Jv4= +github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.54.0/go.mod h1:VqiPX6tW9J87xrrrSP7NE9C5jZNmv+wRoRHDfgBYSSY= 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=