diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2020-04-04 16:45:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-04 11:45:26 +0300 |
commit | b264c303945716d95dca41a11fe89ab567bddef3 (patch) | |
tree | 3f6cfc712d433c31f074e40968c8e0e06c06544a /vendor/modules.txt | |
parent | 14c97c05019d416d634ad486c03674a2b9af92ef (diff) | |
download | gitea-b264c303945716d95dca41a11fe89ab567bddef3.tar.gz gitea-b264c303945716d95dca41a11fe89ab567bddef3.zip |
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>
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index fd2108874f..90602f0713 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -732,6 +732,8 @@ golang.org/x/text/unicode/bidi golang.org/x/text/unicode/norm golang.org/x/text/width # golang.org/x/tools v0.0.0-20200225230052-807dcd883420 +## explicit +golang.org/x/tools/cover golang.org/x/tools/go/ast/astutil golang.org/x/tools/go/buildutil golang.org/x/tools/go/gcexportdata |