Move gocovmerge as vendor (#10947)
* Move gocovmerge as vendor * Update Makefile Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com> Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
This commit is contained in:
parent
14c97c0501
commit
b264c30394
6 changed files with 382 additions and 4 deletions
3
build/vendor.go
vendored
3
build/vendor.go
vendored
|
@ -15,4 +15,7 @@ import (
|
|||
|
||||
// for embed
|
||||
_ "github.com/shurcooL/vfsgen"
|
||||
|
||||
// for cover merge
|
||||
_ "golang.org/x/tools/cover"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue