Skip to content

Commit 3ea86dd

Browse files
chore(deps): update ci dependencies
1 parent d3c8a3d commit 3ea86dd

File tree

5 files changed

+22
-21
lines changed

5 files changed

+22
-21
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- created
88
jobs:
99
call-terraform-ci-pipeline:
10-
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/[email protected].4
10+
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/[email protected].5
1111
secrets: inherit
1212
with:
1313
craSCCv2: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ on:
88

99
jobs:
1010
call-terraform-release-pipeline:
11-
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/[email protected].4
11+
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/[email protected].5
1212
secrets: inherit

tests/go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ go 1.22.0
55
toolchain go1.23.2
66

77
require (
8+
github.com/gruntwork-io/terratest v0.47.2
89
github.com/stretchr/testify v1.9.0
9-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.41.1
10+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.41.3
1011
)
1112

1213
require (
@@ -19,8 +20,8 @@ require (
1920
github.com/IBM-Cloud/bluemix-go v0.0.0-20240719075425-078fcb3a55be // indirect
2021
github.com/IBM-Cloud/power-go-client v1.8.3 // indirect
2122
github.com/IBM/cloud-databases-go-sdk v0.7.0 // indirect
22-
github.com/IBM/go-sdk-core/v5 v5.18.0 // indirect
23-
github.com/IBM/platform-services-go-sdk v0.69.3 // indirect
23+
github.com/IBM/go-sdk-core/v5 v5.18.1 // indirect
24+
github.com/IBM/platform-services-go-sdk v0.71.0 // indirect
2425
github.com/IBM/project-go-sdk v0.3.6 // indirect
2526
github.com/IBM/schematics-go-sdk v0.3.0 // indirect
2627
github.com/IBM/vpc-go-sdk v1.0.2 // indirect
@@ -63,16 +64,15 @@ require (
6364
github.com/google/uuid v1.6.0 // indirect
6465
github.com/googleapis/enterprise-certificate-proxy v0.2.4 // indirect
6566
github.com/googleapis/gax-go/v2 v2.11.0 // indirect
66-
github.com/gruntwork-io/terratest v0.47.2 // indirect
6767
github.com/hashicorp/errwrap v1.1.0 // indirect
6868
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
6969
github.com/hashicorp/go-getter v1.7.6 // indirect
7070
github.com/hashicorp/go-multierror v1.1.1 // indirect
7171
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
7272
github.com/hashicorp/go-safetemp v1.0.0 // indirect
73-
github.com/hashicorp/go-version v1.6.0 // indirect
73+
github.com/hashicorp/go-version v1.7.0 // indirect
7474
github.com/hashicorp/hcl/v2 v2.17.0 // indirect
75-
github.com/hashicorp/terraform-json v0.22.1 // indirect
75+
github.com/hashicorp/terraform-json v0.23.0 // indirect
7676
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
7777
github.com/jinzhu/copier v0.4.0 // indirect
7878
github.com/jmespath/go-jmespath v0.4.0 // indirect
@@ -95,7 +95,7 @@ require (
9595
github.com/tmccombs/hcl2json v0.5.0 // indirect
9696
github.com/ulikunitz/xz v0.5.11 // indirect
9797
github.com/xanzy/ssh-agent v0.3.3 // indirect
98-
github.com/zclconf/go-cty v1.14.4 // indirect
98+
github.com/zclconf/go-cty v1.15.0 // indirect
9999
go.mongodb.org/mongo-driver v1.14.0 // indirect
100100
go.opencensus.io v0.24.0 // indirect
101101
go.opentelemetry.io/otel v1.16.0 // indirect

tests/go.sum

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,10 @@ github.com/IBM/cloud-databases-go-sdk v0.7.0 h1:prvLebKD1kcIk81D6yRhOr/TWp1VQJGL
197197
github.com/IBM/cloud-databases-go-sdk v0.7.0/go.mod h1:JYucI1PdwqbAd8XGdDAchxzxRP7bxOh1zUnseovHKsc=
198198
github.com/IBM/go-sdk-core/v5 v5.9.2/go.mod h1:YlOwV9LeuclmT/qi/LAK2AsobbAP42veV0j68/rlZsE=
199199
github.com/IBM/go-sdk-core/v5 v5.10.2/go.mod h1:WZPFasUzsKab/2mzt29xPcfruSk5js2ywAPwW4VJjdI=
200-
github.com/IBM/go-sdk-core/v5 v5.18.0 h1:ZB3qaLEsN4fccQWzMblfXeqLx5VztiVi+HfyIqmqask=
201-
github.com/IBM/go-sdk-core/v5 v5.18.0/go.mod h1:3ywpylZ41WhWPusqtpJZWopYlt2brebcphV7mA2JncU=
202-
github.com/IBM/platform-services-go-sdk v0.69.3 h1:Rbt3ARFQdTPRNcAYkJGGvayaotpmIQtE63Rr9tQH60I=
203-
github.com/IBM/platform-services-go-sdk v0.69.3/go.mod h1:ApFkvqw7NaluWJ5Uq+afdM/2jQqo5ILc0SzKSVobYNw=
200+
github.com/IBM/go-sdk-core/v5 v5.18.1 h1:wdftQO8xejECTWTKF3FGXyW0McKxxDAopH7MKwA187c=
201+
github.com/IBM/go-sdk-core/v5 v5.18.1/go.mod h1:3ywpylZ41WhWPusqtpJZWopYlt2brebcphV7mA2JncU=
202+
github.com/IBM/platform-services-go-sdk v0.71.0 h1:8miTTzH42EO+HslEOc8YWpL+RlJjgezM88R1SxL3fWY=
203+
github.com/IBM/platform-services-go-sdk v0.71.0/go.mod h1:1yvG28ExlZ09gfBPH7flAQ6eZf7kYA4hbEEyYlbT97Y=
204204
github.com/IBM/project-go-sdk v0.3.6 h1:DRiANKnAePevFsIKSvR89SUaMa2xsd7YKK71Ka1eqKI=
205205
github.com/IBM/project-go-sdk v0.3.6/go.mod h1:FOJM9ihQV3EEAY6YigcWiTNfVCThtdY8bLC/nhQHFvo=
206206
github.com/IBM/schematics-go-sdk v0.3.0 h1:Vwxw85SONflakiBsNHAfViKLyp9zJiH5/hh6SewOP5Q=
@@ -471,14 +471,15 @@ github.com/hashicorp/go-retryablehttp v0.7.7 h1:C8hUCYzor8PIfXHa4UrZkU4VvK8o9ISH
471471
github.com/hashicorp/go-retryablehttp v0.7.7/go.mod h1:pkQpWZeYWskR+D1tR2O5OcBFOxfA7DoAO6xtkuQnHTk=
472472
github.com/hashicorp/go-safetemp v1.0.0 h1:2HR189eFNrjHQyENnQMMpCiBAsRxzbTMIgBhEyExpmo=
473473
github.com/hashicorp/go-safetemp v1.0.0/go.mod h1:oaerMy3BhqiTbVye6QuFhFtIceqFoDHxNAB65b+Rj1I=
474-
github.com/hashicorp/go-version v1.6.0 h1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mOkIeek=
475474
github.com/hashicorp/go-version v1.6.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
475+
github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY=
476+
github.com/hashicorp/go-version v1.7.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
476477
github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
477478
github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
478479
github.com/hashicorp/hcl/v2 v2.17.0 h1:z1XvSUyXd1HP10U4lrLg5e0JMVz6CPaJvAgxM0KNZVY=
479480
github.com/hashicorp/hcl/v2 v2.17.0/go.mod h1:gJyW2PTShkJqQBKpAmPO3yxMxIuoXkOF2TpqXzrQyx4=
480-
github.com/hashicorp/terraform-json v0.22.1 h1:xft84GZR0QzjPVWs4lRUwvTcPnegqlyS7orfb5Ltvec=
481-
github.com/hashicorp/terraform-json v0.22.1/go.mod h1:JbWSQCLFSXFFhg42T7l9iJwdGXBYV8fmmD6o/ML4p3A=
481+
github.com/hashicorp/terraform-json v0.23.0 h1:sniCkExU4iKtTADReHzACkk8fnpQXrdD2xoR+lppBkI=
482+
github.com/hashicorp/terraform-json v0.23.0/go.mod h1:MHdXbBAbSg0GvzuWazEGKAn/cyNfIB7mN6y7KJN6y2c=
482483
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
483484
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
484485
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
@@ -621,8 +622,8 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o
621622
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
622623
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
623624
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
624-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.41.1 h1:Pzk44YtqeggW+4tz6xpZ2boPMFP+XMgH1oMjubFgoq4=
625-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.41.1/go.mod h1:iYLg1LeFmBUIKlhvH790QtvLZzYezGyJwA9rKu6TKQQ=
625+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.41.3 h1:jFFZQaSfyiubV43YRsTYWnTw72zrIXMd1NMcNUsyzHM=
626+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.41.3/go.mod h1:oaVFDggUnSvcBRZSS7B4DMEuFCj4ouhuKnnKOVepIoI=
626627
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
627628
github.com/tmccombs/hcl2json v0.5.0 h1:cT2sXStOzKL06c8ZTf9vh+0N8GKGzV7+9RUaY5/iUP8=
628629
github.com/tmccombs/hcl2json v0.5.0/go.mod h1:B0ZpBthAKbQur6yZRKrtaqDmYLCvgnwHOBApE0faCpU=
@@ -644,8 +645,8 @@ github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9dec
644645
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
645646
github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
646647
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
647-
github.com/zclconf/go-cty v1.14.4 h1:uXXczd9QDGsgu0i/QFR/hzI5NYCHLf6NQw/atrbnhq8=
648-
github.com/zclconf/go-cty v1.14.4/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
648+
github.com/zclconf/go-cty v1.15.0 h1:tTCRWxsexYUmtt/wVxgDClUe+uQusuI443uL6e+5sXQ=
649+
github.com/zclconf/go-cty v1.15.0/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
649650
go.mongodb.org/mongo-driver v1.7.5/go.mod h1:VXEWRZ6URJIkUq2SCAyapmhH0ZLRBP+FT4xhp5Zvxng=
650651
go.mongodb.org/mongo-driver v1.10.0/go.mod h1:wsihk0Kdgv8Kqu1Anit4sfK+22vSFbUrAVEYRhCXrA8=
651652
go.mongodb.org/mongo-driver v1.11.3/go.mod h1:PTSz5yu21bkT/wXpkS7WR5f0ddqw5quethTUn9WM+2g=

0 commit comments

Comments
 (0)