Skip to content

Commit bb1b415

Browse files
deps: bump github.com/axw/gocov from 1.1.0 to 1.2.1 in /build/tools (#3068)
Bumps [github.com/axw/gocov](https://github.com/axw/gocov) from 1.1.0 to 1.2.1. - [Release notes](https://github.com/axw/gocov/releases) - [Commits](axw/gocov@v1.1.0...v1.2.1) --- updated-dependencies: - dependency-name: github.com/axw/gocov dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2e88813 commit bb1b415

File tree

2 files changed

+13
-170
lines changed

2 files changed

+13
-170
lines changed

build/tools/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.23.2
66

77
require (
88
github.com/AlekSi/gocov-xml v1.1.0
9-
github.com/axw/gocov v1.1.0
9+
github.com/axw/gocov v1.2.1
1010
github.com/golang/mock v1.6.0
1111
github.com/golangci/golangci-lint v1.61.0
1212
github.com/jstemmer/go-junit-report v1.0.0
@@ -120,7 +120,6 @@ require (
120120
github.com/mattn/go-colorable v0.1.13 // indirect
121121
github.com/mattn/go-isatty v0.0.20 // indirect
122122
github.com/mattn/go-runewidth v0.0.16 // indirect
123-
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
124123
github.com/mgechev/revive v1.4.0 // indirect
125124
github.com/mitchellh/go-homedir v1.1.0 // indirect
126125
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -172,7 +171,6 @@ require (
172171
github.com/stretchr/objx v0.5.2 // indirect
173172
github.com/stretchr/testify v1.9.0 // indirect
174173
github.com/subosito/gotenv v1.6.0 // indirect
175-
github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c // indirect
176174
github.com/tdakkota/asciicheck v0.2.0 // indirect
177175
github.com/tetafro/godot v1.4.18 // indirect
178176
github.com/timakin/bodyclose v0.0.0-20240125160201-f835fa56326a // indirect

0 commit comments

Comments
 (0)