diff --git a/README.md b/README.md index 2db8608a..53395479 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [OpenGL](#opengl) - [Editor Plugins](#editor-plugins) - [Third-party APIs](#third-party-apis) + - [Package Management](#package-management) - [DevOps Tools](#devops-tools) - [Utilities](#utilities) - [Logging](#logging) @@ -316,6 +317,12 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [hipchat](https://github.com/andybons/hipchat) - This project implements a golang client library for the Hipchat API. * [hipchat (xmpp)](https://github.com/daneharrigan/hipchat) - A golang package to communicate with HipChat over XMPP +## Package Management + +*Libraries for package and dependency management.* + +* [godep](https://github.com/tools/godep) - dependency tool for go, godep helps build packages reproducibly by fixing their dependencies. + ## DevOps Tools *Software and libraries for DevOps.*