From 003516d41a44dcad3dbc6d082c7249dc08eb08ca Mon Sep 17 00:00:00 2001 From: Thibault Jamet Date: Mon, 15 Jan 2018 11:05:41 +0100 Subject: [PATCH] Refer to golang/dep in the Readme Suggest users to use golang dep that should become the dependency management tool for go. The text has been adapted from Glide's readme Signed-off-by: Thibault Jamet --- Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Readme.md b/Readme.md index 6e1e08d..19506e4 100644 --- a/Readme.md +++ b/Readme.md @@ -12,6 +12,14 @@ but you can use it on any project that works with Go 1 or newer. Please check the [FAQ](FAQ.md) if you have a question. +## Golang Dep + +The Go community now has the [dep](https://github.com/golang/dep) project to +manage dependencies. Please consider trying to migrate from Godep to dep. If there +is an issue preventing you from migrating please file an issue with dep so the +problem can be corrected. Godep will continue to be supported for some time but +is considered to be in a state of support rather than active feature development. + ## Install ```console