Description
Legacy Go projects can manage dependencies with the dep tool when their build still expects it. It is useful for maintaining older repositories that have not fully moved to Go modules.
This binary package is for compatibility with older Go workflows. New projects should normally use Go modules, and dependency changes should be reviewed before committing generated lock files.