Kaynağa Gözat

build: No need for outdated go2xunit

Jakob Borg 9 yıl önce
ebeveyn
işleme
5f01afb7ea
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      build.go

+ 0 - 1
build.go

@@ -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")
 }