diff --git a/common-dev-assets b/common-dev-assets index d1bcbc8..c87742a 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit d1bcbc8ddd2d29e1d2f9475d3f9fa4ec0773dd98 +Subproject commit c87742a9c768c445f36aa83234fb2e016ad37e46 diff --git a/tests/go.mod b/tests/go.mod index 04e5161..b1a47fd 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -6,7 +6,7 @@ toolchain go1.23.2 require ( github.com/stretchr/testify v1.9.0 - github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.41.2 + github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.41.3 ) require ( @@ -14,7 +14,7 @@ require ( github.com/IBM-Cloud/power-go-client v1.8.3 // indirect github.com/IBM/cloud-databases-go-sdk v0.7.0 // indirect github.com/IBM/go-sdk-core/v5 v5.18.1 // indirect - github.com/IBM/platform-services-go-sdk v0.70.0 // indirect + github.com/IBM/platform-services-go-sdk v0.71.0 // indirect github.com/IBM/project-go-sdk v0.3.6 // indirect github.com/IBM/schematics-go-sdk v0.3.0 // indirect github.com/IBM/vpc-go-sdk v0.61.0 // indirect diff --git a/tests/go.sum b/tests/go.sum index d787913..1f4fb83 100644 --- a/tests/go.sum +++ b/tests/go.sum @@ -7,8 +7,8 @@ github.com/IBM/cloud-databases-go-sdk v0.7.0/go.mod h1:JYucI1PdwqbAd8XGdDAchxzxR github.com/IBM/go-sdk-core/v5 v5.10.2/go.mod h1:WZPFasUzsKab/2mzt29xPcfruSk5js2ywAPwW4VJjdI= github.com/IBM/go-sdk-core/v5 v5.18.1 h1:wdftQO8xejECTWTKF3FGXyW0McKxxDAopH7MKwA187c= github.com/IBM/go-sdk-core/v5 v5.18.1/go.mod h1:3ywpylZ41WhWPusqtpJZWopYlt2brebcphV7mA2JncU= -github.com/IBM/platform-services-go-sdk v0.70.0 h1:G/jEzG/8SEEc+ZDXqAsPGPWcWD2UGy99LBhPX5iiD2E= -github.com/IBM/platform-services-go-sdk v0.70.0/go.mod h1:1yvG28ExlZ09gfBPH7flAQ6eZf7kYA4hbEEyYlbT97Y= +github.com/IBM/platform-services-go-sdk v0.71.0 h1:8miTTzH42EO+HslEOc8YWpL+RlJjgezM88R1SxL3fWY= +github.com/IBM/platform-services-go-sdk v0.71.0/go.mod h1:1yvG28ExlZ09gfBPH7flAQ6eZf7kYA4hbEEyYlbT97Y= github.com/IBM/project-go-sdk v0.3.6 h1:DRiANKnAePevFsIKSvR89SUaMa2xsd7YKK71Ka1eqKI= github.com/IBM/project-go-sdk v0.3.6/go.mod h1:FOJM9ihQV3EEAY6YigcWiTNfVCThtdY8bLC/nhQHFvo= github.com/IBM/schematics-go-sdk v0.3.0 h1:Vwxw85SONflakiBsNHAfViKLyp9zJiH5/hh6SewOP5Q= @@ -247,8 +247,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.41.2 h1:H92aR4OtIOCUT5dXZ+s+jtN9zYPsfljipgl8rRiEYRg= -github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.41.2/go.mod h1:KWJrd8D0yTISg0rNzake2ow7m3HKsooi95GHaz5sMJY= +github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.41.3 h1:jFFZQaSfyiubV43YRsTYWnTw72zrIXMd1NMcNUsyzHM= +github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.41.3/go.mod h1:oaVFDggUnSvcBRZSS7B4DMEuFCj4ouhuKnnKOVepIoI= 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=