Skip to content

Commit

Permalink
chore(deps): bump github.com/matm/gocov-html in /tools (#214)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Dec 2, 2022
1 parent 6b384fb commit ed2a9f5
Show file tree
Hide file tree
Showing 21 changed files with 1,997 additions and 439 deletions.
3 changes: 2 additions & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/axw/gocov v1.1.0
github.com/golangci/golangci-lint v1.50.1
github.com/goreleaser/goreleaser v1.13.1
github.com/matm/gocov-html v1.1.1
github.com/matm/gocov-html v1.2.0
github.com/mattn/goveralls v0.0.11
github.com/obalunenko/coverbadger v1.2.0
golang.org/x/tools v0.3.0
Expand Down Expand Up @@ -240,6 +240,7 @@ require (
github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 // indirect
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect
github.com/rivo/uniseg v0.4.2 // indirect
github.com/rotisserie/eris v0.5.4 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/ryancurrah/gomodguard v1.2.4 // indirect
github.com/ryanrolds/sqlclosecheck v0.3.0 // indirect
Expand Down
6 changes: 4 additions & 2 deletions tools/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1296,8 +1296,8 @@ github.com/maratori/testpackage v1.1.0/go.mod h1:PeAhzU8qkCwdGEMTEupsHJNlQu2gZop
github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2/go.mod h1:Ld9puTsIW75CHf65OeIOkyKbteujpZVXDpWK6YGZbxE=
github.com/markbates/safe v1.0.1/go.mod h1:nAqgmRi7cY2nqMc92/bSEeQA+R4OheNU2T1kNSCBdG0=
github.com/marstr/guid v1.1.0/go.mod h1:74gB1z2wpxxInTG6yaqA7KrtM0NZ+RbrcqDvYHefzho=
github.com/matm/gocov-html v1.1.1 h1:jvM2VkMzq3IMi7W+mEuW+DMfJMkf5ahiPzRNpp7NW8c=
github.com/matm/gocov-html v1.1.1/go.mod h1:uZdqApH9wowsMIoE0o2xBJdMAcB3ae603/C7IHUQ8hU=
github.com/matm/gocov-html v1.2.0 h1:vqSgB+ICI7VeTBBENv2bicCS7Fo33KlmTzeCZmlxzJ8=
github.com/matm/gocov-html v1.2.0/go.mod h1:YtmZATysV+F1Q0CyvMjDgVVHHUaXAUbCpvS9onziLK8=
github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 h1:pWxk9e//NbPwfxat7RXkts09K+dEBJWakUWwICVqYbA=
github.com/matoous/godox v0.0.0-20210227103229-6504466cf951/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s=
github.com/matryer/is v1.2.0/go.mod h1:2fLPjFQM9rhQ15aVEtbuwhJinnOqrmgXPNdZsdwlWXA=
Expand Down Expand Up @@ -1639,6 +1639,8 @@ github.com/rogpeppe/go-internal v1.2.2/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFR
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc=
github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8=
github.com/rotisserie/eris v0.5.4 h1:Il6IvLdAapsMhvuOahHWiBnl1G++Q0/L5UIkI5mARSk=
github.com/rotisserie/eris v0.5.4/go.mod h1:Z/kgYTJiJtocxCbFfvRmO+QejApzG6zpyky9G1A4g9s=
github.com/rs/cors v1.8.2/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU=
github.com/rs/xid v1.2.1/go.mod h1:+uKXf+4Djp6Md1KODXJxgGQPKngRmWyn10oCKFzNHOQ=
github.com/rs/zerolog v1.13.0/go.mod h1:YbFCdg8HfsridGWAh22vktObvhZbQsZXe4/zB0OKkWU=
Expand Down
22 changes: 22 additions & 0 deletions tools/vendor/github.com/matm/gocov-html/cmd/gocov-html/main.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

116 changes: 0 additions & 116 deletions tools/vendor/github.com/matm/gocov-html/pkg/cov/annotate.go

This file was deleted.

169 changes: 0 additions & 169 deletions tools/vendor/github.com/matm/gocov-html/pkg/cov/const.go

This file was deleted.

Loading

0 comments on commit ed2a9f5

Please sign in to comment.