depth
depth copied to clipboard
Visualize Go Dependency Trees
this repo is very good! thanks! And , can show the dependencies version?
Error logging helps to track down issues. For example, I was investigating why swaggo failed in my project and found the `package name is not in GOROOT` error after I...
Hi @KyleBanks, An issue has been reported recently in a downstream tool, [swaggo/swag](https://github.com/swaggo/swag), which uses `depth` to calculate required dependencies in order to build valid OpenAPI 2.0 output as a...
- adding the ability to render the dependency graph using graphviz with `-graph` flag
``` [~] % depth github.com/KyleBanks/conways-gol 'github.com/KyleBanks/conways-gol': FATAL: unable to resolve root package [~]!% depth github.com/KyleBanks/goggles 'github.com/KyleBanks/goggles': FATAL: unable to resolve root package ``` It doesn't work on any KyleBanks packages...
I've updated depth's output in README. I think the result depends on the version of golang and this project seems to support go1.9, so I used go1.9.
I tried this on a server program where I want to see the dependency tree starting from the main package. I cd'ed into the same directory where main.go is found...
Hi there! We've been using `depth` as a library as a part of https://github.com/fossas/fossa-cli to power our Go dependency discovery. We recently ran into an interesting bug where using a...
It shows the original package, but it should be the replaced package.