From b3e55be98bf35f905ca30957bb1f9cd83994c458 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Wed, 2 Nov 2016 19:54:44 -0400 Subject: [PATCH] Changing how developers should maintain library dependency --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d2a4a6..cd6af0f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ library has been tested. Vendoring a working version of this library is highly r * End to end testing with Vagrant setup ## Importing -We suggest using http://labix.org/gopkg.in for any imports of packages in this library +* We suggest using a vendoring tool such as [govendor](https://github.com/kardianos/govendor) and +fetching by version, for example: `govendor fetch github.com/rdelval/gorealis@v1` ## Contributions Contributions are very much welcome. Please raise an issue so that the contribution may be discussed before it's made. \ No newline at end of file