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:
@ -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"
|
||||
|
Reference in New Issue
Block a user