replace github.com/gyuho/gocovmerge with github.com/alexfalkowski/gocovmerge

github.com/gyuho/gocovmerge has already been removed or turned into
a private repo. I believe it's also forked from github.com/wadey/gocovmerge.
So replace it with the original repo github.com/alexfalkowski/gocovmerge.

Signed-off-by: Benjamin Wang <wachao@vmware.com>
This commit is contained in:
Benjamin Wang
2023-08-07 11:03:37 +01:00
parent f4b5b052b9
commit acfa46c02b
4 changed files with 11 additions and 11 deletions

View File

@ -21,6 +21,7 @@
package tools
import (
_ "github.com/alexfalkowski/gocovmerge"
_ "github.com/alexkohler/nakedret"
_ "github.com/chzchzchz/goword"
_ "github.com/cloudflare/cfssl/cmd/cfssl"
@ -31,7 +32,6 @@ import (
_ "github.com/gordonklaus/ineffassign"
_ "github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway"
_ "github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger"
_ "github.com/gyuho/gocovmerge"
_ "github.com/mdempsky/unconvert"
_ "github.com/mgechev/revive"
_ "github.com/mikefarah/yq/v4"