mirror of
https://github.com/turbot/steampipe.git
synced 2026-04-30 16:00:08 -04:00
rename Connection to SteampipeConnection
remove unneeded code use CloudMetadata from pipe-fittings
This commit is contained in:
@@ -8,6 +8,7 @@ import (
|
||||
"github.com/spf13/viper"
|
||||
pconstants "github.com/turbot/pipe-fittings/constants"
|
||||
"github.com/turbot/pipe-fittings/contexthelpers"
|
||||
"github.com/turbot/pipe-fittings/modconfig"
|
||||
"github.com/turbot/pipe-fittings/querydisplay"
|
||||
"github.com/turbot/pipe-fittings/utils"
|
||||
"github.com/turbot/steampipe/pkg/cmdconfig"
|
||||
@@ -17,7 +18,6 @@ import (
|
||||
"github.com/turbot/steampipe/pkg/error_helpers"
|
||||
"github.com/turbot/steampipe/pkg/interactive"
|
||||
"github.com/turbot/steampipe/pkg/query"
|
||||
"github.com/turbot/steampipe/pkg/steampipeconfig/modconfig"
|
||||
)
|
||||
|
||||
func RunInteractiveSession(ctx context.Context, initData *query.InitData) error {
|
||||
|
||||
Reference in New Issue
Block a user