Clarified

This commit is contained in:
mikesplain 2019-09-09 15:16:50 -04:00
parent c2d3367513
commit 89af1ea053
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ The following software must be installed prior to running the
update commands: update commands:
* [bazel](https://github.com/bazelbuild/bazel) * [bazel](https://github.com/bazelbuild/bazel)
* [dep](https://github.com/golang/dep) or go >= v1.12 for go mod support * [dep](https://github.com/golang/dep) for kops 1.14 or older
* [go mod](https://github.com/golang/go/wiki/Modules) for kops 1.15 and newer branches (including master)
* [hg](https://www.mercurial-scm.org/wiki/Download) * [hg](https://www.mercurial-scm.org/wiki/Download)
<!-- TODO: update dependency management for go mod --> <!-- TODO: update dependency management for go mod -->