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

Specify multiple build tags for Go analysis #341

Closed
elldritch opened this issue Oct 10, 2018 · 1 comment · Fixed by #372
Closed

Specify multiple build tags for Go analysis #341

elldritch opened this issue Oct 10, 2018 · 1 comment · Fixed by #372

Comments

@elldritch
Copy link
Member

Go packages will bring in different dependencies depending on GOOS and GOARCH. This request is for use cases where users want their report to include a union of all dependencies for all combinations of build tags, OS, and architecture.

@dave-tucker
Copy link

dave-tucker commented Oct 10, 2018

We think that Vndr uses this list to ensure that all combinations of OS/Arch are taken in to account when computing dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants