Skip to content

Commit b2e8392

Browse files
chore(deps): update ci dependencies (#203)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 5e1f7c9 commit b2e8392

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

tests/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.20
44

55
require (
66
github.com/stretchr/testify v1.8.4
7-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.10.10
7+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.10.11
88
)
99

1010
require (
@@ -55,7 +55,7 @@ require (
5555
github.com/google/uuid v1.3.0 // indirect
5656
github.com/googleapis/enterprise-certificate-proxy v0.2.4 // indirect
5757
github.com/googleapis/gax-go/v2 v2.10.0 // indirect
58-
github.com/gruntwork-io/terratest v0.43.6 // indirect
58+
github.com/gruntwork-io/terratest v0.43.8 // indirect
5959
github.com/hashicorp/errwrap v1.1.0 // indirect
6060
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
6161
github.com/hashicorp/go-getter v1.7.1 // indirect

tests/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -459,8 +459,8 @@ github.com/googleapis/gax-go/v2 v2.10.0 h1:ebSgKfMxynOdxw8QQuFOKMgomqeLGPqNLQox2
459459
github.com/googleapis/gax-go/v2 v2.10.0/go.mod h1:4UOEnMCrxsSqQ940WnTiD6qJ63le2ev3xfyagutxiPw=
460460
github.com/googleapis/go-type-adapters v1.0.0/go.mod h1:zHW75FOG2aur7gAO2B+MLby+cLsWGBF62rFAi7WjWO4=
461461
github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw=
462-
github.com/gruntwork-io/terratest v0.43.6 h1:4WaimQtrUt1hbXEeHdI4JAKkHvFyudCkRGwOXJERASU=
463-
github.com/gruntwork-io/terratest v0.43.6/go.mod h1:Tw+6/fcJFiBPpsx9NNSkLG5oHKIeaqiJHVLpQ+ORIfQ=
462+
github.com/gruntwork-io/terratest v0.43.8 h1:6JNZE1REO5B1AGbTvBvMDNBX/gxiO4LTkth5uFqBCbU=
463+
github.com/gruntwork-io/terratest v0.43.8/go.mod h1:Tw+6/fcJFiBPpsx9NNSkLG5oHKIeaqiJHVLpQ+ORIfQ=
464464
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
465465
github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=
466466
github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
@@ -619,8 +619,8 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o
619619
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
620620
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
621621
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
622-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.10.10 h1:uQhMzb0FVzlJVuO7Zmt8ySYbjMwqDDO9ixMQZzRFVjU=
623-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.10.10/go.mod h1:oSe2h6xkqmKYYKsj0FIEEyzI2h2uTV7IFLQSZtdQO10=
622+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.10.11 h1:fzyytblegtCEwtUosw68U2Z6vcUtMSLwCbp4blUkDx0=
623+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.10.11/go.mod h1:4GSvYeA1qiUYyGV5xUYl7zUbDmzEfDgimhuUNdsDlGY=
624624
github.com/tidwall/pretty v1.0.0 h1:HsD+QiTn7sK6flMKIvNmpqz1qrpP3Ps6jOKIKMooyg4=
625625
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
626626
github.com/tmccombs/hcl2json v0.5.0 h1:cT2sXStOzKL06c8ZTf9vh+0N8GKGzV7+9RUaY5/iUP8=

0 commit comments

Comments
 (0)