Skip to content

Commit a69b00b

Browse files
authored
Merge pull request #122 from keilerkonzept/dependabot/go_modules/github.com/jstemmer/go-junit-report-1.0.0
fix(go-junit-report): Bump github.com/jstemmer/go-junit-report from 0.9.1 to 1.0.0
2 parents 6897a6b + 1d42c5d commit a69b00b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,8 +867,9 @@ github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHW
867867
github.com/jmespath/go-jmespath/internal/testify v1.5.1 h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8=
868868
github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U=
869869
github.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=
871870
github.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=
872873
github.com/jung-kurt/gofpdf v1.0.0/go.mod h1:7Id9E/uU8ce6rXgefFLlgrJj/GYY22cpxn+r32jIOes=
873874
github.com/jung-kurt/gofpdf v1.0.3-0.20190309125859-24315acbbda5/go.mod h1:7Id9E/uU8ce6rXgefFLlgrJj/GYY22cpxn+r32jIOes=
874875
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51/go.mod h1:CzGEWj7cYgsdH8dAjBGEr58BoE7ScuLd+fwFZ44+/x8=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
316316
github.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
319319
github.com/jstemmer/go-junit-report/formatter
320320
github.com/jstemmer/go-junit-report/parser

0 commit comments

Comments
 (0)