build: No need for outdated go2xunit

This commit is contained in:
Jakob Borg 2016-09-18 21:02:42 +02:00
parent 6fe2fa5ff0
commit 5f01afb7ea
1 changed files with 0 additions and 1 deletions

View File

@ -356,7 +356,6 @@ func setup() {
runPrint("go", "get", "-v", "github.com/FiloSottile/gvt")
runPrint("go", "get", "-v", "github.com/axw/gocov/gocov")
runPrint("go", "get", "-v", "github.com/AlekSi/gocov-xml")
runPrint("go", "get", "-v", "bitbucket.org/tebeka/go2xunit")
runPrint("go", "get", "-v", "github.com/alecthomas/gometalinter")
runPrint("go", "get", "-v", "github.com/mitchellh/go-wordwrap")
}