docs: Update FAQ to mention go mod

This commit is contained in:
James Shubin
2019-05-14 06:18:53 -04:00
parent a050cff50f
commit 38dfaa1caa

View File

@@ -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 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. 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 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 marches on, you're left behind using an old version. As a result, bug fixes and