File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.24.1
77require (
88 github.com/cloudposse/test-helpers v0.23.0
99 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
10- github.com/gruntwork-io/terratest v0.48.2
10+ github.com/gruntwork-io/terratest v0.48.2 // indirect
1111 github.com/mattn/go-zglob v0.0.6 // indirect
1212 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
1313 github.com/stretchr/testify v1.10.0
@@ -108,7 +108,7 @@ require (
108108 github.com/spf13/viper v1.19.0 // indirect
109109 github.com/subosito/gotenv v1.6.0 // indirect
110110 github.com/tmccombs/hcl2json v0.6.4 // indirect
111- github.com/ulikunitz/xz v0.5.11 // indirect
111+ github.com/ulikunitz/xz v0.5.14 // indirect
112112 github.com/urfave/cli/v2 v2.27.5 // indirect
113113 github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
114114 github.com/zclconf/go-cty v1.15.0 // indirect
Original file line number Diff line number Diff line change @@ -213,8 +213,8 @@ github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8
213213github.com/subosito/gotenv v1.6.0 /go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU =
214214github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw =
215215github.com/tmccombs/hcl2json v0.6.4 /go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk =
216- github.com/ulikunitz/xz v0.5.11 h1:kpFauv27b6ynzBNT/Xy+1k+fK4WswhN/6PN5WhFAGw8 =
217- github.com/ulikunitz/xz v0.5.11 /go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14 =
216+ github.com/ulikunitz/xz v0.5.14 h1:uv/0Bq533iFdnMHZdRBTOlaNMdb1+ZxXIlHDZHIHcvg =
217+ github.com/ulikunitz/xz v0.5.14 /go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14 =
218218github.com/urfave/cli/v2 v2.27.5 h1:WoHEJLdsXr6dDWoJgMq/CboDmyY/8HMMH1fTECbih+w =
219219github.com/urfave/cli/v2 v2.27.5 /go.mod h1:3Sevf16NykTbInEnD0yKkjDAeZDS0A6bzhBH5hrMvTQ =
220220github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGCjxCBTO/36wtF6j2nSip77qHd4x4 =
You can’t perform that action at this time.
0 commit comments