From 8c3c4a32df157b6c19e343508204275290805870 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Sat, 5 Jul 2025 19:44:01 +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 0dc7e60..0e47f01 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit 0dc7e602f87f6a708e55c9411065ce64a5a3e399 +Subproject commit 0e47f010d8f8098a4def705086e21c1f1bcec6d5 diff --git a/tests/go.mod b/tests/go.mod index 3a5071d..1974511 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -6,7 +6,7 @@ toolchain go1.24.4 require ( github.com/stretchr/testify v1.10.0 - github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.54.2 + github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.55.2 ) require ( diff --git a/tests/go.sum b/tests/go.sum index c831852..f0fd6e7 100644 --- a/tests/go.sum +++ b/tests/go.sum @@ -246,8 +246,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.54.2 h1:RSgKQbYLV6RsZzY0lzvUjPoRyZwRqJbkupKjA9B8iN4= -github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.54.2/go.mod h1:VqiPX6tW9J87xrrrSP7NE9C5jZNmv+wRoRHDfgBYSSY= +github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.55.2 h1:glzdzCX2gbltCJd6Ii4GCU/xYJVLUXFs+FvJp42YheE= +github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.55.2/go.mod h1:VqiPX6tW9J87xrrrSP7NE9C5jZNmv+wRoRHDfgBYSSY= github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk= github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM= github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=