Adding note to readme regarding golang dep
diff --git a/README.md b/README.md index e6da8a8..a8c27ff 100644 --- a/README.md +++ b/README.md
@@ -14,6 +14,20 @@ [](https://travis-ci.org/Masterminds/glide) [](https://goreportcard.com/report/github.com/Masterminds/glide) [](https://godoc.org/github.com/Masterminds/glide) [](http://glide.readthedocs.org/en/stable/?badge=stable) [](http://glide.readthedocs.org/en/latest/?badge=latest) [](https://gitter.im/Masterminds/glide?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +### Golang Dep + +An [official package manager](https://github.com/golang/dep) has been started for +the Go community. We view this as a good thing to bring everyone together around +one solution. It's currently pre-alpha so it's not ready for prime time usage. + +If you start to poke it you'll see it has a similar style to Glide. While commands +may have different names there are many of the same features such as semantic versions +and ranges. + +Our view is that Glide will be around until an official package manager is ready +for production use by the masses. We support the common tool and look forward to +the day it is capable of replacing Glide. + ### Features * Ease dependency management