Skip to content

Commit d85eb4a

Browse files
chore(deps): update module github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper to v1.8.11 (#16)
Co-authored-by: Renovate Bot <[email protected]>
1 parent f8bb34e commit d85eb4a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tests/go.mod

+2-2
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.10
7+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.8.11
88
)
99

1010
require (
@@ -53,7 +53,7 @@ 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.21 // indirect
56+
github.com/gruntwork-io/terratest v0.41.23 // indirect
5757
github.com/hashicorp/errwrap v1.0.0 // indirect
5858
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
5959
github.com/hashicorp/go-getter v1.7.1 // indirect

tests/go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -540,8 +540,8 @@ github.com/googleapis/gax-go/v2 v2.7.0 h1:IcsPKeInNvYi7eqSaDjiZqDDKu5rsmunY0Y1Yu
540540
github.com/googleapis/gax-go/v2 v2.7.0/go.mod h1:TEop28CZZQ2y+c0VxMUmu1lV+fQx57QpBWsYpwqHJx8=
541541
github.com/googleapis/go-type-adapters v1.0.0/go.mod h1:zHW75FOG2aur7gAO2B+MLby+cLsWGBF62rFAi7WjWO4=
542542
github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw=
543-
github.com/gruntwork-io/terratest v0.41.21 h1:7rbSstOYbK4TpfShf/W/TND/aVLUHmaRyiZTjVgSKdY=
544-
github.com/gruntwork-io/terratest v0.41.21/go.mod h1:O6gajNBjO1wvc7Wl9WtbO+ORcdnhAV2GQiBE71ycwIk=
543+
github.com/gruntwork-io/terratest v0.41.23 h1:GqwK0Nh6IQze3hka6iwuOd1V3wX7/y/85W25d1zpAnE=
544+
github.com/gruntwork-io/terratest v0.41.23/go.mod h1:O6gajNBjO1wvc7Wl9WtbO+ORcdnhAV2GQiBE71ycwIk=
545545
github.com/hashicorp/errwrap v1.0.0 h1:hLrqtEDnRye3+sgx6z4qVLNuviH3MR5aQ0ykNJa/UYA=
546546
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
547547
github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80=
@@ -720,8 +720,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
720720
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
721721
github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8=
722722
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
723-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.8.10 h1:QPutA9gLc3kAZOk8jDRg7mv5WQmj+ieZXyyx8NlMSEo=
724-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.8.10/go.mod h1:OYOo/J5SkZZRkbdVi4151tB1s6HtIuLFlmBH6DKkBc4=
723+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.8.11 h1:z2YSMb6utRtmIFY1XBx6PpZRehbkA2D6a6ZK6/oWVrM=
724+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.8.11/go.mod h1:sIyf4PW7M0U/VHGdS06L4+RaD1tiTn79cVJOOuTt9E4=
725725
github.com/tidwall/pretty v1.0.0 h1:HsD+QiTn7sK6flMKIvNmpqz1qrpP3Ps6jOKIKMooyg4=
726726
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
727727
github.com/tmccombs/hcl2json v0.3.3 h1:+DLNYqpWE0CsOQiEZu+OZm5ZBImake3wtITYxQ8uLFQ=

0 commit comments

Comments
 (0)