github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/tests/acceptance/test_data/mods/dependent_mod_with_legacy_lock/mod.sp (about) 1 mod "local" { 2 title = "dependent_mod" 3 require { 4 mod "github.com/pskrbasu/steampipe-mod-top-level" { 5 version = "3.0.0" 6 } 7 } 8 }