From e70d4ff7501ea59206eb24717955e31a7240983e Mon Sep 17 00:00:00 2001 From: Kyle Quest Date: Wed, 27 Jun 2018 21:05:15 -0700 Subject: [PATCH] added a reference for a vendoring tool --- README.md | 2 +- vendor/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 672e3cc..62bae08 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/vendor/README.md b/vendor/README.md index 62bd810..5ed8cc5 100644 --- a/vendor/README.md +++ b/vendor/README.md @@ -1,5 +1,5 @@ # `/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.