respecting the alphabetical order
diff --git a/PackageManagementTools.md b/PackageManagementTools.md
index 3519dfb..70dfe31 100644
--- a/PackageManagementTools.md
+++ b/PackageManagementTools.md
@@ -61,13 +61,8 @@
## Revision Locking
Revision Locking creates a dependency file that references specific commits in the different version control systems the code is located in. Just like vendoring, the RL tool is used to get, build and install your project. One advantage is that your project repository continues to only contain the specific project code.
-| **wgo** |https://github.com/skelterjohn/wgo|
-|:-----------|:-----------------------------|
-|Title |Managed workspaces on top of the go tool|
-|Author |John Asmuth |
-|Categories |Revision Locking (git, extensible)|
-| | |
| **dondur** |https://github.com/oguzbilgic/dondur|
+|:-----------|:-----------------------------|
|Title |Freeze your Go dependencies with ease|
|Author |Oguz Bilgic |
|Categories |Revision Locking (git, mercurial, bazaar)|
@@ -130,6 +125,11 @@
|Title |[Automation for dependency management tasks](http://kylelemons.net/blog/2012/04/22-rx-for-go-headaches.article)|
|Author |Kyle Lemons |
|Categories |Revision Locking (git, mercurial)|
+| | |
+| **wgo** |https://github.com/skelterjohn/wgo|
+|Title |Managed workspaces on top of the go tool|
+|Author |John Asmuth |
+|Categories |Revision Locking (git, extensible)|
## Import Proxies
Import Proxies act as a man in the middle between the Go tool and the VCS. It parses the data stream while the repository is being cloned.