Skip to content

Commit c943787

Browse files
chore(deps): update ci dependencies
1 parent 30f19ec commit c943787

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

common-dev-assets

tests/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.23.4
66

77
require (
88
github.com/stretchr/testify v1.10.0
9-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.42.5
9+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.42.6
1010
)
1111

1212
require (
@@ -45,7 +45,7 @@ require (
4545
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
4646
github.com/google/go-cmp v0.6.0 // indirect
4747
github.com/google/uuid v1.6.0 // indirect
48-
github.com/gruntwork-io/terratest v0.48.0 // indirect
48+
github.com/gruntwork-io/terratest v0.48.1 // indirect
4949
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
5050
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
5151
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect

tests/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38/go.mod h1:kpwsk12EmLe
122122
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
123123
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
124124
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
125-
github.com/gruntwork-io/terratest v0.48.0 h1:OoqJYAnBxejInn7TPizFGJNMCFvPHbiWNS3hGFKdHhA=
126-
github.com/gruntwork-io/terratest v0.48.0/go.mod h1:U2EQW4Odlz75XJUH16Kqkr9c93p+ZZtkpVez7GkZFa4=
125+
github.com/gruntwork-io/terratest v0.48.1 h1:pnydDjkWbZCUYXvQkr24y21fBo8PfJC5hRGdwbl1eXM=
126+
github.com/gruntwork-io/terratest v0.48.1/go.mod h1:U2EQW4Odlz75XJUH16Kqkr9c93p+ZZtkpVez7GkZFa4=
127127
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=
128128
github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
129129
github.com/hashicorp/go-hclog v1.6.3 h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB11/k=
@@ -234,8 +234,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
234234
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
235235
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
236236
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
237-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.42.5 h1:R2Fb46mG0slsrgwgZYiH519Rd6UUARmvP+y4rW3V0xo=
238-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.42.5/go.mod h1:G529sQQQrg6DKSJOAgIZbN1/R072eXZwlDkDIMTTB0g=
237+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.42.6 h1:ERM4bMwtmVATC0rJxVBxQWgGDNs4IB+ZvlMvFC9DOWw=
238+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.42.6/go.mod h1:88pFatC23diKhObw/sDah5wnI9XHuv/bZh6otJJQHJ0=
239239
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
240240
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
241241
github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=

0 commit comments

Comments
 (0)