Skip to content

Commit d301675

Browse files
fix(deps): update dependencies
1 parent a00f788 commit d301675

File tree

7 files changed

+82
-78
lines changed

7 files changed

+82
-78
lines changed

.github/workflows/ci.yml

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

99
jobs:
1010
call-terraform-ci-pipeline:
11-
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-terraform-module-ci-v2.yml@v1.22.5
11+
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-terraform-module-ci-v2.yml@v1.23.2
1212
secrets: inherit
1313
with:
1414
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/common-release.yml@v1.22.5
11+
uses: terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-release.yml@v1.23.2
1212
secrets: inherit

.secrets.baseline

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "go.sum|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2023-12-09T05:00:56Z",
6+
"generated_at": "2025-10-12T11:35:16Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -77,7 +77,7 @@
7777
}
7878
],
7979
"results": {},
80-
"version": "0.13.1+ibm.62.dss",
80+
"version": "0.13.1+ibm.64.dss",
8181
"word_list": {
8282
"file": null,
8383
"hash": null

solutions/fully-configurable/version.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ terraform {
33
required_providers {
44
ibm = {
55
source = "IBM-Cloud/ibm"
6-
version = "1.81.0"
6+
version = "1.83.3"
77
}
88
restapi = {
99
source = "Mastercard/restapi"
10-
version = "1.20.0"
10+
version = "2.0.1"
1111
}
1212
}
1313
}

tests/go.mod

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@ module github.com/terraform-ibm-modules/terraform-ibm-container-registry
22

33
go 1.24.0
44

5-
toolchain go1.24.5
5+
toolchain go1.25.2
66

77
require (
8-
github.com/gruntwork-io/terratest v0.50.0
9-
github.com/stretchr/testify v1.10.0
10-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.5
8+
github.com/IBM/go-sdk-core/v5 v5.21.0
9+
github.com/gruntwork-io/terratest v0.51.0
10+
github.com/stretchr/testify v1.11.1
11+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.12
1112
)
1213

1314
require (
1415
dario.cat/mergo v1.0.0 // indirect
1516
github.com/IBM-Cloud/bluemix-go v0.0.0-20240719075425-078fcb3a55be // indirect
16-
github.com/IBM-Cloud/power-go-client v1.12.0 // indirect
17-
github.com/IBM/cloud-databases-go-sdk v0.8.0 // indirect
18-
github.com/IBM/go-sdk-core/v5 v5.21.0 // indirect
19-
github.com/IBM/platform-services-go-sdk v0.85.1 // indirect
20-
github.com/IBM/project-go-sdk v0.3.6 // indirect
17+
github.com/IBM-Cloud/power-go-client v1.13.0 // indirect
18+
github.com/IBM/cloud-databases-go-sdk v0.8.1 // indirect
19+
github.com/IBM/platform-services-go-sdk v0.89.0 // indirect
20+
github.com/IBM/project-go-sdk v0.3.9 // indirect
2121
github.com/IBM/schematics-go-sdk v0.4.0 // indirect
2222
github.com/IBM/vpc-go-sdk v1.0.2 // indirect
2323
github.com/Microsoft/go-winio v0.6.2 // indirect
@@ -34,22 +34,23 @@ require (
3434
github.com/ghodss/yaml v1.0.0 // indirect
3535
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
3636
github.com/go-git/go-billy/v5 v5.6.2 // indirect
37-
github.com/go-git/go-git/v5 v5.16.2 // indirect
37+
github.com/go-git/go-git/v5 v5.16.3 // indirect
3838
github.com/go-logr/logr v1.4.2 // indirect
3939
github.com/go-logr/stdr v1.2.2 // indirect
4040
github.com/go-openapi/analysis v0.23.0 // indirect
41-
github.com/go-openapi/errors v0.22.1 // indirect
41+
github.com/go-openapi/errors v0.22.3 // indirect
4242
github.com/go-openapi/jsonpointer v0.21.1 // indirect
4343
github.com/go-openapi/jsonreference v0.21.0 // indirect
4444
github.com/go-openapi/loads v0.22.0 // indirect
4545
github.com/go-openapi/runtime v0.28.0 // indirect
4646
github.com/go-openapi/spec v0.21.0 // indirect
47-
github.com/go-openapi/strfmt v0.23.0 // indirect
47+
github.com/go-openapi/strfmt v0.24.0 // indirect
4848
github.com/go-openapi/swag v0.23.1 // indirect
4949
github.com/go-openapi/validate v0.24.0 // indirect
5050
github.com/go-playground/locales v0.14.1 // indirect
5151
github.com/go-playground/universal-translator v0.18.1 // indirect
5252
github.com/go-playground/validator/v10 v10.26.0 // indirect
53+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
5354
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
5455
github.com/google/go-cmp v0.7.0 // indirect
5556
github.com/google/uuid v1.6.0 // indirect
@@ -61,7 +62,7 @@ require (
6162
github.com/hashicorp/go-safetemp v1.0.0 // indirect
6263
github.com/hashicorp/go-version v1.7.0 // indirect
6364
github.com/hashicorp/hcl/v2 v2.22.0 // indirect
64-
github.com/hashicorp/terraform-json v0.25.0 // indirect
65+
github.com/hashicorp/terraform-json v0.27.2 // indirect
6566
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
6667
github.com/jinzhu/copier v0.4.0 // indirect
6768
github.com/josharian/intern v1.0.0 // indirect
@@ -73,7 +74,6 @@ require (
7374
github.com/mitchellh/go-homedir v1.1.0 // indirect
7475
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
7576
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
76-
github.com/mitchellh/mapstructure v1.5.0 // indirect
7777
github.com/oklog/ulid v1.3.1 // indirect
7878
github.com/opentracing/opentracing-go v1.2.0 // indirect
7979
github.com/pjbgf/sha1cd v0.3.2 // indirect
@@ -84,21 +84,22 @@ require (
8484
github.com/tmccombs/hcl2json v0.6.4 // indirect
8585
github.com/ulikunitz/xz v0.5.11 // indirect
8686
github.com/xanzy/ssh-agent v0.3.3 // indirect
87-
github.com/zclconf/go-cty v1.16.2 // indirect
88-
go.mongodb.org/mongo-driver v1.17.3 // indirect
87+
github.com/zclconf/go-cty v1.16.4 // indirect
88+
go.mongodb.org/mongo-driver v1.17.4 // indirect
8989
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
9090
go.opentelemetry.io/otel v1.35.0 // indirect
9191
go.opentelemetry.io/otel/metric v1.35.0 // indirect
9292
go.opentelemetry.io/otel/trace v1.35.0 // indirect
93-
golang.org/x/crypto v0.40.0 // indirect
94-
golang.org/x/mod v0.25.0 // indirect
95-
golang.org/x/net v0.41.0 // indirect
96-
golang.org/x/sync v0.16.0 // indirect
97-
golang.org/x/sys v0.34.0 // indirect
98-
golang.org/x/text v0.27.0 // indirect
99-
golang.org/x/tools v0.34.0 // indirect
93+
go.yaml.in/yaml/v2 v2.4.2 // indirect
94+
golang.org/x/crypto v0.43.0 // indirect
95+
golang.org/x/mod v0.28.0 // indirect
96+
golang.org/x/net v0.45.0 // indirect
97+
golang.org/x/sync v0.17.0 // indirect
98+
golang.org/x/sys v0.37.0 // indirect
99+
golang.org/x/text v0.30.0 // indirect
100+
golang.org/x/tools v0.37.0 // indirect
100101
gopkg.in/warnings.v0 v0.1.2 // indirect
101102
gopkg.in/yaml.v2 v2.4.0 // indirect
102103
gopkg.in/yaml.v3 v3.0.1 // indirect
103-
sigs.k8s.io/yaml v1.4.0 // indirect
104+
sigs.k8s.io/yaml v1.6.0 // indirect
104105
)

0 commit comments

Comments
 (0)