8000 chore(dependencies): Bump github.com/matm/gocov-html to v1.1.1 (#202) · obalunenko/advent-of-code@75c98ba · GitHub
[go: up one dir, main page]

Skip to content

Commit 75c98ba

Browse files
authored
chore(dependencies): Bump github.com/matm/gocov-html to v1.1.1 (#202)
1 parent f2ac1b7 commit 75c98ba

File tree

12 files changed

+41
-46
lines changed

12 files changed

+41
-46
lines changed

tools/go.mod

Lines changed: 1 addition & 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 v0.0.0-20200509184451-71874e2e203b
9+
github.com/matm/gocov-html v1.1.1
1010
github.com/mattn/goveralls v0.0.11
1111
github.com/obalunenko/coverbadger v1.2.0
1212
golang.org/x/tools v0.3.0

tools/go.sum

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ github.com/aws/aws-sdk-go-v2/service/sts v1.16.10 h1:7tquJrhjYz2EsCBvA9VTl+sBAAh
314314
github.com/aws/aws-sdk-go-v2/service/sts v1.16.10/go.mod h1:cftkHYN6tCDNfkSasAmclSfl4l7cySoay8vz7p/ce0E=
315315
github.com/aws/smithy-go v1.12.0 h1:gXpeZel/jPoWQ7OEmLIgCUnhkFftqNfwWUwAHSlp1v0=
316316
github.com/aws/smithy-go v1.12.0/go.mod h1:Tg+OJXh4MB2R/uN61Ko2f6hTZwB/ZYGOtib8J3gBHzA=
317-
github.com/axw/gocov v1.0.0/go.mod h1:LvQpEYiwwIb2nYkXY2fDWhg9/AsYqkhmrCshjlUJECE=
318317
github.com/axw/gocov v1.1.0 h1:y5U1krExoJDlb/kNtzxyZQmNRprFOFCutWbNjcQvmVM=
319318
github.com/axw/gocov v1.1.0/go.mod h1:H9G4tivgdN3pYSSVrTFBr6kGDCmAkgbJhtxFzAvgcdw=
320319
github.com/aymanbagabas/go-osc52 v1.0.3/go.mod h1:zT8H+Rk4VSabYN90pWyugflM3ZhpTZNC7cASDfUCdT4=
@@ -1297,8 +1296,8 @@ github.com/maratori/testpackage v1.1.0/go.mod h1:PeAhzU8qkCwdGEMTEupsHJNlQu2gZop
12971296
github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2/go.mod h1:Ld9puTsIW75CHf65OeIOkyKbteujpZVXDpWK6YGZbxE=
12981297
github.com/markbates/safe v1.0.1/go.mod h1:nAqgmRi7cY2nqMc92/bSEeQA+R4OheNU2T1kNSCBdG0=
12991298
github.com/marstr/guid v1.1.0/go.mod h1:74gB1z2wpxxInTG6yaqA7KrtM0NZ+RbrcqDvYHefzho=
1300-
github.com/matm/gocov-html v0.0.0-20200509184451-71874e2e203b h1:5Wc/N1FIBnExmX0/SEdKe0A0COvdJc3rCGHQ7s1oBPQ=
1301-
github.com/matm/gocov-html v0.0.0-20200509184451-71874e2e203b/go.mod h1:zha4ZSIA/qviBBKx3j6tJG/Lx6aIdjOXPWuKAcJchQM=
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=
13021301
github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 h1:pWxk9e//NbPwfxat7RXkts09K+dEBJWakUWwICVqYbA=
13031302
github.com/matoous/godox v0.0.0-20210227103229-6504466cf951/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s=
13041303
github.com/matryer/is v1.2.0/go.mod h1:2fLPjFQM9rhQ15aVEtbuwhJinnOqrmgXPNdZsdwlWXA=

tools/tools.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
_ "github.com/axw/gocov/gocov"
88
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
99
_ "github.com/goreleaser/goreleaser"
10-
_ "github.com/matm/gocov-html"
10+
_ "github.com/matm/gocov-html/cmd/gocov-html"
1111
_ "github.com/mattn/goveralls"
1212
_ "github.com/obalunenko/coverbadger/cmd/coverbadger"
1313
_ "golang.org/x/tools/cmd/cover"

tools/vendor/github.com/matm/gocov-html/.gitignore

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

tools/vendor/github.com/matm/gocov-html/README.md

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

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

Lines changed: 19 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

tools/vendor/github.com/matm/gocov-html/pkg/config/version.go

Lines changed: 9 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/cov/const.go renamed to tools/vendor/github.com/matm/gocov-html/pkg/cov/const.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0