All Projects → FiloSottile → Vendorcheck

FiloSottile / Vendorcheck

Licence: mit
Check that all your Go dependencies are properly vendored

Programming Languages

go
31211 projects - #10 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].