File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
1111 github.com/hashicorp/go-getter v1.7.8
1212 github.com/hashicorp/terraform-config-inspect v0.0.0-20250203082807-efaa306e97b4
1313 github.com/hashicorp/terraform-registry-address v0.2.4
14- github.com/jstemmer/go-junit-report v0.9.1
14+ github.com/jstemmer/go-junit-report v1.0.0
1515 github.com/olekukonko/tablewriter v0.0.5
1616 github.com/peterbourgon/ff/v3 v3.4.0
1717 github.com/sgreben/flagvar v1.10.2
Original file line number Diff line number Diff line change @@ -867,8 +867,9 @@ github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHW
867867github.com/jmespath/go-jmespath/internal/testify v1.5.1 h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8 =
868868github.com/jmespath/go-jmespath/internal/testify v1.5.1 /go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U =
869869github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024 /go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU =
870- github.com/jstemmer/go-junit-report v0.9.1 h1:6QPYqodiu3GuPL+7mfx+NwDdp2eTkp9IfEUpgAwUN0o =
871870github.com/jstemmer/go-junit-report v0.9.1 /go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk =
871+ github.com/jstemmer/go-junit-report v1.0.0 h1:8X1gzZpR+nVQLAht+L/foqOeX2l9DTZoaIPbEQHxsds =
872+ github.com/jstemmer/go-junit-report v1.0.0 /go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk =
872873github.com/jung-kurt/gofpdf v1.0.0 /go.mod h1:7Id9E/uU8ce6rXgefFLlgrJj/GYY22cpxn+r32jIOes =
873874github.com/jung-kurt/gofpdf v1.0.3-0.20190309125859-24315acbbda5 /go.mod h1:7Id9E/uU8ce6rXgefFLlgrJj/GYY22cpxn+r32jIOes =
874875github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 /go.mod h1:CzGEWj7cYgsdH8dAjBGEr58BoE7ScuLd+fwFZ44+/x8 =
Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ github.com/jbenet/go-context/io
314314# github.com/jmespath/go-jmespath v0.4.0
315315## explicit; go 1.14
316316github.com/jmespath/go-jmespath
317- # github.com/jstemmer/go-junit-report v0.9.1
317+ # github.com/jstemmer/go-junit-report v1.0.0
318318## explicit; go 1.2
319319github.com/jstemmer/go-junit-report/formatter
320320github.com/jstemmer/go-junit-report/parser
You can’t perform that action at this time.
0 commit comments