steampipe
steampipe copied to clipboard
Incorrect tree structure from `steampipe mod list`
Describe the bug
Incorrect tree structure from steampipe mod list
.
Steampipe version (steampipe -v
)
Example: v0.11.0
To reproduce
Do steampipe mod install github.com/pskrbasu/[email protected]
which is dependant on another mod. Both the mods get installed but when you do a steampipe mod list
, it just lists one mod.
steampipe mod list
local
└── github.com/pskrbasu/[email protected]
Expected behavior
steampipe mod list
local
└── github.com/pskrbasu/[email protected]
└── github.com/pskrbasu/[email protected]
Additional context Add any other context about the problem here.