From 38dfaa1caaafb527dc09ed2a0736e4d2b25cf5e4 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Tue, 14 May 2019 06:18:53 -0400 Subject: [PATCH] docs: Update FAQ to mention go mod --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 97fe086b..153f79ee 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -266,7 +266,7 @@ serious automation workloads. Support for non-Linux operating systems isn't a high priority of mine, but we're happy to accept patches for missing features or resources that you think would make sense on your favourite platform. -### Why aren't you using `glide` or `godep` for dependency management? +### Why aren't you using `glide`, `godep` or `go mod` for dependency management? Vendoring dependencies means that as the git master branch of each dependency marches on, you're left behind using an old version. As a result, bug fixes and