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

Dependencies list in Dependency struct should be an array of String, not Dependency #36

Closed
ajbrown opened this issue May 11, 2022 · 0 comments · Fixed by #56
Closed
Labels
bug Something isn't working
Milestone

Comments

@ajbrown
Copy link

ajbrown commented May 11, 2022

I opened a similar issue on the Java library. The specification calls for dependsOn to be a list of bom-refs (as string) without nesting, however the struct implies that dependencies can in fact be nested.

Dependencies *[]Dependency `xml:"dependency,omitempty"`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants