github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/pkg/workspace/test_data/dependent_mod_2/mod.sp (about)

     1  mod "local" {
     2    title = "dependent_mod"
     3    require {
     4      mod "github.com/pskrbasu/steampipe-mod-m1" {
     5        version = "4.0"
     6      }
     7    }
     8  }