Add gotestsum
diff --git a/Projects.md b/Projects.md
index f07bccc..9d00448 100644
--- a/Projects.md
+++ b/Projects.md
@@ -1512,7 +1512,8 @@
   * [gospecify](https://github.com/stesla/gospecify) - another BDD framework
   * [go-stat](https://github.com/mreiferson/go-stat) - performant instrumentation/profiling for Go
   * [go-tap](https://github.com/Merovius/go-tap) - TAP (Test Anything Protocol) parser in Go
-  * [gotestyourself](https://github.com/gotestyourself/gotestyourself) - a collection of packages for writing readable tests
+  * [gotest.tools](https://github.com/gotestyourself/gotest.tools) - a collection of packages for writing readable tests
+  * [gotestsum](https://github.com/gotestyourself/gotestsum) - a test runner with customizable and colored output
   * [gounit](https://github.com/mdwhatcott/gounit) - xunit for Go
   * [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.
   * [httpexpect](https://github.com/gavv/httpexpect) - Concise, declarative, and easy to use end-to-end HTTP and REST API testing