Skip to content

Commit e8b807a

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

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.19
44

55
require (
66
github.com/stretchr/testify v1.8.1
7-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.3.8
7+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.4.0
88
)
99

1010
require (
@@ -70,7 +70,7 @@ require (
7070
github.com/mitchellh/go-homedir v1.1.0 // indirect
7171
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
7272
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
73-
github.com/mitchellh/mapstructure v1.4.3 // indirect
73+
github.com/mitchellh/mapstructure v1.5.0 // indirect
7474
github.com/oklog/ulid v1.3.1 // indirect
7575
github.com/opentracing/opentracing-go v1.2.0 // indirect
7676
github.com/pjbgf/sha1cd v0.2.3 // indirect

tests/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,8 @@ github.com/mitchellh/mapstructure v1.3.2/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RR
462462
github.com/mitchellh/mapstructure v1.3.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
463463
github.com/mitchellh/mapstructure v1.4.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
464464
github.com/mitchellh/mapstructure v1.4.1/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
465-
github.com/mitchellh/mapstructure v1.4.3 h1:OVowDSCllw/YjdLkam3/sm7wEtOy59d8ndGgCcyj8cs=
466-
github.com/mitchellh/mapstructure v1.4.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
465+
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
466+
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
467467
github.com/mitchellh/reflectwalk v1.0.2/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw=
468468
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe/go.mod h1:wL8QJuTMNUDYhXwkmfOly8iTdp5TEcJFWZD2D7SIkUc=
469469
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
@@ -537,8 +537,8 @@ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
537537
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
538538
github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk=
539539
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
540-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.3.8 h1:P7CDzYn0/nG9PkP20CnejRmLhKuXvYkYYTz4g3I8Arg=
541-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.3.8/go.mod h1:INbq3u0MpOGXSWPHdQ6D+iJ3Ge7AdcGDm6c66Tnm87w=
540+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.4.0 h1:d6bmy9E0KO9n1F8ADEnebV9ytAMcy11LO2ENNGrHys4=
541+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.4.0/go.mod h1:q3KQo/IHrzmbd6OUxfq08KdxKNsSGzCYAA4+jbGYg6E=
542542
github.com/tidwall/pretty v1.0.0 h1:HsD+QiTn7sK6flMKIvNmpqz1qrpP3Ps6jOKIKMooyg4=
543543
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
544544
github.com/tmccombs/hcl2json v0.3.3 h1:+DLNYqpWE0CsOQiEZu+OZm5ZBImake3wtITYxQ8uLFQ=

0 commit comments

Comments
 (0)