8000 chore(deps): bump github.com/matm/gocov-html in /tools (#214) · obalunenko/advent-of-code@ed2a9f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit ed2a9f5

Browse files
chore(deps): bump github.com/matm/gocov-html in /tools (#214)
Bumps [github.com/matm/gocov-html](https://github.com/matm/gocov-html) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/matm/gocov-html/releases) - [Changelog](https://github.com/matm/gocov-html/blob/master/CHANGELOG.md) - [Commits](matm/gocov-html@v1.1.1...v1.2.0) --- updated-dependencies: - dependency-name: github.com/matm/gocov-html dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6b384fb commit ed2a9f5

File tree

21 files changed

+1997
-439
lines changed

21 files changed

+1997
-439
lines changed

tools/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/axw/gocov v1.1.0
77
github.com/golangci/golangci-lint v1.50.1
88
github.com/goreleaser/goreleaser v1.13.1
9-
github.com/matm/gocov-html v1.1.1
9+
github.com/matm/gocov-html v1.2.0
1010
github.com/mattn/goveralls v0.0.11
1111
github.com/obalunenko/coverbadger v1.2.0
1212
golang.org/x/tools v0.3.0
@@ -240,6 +240,7 @@ require (
240240
github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 // indirect
241241
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect
242242
github.com/rivo/uniseg v0.4.2 // indirect
243+
github.com/rotisserie/eris v0.5.4 // indirect
243244
github.com/russross/blackfriday/v2 v2.1.0 // indirect
244245
github.com/ryancurrah/gomodguard v1.2.4 // indirect
245246
github.com/ryanrolds/sqlclosecheck v0.3.0 // indirect

tools/go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,8 +1296,8 @@ github.com/maratori/testpackage v1.1.0/go.mod h1:PeAhzU8qkCwdGEMTEupsHJNlQu2gZop
12961296
github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2/go.mod h1:Ld9puTsIW75CHf65OeIOkyKbteujpZVXDpWK6YGZbxE=
12971297
github.com/markbates/safe v1.0.1/go.mod h1:nAqgmRi7cY2nqMc92/bSEeQA+R4OheNU2T1kNSCBdG0=
12981298
github.com/marstr/guid v1.1.0/go.mod h1:74gB1z2wpxxInTG6yaqA7KrtM0NZ+RbrcqDvYHefzho=
1299-
github.com/matm/gocov-html v1.1.1 h1:jvM2VkMzq3IMi7W+mEuW+DMfJMkf5ahiPzRNpp7NW8c=
1300-
github.com/matm/gocov-html v1.1.1/go.mod h1:uZdqApH9wowsMIoE0o2xBJdMAcB3ae603/C7IHUQ8hU=
1299+
github.com/matm/gocov-html v1.2.0 h1:vqSgB+ICI7VeTBBENv2bicCS7Fo33KlmTzeCZmlxzJ8=
1300+
github.com/matm/gocov-html v1.2.0/go.mod h1:YtmZATysV+F1Q0CyvMjDgVVHHUaXAUbCpvS9onziLK8=
13011301
github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 h1:pWxk9e//NbPwfxat7RXkts09K+dEBJWakUWwICVqYbA=
13021302
github.com/matoous/godox v0.0.0-20210227103229-6504466cf951/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s=
13031303
github.com/matryer/is v1.2.0/go.mod h1:2fLPjFQM9rhQ15aVEtbuwhJinnOqrmgXPNdZsdwlWXA=
@@ -1639,6 +1639,8 @@ github.com/rogpeppe/go-internal v1.2.2/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFR
16391639
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
16401640
github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc=
16411641
github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8=
1642+
github.com/rotisserie/eris v0.5.4 h1:Il6IvLdAapsMhvuOahHWiBnl1G++Q0/L5UIkI5mARSk=
1643+
github.com/rotisserie/eris v0.5.4/go.mod h1:Z/kgYTJiJtocxCbFfvRmO+QejApzG6zpyky9G1A4g9s=
16421644
github.com/rs/cors v1.8.2/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU=
16431645
github.com/rs/xid v1.2.1/go.mod h1:+uKXf+4Djp6Md1KODXJxgGQPKngRmWyn10oCKFzNHOQ=
16441646
github.com/rs/zerolog v1.13.0/go.mod h1:YbFCdg8HfsridGWAh22vktObvhZbQsZXe4/zB0OKkWU=

tools/vendor/github.com/matm/gocov-html/cmd/gocov-html/main.go

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/vendor/github.com/matm/gocov-html/pkg/cov/annotate.go

Lines changed: 0 additions & 116 deletions
This file was deleted.

tools/vendor/github.com/matm/gocov-html/pkg/cov/const.go

Lines changed: 0 additions & 169 deletions
This file was deleted.
< 315C /div>

0 commit comments

Comments
 (0)
0