From 30729281e1b571546b49cdff245294cb50bb4f8b Mon Sep 17 00:00:00 2001 From: Mohamad Choupan Date: Tue, 5 Nov 2024 03:54:19 +0330 Subject: [PATCH] fix: imports --- steampipe-plugin-aws/aws/table_aws_ec2_ami.go | 2 +- steampipe-plugin-aws/aws/table_aws_ec2_ami_shared.go | 2 +- steampipe-plugin-aws/aws/table_aws_ecr_image.go | 2 +- steampipe-plugin-aws/aws/table_aws_ecr_image_scan_finding.go | 2 +- .../aws/table_aws_ecs_cluster_metric_cpu_utilization.go | 2 +- .../aws/table_aws_ecs_cluster_metric_cpu_utilization_daily.go | 2 +- .../aws/table_aws_ecs_cluster_metric_cpu_utilization_hourly.go | 2 +- steampipe-plugin-aws/aws/table_aws_kafka_cluster.go | 2 +- steampipe-plugin-aws/aws/table_aws_msk_cluster.go | 2 +- steampipe-plugin-aws/aws/table_aws_msk_serverless_cluster.go | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_ami.go b/steampipe-plugin-aws/aws/table_aws_ec2_ami.go index f669438e..d9272efb 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_ami.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_ami.go @@ -3,7 +3,7 @@ package aws import ( "context" - "github.com/opengovern/og-describer-aws/pkg/opengovernance-es-sdk" + "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ec2_ami_shared.go b/steampipe-plugin-aws/aws/table_aws_ec2_ami_shared.go index c52869df..698eea3b 100644 --- a/steampipe-plugin-aws/aws/table_aws_ec2_ami_shared.go +++ b/steampipe-plugin-aws/aws/table_aws_ec2_ami_shared.go @@ -3,7 +3,7 @@ package aws import ( "context" - "github.com/opengovern/og-describer-aws/pkg/opengovernance-es-sdk" + "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ecr_image.go b/steampipe-plugin-aws/aws/table_aws_ecr_image.go index b9272441..3c8bd39d 100644 --- a/steampipe-plugin-aws/aws/table_aws_ecr_image.go +++ b/steampipe-plugin-aws/aws/table_aws_ecr_image.go @@ -3,7 +3,7 @@ package aws import ( "context" - "github.com/opengovern/og-describer-aws/pkg/opengovernance-es-sdk" + "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ecr_image_scan_finding.go b/steampipe-plugin-aws/aws/table_aws_ecr_image_scan_finding.go index 1b876c65..c067dcb9 100644 --- a/steampipe-plugin-aws/aws/table_aws_ecr_image_scan_finding.go +++ b/steampipe-plugin-aws/aws/table_aws_ecr_image_scan_finding.go @@ -3,7 +3,7 @@ package aws import ( "context" - "github.com/opengovern/og-describer-aws/pkg/opengovernance-es-sdk" + "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ecs_cluster_metric_cpu_utilization.go b/steampipe-plugin-aws/aws/table_aws_ecs_cluster_metric_cpu_utilization.go index f89659cd..a9c5ec86 100644 --- a/steampipe-plugin-aws/aws/table_aws_ecs_cluster_metric_cpu_utilization.go +++ b/steampipe-plugin-aws/aws/table_aws_ecs_cluster_metric_cpu_utilization.go @@ -4,7 +4,7 @@ import ( "context" "strings" - "github.com/opengovern/og-describer-aws/pkg/opengovernance-es-sdk" + "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ecs_cluster_metric_cpu_utilization_daily.go b/steampipe-plugin-aws/aws/table_aws_ecs_cluster_metric_cpu_utilization_daily.go index ecdf6969..4b7dc49e 100644 --- a/steampipe-plugin-aws/aws/table_aws_ecs_cluster_metric_cpu_utilization_daily.go +++ b/steampipe-plugin-aws/aws/table_aws_ecs_cluster_metric_cpu_utilization_daily.go @@ -4,7 +4,7 @@ import ( "context" "strings" - "github.com/opengovern/og-describer-aws/pkg/opengovernance-es-sdk" + "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_ecs_cluster_metric_cpu_utilization_hourly.go b/steampipe-plugin-aws/aws/table_aws_ecs_cluster_metric_cpu_utilization_hourly.go index c2657c75..23591f6f 100644 --- a/steampipe-plugin-aws/aws/table_aws_ecs_cluster_metric_cpu_utilization_hourly.go +++ b/steampipe-plugin-aws/aws/table_aws_ecs_cluster_metric_cpu_utilization_hourly.go @@ -4,7 +4,7 @@ import ( "context" "strings" - "github.com/opengovern/og-describer-aws/pkg/opengovernance-es-sdk" + "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_kafka_cluster.go b/steampipe-plugin-aws/aws/table_aws_kafka_cluster.go index 011ab000..534ac2a0 100644 --- a/steampipe-plugin-aws/aws/table_aws_kafka_cluster.go +++ b/steampipe-plugin-aws/aws/table_aws_kafka_cluster.go @@ -3,7 +3,7 @@ package aws import ( "context" - "github.com/opengovern/og-describer-aws/pkg/opengovernance-es-sdk" + "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_msk_cluster.go b/steampipe-plugin-aws/aws/table_aws_msk_cluster.go index 17876936..932a5445 100644 --- a/steampipe-plugin-aws/aws/table_aws_msk_cluster.go +++ b/steampipe-plugin-aws/aws/table_aws_msk_cluster.go @@ -3,7 +3,7 @@ package aws import ( "context" - "github.com/opengovern/og-describer-aws/pkg/opengovernance-es-sdk" + "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform" diff --git a/steampipe-plugin-aws/aws/table_aws_msk_serverless_cluster.go b/steampipe-plugin-aws/aws/table_aws_msk_serverless_cluster.go index 96da32fc..a55866f4 100644 --- a/steampipe-plugin-aws/aws/table_aws_msk_serverless_cluster.go +++ b/steampipe-plugin-aws/aws/table_aws_msk_serverless_cluster.go @@ -3,7 +3,7 @@ package aws import ( "context" - "github.com/opengovern/og-describer-aws/pkg/opengovernance-es-sdk" + "github.com/opengovern/og-describer-aws/SDK/generated" "github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto" "github.com/turbot/steampipe-plugin-sdk/v5/plugin" "github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform"