vendorcheck

command module
v0.0.0-...-8d14f56 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 11, 2021 License: MIT Imports: 11 Imported by: 0

README

vendorcheck

Deprecated: use go mod vendor, which starting in Go 1.14 will automatically check that the vendor folder is complete.

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.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL