File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/cloudposse/terratest-helpers
33go 1.21
44
55require (
6- github.com/gruntwork-io/terratest v0.47.0
6+ github.com/gruntwork-io/terratest v0.47.2
77 github.com/hashicorp/terraform-json v0.22.1
88 github.com/jinzhu/copier v0.4.0
99 github.com/rebuy-de/aws-nuke/v2 v2.25.0
@@ -49,7 +49,7 @@ require (
4949 github.com/gruntwork-io/go-commons v0.13.3 // indirect
5050 github.com/hashicorp/errwrap v1.1.0 // indirect
5151 github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
52- github.com/hashicorp/go-getter v1.7.5 // indirect
52+ github.com/hashicorp/go-getter v1.7.6 // indirect
5353 github.com/hashicorp/go-multierror v1.1.1 // indirect
5454 github.com/hashicorp/go-safetemp v1.0.0 // indirect
5555 github.com/hashicorp/go-version v1.6.0 // indirect
Original file line number Diff line number Diff line change @@ -753,6 +753,8 @@ github.com/gruntwork-io/terratest v0.46.14 h1:nVT2JpOPLr7KbwOSNDP0GJffljH+Yu5833
753753github.com/gruntwork-io/terratest v0.46.14 /go.mod h1:L/IHbj195wnjfIFpZYWUhjwA3jm4O6ehO//xz7NxN8o =
754754github.com/gruntwork-io/terratest v0.47.0 h1:xIy1pT7NbGVlMLDZEHl3+3iSnvffh8tN2pL6idn448c =
755755github.com/gruntwork-io/terratest v0.47.0 /go.mod h1:oywHw1cFKXSYvKPm27U7quZVzDUlA22H2xUrKCe26xM =
756+ github.com/gruntwork-io/terratest v0.47.2 h1:t6iWwsqJH7Gx0RwXleU/vjc+2c0JXRMdj3DxYXTBssQ =
757+ github.com/gruntwork-io/terratest v0.47.2 /go.mod h1:LnYX8BN5WxUMpDr8rtD39oToSL4CBERWSCusbJ0d/64 =
756758github.com/hashicorp/errwrap v1.0.0 h1:hLrqtEDnRye3+sgx6z4qVLNuviH3MR5aQ0ykNJa/UYA =
757759github.com/hashicorp/errwrap v1.0.0 /go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4 =
758760github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I =
@@ -771,6 +773,8 @@ github.com/hashicorp/go-getter v1.7.4 h1:3yQjWuxICvSpYwqSayAdKRFcvBl1y/vogCxczWS
771773github.com/hashicorp/go-getter v1.7.4 /go.mod h1:W7TalhMmbPmsSMdNjD0ZskARur/9GJ17cfHTRtXV744 =
772774github.com/hashicorp/go-getter v1.7.5 h1:dT58k9hQ/vbxNMwoI5+xFYAJuv6152UNvdHokfI5wE4 =
773775github.com/hashicorp/go-getter v1.7.5 /go.mod h1:W7TalhMmbPmsSMdNjD0ZskARur/9GJ17cfHTRtXV744 =
776+ github.com/hashicorp/go-getter v1.7.6 h1:5jHuM+aH373XNtXl9TNTUH5Qd69Trve11tHIrB+6yj4 =
777+ github.com/hashicorp/go-getter v1.7.6 /go.mod h1:W7TalhMmbPmsSMdNjD0ZskARur/9GJ17cfHTRtXV744 =
774778github.com/hashicorp/go-multierror v1.1.0 h1:B9UzwGQJehnUY1yNrnwREHc3fGbC2xefo8g4TbElacI =
775779github.com/hashicorp/go-multierror v1.1.0 /go.mod h1:spPvp8C1qA32ftKqdAHm4hHTbPw+vmowP0z+KUhOZdA =
776780github.com/hashicorp/go-multierror v1.1.1 h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo =
You can’t perform that action at this time.
0 commit comments