diff --git a/azure/common_columns.go b/azure/common_columns.go index af2c380b..7cd1968d 100644 --- a/azure/common_columns.go +++ b/azure/common_columns.go @@ -3,9 +3,9 @@ package azure import ( "context" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) // column definitions for the common columns diff --git a/azure/connection_config.go b/azure/connection_config.go index 0bde85d1..08311830 100644 --- a/azure/connection_config.go +++ b/azure/connection_config.go @@ -1,8 +1,8 @@ package azure import ( - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/schema" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/schema" ) type azureConfig struct { diff --git a/azure/errors.go b/azure/errors.go index 9e3a476e..9a79d7c2 100644 --- a/azure/errors.go +++ b/azure/errors.go @@ -4,7 +4,7 @@ import ( "context" "strings" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) // isNotFoundError:: function which returns an ErrorPredicate for Azure API calls diff --git a/azure/monitoring_metric.go b/azure/monitoring_metric.go index af06c4ec..8062ae93 100644 --- a/azure/monitoring_metric.go +++ b/azure/monitoring_metric.go @@ -6,9 +6,9 @@ import ( "time" "github.com/Azure/azure-sdk-for-go/services/preview/monitor/mgmt/2021-04-01-preview/insights" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) type monitoringMetric struct { diff --git a/azure/plugin.go b/azure/plugin.go index 53c56e53..0ee865ac 100644 --- a/azure/plugin.go +++ b/azure/plugin.go @@ -3,8 +3,8 @@ package azure import ( "context" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) const pluginName = "steampipe-plugin-azure" diff --git a/azure/service.go b/azure/service.go index 709cf4c4..435d52e0 100644 --- a/azure/service.go +++ b/azure/service.go @@ -17,7 +17,7 @@ import ( "github.com/Azure/go-autorest/autorest/azure/auth" "github.com/Azure/go-autorest/autorest/azure/cli" "github.com/turbot/go-kit/types" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) // Session info diff --git a/azure/table_azure_ad_group.go b/azure/table_azure_ad_group.go index 5ba48572..3d2897ce 100644 --- a/azure/table_azure_ad_group.go +++ b/azure/table_azure_ad_group.go @@ -4,10 +4,10 @@ import ( "context" "errors" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_ad_service_principal.go b/azure/table_azure_ad_service_principal.go index ab5b916c..c4496766 100644 --- a/azure/table_azure_ad_service_principal.go +++ b/azure/table_azure_ad_service_principal.go @@ -4,10 +4,10 @@ import ( "context" "errors" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_ad_user.go b/azure/table_azure_ad_user.go index 11c598db..6ccbe117 100644 --- a/azure/table_azure_ad_user.go +++ b/azure/table_azure_ad_user.go @@ -4,10 +4,10 @@ import ( "context" "errors" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_api_management.go b/azure/table_azure_api_management.go index d3fc5cd3..3b4c3ad2 100644 --- a/azure/table_azure_api_management.go +++ b/azure/table_azure_api_management.go @@ -5,10 +5,10 @@ import ( "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/monitor/mgmt/insights" "github.com/Azure/azure-sdk-for-go/services/apimanagement/mgmt/2020-12-01/apimanagement" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION //// diff --git a/azure/table_azure_app_configuration.go b/azure/table_azure_app_configuration.go index cfcf7972..4b7e29c4 100644 --- a/azure/table_azure_app_configuration.go +++ b/azure/table_azure_app_configuration.go @@ -5,10 +5,10 @@ import ( "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/monitor/mgmt/insights" "github.com/Azure/azure-sdk-for-go/services/appconfiguration/mgmt/2020-06-01/appconfiguration" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_app_service_environment.go b/azure/table_azure_app_service_environment.go index 8e072ad5..590910fe 100644 --- a/azure/table_azure_app_service_environment.go +++ b/azure/table_azure_app_service_environment.go @@ -4,10 +4,10 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/web/mgmt/2020-06-01/web" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION //// diff --git a/azure/table_azure_app_service_function_app.go b/azure/table_azure_app_service_function_app.go index 4157723d..2577f32d 100644 --- a/azure/table_azure_app_service_function_app.go +++ b/azure/table_azure_app_service_function_app.go @@ -5,10 +5,10 @@ import ( "strings" "github.com/Azure/azure-sdk-for-go/services/web/mgmt/2020-06-01/web" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_app_service_plan.go b/azure/table_azure_app_service_plan.go index 62b74e72..0efea813 100644 --- a/azure/table_azure_app_service_plan.go +++ b/azure/table_azure_app_service_plan.go @@ -5,10 +5,10 @@ import ( "github.com/Azure/azure-sdk-for-go/services/web/mgmt/2020-06-01/web" "github.com/turbot/go-kit/types" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION //// diff --git a/azure/table_azure_app_service_web_app.go b/azure/table_azure_app_service_web_app.go index 9a22347d..923b9d77 100644 --- a/azure/table_azure_app_service_web_app.go +++ b/azure/table_azure_app_service_web_app.go @@ -5,10 +5,10 @@ import ( "github.com/Azure/azure-sdk-for-go/services/web/mgmt/2020-06-01/web" "github.com/turbot/go-kit/types" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_application_gateway.go b/azure/table_azure_application_gateway.go index e603affa..050bc829 100644 --- a/azure/table_azure_application_gateway.go +++ b/azure/table_azure_application_gateway.go @@ -5,10 +5,10 @@ import ( "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/monitor/mgmt/insights" "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2021-02-01/network" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_application_security_group.go b/azure/table_azure_application_security_group.go index b91e82b8..0d3e5af0 100644 --- a/azure/table_azure_application_security_group.go +++ b/azure/table_azure_application_security_group.go @@ -4,10 +4,10 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2020-05-01/network" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION //// diff --git a/azure/table_azure_batch_account.go b/azure/table_azure_batch_account.go index 566ca21a..4115b5ee 100644 --- a/azure/table_azure_batch_account.go +++ b/azure/table_azure_batch_account.go @@ -5,10 +5,10 @@ import ( "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/monitor/mgmt/insights" "github.com/Azure/azure-sdk-for-go/services/batch/mgmt/2020-09-01/batch" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_cognitive_account.go b/azure/table_azure_cognitive_account.go index 18c0a4fc..a029cbe8 100644 --- a/azure/table_azure_cognitive_account.go +++ b/azure/table_azure_cognitive_account.go @@ -5,10 +5,10 @@ import ( "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/monitor/mgmt/insights" "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/mgmt/2021-04-30/cognitiveservices" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_compute_availability_set.go b/azure/table_azure_compute_availability_set.go index 081c3973..a4c5bea6 100644 --- a/azure/table_azure_compute_availability_set.go +++ b/azure/table_azure_compute_availability_set.go @@ -4,9 +4,9 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2020-06-01/compute" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) //// TABLE DEFINITION //// diff --git a/azure/table_azure_compute_disk.go b/azure/table_azure_compute_disk.go index 6e3e513a..4e9f9618 100644 --- a/azure/table_azure_compute_disk.go +++ b/azure/table_azure_compute_disk.go @@ -4,9 +4,9 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2020-06-01/compute" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) //// TABLE DEFINITION //// diff --git a/azure/table_azure_compute_disk_access.go b/azure/table_azure_compute_disk_access.go index e3ca0a93..d6041a99 100644 --- a/azure/table_azure_compute_disk_access.go +++ b/azure/table_azure_compute_disk_access.go @@ -4,9 +4,9 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2020-06-01/compute" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) //// TABLE DEFINITION diff --git a/azure/table_azure_compute_disk_encryption_set.go b/azure/table_azure_compute_disk_encryption_set.go index 23a87e00..40330cde 100644 --- a/azure/table_azure_compute_disk_encryption_set.go +++ b/azure/table_azure_compute_disk_encryption_set.go @@ -4,9 +4,9 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2020-06-01/compute" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) //// TABLE DEFINITION //// diff --git a/azure/table_azure_compute_disk_metric_read_ops.go b/azure/table_azure_compute_disk_metric_read_ops.go index 81f244ee..cbcaf351 100644 --- a/azure/table_azure_compute_disk_metric_read_ops.go +++ b/azure/table_azure_compute_disk_metric_read_ops.go @@ -4,9 +4,9 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2020-06-01/compute" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) //// TABLE DEFINITION diff --git a/azure/table_azure_compute_disk_metric_read_ops_daily.go b/azure/table_azure_compute_disk_metric_read_ops_daily.go index 52de7282..75e84a8a 100644 --- a/azure/table_azure_compute_disk_metric_read_ops_daily.go +++ b/azure/table_azure_compute_disk_metric_read_ops_daily.go @@ -4,9 +4,9 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2020-06-01/compute" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) //// TABLE DEFINITION diff --git a/azure/table_azure_compute_disk_metric_read_ops_hourly.go b/azure/table_azure_compute_disk_metric_read_ops_hourly.go index 6bed5d69..53a69458 100644 --- a/azure/table_azure_compute_disk_metric_read_ops_hourly.go +++ b/azure/table_azure_compute_disk_metric_read_ops_hourly.go @@ -4,9 +4,9 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2020-06-01/compute" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) //// TABLE DEFINITION diff --git a/azure/table_azure_compute_disk_metric_write_ops.go b/azure/table_azure_compute_disk_metric_write_ops.go index 815781a4..b48708d6 100644 --- a/azure/table_azure_compute_disk_metric_write_ops.go +++ b/azure/table_azure_compute_disk_metric_write_ops.go @@ -4,9 +4,9 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2020-06-01/compute" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) //// TABLE DEFINITION diff --git a/azure/table_azure_compute_disk_metric_write_ops_daily.go b/azure/table_azure_compute_disk_metric_write_ops_daily.go index 8a3f306d..662f975c 100644 --- a/azure/table_azure_compute_disk_metric_write_ops_daily.go +++ b/azure/table_azure_compute_disk_metric_write_ops_daily.go @@ -4,9 +4,9 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2020-06-01/compute" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) //// TABLE DEFINITION diff --git a/azure/table_azure_compute_disk_metric_write_ops_hourly.go b/azure/table_azure_compute_disk_metric_write_ops_hourly.go index d07398f2..2f6a0210 100644 --- a/azure/table_azure_compute_disk_metric_write_ops_hourly.go +++ b/azure/table_azure_compute_disk_metric_write_ops_hourly.go @@ -4,9 +4,9 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2020-06-01/compute" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) //// TABLE DEFINITION diff --git a/azure/table_azure_compute_image.go b/azure/table_azure_compute_image.go index 01edb107..393ebceb 100644 --- a/azure/table_azure_compute_image.go +++ b/azure/table_azure_compute_image.go @@ -4,10 +4,10 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2020-06-01/compute" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION //// diff --git a/azure/table_azure_compute_resource_sku.go b/azure/table_azure_compute_resource_sku.go index 02ec252f..376c7894 100644 --- a/azure/table_azure_compute_resource_sku.go +++ b/azure/table_azure_compute_resource_sku.go @@ -5,10 +5,10 @@ import ( "strings" "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2017-09-01/skus" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_compute_snapshot.go b/azure/table_azure_compute_snapshot.go index d7e6f838..ab166fbd 100644 --- a/azure/table_azure_compute_snapshot.go +++ b/azure/table_azure_compute_snapshot.go @@ -4,9 +4,9 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2020-06-01/compute" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) //// TABLE DEFINITION //// diff --git a/azure/table_azure_compute_virtual_machine.go b/azure/table_azure_compute_virtual_machine.go index 2c81c3b1..109f206d 100644 --- a/azure/table_azure_compute_virtual_machine.go +++ b/azure/table_azure_compute_virtual_machine.go @@ -10,9 +10,9 @@ import ( "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2020-05-01/network" "github.com/turbot/go-kit/types" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) //// TABLE DEFINITION //// diff --git a/azure/table_azure_compute_virtual_machine_metric_cpu_utilization.go b/azure/table_azure_compute_virtual_machine_metric_cpu_utilization.go index ed3590cf..c0b3d729 100644 --- a/azure/table_azure_compute_virtual_machine_metric_cpu_utilization.go +++ b/azure/table_azure_compute_virtual_machine_metric_cpu_utilization.go @@ -4,9 +4,9 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2020-06-01/compute" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) //// TABLE DEFINITION diff --git a/azure/table_azure_compute_virtual_machine_metric_cpu_utilization_daily.go b/azure/table_azure_compute_virtual_machine_metric_cpu_utilization_daily.go index 9086fe18..122746aa 100644 --- a/azure/table_azure_compute_virtual_machine_metric_cpu_utilization_daily.go +++ b/azure/table_azure_compute_virtual_machine_metric_cpu_utilization_daily.go @@ -4,9 +4,9 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2020-06-01/compute" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) //// TABLE DEFINITION diff --git a/azure/table_azure_compute_virtual_machine_metric_cpu_utilization_hourly.go b/azure/table_azure_compute_virtual_machine_metric_cpu_utilization_hourly.go index f1f96e79..ffe745a2 100644 --- a/azure/table_azure_compute_virtual_machine_metric_cpu_utilization_hourly.go +++ b/azure/table_azure_compute_virtual_machine_metric_cpu_utilization_hourly.go @@ -4,9 +4,9 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2020-06-01/compute" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) //// TABLE DEFINITION diff --git a/azure/table_azure_compute_virtual_machine_scale_set.go b/azure/table_azure_compute_virtual_machine_scale_set.go index 2f9260d7..dddb8395 100644 --- a/azure/table_azure_compute_virtual_machine_scale_set.go +++ b/azure/table_azure_compute_virtual_machine_scale_set.go @@ -5,9 +5,9 @@ import ( "strings" "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2020-06-01/compute" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) //// TABLE DEFINITION diff --git a/azure/table_azure_compute_virtual_machine_scale_set_vm.go b/azure/table_azure_compute_virtual_machine_scale_set_vm.go index 5825b353..e46b0523 100644 --- a/azure/table_azure_compute_virtual_machine_scale_set_vm.go +++ b/azure/table_azure_compute_virtual_machine_scale_set_vm.go @@ -5,9 +5,9 @@ import ( "strings" "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2020-06-01/compute" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) //// TABLE DEFINITION diff --git a/azure/table_azure_container_registry.go b/azure/table_azure_container_registry.go index e473540e..a6e8dd73 100644 --- a/azure/table_azure_container_registry.go +++ b/azure/table_azure_container_registry.go @@ -5,9 +5,9 @@ import ( "strings" "github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2020-11-01-preview/containerregistry" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) //// TABLE DEFINITION diff --git a/azure/table_azure_cosmosdb_account.go b/azure/table_azure_cosmosdb_account.go index 411a5f02..01ff9c0a 100644 --- a/azure/table_azure_cosmosdb_account.go +++ b/azure/table_azure_cosmosdb_account.go @@ -5,10 +5,10 @@ import ( "strings" "github.com/Azure/azure-sdk-for-go/services/preview/cosmos-db/mgmt/2020-04-01-preview/documentdb" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) type databaseAccountInfo = struct { diff --git a/azure/table_azure_cosmosdb_mongo_database.go b/azure/table_azure_cosmosdb_mongo_database.go index 43bfe041..8ce49d2f 100644 --- a/azure/table_azure_cosmosdb_mongo_database.go +++ b/azure/table_azure_cosmosdb_mongo_database.go @@ -5,10 +5,10 @@ import ( "strings" "github.com/Azure/azure-sdk-for-go/services/preview/cosmos-db/mgmt/2020-04-01-preview/documentdb" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) type mongoDatabaseInfo = struct { diff --git a/azure/table_azure_cosmosdb_sql_database.go b/azure/table_azure_cosmosdb_sql_database.go index c42af0c7..f6c9caae 100644 --- a/azure/table_azure_cosmosdb_sql_database.go +++ b/azure/table_azure_cosmosdb_sql_database.go @@ -5,10 +5,10 @@ import ( "strings" "github.com/Azure/azure-sdk-for-go/services/preview/cosmos-db/mgmt/2020-04-01-preview/documentdb" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) type sqlDatabaseInfo = struct { diff --git a/azure/table_azure_data_factory.go b/azure/table_azure_data_factory.go index 3c0e717a..6954042b 100644 --- a/azure/table_azure_data_factory.go +++ b/azure/table_azure_data_factory.go @@ -5,10 +5,10 @@ import ( "strings" "github.com/Azure/azure-sdk-for-go/services/datafactory/mgmt/2018-06-01/datafactory" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_data_factory_dataset.go b/azure/table_azure_data_factory_dataset.go index 0ed087da..6679c79f 100644 --- a/azure/table_azure_data_factory_dataset.go +++ b/azure/table_azure_data_factory_dataset.go @@ -5,10 +5,10 @@ import ( "strings" "github.com/Azure/azure-sdk-for-go/services/datafactory/mgmt/2018-06-01/datafactory" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_data_factory_pipeline.go b/azure/table_azure_data_factory_pipeline.go index 56f02af6..91f6ec73 100644 --- a/azure/table_azure_data_factory_pipeline.go +++ b/azure/table_azure_data_factory_pipeline.go @@ -5,10 +5,10 @@ import ( "strings" "github.com/Azure/azure-sdk-for-go/services/datafactory/mgmt/2018-06-01/datafactory" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_data_lake_analytics_account.go b/azure/table_azure_data_lake_analytics_account.go index f4c72d6e..b77cb315 100644 --- a/azure/table_azure_data_lake_analytics_account.go +++ b/azure/table_azure_data_lake_analytics_account.go @@ -6,10 +6,10 @@ import ( "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/monitor/mgmt/insights" "github.com/Azure/azure-sdk-for-go/services/datalake/analytics/mgmt/2016-11-01/account" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_data_lake_store.go b/azure/table_azure_data_lake_store.go index 062c4c9f..bb5b4f24 100644 --- a/azure/table_azure_data_lake_store.go +++ b/azure/table_azure_data_lake_store.go @@ -6,10 +6,10 @@ import ( "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/monitor/mgmt/insights" "github.com/Azure/azure-sdk-for-go/services/datalake/store/mgmt/2016-11-01/account" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_databox_edge_device.go b/azure/table_azure_databox_edge_device.go index 3026c03f..a3e87eb6 100644 --- a/azure/table_azure_databox_edge_device.go +++ b/azure/table_azure_databox_edge_device.go @@ -4,10 +4,10 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/databoxedge/mgmt/2019-07-01/databoxedge" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_diagnostic_setting.go b/azure/table_azure_diagnostic_setting.go index 03094e69..cdc26666 100644 --- a/azure/table_azure_diagnostic_setting.go +++ b/azure/table_azure_diagnostic_setting.go @@ -5,10 +5,10 @@ import ( "strings" "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/monitor/mgmt/insights" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_eventgrid_domain.go b/azure/table_azure_eventgrid_domain.go index 55926695..5d258e88 100644 --- a/azure/table_azure_eventgrid_domain.go +++ b/azure/table_azure_eventgrid_domain.go @@ -5,9 +5,9 @@ import ( "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/monitor/mgmt/insights" "github.com/Azure/azure-sdk-for-go/services/preview/eventgrid/mgmt/2021-06-01-preview/eventgrid" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) //// TABLE DEFINITION diff --git a/azure/table_azure_eventgrid_topic.go b/azure/table_azure_eventgrid_topic.go index 636b8bbe..94b726a4 100644 --- a/azure/table_azure_eventgrid_topic.go +++ b/azure/table_azure_eventgrid_topic.go @@ -5,9 +5,9 @@ import ( "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/monitor/mgmt/insights" "github.com/Azure/azure-sdk-for-go/services/preview/eventgrid/mgmt/2021-06-01-preview/eventgrid" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) //// TABLE DEFINITION diff --git a/azure/table_azure_eventhub_namespace.go b/azure/table_azure_eventhub_namespace.go index 0ea36aa3..ff3c76a5 100644 --- a/azure/table_azure_eventhub_namespace.go +++ b/azure/table_azure_eventhub_namespace.go @@ -6,9 +6,9 @@ import ( "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/monitor/mgmt/insights" "github.com/Azure/azure-sdk-for-go/services/preview/eventhub/mgmt/2018-01-01-preview/eventhub" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) //// TABLE DEFINITION diff --git a/azure/table_azure_express_route_circuit.go b/azure/table_azure_express_route_circuit.go index 40c1455c..53b2bb19 100644 --- a/azure/table_azure_express_route_circuit.go +++ b/azure/table_azure_express_route_circuit.go @@ -4,9 +4,9 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2020-07-01/network" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) //// TABLE DEFINITION diff --git a/azure/table_azure_firewall.go b/azure/table_azure_firewall.go index 834e530a..15d7a4b0 100644 --- a/azure/table_azure_firewall.go +++ b/azure/table_azure_firewall.go @@ -4,10 +4,10 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2020-07-01/network" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION //// diff --git a/azure/table_azure_frontdoor.go b/azure/table_azure_frontdoor.go index 47c8ff4e..1d9e581d 100644 --- a/azure/table_azure_frontdoor.go +++ b/azure/table_azure_frontdoor.go @@ -5,10 +5,10 @@ import ( "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/monitor/mgmt/insights" "github.com/Azure/azure-sdk-for-go/services/frontdoor/mgmt/2020-05-01/frontdoor" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_hdinsight_cluster.go b/azure/table_azure_hdinsight_cluster.go index a9aaf4d8..6cc09c26 100644 --- a/azure/table_azure_hdinsight_cluster.go +++ b/azure/table_azure_hdinsight_cluster.go @@ -5,10 +5,10 @@ import ( "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/monitor/mgmt/insights" "github.com/Azure/azure-sdk-for-go/services/hdinsight/mgmt/2018-06-01/hdinsight" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_healthcare_service.go b/azure/table_azure_healthcare_service.go index 32b96101..931823e4 100644 --- a/azure/table_azure_healthcare_service.go +++ b/azure/table_azure_healthcare_service.go @@ -7,10 +7,10 @@ import ( "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/monitor/mgmt/insights" "github.com/Azure/azure-sdk-for-go/profiles/latest/healthcareapis/mgmt/healthcareapis" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_hpc_cache.go b/azure/table_azure_hpc_cache.go index 62dc0d36..8f8c9b26 100644 --- a/azure/table_azure_hpc_cache.go +++ b/azure/table_azure_hpc_cache.go @@ -5,10 +5,10 @@ import ( "github.com/Azure/azure-sdk-for-go/services/storagecache/mgmt/2021-05-01/storagecache" "github.com/Azure/go-autorest/autorest/date" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_hybrid_compute_machine.go b/azure/table_azure_hybrid_compute_machine.go index ee9da284..c85eacb3 100644 --- a/azure/table_azure_hybrid_compute_machine.go +++ b/azure/table_azure_hybrid_compute_machine.go @@ -5,10 +5,10 @@ import ( "strings" "github.com/Azure/azure-sdk-for-go/profiles/latest/hybridcompute/mgmt/hybridcompute" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_hybrid_kubernetes_connected_cluster.go b/azure/table_azure_hybrid_kubernetes_connected_cluster.go index 3208c12a..21074a95 100644 --- a/azure/table_azure_hybrid_kubernetes_connected_cluster.go +++ b/azure/table_azure_hybrid_kubernetes_connected_cluster.go @@ -6,10 +6,10 @@ import ( "github.com/Azure/azure-sdk-for-go/profiles/latest/hybridkubernetes/mgmt/hybridkubernetes" "github.com/Azure/azure-sdk-for-go/profiles/preview/preview/kubernetesconfiguration/mgmt/kubernetesconfiguration" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_iothub.go b/azure/table_azure_iothub.go index 5f32e092..c4e0dc4e 100644 --- a/azure/table_azure_iothub.go +++ b/azure/table_azure_iothub.go @@ -5,10 +5,10 @@ import ( "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/monitor/mgmt/insights" "github.com/Azure/azure-sdk-for-go/services/iothub/mgmt/2020-03-01/devices" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_iothub_dps.go b/azure/table_azure_iothub_dps.go index 9f462d5e..74c9b832 100644 --- a/azure/table_azure_iothub_dps.go +++ b/azure/table_azure_iothub_dps.go @@ -5,10 +5,10 @@ import ( "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/monitor/mgmt/insights" "github.com/Azure/azure-sdk-for-go/profiles/latest/provisioningservices/mgmt/iothub" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_key_vault.go b/azure/table_azure_key_vault.go index dc820336..783f9051 100644 --- a/azure/table_azure_key_vault.go +++ b/azure/table_azure_key_vault.go @@ -6,10 +6,10 @@ import ( "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/monitor/mgmt/insights" "github.com/Azure/azure-sdk-for-go/services/keyvault/mgmt/2019-09-01/keyvault" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_key_vault_deleted_vault.go b/azure/table_azure_key_vault_deleted_vault.go index 35bc2104..3b1011b8 100644 --- a/azure/table_azure_key_vault_deleted_vault.go +++ b/azure/table_azure_key_vault_deleted_vault.go @@ -4,10 +4,10 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/keyvault/mgmt/2019-09-01/keyvault" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_key_vault_key.go b/azure/table_azure_key_vault_key.go index a76ea600..164db7a1 100644 --- a/azure/table_azure_key_vault_key.go +++ b/azure/table_azure_key_vault_key.go @@ -5,10 +5,10 @@ import ( "strings" "github.com/Azure/azure-sdk-for-go/services/keyvault/mgmt/2019-09-01/keyvault" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_key_vault_managed_hardware_security_module.go b/azure/table_azure_key_vault_managed_hardware_security_module.go index 738f8046..f5f16154 100644 --- a/azure/table_azure_key_vault_managed_hardware_security_module.go +++ b/azure/table_azure_key_vault_managed_hardware_security_module.go @@ -6,10 +6,10 @@ import ( "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/monitor/mgmt/insights" "github.com/Azure/azure-sdk-for-go/services/preview/keyvault/mgmt/2020-04-01-preview/keyvault" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_key_vault_secret.go b/azure/table_azure_key_vault_secret.go index ce323dde..945bca10 100644 --- a/azure/table_azure_key_vault_secret.go +++ b/azure/table_azure_key_vault_secret.go @@ -6,10 +6,10 @@ import ( "github.com/Azure/azure-sdk-for-go/services/keyvault/mgmt/2019-09-01/keyvault" secret "github.com/Azure/azure-sdk-for-go/services/keyvault/v7.1/keyvault" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_kubernetes_cluster.go b/azure/table_azure_kubernetes_cluster.go index 785c2a84..c2dd0239 100644 --- a/azure/table_azure_kubernetes_cluster.go +++ b/azure/table_azure_kubernetes_cluster.go @@ -4,10 +4,10 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/containerservice/mgmt/2021-02-01/containerservice" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_kusto_cluster.go b/azure/table_azure_kusto_cluster.go index d250cd24..ee89aad4 100644 --- a/azure/table_azure_kusto_cluster.go +++ b/azure/table_azure_kusto_cluster.go @@ -4,10 +4,10 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/kusto/mgmt/2021-01-01/kusto" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_lb.go b/azure/table_azure_lb.go index 98250618..432def41 100644 --- a/azure/table_azure_lb.go +++ b/azure/table_azure_lb.go @@ -5,10 +5,10 @@ import ( "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/monitor/mgmt/insights" "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2021-02-01/network" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_lb_backend_address_pool.go b/azure/table_azure_lb_backend_address_pool.go index fcf983be..a35327de 100644 --- a/azure/table_azure_lb_backend_address_pool.go +++ b/azure/table_azure_lb_backend_address_pool.go @@ -5,10 +5,10 @@ import ( "strings" "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2021-02-01/network" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_lb_nat_rule.go b/azure/table_azure_lb_nat_rule.go index 43e6fc1b..24f2c0f6 100644 --- a/azure/table_azure_lb_nat_rule.go +++ b/azure/table_azure_lb_nat_rule.go @@ -5,10 +5,10 @@ import ( "strings" "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2021-02-01/network" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_lb_outbound_rule.go b/azure/table_azure_lb_outbound_rule.go index 1347b365..fb81c2c6 100644 --- a/azure/table_azure_lb_outbound_rule.go +++ b/azure/table_azure_lb_outbound_rule.go @@ -5,10 +5,10 @@ import ( "strings" "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2021-02-01/network" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_lb_probe.go b/azure/table_azure_lb_probe.go index d5f6c17b..5d5bcf64 100644 --- a/azure/table_azure_lb_probe.go +++ b/azure/table_azure_lb_probe.go @@ -5,10 +5,10 @@ import ( "strings" "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2021-02-01/network" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_lb_rule.go b/azure/table_azure_lb_rule.go index 4ac08b3d..3535a31a 100644 --- a/azure/table_azure_lb_rule.go +++ b/azure/table_azure_lb_rule.go @@ -5,10 +5,10 @@ import ( "strings" "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2021-02-01/network" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_location.go b/azure/table_azure_location.go index e9544364..42b47cda 100644 --- a/azure/table_azure_location.go +++ b/azure/table_azure_location.go @@ -4,10 +4,10 @@ import ( "context" sub "github.com/Azure/azure-sdk-for-go/profiles/latest/subscription/mgmt/subscription" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_log_alert.go b/azure/table_azure_log_alert.go index 8c1a3083..a9b2df25 100644 --- a/azure/table_azure_log_alert.go +++ b/azure/table_azure_log_alert.go @@ -4,10 +4,10 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/monitor/mgmt/insights" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_log_profile.go b/azure/table_azure_log_profile.go index a0abdce6..1f576c5e 100644 --- a/azure/table_azure_log_profile.go +++ b/azure/table_azure_log_profile.go @@ -4,10 +4,10 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/monitor/mgmt/insights" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_logic_app_workflow.go b/azure/table_azure_logic_app_workflow.go index a64e22e9..a621192f 100644 --- a/azure/table_azure_logic_app_workflow.go +++ b/azure/table_azure_logic_app_workflow.go @@ -5,10 +5,10 @@ import ( "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/monitor/mgmt/insights" "github.com/Azure/azure-sdk-for-go/services/logic/mgmt/2019-05-01/logic" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_machine_learning_workspace.go b/azure/table_azure_machine_learning_workspace.go index 2961bbc3..582ce6a0 100644 --- a/azure/table_azure_machine_learning_workspace.go +++ b/azure/table_azure_machine_learning_workspace.go @@ -5,10 +5,10 @@ import ( "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/monitor/mgmt/insights" "github.com/Azure/azure-sdk-for-go/services/preview/machinelearningservices/mgmt/2020-02-18-preview/machinelearningservices" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_management_group.go b/azure/table_azure_management_group.go index a915cb22..c07786cb 100644 --- a/azure/table_azure_management_group.go +++ b/azure/table_azure_management_group.go @@ -4,10 +4,10 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/profiles/latest/resources/mgmt/managementgroups" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_management_lock.go b/azure/table_azure_management_lock.go index dc67fcb7..268f2ab7 100644 --- a/azure/table_azure_management_lock.go +++ b/azure/table_azure_management_lock.go @@ -6,10 +6,10 @@ import ( "strings" "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2016-09-01/locks" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) type managementLockInfo = struct { diff --git a/azure/table_azure_mariadb_server.go b/azure/table_azure_mariadb_server.go index 39764161..d46a0eb3 100644 --- a/azure/table_azure_mariadb_server.go +++ b/azure/table_azure_mariadb_server.go @@ -4,9 +4,9 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/mariadb/mgmt/2020-01-01/mariadb" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) //// TABLE DEFINITION diff --git a/azure/table_azure_mssql_elasticpool.go b/azure/table_azure_mssql_elasticpool.go index cdd6168c..3892b3f7 100644 --- a/azure/table_azure_mssql_elasticpool.go +++ b/azure/table_azure_mssql_elasticpool.go @@ -4,9 +4,9 @@ import ( "context" "strings" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" "github.com/Azure/azure-sdk-for-go/services/preview/sql/mgmt/2017-03-01-preview/sql" sqlv3 "github.com/Azure/azure-sdk-for-go/services/preview/sql/mgmt/v3.0/sql" diff --git a/azure/table_azure_mssql_managed_instance.go b/azure/table_azure_mssql_managed_instance.go index a233957f..62dd02bd 100644 --- a/azure/table_azure_mssql_managed_instance.go +++ b/azure/table_azure_mssql_managed_instance.go @@ -4,9 +4,9 @@ import ( "context" "strings" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" "github.com/Azure/azure-sdk-for-go/services/preview/sql/mgmt/v5.0/sql" ) diff --git a/azure/table_azure_mssql_virtual_machine.go b/azure/table_azure_mssql_virtual_machine.go index a0ff1e69..ead9f8e0 100644 --- a/azure/table_azure_mssql_virtual_machine.go +++ b/azure/table_azure_mssql_virtual_machine.go @@ -3,9 +3,9 @@ package azure import ( "context" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" "github.com/Azure/azure-sdk-for-go/services/preview/sqlvirtualmachine/mgmt/2017-03-01-preview/sqlvirtualmachine" ) diff --git a/azure/table_azure_mysql_flexible_server.go b/azure/table_azure_mysql_flexible_server.go index 024b16e9..906257c5 100644 --- a/azure/table_azure_mysql_flexible_server.go +++ b/azure/table_azure_mysql_flexible_server.go @@ -4,9 +4,9 @@ import ( "context" "strings" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" "github.com/Azure/azure-sdk-for-go/profiles/latest/resources/mgmt/resources" "github.com/Azure/azure-sdk-for-go/services/mysql/mgmt/2021-05-01/mysqlflexibleservers" diff --git a/azure/table_azure_mysql_server.go b/azure/table_azure_mysql_server.go index 929a4e06..940ffe3c 100644 --- a/azure/table_azure_mysql_server.go +++ b/azure/table_azure_mysql_server.go @@ -4,9 +4,9 @@ import ( "context" "strings" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" "github.com/Azure/azure-sdk-for-go/services/mysql/mgmt/2020-01-01/mysql" ) diff --git a/azure/table_azure_network_interface.go b/azure/table_azure_network_interface.go index 787c16d0..e50249c9 100644 --- a/azure/table_azure_network_interface.go +++ b/azure/table_azure_network_interface.go @@ -4,10 +4,10 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2020-05-01/network" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION //// diff --git a/azure/table_azure_network_security_group.go b/azure/table_azure_network_security_group.go index d01f1447..c1be5ed9 100644 --- a/azure/table_azure_network_security_group.go +++ b/azure/table_azure_network_security_group.go @@ -5,10 +5,10 @@ import ( "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/monitor/mgmt/insights" "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2020-05-01/network" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_network_watcher.go b/azure/table_azure_network_watcher.go index ad171f94..6dde88ef 100644 --- a/azure/table_azure_network_watcher.go +++ b/azure/table_azure_network_watcher.go @@ -4,10 +4,10 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2020-05-01/network" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION //// diff --git a/azure/table_azure_network_watcher_flow_log.go b/azure/table_azure_network_watcher_flow_log.go index 40682705..935b06ed 100644 --- a/azure/table_azure_network_watcher_flow_log.go +++ b/azure/table_azure_network_watcher_flow_log.go @@ -5,10 +5,10 @@ import ( "strings" "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2020-05-01/network" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) type flowLogInfo = struct { diff --git a/azure/table_azure_policy_assignment.go b/azure/table_azure_policy_assignment.go index 3fa9d817..51e88fca 100644 --- a/azure/table_azure_policy_assignment.go +++ b/azure/table_azure_policy_assignment.go @@ -4,10 +4,10 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/profiles/latest/resources/mgmt/policy" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_policy_definition.go b/azure/table_azure_policy_definition.go index 22fac6e5..06fcdff5 100644 --- a/azure/table_azure_policy_definition.go +++ b/azure/table_azure_policy_definition.go @@ -5,10 +5,10 @@ import ( "strings" "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2019-09-01/policy" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_postgresql_server.go b/azure/table_azure_postgresql_server.go index 570749bd..9a3508ca 100644 --- a/azure/table_azure_postgresql_server.go +++ b/azure/table_azure_postgresql_server.go @@ -4,9 +4,9 @@ import ( "context" "strings" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" "github.com/Azure/azure-sdk-for-go/services/postgresql/mgmt/2020-01-01/postgresql" "github.com/Azure/go-autorest/autorest/date" diff --git a/azure/table_azure_provider.go b/azure/table_azure_provider.go index 1baae48b..1e8d64c8 100644 --- a/azure/table_azure_provider.go +++ b/azure/table_azure_provider.go @@ -4,10 +4,10 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2018-05-01/resources" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_public_ip.go b/azure/table_azure_public_ip.go index 568b2074..0f931dfd 100644 --- a/azure/table_azure_public_ip.go +++ b/azure/table_azure_public_ip.go @@ -5,10 +5,10 @@ import ( "github.com/Azure/azure-sdk-for-go/profiles/latest/resources/mgmt/resources" "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2020-05-01/network" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION //// diff --git a/azure/table_azure_recovery_services_vault.go b/azure/table_azure_recovery_services_vault.go index 85e66c2d..7f7b613e 100644 --- a/azure/table_azure_recovery_services_vault.go +++ b/azure/table_azure_recovery_services_vault.go @@ -5,10 +5,10 @@ import ( "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/monitor/mgmt/insights" "github.com/Azure/azure-sdk-for-go/profiles/latest/recoveryservices/mgmt/recoveryservices" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_redis_cache.go b/azure/table_azure_redis_cache.go index 68f4d340..309fcbd5 100644 --- a/azure/table_azure_redis_cache.go +++ b/azure/table_azure_redis_cache.go @@ -4,9 +4,9 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/redis/mgmt/2020-06-01/redis" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) //// TABLE DEFINITION diff --git a/azure/table_azure_resource_group.go b/azure/table_azure_resource_group.go index 0d338ed2..5d0b16ae 100644 --- a/azure/table_azure_resource_group.go +++ b/azure/table_azure_resource_group.go @@ -4,10 +4,10 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/profiles/latest/resources/mgmt/resources" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_resource_link.go b/azure/table_azure_resource_link.go index 81e9b02f..11698182 100644 --- a/azure/table_azure_resource_link.go +++ b/azure/table_azure_resource_link.go @@ -4,9 +4,9 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/profiles/latest/resources/mgmt/links" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) //// TABLE DEFINITON diff --git a/azure/table_azure_role_assignment.go b/azure/table_azure_role_assignment.go index 2e13665e..3e735d89 100644 --- a/azure/table_azure_role_assignment.go +++ b/azure/table_azure_role_assignment.go @@ -5,10 +5,10 @@ import ( "fmt" "github.com/Azure/azure-sdk-for-go/services/preview/authorization/mgmt/2018-09-01-preview/authorization" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_role_definition.go b/azure/table_azure_role_definition.go index e08eeb26..68d71ecb 100644 --- a/azure/table_azure_role_definition.go +++ b/azure/table_azure_role_definition.go @@ -4,10 +4,10 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/preview/authorization/mgmt/2018-09-01-preview/authorization" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_route_table.go b/azure/table_azure_route_table.go index e64b689d..95d37696 100644 --- a/azure/table_azure_route_table.go +++ b/azure/table_azure_route_table.go @@ -4,10 +4,10 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2020-05-01/network" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION //// diff --git a/azure/table_azure_search_service.go b/azure/table_azure_search_service.go index 0bd3571b..daf0e5b2 100644 --- a/azure/table_azure_search_service.go +++ b/azure/table_azure_search_service.go @@ -5,9 +5,9 @@ import ( "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/monitor/mgmt/insights" "github.com/Azure/azure-sdk-for-go/services/search/mgmt/2020-08-01/search" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) //// TABLE DEFINITION diff --git a/azure/table_azure_security_center_auto_provisioning.go b/azure/table_azure_security_center_auto_provisioning.go index a065de93..8453e967 100644 --- a/azure/table_azure_security_center_auto_provisioning.go +++ b/azure/table_azure_security_center_auto_provisioning.go @@ -4,10 +4,10 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/preview/security/mgmt/v1.0/security" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_security_center_automation.go b/azure/table_azure_security_center_automation.go index 1a9da3c5..fdc2bc70 100644 --- a/azure/table_azure_security_center_automation.go +++ b/azure/table_azure_security_center_automation.go @@ -4,10 +4,10 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/preview/security/mgmt/v3.0/security" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_security_center_contact.go b/azure/table_azure_security_center_contact.go index fd0cc385..d4796d21 100644 --- a/azure/table_azure_security_center_contact.go +++ b/azure/table_azure_security_center_contact.go @@ -4,10 +4,10 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/preview/security/mgmt/v1.0/security" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_security_center_jit_network_access_policy.go b/azure/table_azure_security_center_jit_network_access_policy.go index 0d2820cc..bc933912 100644 --- a/azure/table_azure_security_center_jit_network_access_policy.go +++ b/azure/table_azure_security_center_jit_network_access_policy.go @@ -4,10 +4,10 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/preview/security/mgmt/v1.0/security" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_security_center_setting.go b/azure/table_azure_security_center_setting.go index fa5909f3..cbf1d81b 100644 --- a/azure/table_azure_security_center_setting.go +++ b/azure/table_azure_security_center_setting.go @@ -4,10 +4,10 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/preview/security/mgmt/v3.0/security" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_security_center_sub_assessment.go b/azure/table_azure_security_center_sub_assessment.go index f9278f57..3754ff10 100644 --- a/azure/table_azure_security_center_sub_assessment.go +++ b/azure/table_azure_security_center_sub_assessment.go @@ -8,10 +8,10 @@ import ( "github.com/Azure/azure-sdk-for-go/services/preview/security/mgmt/v1.0/security" "github.com/turbot/go-kit/types" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_security_center_subscription_pricing.go b/azure/table_azure_security_center_subscription_pricing.go index 3d419eb2..10f85c3d 100644 --- a/azure/table_azure_security_center_subscription_pricing.go +++ b/azure/table_azure_security_center_subscription_pricing.go @@ -4,10 +4,10 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/preview/security/mgmt/v3.0/security" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_service_fabric_cluster.go b/azure/table_azure_service_fabric_cluster.go index e2742fd9..3dd61079 100644 --- a/azure/table_azure_service_fabric_cluster.go +++ b/azure/table_azure_service_fabric_cluster.go @@ -4,10 +4,10 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/servicefabric/mgmt/2019-03-01/servicefabric" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_servicebus_namespace.go b/azure/table_azure_servicebus_namespace.go index 48f39568..f2aafe3a 100644 --- a/azure/table_azure_servicebus_namespace.go +++ b/azure/table_azure_servicebus_namespace.go @@ -6,9 +6,9 @@ import ( "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/monitor/mgmt/insights" "github.com/Azure/azure-sdk-for-go/services/preview/servicebus/mgmt/2021-06-01-preview/servicebus" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) //// TABLE DEFINITION diff --git a/azure/table_azure_signalr_service.go b/azure/table_azure_signalr_service.go index 2d9f9e49..7ef232e5 100644 --- a/azure/table_azure_signalr_service.go +++ b/azure/table_azure_signalr_service.go @@ -5,10 +5,10 @@ import ( "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/monitor/mgmt/insights" "github.com/Azure/azure-sdk-for-go/services/signalr/mgmt/2020-05-01/signalr" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_spring_cloud_service.go b/azure/table_azure_spring_cloud_service.go index 649d6093..70f7af84 100644 --- a/azure/table_azure_spring_cloud_service.go +++ b/azure/table_azure_spring_cloud_service.go @@ -6,10 +6,10 @@ import ( "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/monitor/mgmt/insights" "github.com/Azure/azure-sdk-for-go/profiles/latest/resources/mgmt/resources" "github.com/Azure/azure-sdk-for-go/services/appplatform/mgmt/2020-07-01/appplatform" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_sql_database.go b/azure/table_azure_sql_database.go index b7aad768..ac2958cd 100644 --- a/azure/table_azure_sql_database.go +++ b/azure/table_azure_sql_database.go @@ -7,10 +7,10 @@ import ( "github.com/Azure/azure-sdk-for-go/services/preview/sql/mgmt/2017-03-01-preview/sql" sqlv3 "github.com/Azure/azure-sdk-for-go/services/preview/sql/mgmt/v3.0/sql" sqlV5 "github.com/Azure/azure-sdk-for-go/services/preview/sql/mgmt/v5.0/sql" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_sql_server.go b/azure/table_azure_sql_server.go index 453f4ee1..b136e460 100644 --- a/azure/table_azure_sql_server.go +++ b/azure/table_azure_sql_server.go @@ -4,9 +4,9 @@ import ( "context" "strings" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" "github.com/Azure/azure-sdk-for-go/services/preview/sql/mgmt/2017-03-01-preview/sql" sqlv3 "github.com/Azure/azure-sdk-for-go/services/preview/sql/mgmt/v3.0/sql" diff --git a/azure/table_azure_storage_account.go b/azure/table_azure_storage_account.go index 8a290488..441204c5 100644 --- a/azure/table_azure_storage_account.go +++ b/azure/table_azure_storage_account.go @@ -9,10 +9,10 @@ import ( "github.com/Azure/go-autorest/autorest" "github.com/tombuildsstuff/giovanni/storage/2018-11-09/queue/queues" "github.com/tombuildsstuff/giovanni/storage/2019-12-12/blob/accounts" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) type storageAccountInfo = struct { diff --git a/azure/table_azure_storage_blob.go b/azure/table_azure_storage_blob.go index b5371d3e..5412b267 100644 --- a/azure/table_azure_storage_blob.go +++ b/azure/table_azure_storage_blob.go @@ -7,9 +7,9 @@ import ( "strings" "sync" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" "github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2019-06-01/storage" "github.com/Azure/azure-storage-blob-go/azblob" diff --git a/azure/table_azure_storage_blob_service.go b/azure/table_azure_storage_blob_service.go index 64414df8..52b9c508 100644 --- a/azure/table_azure_storage_blob_service.go +++ b/azure/table_azure_storage_blob_service.go @@ -4,10 +4,10 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2019-06-01/storage" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) type blobServiceInfo = struct { diff --git a/azure/table_azure_storage_container.go b/azure/table_azure_storage_container.go index 3aa84366..eb1f19a0 100644 --- a/azure/table_azure_storage_container.go +++ b/azure/table_azure_storage_container.go @@ -5,9 +5,9 @@ import ( "strings" "github.com/turbot/go-kit/types" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" "github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2019-06-01/storage" ) diff --git a/azure/table_azure_storage_queue.go b/azure/table_azure_storage_queue.go index 34584440..6849a3b1 100644 --- a/azure/table_azure_storage_queue.go +++ b/azure/table_azure_storage_queue.go @@ -5,10 +5,10 @@ import ( "strings" "github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2019-06-01/storage" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) type queueInfo = struct { diff --git a/azure/table_azure_storage_share_file.go b/azure/table_azure_storage_share_file.go index 3f6c24d7..0214e2df 100644 --- a/azure/table_azure_storage_share_file.go +++ b/azure/table_azure_storage_share_file.go @@ -6,10 +6,10 @@ import ( "github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2019-06-01/storage" "github.com/turbot/go-kit/types" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_storage_sync.go b/azure/table_azure_storage_sync.go index b2d75d9a..d518b960 100644 --- a/azure/table_azure_storage_sync.go +++ b/azure/table_azure_storage_sync.go @@ -4,10 +4,10 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/storagesync/mgmt/2020-03-01/storagesync" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_storage_table.go b/azure/table_azure_storage_table.go index e1fc7dc4..ac8106f0 100644 --- a/azure/table_azure_storage_table.go +++ b/azure/table_azure_storage_table.go @@ -5,10 +5,10 @@ import ( "strings" "github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2019-06-01/storage" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) type tableInfo = struct { diff --git a/azure/table_azure_storage_table_service.go b/azure/table_azure_storage_table_service.go index eb6d9b65..9c88d93b 100644 --- a/azure/table_azure_storage_table_service.go +++ b/azure/table_azure_storage_table_service.go @@ -4,10 +4,10 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2019-06-01/storage" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) type tableServiceInfo = struct { diff --git a/azure/table_azure_stream_analytics_job.go b/azure/table_azure_stream_analytics_job.go index a9a3654b..be74c806 100644 --- a/azure/table_azure_stream_analytics_job.go +++ b/azure/table_azure_stream_analytics_job.go @@ -5,10 +5,10 @@ import ( "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/monitor/mgmt/insights" "github.com/Azure/azure-sdk-for-go/services/streamanalytics/mgmt/2016-03-01/streamanalytics" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_subnet.go b/azure/table_azure_subnet.go index 1b3e347e..4028fa5f 100644 --- a/azure/table_azure_subnet.go +++ b/azure/table_azure_subnet.go @@ -6,10 +6,10 @@ import ( "sync" "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2020-05-01/network" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) type subnetInfo = struct { diff --git a/azure/table_azure_subscription.go b/azure/table_azure_subscription.go index f3a48be6..4b61df89 100644 --- a/azure/table_azure_subscription.go +++ b/azure/table_azure_subscription.go @@ -4,10 +4,10 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2019-06-01/subscriptions" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_synapse_workspace.go b/azure/table_azure_synapse_workspace.go index a64cc903..c389cce9 100644 --- a/azure/table_azure_synapse_workspace.go +++ b/azure/table_azure_synapse_workspace.go @@ -6,10 +6,10 @@ import ( "github.com/Azure/azure-sdk-for-go/profiles/2020-09-01/monitor/mgmt/insights" "github.com/Azure/azure-sdk-for-go/services/synapse/mgmt/2021-03-01/synapse" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION diff --git a/azure/table_azure_tenant.go b/azure/table_azure_tenant.go index e1c8d038..7cbacacf 100644 --- a/azure/table_azure_tenant.go +++ b/azure/table_azure_tenant.go @@ -4,9 +4,9 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2019-06-01/subscriptions" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) //// TABLE DEFINITION diff --git a/azure/table_azure_virtual_network.go b/azure/table_azure_virtual_network.go index 43c512ee..8ac3a2d4 100644 --- a/azure/table_azure_virtual_network.go +++ b/azure/table_azure_virtual_network.go @@ -4,10 +4,10 @@ import ( "context" "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2020-05-01/network" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) //// TABLE DEFINITION //// diff --git a/azure/table_azure_virtual_network_gateway.go b/azure/table_azure_virtual_network_gateway.go index 56e04c2b..904f9e20 100644 --- a/azure/table_azure_virtual_network_gateway.go +++ b/azure/table_azure_virtual_network_gateway.go @@ -6,9 +6,9 @@ import ( "github.com/Azure/azure-sdk-for-go/profiles/latest/resources/mgmt/resources" "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2020-05-01/network" - "github.com/turbot/steampipe-plugin-sdk/v3/grpc/proto" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/grpc/proto" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) //// TABLE DEFINITION diff --git a/azure/utils.go b/azure/utils.go index cd36a0cb..bfa82723 100644 --- a/azure/utils.go +++ b/azure/utils.go @@ -7,7 +7,7 @@ import ( "github.com/Azure/go-autorest/autorest/date" "github.com/turbot/go-kit/types" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin/transform" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin/transform" ) //// TRANSFORM FUNCTIONS diff --git a/go.mod b/go.mod index dcf82dbc..73c7d790 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/turbot/steampipe-plugin-azure -go 1.18 +go 1.19 require ( github.com/Azure/azure-sdk-for-go v58.0.0+incompatible @@ -11,7 +11,7 @@ require ( github.com/Azure/go-autorest/autorest/date v0.3.0 github.com/tombuildsstuff/giovanni v0.15.1 github.com/turbot/go-kit v0.4.0 - github.com/turbot/steampipe-plugin-sdk/v3 v3.3.2 + github.com/turbot/steampipe-plugin-sdk/v4 v4.1.7 ) require ( @@ -22,29 +22,36 @@ require ( github.com/Azure/go-autorest/autorest/validation v0.3.0 // indirect github.com/Azure/go-autorest/logger v0.2.0 // indirect github.com/Azure/go-autorest/tracing v0.6.0 // indirect + github.com/XiaoMi/pegasus-go-client v0.0.0-20210427083443-f3b6b08bc4c2 // indirect github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect github.com/agext/levenshtein v1.2.2 // indirect + github.com/allegro/bigcache/v3 v3.0.2 // indirect github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect + github.com/beorn7/perks v1.0.1 // indirect + github.com/bradfitz/gomemcache v0.0.0-20220106215444-fb4bf637b56d // indirect github.com/btubbs/datetime v0.1.1 // indirect github.com/cenkalti/backoff/v4 v4.1.3 // indirect github.com/cespare/xxhash/v2 v2.1.2 // indirect github.com/dgraph-io/ristretto v0.1.0 // indirect + github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect github.com/dimchansky/utfbom v1.1.1 // indirect github.com/dustin/go-humanize v1.0.0 // indirect + github.com/eko/gocache/v3 v3.1.1 // indirect github.com/fatih/color v1.13.0 // indirect github.com/form3tech-oss/jwt-go v3.2.2+incompatible // indirect github.com/gertd/go-pluralize v0.2.1 // indirect github.com/ghodss/yaml v1.0.0 // indirect github.com/go-logr/logr v1.2.3 // indirect github.com/go-logr/stdr v1.2.2 // indirect + github.com/go-redis/redis/v8 v8.11.5 // indirect github.com/gofrs/uuid v4.0.0+incompatible // indirect github.com/golang/glog v1.0.0 // indirect github.com/golang/protobuf v1.5.2 // indirect github.com/google/uuid v1.1.2 // indirect github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect - github.com/hashicorp/go-hclog v1.2.0 // indirect + github.com/hashicorp/go-hclog v1.2.2 // indirect github.com/hashicorp/go-plugin v1.4.4 // indirect - github.com/hashicorp/go-version v1.5.0 // indirect + github.com/hashicorp/go-version v1.6.0 // indirect github.com/hashicorp/hcl/v2 v2.12.0 // indirect github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect github.com/iancoleman/strcase v0.2.0 // indirect @@ -52,15 +59,23 @@ require ( github.com/mattn/go-ieproxy v0.0.1 // indirect github.com/mattn/go-isatty v0.0.14 // indirect github.com/mattn/go-runewidth v0.0.13 // indirect + github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect github.com/mitchellh/go-homedir v1.1.0 // indirect github.com/mitchellh/go-testing-interface v1.0.0 // indirect github.com/mitchellh/go-wordwrap v1.0.0 // indirect github.com/mitchellh/mapstructure v1.4.3 // indirect github.com/oklog/run v1.0.0 // indirect github.com/olekukonko/tablewriter v0.0.5 // indirect + github.com/pegasus-kv/thrift v0.13.0 // indirect github.com/pkg/errors v0.9.1 // indirect + github.com/prometheus/client_golang v1.12.2 // indirect + github.com/prometheus/client_model v0.2.0 // indirect + github.com/prometheus/common v0.33.0 // indirect + github.com/prometheus/procfs v0.7.3 // indirect github.com/rivo/uniseg v0.2.0 // indirect github.com/sethvargo/go-retry v0.1.0 // indirect + github.com/sirupsen/logrus v1.8.1 // indirect + github.com/spf13/cast v1.5.0 // indirect github.com/stevenle/topsort v0.0.0-20130922064739-8130c1d7596b // indirect github.com/tkrajina/go-reflector v0.5.4 // indirect github.com/zclconf/go-cty v1.10.0 // indirect @@ -76,11 +91,16 @@ require ( go.opentelemetry.io/otel/trace v1.7.0 // indirect go.opentelemetry.io/proto/otlp v0.16.0 // indirect golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect + golang.org/x/exp v0.0.0-20220518171630-0b5c67f07fdf // indirect golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect - golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect + golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect + golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect golang.org/x/text v0.3.7 // indirect google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac // indirect - google.golang.org/grpc v1.46.0 // indirect + google.golang.org/grpc v1.48.0 // indirect google.golang.org/protobuf v1.28.0 // indirect + gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect + gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect + k8s.io/apimachinery v0.23.5 // indirect ) diff --git a/go.sum b/go.sum index ddbae339..7cb3230b 100644 --- a/go.sum +++ b/go.sum @@ -68,24 +68,47 @@ github.com/Azure/go-autorest/logger v0.2.0 h1:e4RVHVZKC5p6UANLJHkM4OfR1UKZPj8Wt8 github.com/Azure/go-autorest/logger v0.2.0/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZmbF5NWuPV8+WeEW8= github.com/Azure/go-autorest/tracing v0.6.0 h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo= github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBpUA79WCAKPPZVC2DeU= +github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= +github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46/go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ= github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= +github.com/PuerkitoBio/purell v1.0.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= +github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= +github.com/PuerkitoBio/urlesc v0.0.0-20160726150825-5bd2802263f2/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= +github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= +github.com/XiaoMi/pegasus-go-client v0.0.0-20210427083443-f3b6b08bc4c2 h1:pami0oPhVosjOu/qRHepRmdjD6hGILF7DBr+qQZeP10= +github.com/XiaoMi/pegasus-go-client v0.0.0-20210427083443-f3b6b08bc4c2/go.mod h1:jNIx5ykW1MroBuaTja9+VpglmaJOUzezumfhLlER3oY= github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d h1:licZJFw2RwpHMqeKTCYkitsPqHNxTmd4SNR5r94FGM8= github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d/go.mod h1:asat636LX7Bqt5lYEZ27JNDcqxfjdBQuJ/MM4CN/Lzo= github.com/agext/levenshtein v1.2.1/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558= github.com/agext/levenshtein v1.2.2 h1:0S/Yg6LYmFJ5stwQeRp6EeOcCbj7xiqQSdNelsXvaqE= github.com/agext/levenshtein v1.2.2/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558= +github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= +github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= +github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= +github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= +github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho= +github.com/allegro/bigcache/v3 v3.0.2 h1:AKZCw+5eAaVyNTBmI2fgyPVJhHkdWder3O9IrprcQfI= +github.com/allegro/bigcache/v3 v3.0.2/go.mod h1:aPyh7jEvrog9zAwx5N7+JUQX5dZTSGpxF1LAR4dr35I= github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY= github.com/apparentlymart/go-dump v0.0.0-20180507223929-23540a00eaa3 h1:ZSTrOEhiM5J5RFxEaFvMZVEAM1KvT1YzbEOwB2EAGjA= github.com/apparentlymart/go-dump v0.0.0-20180507223929-23540a00eaa3/go.mod h1:oL81AME2rN47vu18xqj1S1jPIPuN7afo62yKTNn3XMM= github.com/apparentlymart/go-textseg v1.0.0/go.mod h1:z96Txxhf3xSFMPmb5X/1W05FF/Nj9VFpLOpjS5yuumk= github.com/apparentlymart/go-textseg/v13 v13.0.0 h1:Y+KvPE1NYz0xl601PVImeQfFyEy6iT90AvPUL1NNfNw= github.com/apparentlymart/go-textseg/v13 v13.0.0/go.mod h1:ZK2fH7c4NqDTLtiYLvIkEghdlcqw7yxLeM89kiTRPUo= +github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY= github.com/benbjohnson/clock v1.3.0 h1:ip6w0uFQkncKQ979AypyG0ER7mqUSBdKLOgAle/AT8A= github.com/benbjohnson/clock v1.3.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA= +github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= +github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8= +github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= +github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= +github.com/bradfitz/gomemcache v0.0.0-20220106215444-fb4bf637b56d h1:pVrfxiGfwelyab6n21ZBkbkmbevaf+WvMIiR7sr97hw= +github.com/bradfitz/gomemcache v0.0.0-20220106215444-fb4bf637b56d/go.mod h1:H0wQNHz2YrLsuXOZozoeDmnHXkNCRmMW0gwFWDfEZDA= github.com/btubbs/datetime v0.1.1 h1:KuV+F9tyq/hEnezmKZNGk8dzqMVsId6EpFVrQCfA3To= github.com/btubbs/datetime v0.1.1/go.mod h1:n2BZ/2ltnRzNiz27aE3wUb2onNttQdC+WFxAoks5jJM= +github.com/cenkalti/backoff/v4 v4.1.0/go.mod h1:scbssz8iZGpm3xbr14ovlUdkxfGXNInqkPWOWmG2CLw= github.com/cenkalti/backoff/v4 v4.1.3 h1:cFAlzYUlVYDysBEH2T5hyJZMh3+5+WCBvSnK6Q8UtC4= github.com/cenkalti/backoff/v4 v4.1.3/go.mod h1:scbssz8iZGpm3xbr14ovlUdkxfGXNInqkPWOWmG2CLw= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= @@ -105,7 +128,10 @@ github.com/cncf/xds/go v0.0.0-20210805033703-aa0b78936158/go.mod h1:eXthEFrGJvWH github.com/cncf/xds/go v0.0.0-20210922020428-25de7278fc84/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cncf/xds/go v0.0.0-20211001041855-01bcc9b48dfe/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= +github.com/coocood/freecache v1.2.1 h1:/v1CqMq45NFH9mp/Pt142reundeBM0dVUD3osQBeu/U= +github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964/go.mod h1:Xd9hchkHSWYkEqJwUGisez3G1QY8Ryz0sdWrLPMGjLk= +github.com/davecgh/go-spew v0.0.0-20151105211317-5215b55f46b2/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= @@ -114,11 +140,20 @@ github.com/dgraph-io/ristretto v0.1.0/go.mod h1:fux0lOrBhrVCJd3lcTHsIJhq1T2rokOu github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2 h1:tdlZCpZ/P9DhczCTSixgIKmwPv6+wP5DGjqLYw5SUiA= github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2/go.mod h1:SqUrOPUnsFjfmXRMNPybcSiG0BgUW2AuFH8PAnS2iTw= +github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78= +github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f/go.mod h1:cuUVRXasLTGF7a8hSLbxyZXjz+1KgoB3wDUb6vlszIc= github.com/dimchansky/utfbom v1.1.0/go.mod h1:rO41eb7gLfo8SF1jd9F8HplJm1Fewwi4mQvIirEdv+8= github.com/dimchansky/utfbom v1.1.1 h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U= github.com/dimchansky/utfbom v1.1.1/go.mod h1:SxdoEBH5qIqFocHMyGOXVAybYJdr71b1Q/j0mACtrfE= +github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= +github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE= github.com/dustin/go-humanize v1.0.0 h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo= github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= +github.com/eko/gocache/v3 v3.1.1 h1:r3CBwLnqPkcK56h9Do2CWw1kZ4TeKK0wDE1Oo/YZnhs= +github.com/eko/gocache/v3 v3.1.1/go.mod h1:UpP/LyHAioP/a/dizgl0MpgZ3A3CkS4NbG/mWkGTQ9M= +github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= +github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= +github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98= @@ -127,30 +162,65 @@ github.com/envoyproxy/go-control-plane v0.9.9-0.20210512163311-63b5d3c536b0/go.m github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021/go.mod h1:AFq3mo9L8Lqqiid3OhADV3RfLJnjiw63cSpi+fDTRC0= github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1/go.mod h1:KJwIaB5Mv44NWtYuAOFCVOjcI94vtpEz2JU/D2v6IjE= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= -github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= +github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= +github.com/evanphx/json-patch v4.12.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/fatih/color v1.13.0 h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w= github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk= github.com/form3tech-oss/jwt-go v3.2.2+incompatible h1:TcekIExNqud5crz4xD2pavyTgWiPvpYe4Xau31I0PRk= github.com/form3tech-oss/jwt-go v3.2.2+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k= +github.com/fortytw2/leaktest v1.3.0 h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw= +github.com/fortytw2/leaktest v1.3.0/go.mod h1:jDsjWgpAGjm2CA7WthBh/CdZYEPF31XHquHwclZch5g= +github.com/frankban/quicktest v1.14.3 h1:FJKSZTDHjyhriyC81FLQ0LY93eSai0ZyR/ZIkd3ZUKE= +github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= +github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4= +github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= github.com/gertd/go-pluralize v0.2.1 h1:M3uASbVjMnTsPb0PNqg+E/24Vwigyo/tvyMTtAlLgiA= github.com/gertd/go-pluralize v0.2.1/go.mod h1:rbYaKDbsXxmRfr8uygAEKhOWsjyrrqrkHVpZvoOp8zk= +github.com/getkin/kin-openapi v0.76.0/go.mod h1:660oXbgy5JFMKreazJaQTw7o+X00qeSyhcnluiMv+Xg= +github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= +github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= +github.com/go-kit/kit v0.9.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= +github.com/go-kit/log v0.1.0/go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY= +github.com/go-kit/log v0.2.0/go.mod h1:NwTd00d/i8cPZ3xOwwiv2PO5MOcx78fFErGNcVmBjv0= +github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE= +github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk= +github.com/go-logfmt/logfmt v0.5.0/go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG1KdI/P7A= +github.com/go-logfmt/logfmt v0.5.1/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs= +github.com/go-logr/logr v0.1.0/go.mod h1:ixOQHD9gLJUVQQ2ZOR7zLEifBX6tGkNJF4QyIY7sIas= +github.com/go-logr/logr v0.2.0/go.mod h1:z6/tIYblkpsD+a4lm/fGIIU9mZ+XfAiaFtq7xTgseGU= +github.com/go-logr/logr v1.2.0/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= github.com/go-logr/logr v1.2.3 h1:2DntVwHkVopvECVRSlL5PSo9eG+cAkDCuckLubN+rq0= github.com/go-logr/logr v1.2.3/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A= github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag= github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE= +github.com/go-openapi/jsonpointer v0.0.0-20160704185906-46af16f9f7b1/go.mod h1:+35s3my2LFTysnkMfxsJBAMHj/DoqoB9knIWoYG/Vk0= +github.com/go-openapi/jsonpointer v0.19.3/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg= +github.com/go-openapi/jsonpointer v0.19.5/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg= +github.com/go-openapi/jsonreference v0.0.0-20160704190145-13c6e3589ad9/go.mod h1:W3Z9FmVs9qj+KR4zFKmDPGiLdk1D9Rlm7cyMvf57TTg= +github.com/go-openapi/jsonreference v0.19.3/go.mod h1:rjx6GuL8TTa9VaixXglHmQmIL98+wF9xc8zWvFonSJ8= +github.com/go-openapi/spec v0.0.0-20160808142527-6aced65f8501/go.mod h1:J8+jY1nAiCcj+friV/PDoE1/3eeccG9LYBs0tYvLOWc= +github.com/go-openapi/swag v0.0.0-20160704191624-1d0bd113de87/go.mod h1:DXUve3Dpr1UfpPtxFw+EFuQ41HhCWZfha5jSVRG7C7I= +github.com/go-openapi/swag v0.19.5/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk= +github.com/go-redis/redis/v8 v8.11.5 h1:AcZZR7igkdvfVmQTPnu9WE37LRrO/YrBH5zWyjDC0oI= +github.com/go-redis/redis/v8 v8.11.5/go.mod h1:gREzHqY1hg6oD9ngVRbLStwAWKhA0FEgq8Jd4h5lpwo= +github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= github.com/go-test/deep v1.0.3 h1:ZrJSEWsXzPOxaZnFteGEfooLba+ju3FYIbOrS+rQd68= github.com/go-test/deep v1.0.3/go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA= github.com/gofrs/uuid v4.0.0+incompatible h1:1SD/1F5pU8p29ybwgQSwpQk+mwdRrXCYuPhW6m+TnJw= github.com/gofrs/uuid v4.0.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM= +github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= +github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o= +github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/glog v1.0.0 h1:nfP3RFugxnNRyKgeWd4oI1nYvXpxrx8ck8ZrcizshdQ= github.com/golang/glog v1.0.0/go.mod h1:EWib/APOK0SL3dFbYqvxE3UYd8E6s1ouQ7iEp/0LWV4= +github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= @@ -161,6 +231,8 @@ github.com/golang/mock v1.4.0/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt github.com/golang/mock v1.4.1/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= github.com/golang/mock v1.4.3/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= github.com/golang/mock v1.4.4/go.mod h1:l3mdAwkq5BuhzHwde/uurv3sEJeZMXNpwsxVWU71h+4= +github.com/golang/mock v1.6.0 h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc= +github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.1.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -188,10 +260,14 @@ github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= +github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.7 h1:81/ik6ipDQS2aGcBfIN5dHDB36BwrStyeAQquSYCV4o= github.com/google/go-cmp v0.5.7/go.mod h1:n+brtR0CgQNWTVd5ZUFpTBC8YFBDLK/h/bpaJ8/DtOE= +github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= +github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= +github.com/google/gofuzz v1.1.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs= github.com/google/martian/v3 v3.0.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0= github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= @@ -207,6 +283,12 @@ github.com/google/uuid v1.1.2 h1:EVhdT+1Kseyi1/pUmXKaFxYsDNy9RQYkMWRH68J/W7Y= github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= +github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY= +github.com/googleapis/gnostic v0.5.1/go.mod h1:6U4PtQXGIEt/Z3h5MAT7FNofLnw9vXk2cUuW7uA/OeU= +github.com/googleapis/gnostic v0.5.5/go.mod h1:7+EbHbldMins07ALC74bsA81Ovc97DwqyJO1AENw9kA= +github.com/gopherjs/gopherjs v0.0.0-20220410123724-9e86199038b0 h1:fWY+zXdWhvWndXqnMj4SyC/vi8sK508OjhGCtMzsA9M= +github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So= +github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw= github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 h1:BZHcxBETFHIdVyhyEfOvn/RdU/QGdLI4y34qQGjGWO0= github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0/go.mod h1:hgWBS7lorOAVIJEQMi4ZsPv9hVvWI6+ch50m39Pf2Ks= @@ -214,48 +296,68 @@ github.com/hashicorp/errwrap v1.0.0 h1:hLrqtEDnRye3+sgx6z4qVLNuviH3MR5aQ0ykNJa/U github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= github.com/hashicorp/go-azure-helpers v0.12.0 h1:7D0mFSyP3EfHu1ySubserIsnUWY87HMzzTWOB7ASwRU= github.com/hashicorp/go-azure-helpers v0.12.0/go.mod h1:Zc3v4DNeX6PDdy7NljlYpnrdac1++qNW0I4U+ofGwpg= -github.com/hashicorp/go-hclog v1.2.0 h1:La19f8d7WIlm4ogzNHB0JGqs5AUDAZ2UfCY4sJXcJdM= -github.com/hashicorp/go-hclog v1.2.0/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= +github.com/hashicorp/go-hclog v1.2.2 h1:ihRI7YFwcZdiSD7SIenIhHfQH3OuDvWerAUBZbeQS3M= +github.com/hashicorp/go-hclog v1.2.2/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M= github.com/hashicorp/go-multierror v1.0.0 h1:iVjPR7a6H0tWELX5NxNe7bYopibicUzc7uPribsnS6o= github.com/hashicorp/go-multierror v1.0.0/go.mod h1:dHtQlpGsu+cZNNAkkCN/P3hoUDHhCYQXV3UM06sGGrk= github.com/hashicorp/go-plugin v1.4.4 h1:NVdrSdFRt3SkZtNckJ6tog7gbpRrcbOjQi/rgF7JYWQ= github.com/hashicorp/go-plugin v1.4.4/go.mod h1:viDMjcLJuDui6pXb8U4HVfb8AamCWhHGUjr2IrTF67s= -github.com/hashicorp/go-version v1.5.0 h1:O293SZ2Eg+AAYijkVK3jR786Am1bhDEh2GHT0tIVE5E= -github.com/hashicorp/go-version v1.5.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= +github.com/hashicorp/go-version v1.6.0 h1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mOkIeek= +github.com/hashicorp/go-version v1.6.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/hcl/v2 v2.12.0 h1:PsYxySWpMD4KPaoJLnsHwtK5Qptvj/4Q6s0t4sUxZf4= github.com/hashicorp/hcl/v2 v2.12.0/go.mod h1:FwWsfWEjyV/CMj8s/gqAuiviY72rJ1/oayI9WftqcKg= github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d h1:kJCB4vdITiW1eC1vq2e6IsrXKrZit1bv/TDYFGMp4BQ= github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d/go.mod h1:+NfK9FKeTrX5uv1uIXGdwYDTeHna2qgaIlx54MXqjAM= +github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= github.com/iancoleman/strcase v0.2.0 h1:05I4QRnGpI0m37iZQRuskXh+w77mr6Z41lwQzuHLwW0= github.com/iancoleman/strcase v0.2.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho= github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/jhump/protoreflect v1.6.0 h1:h5jfMVslIg6l29nsMs0D8Wj17RDVdNYti0vDN/PZZoE= +github.com/jpillora/backoff v1.0.0/go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX5e0EB2j4= +github.com/json-iterator/go v0.0.0-20180612202835-f2b4162afba3/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU= +github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU= +github.com/json-iterator/go v1.1.8/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= +github.com/json-iterator/go v1.1.10/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= +github.com/json-iterator/go v1.1.11/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= +github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo= github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk= +github.com/jtolds/gls v4.20.0+incompatible h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo= +github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w= +github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM= +github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00= +github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= -github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI= +github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= +github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= +github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= +github.com/kr/pretty v0.2.0/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= +github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= -github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= +github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= +github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348 h1:MtvEpTB6LX3vkb4ax0b5D2DHbNAUsen0Gx5wZoq3lV4= github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348/go.mod h1:B69LEHPfb2qLo0BaaOLcbitczOKLWTsrBG9LczfCD4k= -github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= +github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= +github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= +github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc= github.com/mattn/go-colorable v0.1.12 h1:jF+Du6AlPIjs2BiUiQlKOX0rt3SujHxPnksPKZbaA40= github.com/mattn/go-colorable v0.1.12/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4= github.com/mattn/go-ieproxy v0.0.1 h1:qiyop7gCflfhwCzGyeT0gro3sF9AIg9HU98JORTkqfI= github.com/mattn/go-ieproxy v0.0.1/go.mod h1:pYabZ6IHcRpFh7vIaLfK7rdcWgFEb3SFJ6/gNWuh88E= -github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= -github.com/mattn/go-isatty v0.0.10/go.mod h1:qgIWMr58cqv1PHHyhnkY9lrL7etaEgOFcMEpPG5Rm84= github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU= github.com/mattn/go-isatty v0.0.14 h1:yVuAays6BHfxijgZPzw+3Zlu5yQgKGP2/hcQbHb7S9Y= github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94= github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI= github.com/mattn/go-runewidth v0.0.13 h1:lTGmDsbAYt5DmK6OnoV7EuIF1wEIFAcxld6ypU4OSgU= github.com/mattn/go-runewidth v0.0.13/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w= +github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU= +github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y= github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= github.com/mitchellh/go-testing-interface v1.0.0 h1:fzU/JVNcaqHQEcVFAKeR41fkiLdIPrefOvVG1VZ96U0= @@ -263,54 +365,126 @@ github.com/mitchellh/go-testing-interface v1.0.0/go.mod h1:kRemZodwjscx+RGhAo8eI github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7/go.mod h1:ZXFpozHsX6DPmq2I0TCekCxypsnAUbP2oI0UX1GXzOo= github.com/mitchellh/go-wordwrap v1.0.0 h1:6GlHJ/LTGMrIJbwgdqdl2eEH8o+Exx/0m8ir9Gns0u4= github.com/mitchellh/go-wordwrap v1.0.0/go.mod h1:ZXFpozHsX6DPmq2I0TCekCxypsnAUbP2oI0UX1GXzOo= +github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= github.com/mitchellh/mapstructure v1.3.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/mitchellh/mapstructure v1.4.3 h1:OVowDSCllw/YjdLkam3/sm7wEtOy59d8ndGgCcyj8cs= github.com/mitchellh/mapstructure v1.4.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= +github.com/moby/spdystream v0.2.0/go.mod h1:f7i0iNDQJ059oMTcWxx8MA/zKFIuD/lY+0GqbN2Wy8c= +github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= +github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= +github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= +github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= +github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= +github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= +github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= +github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= +github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= +github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw= github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs= github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= +github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A= +github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE= github.com/oklog/run v1.0.0 h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw= github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA= github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec= github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY= +github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= +github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= +github.com/onsi/ginkgo v1.10.1/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= +github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk= +github.com/onsi/ginkgo v1.14.0/go.mod h1:iSB4RoI2tjJc9BBv4NKIKWKya62Rps+oPG/Lv9klQyY= +github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE= +github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA= +github.com/onsi/gomega v1.7.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= +github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY= +github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo= +github.com/onsi/gomega v1.18.1 h1:M1GfJqGRrBrrGGsbxzV5dqM2U2ApXefZCQpkukxYRLE= +github.com/patrickmn/go-cache v2.1.0+incompatible h1:HRMgzkcYKYpi3C8ajMPV8OFXaaRUnok+kx1WdO15EQc= +github.com/pegasus-kv/thrift v0.13.0 h1:4ESwaNoHImfbHa9RUGJiJZ4hrxorihZHk5aarYwY8d4= +github.com/pegasus-kv/thrift v0.13.0/go.mod h1:Gl9NT/WHG6ABm6NsrbfE8LiJN0sAyneCrvB4qN4NPqQ= +github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= +github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= +github.com/pmezard/go-difflib v0.0.0-20151028094244-d8ed2627bdf0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= +github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= +github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo= +github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M= +github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0= +github.com/prometheus/client_golang v1.12.1/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY= +github.com/prometheus/client_golang v1.12.2 h1:51L9cDoUHVrXx4zWYlcLQIZ+d+VXHgqnYKkIuq4g/34= +github.com/prometheus/client_golang v1.12.2/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY= +github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= +github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= +github.com/prometheus/client_model v0.2.0 h1:uq5h0d+GuxiXLJLNABMgp2qUWDPiLvgCzz2dUR+/W/M= +github.com/prometheus/client_model v0.2.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= +github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= +github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo= +github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9VFqTh1DIvc= +github.com/prometheus/common v0.32.1/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls= +github.com/prometheus/common v0.33.0 h1:rHgav/0a6+uYgGdNt3jwz8FNSesO/Hsang3O0T9A5SE= +github.com/prometheus/common v0.33.0/go.mod h1:gB3sOl7P0TvJabZpLY5uQMpUqRCPPCyRLCZYc7JZTNE= +github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= +github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= +github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU= +github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA= +github.com/prometheus/procfs v0.7.3 h1:4jVXhlkAyzOScmCkXBTOLRLTz8EeU+eyjrwB/EPq0VU= +github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA= github.com/rivo/uniseg v0.2.0 h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= +github.com/rogpeppe/go-internal v1.6.1 h1:/FiVV8dS/e+YqF2JvO3yXRFbBLTIuSDkuC7aBOAvL+k= github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo= github.com/sethvargo/go-retry v0.1.0 h1:8sPqlWannzcReEcYjHSNw9becsiYudcwTD7CasGjQaI= github.com/sethvargo/go-retry v0.1.0/go.mod h1:JzIOdZqQDNpPkQDmcqgtteAcxFLtYpNF/zJCM1ysDg8= +github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= +github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= +github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88= +github.com/sirupsen/logrus v1.8.1 h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE= +github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= +github.com/smartystreets/assertions v1.13.0 h1:Dx1kYM01xsSqKPno3aqLnrwac2LetPvN23diwyr69Qs= +github.com/smartystreets/goconvey v1.7.2 h1:9RBaZCeXEQ3UselpuwUQHltGVXvdwm6cv1hgR6gDIPg= github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= +github.com/spf13/afero v1.2.2/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk= +github.com/spf13/cast v1.5.0 h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w= +github.com/spf13/cast v1.5.0/go.mod h1:SpXXQ5YoyJw6s3/6cMTQuxvgRl3PCJiyaX9p6b155UU= +github.com/spf13/pflag v0.0.0-20170130214245-9ff6c6923cff/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v1.0.2/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= +github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/stevenle/topsort v0.0.0-20130922064739-8130c1d7596b h1:wJSBFlabo96ySlmSX0a02WAPyGxagzTo9c5sk3sHP3E= github.com/stevenle/topsort v0.0.0-20130922064739-8130c1d7596b/go.mod h1:YIyOMT17IKD8FbLO8RfCJZd2qAZiOnIfuYePIeESwWc= +github.com/stoewer/go-strcase v1.2.0/go.mod h1:IBiWB2sKIp3wVVQ3Y035++gc+knqhUQag1KpM8ahLw8= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= +github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= +github.com/stretchr/testify v0.0.0-20151208002404-e3a8ff8ce365/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY= github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= +github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals= +github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk= github.com/tkrajina/go-reflector v0.5.4 h1:dS9aJEa/eYNQU/fwsb5CSiATOxcNyA/gG/A7a582D5s= github.com/tkrajina/go-reflector v0.5.4/go.mod h1:9PyLgEOzc78ey/JmQQHbW8cQJ1oucLlNQsg8yFvkVk8= github.com/tombuildsstuff/giovanni v0.15.1 h1:CVRaLOJ7C/eercCrKIsarfJ4SZoGMdBL9Q2deFDUXco= github.com/tombuildsstuff/giovanni v0.15.1/go.mod h1:0TZugJPEtqzPlMpuJHYfXY6Dq2uLPrXf98D2XQSxNbA= github.com/turbot/go-kit v0.4.0 h1:EdD7Bf2EGAjvHRGQxRiWpDawzZSk3T+eghqbj74qiSc= github.com/turbot/go-kit v0.4.0/go.mod h1:SBdPRngbEfYubiR81iAVtO43oPkg1+ASr+XxvgbH7/k= -github.com/turbot/steampipe-plugin-sdk/v3 v3.3.2 h1:bBkefHcsYLJnaPgdEFBMF3Qc11ImSzeodGu4Hl2zfQ8= -github.com/turbot/steampipe-plugin-sdk/v3 v3.3.2/go.mod h1:8r7CDDlrSUd5iUgPlvPa5ttlZ4OEFNMHm8fdwgnn5WM= +github.com/turbot/steampipe-plugin-sdk/v4 v4.1.7 h1:8DPSro6w7FKMig8d/jHF0rChN4tzEwnEKEZZLNp5DGA= +github.com/turbot/steampipe-plugin-sdk/v4 v4.1.7/go.mod h1:t1uwq6KylUr2CzIinxeTafoktJvX8yWmhaoWCJJc4YI= github.com/vmihailenco/msgpack v3.3.3+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk= github.com/vmihailenco/msgpack/v4 v4.3.12/go.mod h1:gborTTJjAo/GWTqqRjrLCn9pgNN+NXzzngzBKDPIqw4= github.com/vmihailenco/tagparser v0.1.1/go.mod h1:OeAg3pn3UbLjkWt+rN9oFYB6u/cQgqMEUPoW2WPyhdI= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= +github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= github.com/zclconf/go-cty v1.2.0/go.mod h1:hOPWgoHbaTUnI5k4D2ld+GRpFJSCe6bCM7m1q/N4PQ8= github.com/zclconf/go-cty v1.8.0/go.mod h1:vVKLxnk3puL4qRAv72AO+W99LUD4da90g3uUAzyuvAk= @@ -347,6 +521,7 @@ go.opentelemetry.io/proto/otlp v0.16.0 h1:WHzDWdXUvbc5bG2ObdrGfaNpQz7ft7QN9HHmJl go.opentelemetry.io/proto/otlp v0.16.0/go.mod h1:H7XAot3MsfNsj7EXtrA2q5xSNQ10UqI405h3+duxN4U= go.uber.org/goleak v1.1.12 h1:gZAh5/EyT/HQwlpkCy6wTpqfH9H8Lz8zbm3dZh+OyzA= go.uber.org/goleak v1.1.12/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ= +golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= @@ -367,6 +542,8 @@ golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u0 golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM= golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU= +golang.org/x/exp v0.0.0-20220518171630-0b5c67f07fdf h1:oXVg4h2qJDd9htKxb5SCpFBHLipW6hXmL3qpUixS2jw= +golang.org/x/exp v0.0.0-20220518171630-0b5c67f07fdf/go.mod h1:yh0Ynu2b5ZUe3MQfp2nM0ecK7wsgouWTDN0FNeJuIys= golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= @@ -388,9 +565,12 @@ golang.org/x/mod v0.1.1-0.20191107180719-034126e5016b/go.mod h1:QqPTAvyqsEbceGzB golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= +golang.org/x/net v0.0.0-20170114055629-f2499483f923/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180811021610-c39426892332/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= +golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= +golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= @@ -398,9 +578,13 @@ golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks= +golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190628185345-da137c7871d7/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20190724013045-ca1201d0de80/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20191004110552-13f9640d40b9/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20191105084925-a882066a44e0/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191112182307-2180aed22343/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= @@ -412,12 +596,17 @@ golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e/go.mod h1:qpuaurCH72eLCgpAm/ golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200506145744-7e3656a0809f/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200513185701-a91f0712d120/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= +golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200625001655-4c5254603344/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= golang.org/x/net v0.0.0-20200707034311-ab3426394381/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= golang.org/x/net v0.0.0-20200822124328-c89045814202/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM= +golang.org/x/net v0.0.0-20210525063256-abc453219eb5/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= +golang.org/x/net v0.0.0-20211209124913-491a49abca63/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= +golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= +golang.org/x/net v0.0.0-20220225172249-27dd8689420f/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220412020605-290c469a71a5 h1:bRb386wvrE+oBNdF1d/Xh9mQrfQ4ecYhW5qJ5GvTGT4= golang.org/x/net v0.0.0-20220412020605-290c469a71a5/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= @@ -425,7 +614,9 @@ golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4Iltr golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= +golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= +golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b/go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= @@ -434,24 +625,36 @@ golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20210220032951-036812b2e83c h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ= golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sys v0.0.0-20170830134202-bb24a47a89ea/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190502175342-a43fa875dd82/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190606165138-5da285871e9c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20190904154756-749cb33beabd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191008105621-543471e840be/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20191010194322-b09406accb47/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191112214154-59a1497f0cea/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200106162015-b016eb3dc98e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200113162924-86b910548bc1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200116001909-b77594299b42/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200122134326-e047566fdf82/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -464,33 +667,49 @@ golang.org/x/sys v0.0.0-20200331124033-c3d80250170d/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20200501052902-10377860bb8e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200511232937-7e40ca221e25/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200519105757-fe76b779f299/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200523222454-059865788121/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200803210538-64077c9b5642/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200828194041-157a740278f4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220412211240-33da011f77ad h1:ntjMns5wyP/fN65tdBD4g8J5w8n015+iIIs9rtjXkY0= -golang.org/x/sys v0.0.0-20220412211240-33da011f77ad/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220114195835-da31bd327af9/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a h1:dGzPydgVsqGcTRVwiLJ1jVbufYwmzD3LfVPLKsKg+0k= +golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= +golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= +golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= +golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= +golang.org/x/tools v0.0.0-20181011042414-1f849cf54d09/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= +golang.org/x/tools v0.0.0-20181030221726-6c7e314b6563/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY= golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= @@ -524,12 +743,15 @@ golang.org/x/tools v0.0.0-20200304193943-95d2e580d8eb/go.mod h1:o4KQGtdN14AW+yjs golang.org/x/tools v0.0.0-20200312045724-11d5b4c81c7d/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= golang.org/x/tools v0.0.0-20200331025713-a30bf2db82d4/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8= golang.org/x/tools v0.0.0-20200501065659-ab2804fb9c9d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= +golang.org/x/tools v0.0.0-20200505023115-26f46d2f7ef8/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200512131952-2bc93b1c0c88/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200515010526-7d3b6ebf133d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200618134242-20370b0cb4b2/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= +golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200729194436-6467de6f59a7/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200825202427-b303f430e36d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= +golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.1.5/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -588,6 +810,7 @@ google.golang.org/genproto v0.0.0-20200618031413-b414f8b61790/go.mod h1:jDfRM7Fc google.golang.org/genproto v0.0.0-20200729003335-053ba62fc06f/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20200804131852-c06518451d9c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20200825200019-8632dd797987/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20201019141844-1ed22bb0c154/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20211118181313-81c1377c94b1/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac h1:qSNTkEN+L2mvWcLgJOR+8bdHX9rN/IdU3A1Ghpfb1Rg= google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac/go.mod h1:8w6bsBMX6yCPbAVTeqQHvzxW0EIFigd5lZyahWgyfDo= @@ -608,8 +831,9 @@ google.golang.org/grpc v1.36.0/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAG google.golang.org/grpc v1.40.0/go.mod h1:ogyxbiOoUXAkP+4+xa6PZSE9DZgIHtSpzjDTB9KAK34= google.golang.org/grpc v1.42.0/go.mod h1:k+4IHHFw41K8+bbowsex27ge2rCb65oeWqe4jJ590SU= google.golang.org/grpc v1.45.0/go.mod h1:lN7owxKUQEqMfSyQikvvk5tf/6zMPsrK+ONuO11+0rQ= -google.golang.org/grpc v1.46.0 h1:oCjezcn6g6A75TGoKYBPgKmVBLexhYLM6MebdrPApP8= google.golang.org/grpc v1.46.0/go.mod h1:vN9eftEi1UMyUsIF80+uQXhHjbXYbm0uXoFCACuMGWk= +google.golang.org/grpc v1.48.0 h1:rQOsyJ/8+ufEDJd/Gdsz7HG220Mh9HAhFHRGnIjda0w= +google.golang.org/grpc v1.48.0/go.mod h1:vN9eftEi1UMyUsIF80+uQXhHjbXYbm0uXoFCACuMGWk= google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0= google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM= @@ -625,17 +849,35 @@ google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQ google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= google.golang.org/protobuf v1.28.0 h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw= google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= +gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f h1:BLraFXnmrev5lT+xlilqcH8XK9/i0At2xKjWk4p6zsU= gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= +gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= +gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= +gopkg.in/natefinch/lumberjack.v2 v2.0.0 h1:1Lc07Kr7qY4U2YPouBjpCLxpiyxIVoxqXgkXLknAOE8= +gopkg.in/natefinch/lumberjack.v2 v2.0.0/go.mod h1:l0ndWWf7gzL7RNwBG7wST/UCcT4T24xpD6X8LsfU/+k= +gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= +gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= +gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637 h1:yiW+nvdHb9LVqSHQBXfZCieqV4fzYhNBql77zY0ykqs= +gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637/go.mod h1:BHsqpu/nsuzkT5BpiH1EMZPLyqSMM8JbIavyFACoFNk= +gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.3/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.2.5/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= -gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= +gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= @@ -643,6 +885,26 @@ honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWh honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg= honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= +k8s.io/apimachinery v0.0.0-20191123233150-4c4803ed55e3/go.mod h1:b9qmWdKlLuU9EBh+06BtLcSf/Mu89rWL33naRxs1uZg= +k8s.io/apimachinery v0.23.5 h1:Va7dwhp8wgkUPWsEXk6XglXWU4IKYLKNlv8VkX7SDM0= +k8s.io/apimachinery v0.23.5/go.mod h1:BEuFMMBaIbcOqVIJqNZJXGFTP4W6AycEpb5+m/97hrM= +k8s.io/gengo v0.0.0-20190128074634-0689ccc1d7d6/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0= +k8s.io/gengo v0.0.0-20210813121822-485abfe95c7c/go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E= +k8s.io/klog v0.0.0-20181102134211-b9b56d5dfc92/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk= +k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= +k8s.io/klog/v2 v2.0.0/go.mod h1:PBfzABfn139FHAV07az/IF9Wp1bkk3vpT2XSJ76fSDE= +k8s.io/klog/v2 v2.2.0/go.mod h1:Od+F08eJP+W3HUb4pSrPpgp9DGU4GzlpG/TmITuYh/Y= +k8s.io/klog/v2 v2.30.0/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0= +k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= +k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65/go.mod h1:sX9MT8g7NVZM5lVL/j8QyCCJe8YSMW30QvGZWaCIDIk= +k8s.io/utils v0.0.0-20210802155522-efc7438f0176/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= +k8s.io/utils v0.0.0-20211116205334-6203023598ed/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0= rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA= +sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6/go.mod h1:p4QtZmO4uMYipTQNzagwnNoseA6OxSUutVw05NhYDRs= +sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI= +sigs.k8s.io/structured-merge-diff/v4 v4.0.2/go.mod h1:bJZC9H9iH24zzfZ/41RGcq60oK1F7G282QMXDPYydCw= +sigs.k8s.io/structured-merge-diff/v4 v4.2.1/go.mod h1:j/nl6xW8vLS49O8YvXW1ocPhZawJtm+Yrr7PPRQ0Vg4= +sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= +sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc= diff --git a/main.go b/main.go index e5b5f552..395febfd 100644 --- a/main.go +++ b/main.go @@ -3,7 +3,7 @@ package main import ( "github.com/turbot/steampipe-plugin-azure/azure" - "github.com/turbot/steampipe-plugin-sdk/v3/plugin" + "github.com/turbot/steampipe-plugin-sdk/v4/plugin" ) func main() {