Skip to content

Commit b5fb2f1

Browse files
chore(deps): update ci dependencies (#190)
1 parent b630fe5 commit b5fb2f1

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

tests/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ toolchain go1.23.0
77
require (
88
github.com/IBM/go-sdk-core/v5 v5.17.4
99
github.com/IBM/secrets-manager-go-sdk/v2 v2.0.5
10-
github.com/gruntwork-io/terratest v0.47.0
10+
github.com/gruntwork-io/terratest v0.47.1
1111
github.com/stretchr/testify v1.9.0
12-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.37.2
12+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.38.1
1313
)
1414

1515
require (
@@ -22,7 +22,7 @@ require (
2222
github.com/IBM-Cloud/bluemix-go v0.0.0-20240719075425-078fcb3a55be // indirect
2323
github.com/IBM-Cloud/power-go-client v1.7.1 // indirect
2424
github.com/IBM/cloud-databases-go-sdk v0.7.0 // indirect
25-
github.com/IBM/platform-services-go-sdk v0.67.0 // indirect
25+
github.com/IBM/platform-services-go-sdk v0.68.1 // indirect
2626
github.com/IBM/project-go-sdk v0.3.0 // indirect
2727
github.com/IBM/schematics-go-sdk v0.3.0 // indirect
2828
github.com/IBM/vpc-go-sdk v1.0.2 // indirect
@@ -67,7 +67,7 @@ require (
6767
github.com/googleapis/gax-go/v2 v2.11.0 // indirect
6868
github.com/hashicorp/errwrap v1.1.0 // indirect
6969
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
70-
github.com/hashicorp/go-getter v1.7.5 // indirect
70+
github.com/hashicorp/go-getter v1.7.6 // indirect
7171
github.com/hashicorp/go-multierror v1.1.1 // indirect
7272
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
7373
github.com/hashicorp/go-safetemp v1.0.0 // indirect

tests/go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ github.com/IBM/go-sdk-core/v5 v5.9.2/go.mod h1:YlOwV9LeuclmT/qi/LAK2AsobbAP42veV
199199
github.com/IBM/go-sdk-core/v5 v5.10.2/go.mod h1:WZPFasUzsKab/2mzt29xPcfruSk5js2ywAPwW4VJjdI=
200200
github.com/IBM/go-sdk-core/v5 v5.17.4 h1:VGb9+mRrnS2HpHZFM5hy4J6ppIWnwNrw0G+tLSgcJLc=
201201
github.com/IBM/go-sdk-core/v5 v5.17.4/go.mod h1:KsAAI7eStAWwQa4F96MLy+whYSh39JzNjklZRbN/8ns=
202-
github.com/IBM/platform-services-go-sdk v0.67.0 h1:AGu3NiCUyvyFUqbgtmsFRh74kyXrmNbSu1yG/qwGLIM=
203-
github.com/IBM/platform-services-go-sdk v0.67.0/go.mod h1:6rYd3stLSnotYmZlxclw45EJPaQuLmh5f7c+Mg7rOg4=
202+
github.com/IBM/platform-services-go-sdk v0.68.1 h1:RXGzEmdllzSj5OzCJO7AoTeQ+cgTTNa20CrrpLQe5KQ=
203+
github.com/IBM/platform-services-go-sdk v0.68.1/go.mod h1:6rYd3stLSnotYmZlxclw45EJPaQuLmh5f7c+Mg7rOg4=
204204
github.com/IBM/project-go-sdk v0.3.0 h1:lZR4wT6UCsOZ8QkEBITrfM6OZkLlL70/HXiPxF/Olt4=
205205
github.com/IBM/project-go-sdk v0.3.0/go.mod h1:FOJM9ihQV3EEAY6YigcWiTNfVCThtdY8bLC/nhQHFvo=
206206
github.com/IBM/schematics-go-sdk v0.3.0 h1:Vwxw85SONflakiBsNHAfViKLyp9zJiH5/hh6SewOP5Q=
@@ -452,16 +452,16 @@ github.com/googleapis/gax-go/v2 v2.11.0 h1:9V9PWXEsWnPpQhu/PeQIkS4eGzMlTLGgt80cU
452452
github.com/googleapis/gax-go/v2 v2.11.0/go.mod h1:DxmR61SGKkGLa2xigwuZIQpkCI2S5iydzRfb3peWZJI=
453453
github.com/googleapis/go-type-adapters v1.0.0/go.mod h1:zHW75FOG2aur7gAO2B+MLby+cLsWGBF62rFAi7WjWO4=
454454
github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw=
455-
github.com/gruntwork-io/terratest v0.47.0 h1:xIy1pT7NbGVlMLDZEHl3+3iSnvffh8tN2pL6idn448c=
456-
github.com/gruntwork-io/terratest v0.47.0/go.mod h1:oywHw1cFKXSYvKPm27U7quZVzDUlA22H2xUrKCe26xM=
455+
github.com/gruntwork-io/terratest v0.47.1 h1:qOaxnL7Su5+KpDHYUN/ek1jn8ImvCKtOkaY4OSMS4tI=
456+
github.com/gruntwork-io/terratest v0.47.1/go.mod h1:LnYX8BN5WxUMpDr8rtD39oToSL4CBERWSCusbJ0d/64=
457457
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
458458
github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=
459459
github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
460460
github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80=
461461
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=
462462
github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
463-
github.com/hashicorp/go-getter v1.7.5 h1:dT58k9hQ/vbxNMwoI5+xFYAJuv6152UNvdHokfI5wE4=
464-
github.com/hashicorp/go-getter v1.7.5/go.mod h1:W7TalhMmbPmsSMdNjD0ZskARur/9GJ17cfHTRtXV744=
463+
github.com/hashicorp/go-getter v1.7.6 h1:5jHuM+aH373XNtXl9TNTUH5Qd69Trve11tHIrB+6yj4=
464+
github.com/hashicorp/go-getter v1.7.6/go.mod h1:W7TalhMmbPmsSMdNjD0ZskARur/9GJ17cfHTRtXV744=
465465
github.com/hashicorp/go-hclog v0.9.2/go.mod h1:5CU+agLiy3J7N7QjHK5d05KxGsuXiQLrjA0H7acj2lQ=
466466
github.com/hashicorp/go-hclog v1.6.3 h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB11/k=
467467
github.com/hashicorp/go-hclog v1.6.3/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M=
@@ -623,8 +623,8 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o
623623
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
624624
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
625625
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
626-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.37.2 h1:eCmT6aSQ3b3yNV4xkn8KXSaLufnZCNL6A744kljGvDI=
627-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.37.2/go.mod h1:vkkmXzbPHcSiZ6A8bVeZpN9jkH9mbuNYuncS0rDvmQw=
626+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.38.1 h1:K9NCtO7Mekoy/0hM5cJ6Dj5B6hnPIfx+R1d12bbSH+w=
627+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.38.1/go.mod h1:+8DLAAN7KdLkv9S5O8he7uG/Xl+c8qo3xLIDZzBFiX8=
628628
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
629629
github.com/tmccombs/hcl2json v0.5.0 h1:cT2sXStOzKL06c8ZTf9vh+0N8GKGzV7+9RUaY5/iUP8=
630630
github.com/tmccombs/hcl2json v0.5.0/go.mod h1:B0ZpBthAKbQur6yZRKrtaqDmYLCvgnwHOBApE0faCpU=

0 commit comments

Comments
 (0)