Files
steampipe/pkg/steampipeconfig/versionmap/workspace_lock_list.go
Puskar Basu 3bdd2eedde Improve error message when running steampipe check/dashboard outside a mod and refactor default mod creation. Closes #3215
Rationalise default mod creation 
Fix nil ref exception for mod commands when using legacy `requires` block

---------

Co-authored-by: kai <kai@turbot.com>
2023-04-20 12:02:50 +01:00

8 lines
158 B
Go

package versionmap
func (l *WorkspaceLock) GetModList(rootName string) string {
tree := l.InstallCache.GetDependencyTree(rootName)
return tree.String()
}