Skip to content

Commit

Permalink
chore(deps): bump github.com/axw/gocov from 1.0.0 to 1.1.0 in /tools (#…
Browse files Browse the repository at this point in the history
…121)

Bumps [github.com/axw/gocov](https://github.com/axw/gocov) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/axw/gocov/releases)
- [Commits](axw/gocov@v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/axw/gocov
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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] authored Apr 26, 2022
1 parent 2b41d8a commit 421e464
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 31 deletions.
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/obalunenko/advent-of-code/tools
go 1.18

require (
github.com/axw/gocov v1.0.0
github.com/axw/gocov v1.1.0
github.com/golangci/golangci-lint v1.45.2
github.com/goreleaser/goreleaser v1.8.3
github.com/matm/gocov-html v0.0.0-20200509184451-71874e2e203b
Expand Down
3 changes: 2 additions & 1 deletion tools/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,9 @@ github.com/aws/aws-sdk-go-v2/service/sts v1.11.1/go.mod h1:UV2N5HaPfdbDpkgkz4sRz
github.com/aws/smithy-go v1.8.0/go.mod h1:SObp3lf9smib00L/v3U2eAKG8FyQ7iLrJnQiAmR5n+E=
github.com/aws/smithy-go v1.9.0 h1:c7FUdEqrQA1/UVKKCNDFQPNKGp4FQg3YW4Ck5SLTG58=
github.com/aws/smithy-go v1.9.0/go.mod h1:SObp3lf9smib00L/v3U2eAKG8FyQ7iLrJnQiAmR5n+E=
github.com/axw/gocov v1.0.0 h1:YsqYR66hUmilVr23tu8USgnJIJvnwh3n7j5zRn7x4LU=
github.com/axw/gocov v1.0.0/go.mod h1:LvQpEYiwwIb2nYkXY2fDWhg9/AsYqkhmrCshjlUJECE=
github.com/axw/gocov v1.1.0 h1:y5U1krExoJDlb/kNtzxyZQmNRprFOFCutWbNjcQvmVM=
github.com/axw/gocov v1.1.0/go.mod h1:H9G4tivgdN3pYSSVrTFBr6kGDCmAkgbJhtxFzAvgcdw=
github.com/aybabtme/rgbterm v0.0.0-20170906152045-cc83f3b3ce59/go.mod h1:q/89r3U2H7sSsE2t6Kca0lfwTK8JdoNGS/yzM/4iH5I=
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
Expand Down
75 changes: 49 additions & 26 deletions tools/vendor/github.com/axw/gocov/gocov/convert.go

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

5 changes: 3 additions & 2 deletions tools/vendor/github.com/axw/gocov/gocov/main.go

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

4 changes: 4 additions & 0 deletions tools/vendor/github.com/axw/gocov/gocov/report.go

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

2 changes: 1 addition & 1 deletion tools/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ github.com/aws/smithy-go/rand
github.com/aws/smithy-go/time
github.com/aws/smithy-go/transport/http
github.com/aws/smithy-go/transport/http/internal/io
# github.com/axw/gocov v1.0.0
# github.com/axw/gocov v1.1.0
## explicit; go 1.12
github.com/axw/gocov
github.com/axw/gocov/gocov
Expand Down

0 comments on commit 421e464

Please sign in to comment.