mirror of
https://github.com/turbot/steampipe.git
synced 2026-05-11 00:02:37 -04:00
Rationalise default mod creation Fix nil ref exception for mod commands when using legacy `requires` block --------- Co-authored-by: kai <kai@turbot.com>
8 lines
158 B
Go
8 lines
158 B
Go
package versionmap
|
|
|
|
func (l *WorkspaceLock) GetModList(rootName string) string {
|
|
|
|
tree := l.InstallCache.GetDependencyTree(rootName)
|
|
return tree.String()
|
|
}
|