Add Pegomock to the Testing section.
diff --git a/Projects.md b/Projects.md
index 51f5dc4..da126ce 100644
--- a/Projects.md
+++ b/Projects.md
@@ -1314,6 +1314,7 @@
   * [GSpec](https://github.com/hailiang/gspec) - _Expressive, reliable, concurrent and extensible_ Go test framework that makes it productive to organize and verify the mind model of software.
   * [Nitro](https://github.com/spf13/nitro) - A quick and simple profiler For Go
   * [muxy](https://github.com/mefellows/muxy) - Simulating real-world distributed system failures.
+  * [Pegomock](https://github.com/petergtz/pegomock) - a mocking framework based on [golang/mock](https://github.com/golang/mock), but uses a DSL closely related to [Mockito](http://site.mockito.org/mockito/docs/current/org/mockito/Mockito.html).
   * [terst](https://github.com/robertkrimen/terst) - A terse, easy-to-use testing library for Go
   * [test2doc](https://code.google.com/p/test2doc/) - Generate documentation for your go units from your unit tests.
   * [testflight](https://github.com/drewolson/testflight) - Painless http testing in Go