Skip to content

Commit

Permalink
Update helpers version
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Dec 23, 2024
1 parent 0badf14 commit 61e2162
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
state/
test/test-suite.json
.atmos
2 changes: 1 addition & 1 deletion test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module test
go 1.23.0

require (
github.com/cloudposse/test-helpers v0.12.1-0.20241223202452-7d2d3d97be2b
github.com/cloudposse/test-helpers v0.12.1-0.20241223233444-c124a53aa1f3
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/gruntwork-io/terratest v0.47.1 // indirect
github.com/mattn/go-zglob v0.0.3 // indirect
Expand Down
2 changes: 2 additions & 0 deletions test/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ github.com/cloudposse/test-helpers v0.12.1-0.20241223135828-88e2b782a08b h1:N++z
github.com/cloudposse/test-helpers v0.12.1-0.20241223135828-88e2b782a08b/go.mod h1:1kSZLniIqKDtHu3ri5xDuXMH/7iUnthLImR/HkZG2T8=
github.com/cloudposse/test-helpers v0.12.1-0.20241223202452-7d2d3d97be2b h1:6erGKLtDAns3mFTmhGiYtLX7WqKDWWOx2XoEVyPNDOM=
github.com/cloudposse/test-helpers v0.12.1-0.20241223202452-7d2d3d97be2b/go.mod h1:1kSZLniIqKDtHu3ri5xDuXMH/7iUnthLImR/HkZG2T8=
github.com/cloudposse/test-helpers v0.12.1-0.20241223233444-c124a53aa1f3 h1:sI1qBArO0GkqzP1Nx8BicVVQ4Z7g6QyVu4xzly09GHI=
github.com/cloudposse/test-helpers v0.12.1-0.20241223233444-c124a53aa1f3/go.mod h1:1kSZLniIqKDtHu3ri5xDuXMH/7iUnthLImR/HkZG2T8=
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
Expand Down

0 comments on commit 61e2162

Please sign in to comment.