added a reference for a vendoring tool

This commit is contained in:
Kyle Quest
2018-06-27 21:05:15 -07:00
parent 65efc4a52a
commit e70d4ff750
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ See the [`/pkg`](pkg/README.md) directory for examples.
### `/vendor`
Application dependencies (managed manually or by your favorite dependency management tool).
Application dependencies (managed manually or by your favorite dependency management tool like [`dep`](https://github.com/golang/dep)).
Don't commit your application dependencies if you are building a library.