Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tools] Add script to show transitive Go dependencies #480

Merged
merged 1 commit into from
Jul 29, 2021

Conversation

BenjaminPelletier
Copy link
Member

Sometimes it is unclear why a Go package is included in a build, such as some of the packages mentioned in #473. This PR adds a small script to visualize the connections between dependencies that lead to a package being included in a build.

@KaiGuo-gkai KaiGuo-gkai self-requested a review February 23, 2021 23:01
@BenjaminPelletier BenjaminPelletier changed the title Add script to show transitive Go dependencies [tools] Add script to show transitive Go dependencies Jul 28, 2021
@BenjaminPelletier BenjaminPelletier merged commit 214e45d into master Jul 29, 2021
@BenjaminPelletier BenjaminPelletier deleted the feature/why-go-dep branch July 29, 2021 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants