Skip to content

Commit 130a086

Browse files
deps: bump github.com/AlekSi/gocov-xml from 1.1.0 to 1.2.0 in /build/tools (#3823)
deps: bump github.com/AlekSi/gocov-xml in /build/tools Bumps [github.com/AlekSi/gocov-xml](https://github.com/AlekSi/gocov-xml) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/AlekSi/gocov-xml/releases) - [Commits](AlekSi/gocov-xml@v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: github.com/AlekSi/gocov-xml dependency-version: 1.2.0 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>
1 parent 390dea4 commit 130a086

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/Azure/azure-container-networking/build/tools
33
go 1.23.2
44

55
require (
6-
github.com/AlekSi/gocov-xml v1.1.0
6+
github.com/AlekSi/gocov-xml v1.2.0
77
github.com/axw/gocov v1.2.1
88
github.com/golang/mock v1.6.0
99
github.com/golangci/golangci-lint v1.63.4

build/tools/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ github.com/4meepo/tagalign v1.4.1 h1:GYTu2FaPGOGb/xJalcqHeD4il5BiCywyEYZOA55P6J4
88
github.com/4meepo/tagalign v1.4.1/go.mod h1:2H9Yu6sZ67hmuraFgfZkNcg5Py9Ch/Om9l2K/2W1qS4=
99
github.com/Abirdcfly/dupword v0.1.3 h1:9Pa1NuAsZvpFPi9Pqkd93I7LIYRURj+A//dFd5tgBeE=
1010
github.com/Abirdcfly/dupword v0.1.3/go.mod h1:8VbB2t7e10KRNdwTVoxdBaxla6avbhGzb8sCTygUMhw=
11-
github.com/AlekSi/gocov-xml v1.1.0 h1:iElWGi7s/MuL8/d8WDtI2fOAsN3ap9x8nK5RrAhaDng=
12-
github.com/AlekSi/gocov-xml v1.1.0/go.mod h1:g1dRVOCHjKkMtlPfW6BokJ/qxoeZ1uPNAK7A/ii3CUo=
11+
github.com/AlekSi/gocov-xml v1.2.0 h1:TGx+qVSgBn655Ejv8b2mgPIGvIa8ZxGFSPXuWf0J3Vw=
12+
github.com/AlekSi/gocov-xml v1.2.0/go.mod h1:g1dRVOCHjKkMtlPfW6BokJ/qxoeZ1uPNAK7A/ii3CUo=
1313
github.com/Antonboom/errname v1.0.0 h1:oJOOWR07vS1kRusl6YRSlat7HFnb3mSfMl6sDMRoTBA=
1414
github.com/Antonboom/errname v1.0.0/go.mod h1:gMOBFzK/vrTiXN9Oh+HFs+e6Ndl0eTFbtsRTSRdXyGI=
1515
github.com/Antonboom/nilnil v1.0.1 h1:C3Tkm0KUxgfO4Duk3PM+ztPncTFlOf0b2qadmS0s4xs=

0 commit comments

Comments
 (0)