command
module
Version:
v0.0.0-...-8d14f56
Opens a new window with list of versions in this module.
Published: Feb 11, 2021
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.