What happened?
When analyzing stack of a go project, the last dependency of the go mod graph was being ignored
...
github.com/stretchr/[email protected] github.com/stretchr/[email protected]
github.com/stretchr/[email protected] gopkg.in/[email protected]
gopkg.in/[email protected] gopkg.in/[email protected]
{
"ref" : "pkg:golang/gopkg.in/[email protected]",
"dependsOn" : [ ]
},
Please provide runtime information.
any go project
Relevant log output
How can this issue be reproduced?
No response