Skip to content

Commit 5d245cb

Browse files
chore(deps): update module github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper to v1.25.4 (#142)
1 parent a7b6617 commit 5d245cb

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

tests/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.21.3
66

77
require (
88
github.com/stretchr/testify v1.8.4
9-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.25.3
9+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.25.4
1010
)
1111

1212
require (
@@ -47,7 +47,7 @@ require (
4747
github.com/go-openapi/loads v0.21.2 // indirect
4848
github.com/go-openapi/runtime v0.26.0 // indirect
4949
github.com/go-openapi/spec v0.20.9 // indirect
50-
github.com/go-openapi/strfmt v0.21.7 // indirect
50+
github.com/go-openapi/strfmt v0.21.8 // indirect
5151
github.com/go-openapi/swag v0.22.4 // indirect
5252
github.com/go-openapi/validate v0.22.1 // indirect
5353
github.com/go-playground/locales v0.14.1 // indirect

tests/go.sum

+4-3
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,9 @@ github.com/go-openapi/spec v0.20.9/go.mod h1:2OpW+JddWPrpXSCIX8eOx7lZ5iyuWj3RYR6
326326
github.com/go-openapi/strfmt v0.21.0/go.mod h1:ZRQ409bWMj+SOgXofQAGTIo2Ebu72Gs+WaRADcS5iNg=
327327
github.com/go-openapi/strfmt v0.21.1/go.mod h1:I/XVKeLc5+MM5oPNN7P6urMOpuLXEcNrCX/rPGuWb0k=
328328
github.com/go-openapi/strfmt v0.21.3/go.mod h1:k+RzNO0Da+k3FrrynSNN8F7n/peCmQQqbbXjtDfvmGg=
329-
github.com/go-openapi/strfmt v0.21.7 h1:rspiXgNWgeUzhjo1YU01do6qsahtJNByjLVbPLNHb8k=
330329
github.com/go-openapi/strfmt v0.21.7/go.mod h1:adeGTkxE44sPyLk0JV235VQAO/ZXUr8KAzYjclFs3ew=
330+
github.com/go-openapi/strfmt v0.21.8 h1:VYBUoKYRLAlgKDrIxR/I0lKrztDQ0tuTDrbhLVP8Erg=
331+
github.com/go-openapi/strfmt v0.21.8/go.mod h1:adeGTkxE44sPyLk0JV235VQAO/ZXUr8KAzYjclFs3ew=
331332
github.com/go-openapi/swag v0.19.5/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk=
332333
github.com/go-openapi/swag v0.19.15/go.mod h1:QYRuS/SOXUCsnplDa677K7+DxSOj6IPNl/eQntq43wQ=
333334
github.com/go-openapi/swag v0.21.1/go.mod h1:QYRuS/SOXUCsnplDa677K7+DxSOj6IPNl/eQntq43wQ=
@@ -661,8 +662,8 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o
661662
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
662663
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
663664
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
664-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.25.3 h1:711od5I7KerIPSw+wlheZgkZkcgT0eiiC0/FuR8EZ0A=
665-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.25.3/go.mod h1:NTXN3todXfY8n8n4noaLnXDYJk+Tu+NL/jz7ZNb4WvQ=
665+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.25.4 h1:V9Gp3llYyin535XWcFD98JQvUMbntw4D0quQwybKSaY=
666+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.25.4/go.mod h1:sQmTDTAJEUfcF94qEiA4TYY56ejwVDeb4QVsa7cdo7s=
666667
github.com/tidwall/pretty v1.0.0 h1:HsD+QiTn7sK6flMKIvNmpqz1qrpP3Ps6jOKIKMooyg4=
667668
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
668669
github.com/tmccombs/hcl2json v0.5.0 h1:cT2sXStOzKL06c8ZTf9vh+0N8GKGzV7+9RUaY5/iUP8=

0 commit comments

Comments
 (0)