.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.5. .TH DEP: "1" "October 2017" "dep" "User Commands" .SH NAME dep: \- manual page for dep .SH SYNOPSIS .B dep \fI\,\/\fR .SH DESCRIPTION dep is a tool for managing dependencies for Go projects .PP Commands: .TP init Initialize a new project with manifest and lock files .TP status Report the status of the project's dependencies .TP ensure Ensure a dependency is safely vendored in the project .TP prune Prune the vendor tree of unused packages .TP version Show the dep version information .SH EXAMPLES .TP dep init set up a new project .TP dep ensure install the project's dependencies .TP dep ensure \-update update the locked versions of all dependencies .TP dep ensure \-add github.com/pkg/errors add a dependency to the project .PP Use "dep help [command]" for more information about a command. .PP dep is a tool for managing dependencies for Go projects .PP Usage: dep .PP Commands: .TP init Initialize a new project with manifest and lock files .TP status Report the status of the project's dependencies .TP ensure Ensure a dependency is safely vendored in the project .TP prune Prune the vendor tree of unused packages .TP version Show the dep version information .TP dep init set up a new project .TP dep ensure install the project's dependencies .TP dep ensure \-update update the locked versions of all dependencies .TP dep ensure \-add github.com/pkg/errors add a dependency to the project .PP Use "dep help [command]" for more information about a command.