File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ go 1.23.0
55toolchain go1.24.4
66
77require (
8+ github.com/gruntwork-io/terratest v0.50.0
89 github.com/stretchr/testify v1.10.0
9- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.54.1
10+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.54.2
1011)
1112
1213require (
@@ -52,7 +53,6 @@ require (
5253 github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
5354 github.com/google/go-cmp v0.7.0 // indirect
5455 github.com/google/uuid v1.6.0 // indirect
55- github.com/gruntwork-io/terratest v0.50.0 // indirect
5656 github.com/hashicorp/errwrap v1.1.0 // indirect
5757 github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
5858 github.com/hashicorp/go-getter/v2 v2.2.3 // indirect
Original file line number Diff line number Diff line change @@ -295,8 +295,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
295295github.com/stretchr/testify v1.8.2 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
296296github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
297297github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
298- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.54.1 h1:dkZcbX7qvOOPij7d8RzQDlJHPFIeNjNEnsSh2QTCAec =
299- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.54.1 /go.mod h1:VqiPX6tW9J87xrrrSP7NE9C5jZNmv+wRoRHDfgBYSSY =
298+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.54.2 h1:RSgKQbYLV6RsZzY0lzvUjPoRyZwRqJbkupKjA9B8iN4 =
299+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.54.2 /go.mod h1:VqiPX6tW9J87xrrrSP7NE9C5jZNmv+wRoRHDfgBYSSY =
300300github.com/tidwall/pretty v1.0.0 /go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk =
301301github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw =
302302github.com/tmccombs/hcl2json v0.6.4 /go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk =
You can’t perform that action at this time.
0 commit comments