Bug#976703: ITP: vendorcheck -- Check that all your Go dependencies are properly vendored

2020-12-07 Thread Shengjing Zhu
On Mon, Dec 7, 2020 at 4:27 PM Xialei Qin  wrote:
>
> Package: wnpp
> Severity: wishlist
> X-Debbugs-Cc: debian-de...@lists.debian.org
>
> * Package name: vendorcheck
>   Version : 0.0~git20160511.d6d54d1-1
>   Upstream Author : Filippo Valsorda
> * URL : https://github.com/FiloSottile/vendorcheck
> * License : MIT
>   Programming Lang: Go
>   Description : Check that all your Go dependencies are properly vendored
>
> vendorcheck Check that all your Go dependencies are properly vendored

The Go ecosystem is moving to Go modules, why do we still want this
legacy stuff?

--
Shengjing Zhu



Bug#976703: ITP: vendorcheck -- Check that all your Go dependencies are properly vendored

2020-12-07 Thread Xialei Qin
Package: wnpp
Severity: wishlist
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: vendorcheck
  Version : 0.0~git20160511.d6d54d1-1
  Upstream Author : Filippo Valsorda
* URL : https://github.com/FiloSottile/vendorcheck
* License : MIT
  Programming Lang: Go
  Description : Check that all your Go dependencies are properly vendored

vendorcheck Check that all your Go dependencies are properly vendored
 .
 .
 $ vendorcheck ./...  [!] dependency not vendored:
 golang.org/x/tools/go/buildutil [!] dependency not vendored:
 github.com/kisielk/gotool [!] dependency not vendored:
 golang.org/x/tools/go/loader [!] dependency not vendored:
 golang.org/x/tools/go/ast/astutil
 .
 .
 Run vendorcheck -u to list unused vendored packages instead.