Skip to content

Commit

Permalink
fix: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadch91 committed Nov 5, 2024
1 parent f6cabed commit 3072928
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion steampipe-plugin-aws/aws/table_aws_ec2_ami.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion steampipe-plugin-aws/aws/table_aws_ec2_ami_shared.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion steampipe-plugin-aws/aws/table_aws_ecr_image.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion steampipe-plugin-aws/aws/table_aws_kafka_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion steampipe-plugin-aws/aws/table_aws_msk_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3072928

Please sign in to comment.