Description
Legacy Go projects that still use dep can manage dependencies with the historical tool expected by those repositories. It is useful only when maintaining older code that has not moved to Go modules.
This package is explicitly deprecated. New Go projects should use modules, and maintainers should avoid introducing dep into fresh code unless a legacy build requires it.