mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-26 15:00:08 -05:00
Support mods requiring different versions of the same mod. Resources from transitive dependencies should not added the mod resource map #3302 (#3303)
This commit is contained in:
@@ -225,8 +225,8 @@ func ParseMod(fileData map[string][]byte, pseudoResources []modconfig.MappableRe
|
||||
prevUnresolvedBlocks = unresolvedBlocks
|
||||
}
|
||||
|
||||
// now tell mod to build tree of controls.
|
||||
res.Error = mod.BuildResourceTree(parseCtx.LoadedDependencyMods)
|
||||
// now tell mod to build tree of resources
|
||||
res.Error = mod.BuildResourceTree(parseCtx.GetTopLevelDependencyMods())
|
||||
|
||||
return mod, res
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user