Skip to content

Commit

Permalink
Add vndr as a supported tool
Browse files Browse the repository at this point in the history
  • Loading branch information
carolynvs committed Aug 11, 2017
1 parent 4f22124 commit d463547
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion cmd/dep/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ specified, use the current directory.
When configuration for another dependency management tool is detected, it is
imported into the initial manifest and lock. Use the -skip-tools flag to
disable this behavior. The following external tools are supported: glide, godep.
disable this behavior. The following external tools are supported:
glide, godep, vndr.
Any dependencies that are not constrained by external configuration use the
GOPATH analysis below.
Expand Down
2 changes: 1 addition & 1 deletion docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ about what's going on.
During `dep init` configuration from other dependency managers is detected
and imported, unless `-skip-tools` is specified.

The following tools are supported: `glide` and `godep`.
The following tools are supported: `glide`, `godep` and `vndr`.

See [#186](https://github.com/golang/dep/issues/186#issuecomment-306363441) for
how to add support for another tool.
Expand Down

0 comments on commit d463547

Please sign in to comment.