From 5e95d598c06711664ce149c9b72343ce0c7ea775 Mon Sep 17 00:00:00 2001 From: Kyle Banks Date: Tue, 14 Mar 2017 14:28:13 -0400 Subject: [PATCH] Add 'depth' package (#1318) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ef26b5a8..5f2fff4a 100644 --- a/README.md +++ b/README.md @@ -1322,6 +1322,7 @@ Go software and plugins. ## Go Tools * [colorgo](https://github.com/songgao/colorgo) - A wrapper around `go` command for colorized `go build` output. +* [depth](https://github.com/KyleBanks/depth) - Visualize dependency trees of any package by analyzing imports. * [gb](https://getgb.io/) - An easy to use project based build tool for the Go programming language. * [go-callvis](https://github.com/TrueFurby/go-callvis) - Visualize call graph of your Go program using dot format. * [go-pkg-complete](https://github.com/skelterjohn/go-pkg-complete) - Bash completion for go and wgo.