Scroll to navigation

DEP:(1) User Commands DEP:(1)

NAME

dep: - manual page for dep

SYNOPSIS

dep <command>

DESCRIPTION

dep is a tool for managing dependencies for Go projects

Commands:

Initialize a new project with manifest and lock files
Report the status of the project's dependencies
Ensure a dependency is safely vendored in the project
Prune the vendor tree of unused packages
Show the dep version information

EXAMPLES

set up a new project
install the project's dependencies
update the locked versions of all dependencies
add a dependency to the project

Use "dep help [command]" for more information about a command.

dep is a tool for managing dependencies for Go projects

Usage: dep <command>

Commands:

Initialize a new project with manifest and lock files
Report the status of the project's dependencies
Ensure a dependency is safely vendored in the project
Prune the vendor tree of unused packages
Show the dep version information
set up a new project
install the project's dependencies
update the locked versions of all dependencies
add a dependency to the project

Use "dep help [command]" for more information about a command.

October 2017 dep