Skip to content

Commit e08c496

Browse files
chore(deps): update module github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper to v1.8.3 (#80)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
1 parent 7e561fa commit e08c496

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

tests/go.mod

Lines changed: 4 additions & 4 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.2
7-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.8.2
7+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.8.3
88
)
99

1010
require (
@@ -41,7 +41,7 @@ require (
4141
github.com/go-openapi/loads v0.21.1 // indirect
4242
github.com/go-openapi/runtime v0.23.0 // indirect
4343
github.com/go-openapi/spec v0.20.4 // indirect
44-
github.com/go-openapi/strfmt v0.21.3 // indirect
44+
github.com/go-openapi/strfmt v0.21.5 // indirect
4545
github.com/go-openapi/swag v0.21.1 // indirect
4646
github.com/go-openapi/validate v0.20.3 // indirect
4747
github.com/go-playground/locales v0.14.1 // indirect
@@ -53,10 +53,10 @@ require (
5353
github.com/google/uuid v1.3.0 // indirect
5454
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
5555
github.com/googleapis/gax-go/v2 v2.7.0 // indirect
56-
github.com/gruntwork-io/terratest v0.41.15 // indirect
56+
github.com/gruntwork-io/terratest v0.41.16 // indirect
5757
github.com/hashicorp/errwrap v1.0.0 // indirect
5858
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
59-
github.com/hashicorp/go-getter v1.7.0 // indirect
59+
github.com/hashicorp/go-getter v1.7.1 // indirect
6060
github.com/hashicorp/go-multierror v1.1.0 // indirect
6161
github.com/hashicorp/go-retryablehttp v0.7.2 // indirect
6262
github.com/hashicorp/go-safetemp v1.0.0 // indirect

tests/go.sum

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,9 @@ github.com/go-openapi/strfmt v0.20.0/go.mod h1:UukAYgTaQfqJuAFlNxxMWNvMYiwiXtLsF
378378
github.com/go-openapi/strfmt v0.20.2/go.mod h1:43urheQI9dNtE5lTZQfuFJvjYJKPrxicATpEfZwHUNk=
379379
github.com/go-openapi/strfmt v0.21.0/go.mod h1:ZRQ409bWMj+SOgXofQAGTIo2Ebu72Gs+WaRADcS5iNg=
380380
github.com/go-openapi/strfmt v0.21.1/go.mod h1:I/XVKeLc5+MM5oPNN7P6urMOpuLXEcNrCX/rPGuWb0k=
381-
github.com/go-openapi/strfmt v0.21.3 h1:xwhj5X6CjXEZZHMWy1zKJxvW9AfHC9pkyUjLvHtKG7o=
382381
github.com/go-openapi/strfmt v0.21.3/go.mod h1:k+RzNO0Da+k3FrrynSNN8F7n/peCmQQqbbXjtDfvmGg=
382+
github.com/go-openapi/strfmt v0.21.5 h1:Z/algjpXIZpbvdN+6KbVTkpO75RuedMrqpn1GN529h4=
383+
github.com/go-openapi/strfmt v0.21.5/go.mod h1:k+RzNO0Da+k3FrrynSNN8F7n/peCmQQqbbXjtDfvmGg=
383384
github.com/go-openapi/swag v0.17.0/go.mod h1:AByQ+nYG6gQg71GINrmuDXCPWdL640yX49/kXLo40Tg=
384385
github.com/go-openapi/swag v0.18.0/go.mod h1:AByQ+nYG6gQg71GINrmuDXCPWdL640yX49/kXLo40Tg=
385386
github.com/go-openapi/swag v0.19.2/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk=
@@ -539,15 +540,15 @@ github.com/googleapis/gax-go/v2 v2.7.0 h1:IcsPKeInNvYi7eqSaDjiZqDDKu5rsmunY0Y1Yu
539540
github.com/googleapis/gax-go/v2 v2.7.0/go.mod h1:TEop28CZZQ2y+c0VxMUmu1lV+fQx57QpBWsYpwqHJx8=
540541
github.com/googleapis/go-type-adapters v1.0.0/go.mod h1:zHW75FOG2aur7gAO2B+MLby+cLsWGBF62rFAi7WjWO4=
541542
github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw=
542-
github.com/gruntwork-io/terratest v0.41.15 h1:od3neRQRBuf+Zwz5SSByrf3F90iyqFanV9nFF/86uuM=
543-
github.com/gruntwork-io/terratest v0.41.15/go.mod h1:a9QNOPa3/nbsLy1ufNGT33X9sMRknun7qsf4bIVEbPo=
543+
github.com/gruntwork-io/terratest v0.41.16 h1:s3ZyyVLWwrZ3KD44VIVHidBZI0Kpr9RkdqY8VEYIEIU=
544+
github.com/gruntwork-io/terratest v0.41.16/go.mod h1:O6gajNBjO1wvc7Wl9WtbO+ORcdnhAV2GQiBE71ycwIk=
544545
github.com/hashicorp/errwrap v1.0.0 h1:hLrqtEDnRye3+sgx6z4qVLNuviH3MR5aQ0ykNJa/UYA=
545546
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
546547
github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80=
547548
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=
548549
github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
549-
github.com/hashicorp/go-getter v1.7.0 h1:bzrYP+qu/gMrL1au7/aDvkoOVGUJpeKBgbqRHACAFDY=
550-
github.com/hashicorp/go-getter v1.7.0/go.mod h1:W7TalhMmbPmsSMdNjD0ZskARur/9GJ17cfHTRtXV744=
550+
github.com/hashicorp/go-getter v1.7.1 h1:SWiSWN/42qdpR0MdhaOc/bLR48PLuP1ZQtYLRlM69uY=
551+
github.com/hashicorp/go-getter v1.7.1/go.mod h1:W7TalhMmbPmsSMdNjD0ZskARur/9GJ17cfHTRtXV744=
551552
github.com/hashicorp/go-hclog v0.9.2 h1:CG6TE5H9/JXsFWJCfoIVpKFIkFe6ysEuHirp4DxCsHI=
552553
github.com/hashicorp/go-hclog v0.9.2/go.mod h1:5CU+agLiy3J7N7QjHK5d05KxGsuXiQLrjA0H7acj2lQ=
553554
github.com/hashicorp/go-multierror v1.1.0 h1:B9UzwGQJehnUY1yNrnwREHc3fGbC2xefo8g4TbElacI=
@@ -719,8 +720,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
719720
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
720721
github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8=
721722
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
722-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.8.2 h1:qx7+vxi7tf36vFW3QpP46SEZ1OMJsPRN4mt8NBThKb8=
723-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.8.2/go.mod h1:8sOw4O0/A206vthLI9788azsPmwQ4CtoETPs3adE5Sk=
723+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.8.3 h1:TXZnkV8leNX848NcA2Ao+lHPMaTmq6p+pp9D7i5hD78=
724+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.8.3/go.mod h1:WrPC77z/AKEZ8daRRTrv6sAqA9AnwzLD4iWMEqaGVdU=
724725
github.com/tidwall/pretty v1.0.0 h1:HsD+QiTn7sK6flMKIvNmpqz1qrpP3Ps6jOKIKMooyg4=
725726
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
726727
github.com/tmccombs/hcl2json v0.3.3 h1:+DLNYqpWE0CsOQiEZu+OZm5ZBImake3wtITYxQ8uLFQ=

0 commit comments

Comments
 (0)