From 3132ba8d725b0203705715fc6034182186781683 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Sat, 17 Aug 2024 03:23:59 +0000 Subject: [PATCH] chore(deps): update ci dependencies --- common-dev-assets | 2 +- tests/go.mod | 4 ++-- tests/go.sum | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common-dev-assets b/common-dev-assets index 6ea009a..5fa5912 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit 6ea009a712c35c7a08f21759d1453d5f3b48b1bd +Subproject commit 5fa59126282218e10dde65d458bb9d0d9bb74fef diff --git a/tests/go.mod b/tests/go.mod index a0d679d..2a3b294 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -2,11 +2,11 @@ module github.com/terraform-ibm-modules/stack-ibm-mock go 1.21 -toolchain go1.22.5 +toolchain go1.23.0 require ( github.com/stretchr/testify v1.9.0 - github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.4 + github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.37.0 ) require ( diff --git a/tests/go.sum b/tests/go.sum index 5b7c31d..3c5adb2 100644 --- a/tests/go.sum +++ b/tests/go.sum @@ -225,8 +225,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.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= -github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.4 h1:252D3+KlXOQALQ9jyFdCfmP/nAk4lXgvhPjBhx/C+2Y= -github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.4/go.mod h1:MXtQ40V5bbyri3QLE9AhjuJKuwKrGPjC/KmoOUvko6s= +github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.37.0 h1:JMKRnXEwSWt8+A1Ut0A7teZHkT9KjXzkyFW0itm85mk= +github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.37.0/go.mod h1:MXtQ40V5bbyri3QLE9AhjuJKuwKrGPjC/KmoOUvko6s= 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=