diff --git a/cmd/share/.gitignore b/.gitignore similarity index 100% rename from cmd/share/.gitignore rename to .gitignore diff --git a/cmd/share/Gopkg.lock b/Gopkg.lock similarity index 100% rename from cmd/share/Gopkg.lock rename to Gopkg.lock diff --git a/cmd/share/Gopkg.toml b/Gopkg.toml similarity index 100% rename from cmd/share/Gopkg.toml rename to Gopkg.toml diff --git a/cmd/share/main.go b/main.go similarity index 100% rename from cmd/share/main.go rename to main.go diff --git a/cmd/share/vendor/github.com/Luzifer/rconfig/.travis.yml b/vendor/github.com/Luzifer/rconfig/.travis.yml similarity index 100% rename from cmd/share/vendor/github.com/Luzifer/rconfig/.travis.yml rename to vendor/github.com/Luzifer/rconfig/.travis.yml diff --git a/cmd/share/vendor/github.com/Luzifer/rconfig/History.md b/vendor/github.com/Luzifer/rconfig/History.md similarity index 100% rename from cmd/share/vendor/github.com/Luzifer/rconfig/History.md rename to vendor/github.com/Luzifer/rconfig/History.md diff --git a/cmd/share/vendor/github.com/Luzifer/rconfig/LICENSE b/vendor/github.com/Luzifer/rconfig/LICENSE similarity index 100% rename from cmd/share/vendor/github.com/Luzifer/rconfig/LICENSE rename to vendor/github.com/Luzifer/rconfig/LICENSE diff --git a/cmd/share/vendor/github.com/Luzifer/rconfig/README.md b/vendor/github.com/Luzifer/rconfig/README.md similarity index 100% rename from cmd/share/vendor/github.com/Luzifer/rconfig/README.md rename to vendor/github.com/Luzifer/rconfig/README.md diff --git a/cmd/share/vendor/github.com/Luzifer/rconfig/bool_test.go b/vendor/github.com/Luzifer/rconfig/bool_test.go similarity index 100% rename from cmd/share/vendor/github.com/Luzifer/rconfig/bool_test.go rename to vendor/github.com/Luzifer/rconfig/bool_test.go diff --git a/cmd/share/vendor/github.com/Luzifer/rconfig/config.go b/vendor/github.com/Luzifer/rconfig/config.go similarity index 100% rename from cmd/share/vendor/github.com/Luzifer/rconfig/config.go rename to vendor/github.com/Luzifer/rconfig/config.go diff --git a/cmd/share/vendor/github.com/Luzifer/rconfig/duration_test.go b/vendor/github.com/Luzifer/rconfig/duration_test.go similarity index 100% rename from cmd/share/vendor/github.com/Luzifer/rconfig/duration_test.go rename to vendor/github.com/Luzifer/rconfig/duration_test.go diff --git a/cmd/share/vendor/github.com/Luzifer/rconfig/errors_test.go b/vendor/github.com/Luzifer/rconfig/errors_test.go similarity index 100% rename from cmd/share/vendor/github.com/Luzifer/rconfig/errors_test.go rename to vendor/github.com/Luzifer/rconfig/errors_test.go diff --git a/cmd/share/vendor/github.com/Luzifer/rconfig/example_test.go b/vendor/github.com/Luzifer/rconfig/example_test.go similarity index 100% rename from cmd/share/vendor/github.com/Luzifer/rconfig/example_test.go rename to vendor/github.com/Luzifer/rconfig/example_test.go diff --git a/cmd/share/vendor/github.com/Luzifer/rconfig/float_test.go b/vendor/github.com/Luzifer/rconfig/float_test.go similarity index 100% rename from cmd/share/vendor/github.com/Luzifer/rconfig/float_test.go rename to vendor/github.com/Luzifer/rconfig/float_test.go diff --git a/cmd/share/vendor/github.com/Luzifer/rconfig/general_test.go b/vendor/github.com/Luzifer/rconfig/general_test.go similarity index 100% rename from cmd/share/vendor/github.com/Luzifer/rconfig/general_test.go rename to vendor/github.com/Luzifer/rconfig/general_test.go diff --git a/cmd/share/vendor/github.com/Luzifer/rconfig/int_test.go b/vendor/github.com/Luzifer/rconfig/int_test.go similarity index 100% rename from cmd/share/vendor/github.com/Luzifer/rconfig/int_test.go rename to vendor/github.com/Luzifer/rconfig/int_test.go diff --git a/cmd/share/vendor/github.com/Luzifer/rconfig/os-args_test.go b/vendor/github.com/Luzifer/rconfig/os-args_test.go similarity index 100% rename from cmd/share/vendor/github.com/Luzifer/rconfig/os-args_test.go rename to vendor/github.com/Luzifer/rconfig/os-args_test.go diff --git a/cmd/share/vendor/github.com/Luzifer/rconfig/precedence_test.go b/vendor/github.com/Luzifer/rconfig/precedence_test.go similarity index 100% rename from cmd/share/vendor/github.com/Luzifer/rconfig/precedence_test.go rename to vendor/github.com/Luzifer/rconfig/precedence_test.go diff --git a/cmd/share/vendor/github.com/Luzifer/rconfig/rconfig_suite_test.go b/vendor/github.com/Luzifer/rconfig/rconfig_suite_test.go similarity index 100% rename from cmd/share/vendor/github.com/Luzifer/rconfig/rconfig_suite_test.go rename to vendor/github.com/Luzifer/rconfig/rconfig_suite_test.go diff --git a/cmd/share/vendor/github.com/Luzifer/rconfig/slice_test.go b/vendor/github.com/Luzifer/rconfig/slice_test.go similarity index 100% rename from cmd/share/vendor/github.com/Luzifer/rconfig/slice_test.go rename to vendor/github.com/Luzifer/rconfig/slice_test.go diff --git a/cmd/share/vendor/github.com/Luzifer/rconfig/sub-struct_test.go b/vendor/github.com/Luzifer/rconfig/sub-struct_test.go similarity index 100% rename from cmd/share/vendor/github.com/Luzifer/rconfig/sub-struct_test.go rename to vendor/github.com/Luzifer/rconfig/sub-struct_test.go diff --git a/cmd/share/vendor/github.com/Luzifer/rconfig/uint_test.go b/vendor/github.com/Luzifer/rconfig/uint_test.go similarity index 100% rename from cmd/share/vendor/github.com/Luzifer/rconfig/uint_test.go rename to vendor/github.com/Luzifer/rconfig/uint_test.go diff --git a/cmd/share/vendor/github.com/Luzifer/rconfig/vardefault_providers.go b/vendor/github.com/Luzifer/rconfig/vardefault_providers.go similarity index 100% rename from cmd/share/vendor/github.com/Luzifer/rconfig/vardefault_providers.go rename to vendor/github.com/Luzifer/rconfig/vardefault_providers.go diff --git a/cmd/share/vendor/github.com/Luzifer/rconfig/vardefault_test.go b/vendor/github.com/Luzifer/rconfig/vardefault_test.go similarity index 100% rename from cmd/share/vendor/github.com/Luzifer/rconfig/vardefault_test.go rename to vendor/github.com/Luzifer/rconfig/vardefault_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/.github/ISSUE_TEMPLATE.md b/vendor/github.com/aws/aws-sdk-go/.github/ISSUE_TEMPLATE.md similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/.github/ISSUE_TEMPLATE.md rename to vendor/github.com/aws/aws-sdk-go/.github/ISSUE_TEMPLATE.md diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/.github/PULL_REQUEST_TEMPLATE.md b/vendor/github.com/aws/aws-sdk-go/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/.github/PULL_REQUEST_TEMPLATE.md rename to vendor/github.com/aws/aws-sdk-go/.github/PULL_REQUEST_TEMPLATE.md diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/.gitignore b/vendor/github.com/aws/aws-sdk-go/.gitignore similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/.gitignore rename to vendor/github.com/aws/aws-sdk-go/.gitignore diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/.godoc_config b/vendor/github.com/aws/aws-sdk-go/.godoc_config similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/.godoc_config rename to vendor/github.com/aws/aws-sdk-go/.godoc_config diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/.travis.yml b/vendor/github.com/aws/aws-sdk-go/.travis.yml similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/.travis.yml rename to vendor/github.com/aws/aws-sdk-go/.travis.yml diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/CHANGELOG.md b/vendor/github.com/aws/aws-sdk-go/CHANGELOG.md similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/CHANGELOG.md rename to vendor/github.com/aws/aws-sdk-go/CHANGELOG.md diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/CHANGELOG_PENDING.md b/vendor/github.com/aws/aws-sdk-go/CHANGELOG_PENDING.md similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/CHANGELOG_PENDING.md rename to vendor/github.com/aws/aws-sdk-go/CHANGELOG_PENDING.md diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/CONTRIBUTING.md b/vendor/github.com/aws/aws-sdk-go/CONTRIBUTING.md similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/CONTRIBUTING.md rename to vendor/github.com/aws/aws-sdk-go/CONTRIBUTING.md diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/Gopkg.lock b/vendor/github.com/aws/aws-sdk-go/Gopkg.lock similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/Gopkg.lock rename to vendor/github.com/aws/aws-sdk-go/Gopkg.lock diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/Gopkg.toml b/vendor/github.com/aws/aws-sdk-go/Gopkg.toml similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/Gopkg.toml rename to vendor/github.com/aws/aws-sdk-go/Gopkg.toml diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/LICENSE.txt b/vendor/github.com/aws/aws-sdk-go/LICENSE.txt similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/LICENSE.txt rename to vendor/github.com/aws/aws-sdk-go/LICENSE.txt diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/Makefile b/vendor/github.com/aws/aws-sdk-go/Makefile similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/Makefile rename to vendor/github.com/aws/aws-sdk-go/Makefile diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/NOTICE.txt b/vendor/github.com/aws/aws-sdk-go/NOTICE.txt similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/NOTICE.txt rename to vendor/github.com/aws/aws-sdk-go/NOTICE.txt diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/README.md b/vendor/github.com/aws/aws-sdk-go/README.md similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/README.md rename to vendor/github.com/aws/aws-sdk-go/README.md diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/arn/arn.go b/vendor/github.com/aws/aws-sdk-go/aws/arn/arn.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/arn/arn.go rename to vendor/github.com/aws/aws-sdk-go/aws/arn/arn.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/arn/arn_test.go b/vendor/github.com/aws/aws-sdk-go/aws/arn/arn_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/arn/arn_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/arn/arn_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/awserr/error.go b/vendor/github.com/aws/aws-sdk-go/aws/awserr/error.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/awserr/error.go rename to vendor/github.com/aws/aws-sdk-go/aws/awserr/error.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/awserr/types.go b/vendor/github.com/aws/aws-sdk-go/aws/awserr/types.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/awserr/types.go rename to vendor/github.com/aws/aws-sdk-go/aws/awserr/types.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/awsutil/copy.go b/vendor/github.com/aws/aws-sdk-go/aws/awsutil/copy.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/awsutil/copy.go rename to vendor/github.com/aws/aws-sdk-go/aws/awsutil/copy.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/awsutil/copy_test.go b/vendor/github.com/aws/aws-sdk-go/aws/awsutil/copy_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/awsutil/copy_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/awsutil/copy_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/awsutil/equal.go b/vendor/github.com/aws/aws-sdk-go/aws/awsutil/equal.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/awsutil/equal.go rename to vendor/github.com/aws/aws-sdk-go/aws/awsutil/equal.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/awsutil/equal_test.go b/vendor/github.com/aws/aws-sdk-go/aws/awsutil/equal_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/awsutil/equal_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/awsutil/equal_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/awsutil/path_value.go b/vendor/github.com/aws/aws-sdk-go/aws/awsutil/path_value.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/awsutil/path_value.go rename to vendor/github.com/aws/aws-sdk-go/aws/awsutil/path_value.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/awsutil/path_value_test.go b/vendor/github.com/aws/aws-sdk-go/aws/awsutil/path_value_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/awsutil/path_value_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/awsutil/path_value_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/awsutil/prettify.go b/vendor/github.com/aws/aws-sdk-go/aws/awsutil/prettify.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/awsutil/prettify.go rename to vendor/github.com/aws/aws-sdk-go/aws/awsutil/prettify.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/awsutil/string_value.go b/vendor/github.com/aws/aws-sdk-go/aws/awsutil/string_value.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/awsutil/string_value.go rename to vendor/github.com/aws/aws-sdk-go/aws/awsutil/string_value.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/client/client.go b/vendor/github.com/aws/aws-sdk-go/aws/client/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/client/client.go rename to vendor/github.com/aws/aws-sdk-go/aws/client/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/client/client_test.go b/vendor/github.com/aws/aws-sdk-go/aws/client/client_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/client/client_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/client/client_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/client/default_retryer.go b/vendor/github.com/aws/aws-sdk-go/aws/client/default_retryer.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/client/default_retryer.go rename to vendor/github.com/aws/aws-sdk-go/aws/client/default_retryer.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/client/default_retryer_test.go b/vendor/github.com/aws/aws-sdk-go/aws/client/default_retryer_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/client/default_retryer_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/client/default_retryer_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/client/logger.go b/vendor/github.com/aws/aws-sdk-go/aws/client/logger.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/client/logger.go rename to vendor/github.com/aws/aws-sdk-go/aws/client/logger.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/client/logger_test.go b/vendor/github.com/aws/aws-sdk-go/aws/client/logger_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/client/logger_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/client/logger_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/client/metadata/client_info.go b/vendor/github.com/aws/aws-sdk-go/aws/client/metadata/client_info.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/client/metadata/client_info.go rename to vendor/github.com/aws/aws-sdk-go/aws/client/metadata/client_info.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/config.go b/vendor/github.com/aws/aws-sdk-go/aws/config.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/config.go rename to vendor/github.com/aws/aws-sdk-go/aws/config.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/config_test.go b/vendor/github.com/aws/aws-sdk-go/aws/config_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/config_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/config_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/context.go b/vendor/github.com/aws/aws-sdk-go/aws/context.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/context.go rename to vendor/github.com/aws/aws-sdk-go/aws/context.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/context_1_6.go b/vendor/github.com/aws/aws-sdk-go/aws/context_1_6.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/context_1_6.go rename to vendor/github.com/aws/aws-sdk-go/aws/context_1_6.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/context_1_7.go b/vendor/github.com/aws/aws-sdk-go/aws/context_1_7.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/context_1_7.go rename to vendor/github.com/aws/aws-sdk-go/aws/context_1_7.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/context_test.go b/vendor/github.com/aws/aws-sdk-go/aws/context_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/context_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/context_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/convert_types.go b/vendor/github.com/aws/aws-sdk-go/aws/convert_types.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/convert_types.go rename to vendor/github.com/aws/aws-sdk-go/aws/convert_types.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/convert_types_test.go b/vendor/github.com/aws/aws-sdk-go/aws/convert_types_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/convert_types_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/convert_types_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/corehandlers/handlers.go b/vendor/github.com/aws/aws-sdk-go/aws/corehandlers/handlers.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/corehandlers/handlers.go rename to vendor/github.com/aws/aws-sdk-go/aws/corehandlers/handlers.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/corehandlers/handlers_1_8_test.go b/vendor/github.com/aws/aws-sdk-go/aws/corehandlers/handlers_1_8_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/corehandlers/handlers_1_8_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/corehandlers/handlers_1_8_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/corehandlers/handlers_test.go b/vendor/github.com/aws/aws-sdk-go/aws/corehandlers/handlers_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/corehandlers/handlers_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/corehandlers/handlers_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/corehandlers/param_validator.go b/vendor/github.com/aws/aws-sdk-go/aws/corehandlers/param_validator.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/corehandlers/param_validator.go rename to vendor/github.com/aws/aws-sdk-go/aws/corehandlers/param_validator.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/corehandlers/param_validator_test.go b/vendor/github.com/aws/aws-sdk-go/aws/corehandlers/param_validator_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/corehandlers/param_validator_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/corehandlers/param_validator_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/chain_provider.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/chain_provider.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/chain_provider.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/chain_provider.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/chain_provider_test.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/chain_provider_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/chain_provider_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/chain_provider_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/credentials.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/credentials.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/credentials.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/credentials.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/credentials_test.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/credentials_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/credentials_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/credentials_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds/ec2_role_provider.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds/ec2_role_provider.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds/ec2_role_provider.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds/ec2_role_provider.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds/ec2_role_provider_test.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds/ec2_role_provider_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds/ec2_role_provider_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds/ec2_role_provider_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/endpointcreds/provider.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/endpointcreds/provider.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/endpointcreds/provider.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/endpointcreds/provider.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/endpointcreds/provider_test.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/endpointcreds/provider_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/endpointcreds/provider_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/endpointcreds/provider_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/env_provider.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/env_provider.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/env_provider.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/env_provider.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/env_provider_test.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/env_provider_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/env_provider_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/env_provider_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/example.ini b/vendor/github.com/aws/aws-sdk-go/aws/credentials/example.ini similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/example.ini rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/example.ini diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/plugincreds/doc_1_7.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/plugincreds/doc_1_7.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/plugincreds/doc_1_7.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/plugincreds/doc_1_7.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/plugincreds/provider.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/plugincreds/provider.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/plugincreds/provider.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/plugincreds/provider.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/plugincreds/provider_test.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/plugincreds/provider_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/plugincreds/provider_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/plugincreds/provider_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/shared_credentials_provider.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/shared_credentials_provider.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/shared_credentials_provider.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/shared_credentials_provider.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/shared_credentials_provider_test.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/shared_credentials_provider_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/shared_credentials_provider_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/shared_credentials_provider_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/static_provider.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/static_provider.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/static_provider.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/static_provider.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/static_provider_test.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/static_provider_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/static_provider_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/static_provider_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds/assume_role_provider.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds/assume_role_provider.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds/assume_role_provider.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds/assume_role_provider.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds/assume_role_provider_test.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds/assume_role_provider_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds/assume_role_provider_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds/assume_role_provider_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/defaults/defaults.go b/vendor/github.com/aws/aws-sdk-go/aws/defaults/defaults.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/defaults/defaults.go rename to vendor/github.com/aws/aws-sdk-go/aws/defaults/defaults.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/defaults/defaults_test.go b/vendor/github.com/aws/aws-sdk-go/aws/defaults/defaults_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/defaults/defaults_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/defaults/defaults_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/defaults/shared_config.go b/vendor/github.com/aws/aws-sdk-go/aws/defaults/shared_config.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/defaults/shared_config.go rename to vendor/github.com/aws/aws-sdk-go/aws/defaults/shared_config.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/doc.go b/vendor/github.com/aws/aws-sdk-go/aws/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/doc.go rename to vendor/github.com/aws/aws-sdk-go/aws/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/api.go b/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/api.go rename to vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/api_test.go b/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/api_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/api_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/api_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/service.go b/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/service.go rename to vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/service_test.go b/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/service_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/service_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/ec2metadata/service_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/endpoints/decode.go b/vendor/github.com/aws/aws-sdk-go/aws/endpoints/decode.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/endpoints/decode.go rename to vendor/github.com/aws/aws-sdk-go/aws/endpoints/decode.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/endpoints/decode_test.go b/vendor/github.com/aws/aws-sdk-go/aws/endpoints/decode_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/endpoints/decode_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/endpoints/decode_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go b/vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go rename to vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/endpoints/doc.go b/vendor/github.com/aws/aws-sdk-go/aws/endpoints/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/endpoints/doc.go rename to vendor/github.com/aws/aws-sdk-go/aws/endpoints/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/endpoints/endpoints.go b/vendor/github.com/aws/aws-sdk-go/aws/endpoints/endpoints.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/endpoints/endpoints.go rename to vendor/github.com/aws/aws-sdk-go/aws/endpoints/endpoints.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/endpoints/endpoints_test.go b/vendor/github.com/aws/aws-sdk-go/aws/endpoints/endpoints_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/endpoints/endpoints_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/endpoints/endpoints_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/endpoints/example_test.go b/vendor/github.com/aws/aws-sdk-go/aws/endpoints/example_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/endpoints/example_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/endpoints/example_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/endpoints/v3model.go b/vendor/github.com/aws/aws-sdk-go/aws/endpoints/v3model.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/endpoints/v3model.go rename to vendor/github.com/aws/aws-sdk-go/aws/endpoints/v3model.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/endpoints/v3model_codegen.go b/vendor/github.com/aws/aws-sdk-go/aws/endpoints/v3model_codegen.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/endpoints/v3model_codegen.go rename to vendor/github.com/aws/aws-sdk-go/aws/endpoints/v3model_codegen.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/endpoints/v3model_test.go b/vendor/github.com/aws/aws-sdk-go/aws/endpoints/v3model_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/endpoints/v3model_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/endpoints/v3model_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/errors.go b/vendor/github.com/aws/aws-sdk-go/aws/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/errors.go rename to vendor/github.com/aws/aws-sdk-go/aws/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/jsonvalue.go b/vendor/github.com/aws/aws-sdk-go/aws/jsonvalue.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/jsonvalue.go rename to vendor/github.com/aws/aws-sdk-go/aws/jsonvalue.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/logger.go b/vendor/github.com/aws/aws-sdk-go/aws/logger.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/logger.go rename to vendor/github.com/aws/aws-sdk-go/aws/logger.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/connection_reset_error.go b/vendor/github.com/aws/aws-sdk-go/aws/request/connection_reset_error.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/connection_reset_error.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/connection_reset_error.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/connection_reset_error_other.go b/vendor/github.com/aws/aws-sdk-go/aws/request/connection_reset_error_other.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/connection_reset_error_other.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/connection_reset_error_other.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/connection_reset_error_other_test.go b/vendor/github.com/aws/aws-sdk-go/aws/request/connection_reset_error_other_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/connection_reset_error_other_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/connection_reset_error_other_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/connection_reset_error_test.go b/vendor/github.com/aws/aws-sdk-go/aws/request/connection_reset_error_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/connection_reset_error_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/connection_reset_error_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/handlers.go b/vendor/github.com/aws/aws-sdk-go/aws/request/handlers.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/handlers.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/handlers.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/handlers_test.go b/vendor/github.com/aws/aws-sdk-go/aws/request/handlers_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/handlers_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/handlers_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/http_request.go b/vendor/github.com/aws/aws-sdk-go/aws/request/http_request.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/http_request.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/http_request.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/http_request_copy_test.go b/vendor/github.com/aws/aws-sdk-go/aws/request/http_request_copy_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/http_request_copy_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/http_request_copy_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/http_request_retry_test.go b/vendor/github.com/aws/aws-sdk-go/aws/request/http_request_retry_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/http_request_retry_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/http_request_retry_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/offset_reader.go b/vendor/github.com/aws/aws-sdk-go/aws/request/offset_reader.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/offset_reader.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/offset_reader.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/offset_reader_test.go b/vendor/github.com/aws/aws-sdk-go/aws/request/offset_reader_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/offset_reader_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/offset_reader_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/request.go b/vendor/github.com/aws/aws-sdk-go/aws/request/request.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/request.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/request.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/request_1_5_test.go b/vendor/github.com/aws/aws-sdk-go/aws/request/request_1_5_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/request_1_5_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/request_1_5_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/request_1_6_test.go b/vendor/github.com/aws/aws-sdk-go/aws/request/request_1_6_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/request_1_6_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/request_1_6_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/request_1_7.go b/vendor/github.com/aws/aws-sdk-go/aws/request/request_1_7.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/request_1_7.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/request_1_7.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/request_1_7_test.go b/vendor/github.com/aws/aws-sdk-go/aws/request/request_1_7_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/request_1_7_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/request_1_7_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/request_1_8.go b/vendor/github.com/aws/aws-sdk-go/aws/request/request_1_8.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/request_1_8.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/request_1_8.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/request_1_8_test.go b/vendor/github.com/aws/aws-sdk-go/aws/request/request_1_8_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/request_1_8_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/request_1_8_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/request_context.go b/vendor/github.com/aws/aws-sdk-go/aws/request/request_context.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/request_context.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/request_context.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/request_context_1_6.go b/vendor/github.com/aws/aws-sdk-go/aws/request/request_context_1_6.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/request_context_1_6.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/request_context_1_6.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/request_context_test.go b/vendor/github.com/aws/aws-sdk-go/aws/request/request_context_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/request_context_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/request_context_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/request_internal_test.go b/vendor/github.com/aws/aws-sdk-go/aws/request/request_internal_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/request_internal_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/request_internal_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/request_pagination.go b/vendor/github.com/aws/aws-sdk-go/aws/request/request_pagination.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/request_pagination.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/request_pagination.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/request_pagination_test.go b/vendor/github.com/aws/aws-sdk-go/aws/request/request_pagination_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/request_pagination_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/request_pagination_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/request_resetbody_test.go b/vendor/github.com/aws/aws-sdk-go/aws/request/request_resetbody_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/request_resetbody_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/request_resetbody_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/request_test.go b/vendor/github.com/aws/aws-sdk-go/aws/request/request_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/request_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/request_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/retryer.go b/vendor/github.com/aws/aws-sdk-go/aws/request/retryer.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/retryer.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/retryer.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/retryer_test.go b/vendor/github.com/aws/aws-sdk-go/aws/request/retryer_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/retryer_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/retryer_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/timeout_read_closer.go b/vendor/github.com/aws/aws-sdk-go/aws/request/timeout_read_closer.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/timeout_read_closer.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/timeout_read_closer.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/timeout_read_closer_benchmark_test.go b/vendor/github.com/aws/aws-sdk-go/aws/request/timeout_read_closer_benchmark_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/timeout_read_closer_benchmark_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/timeout_read_closer_benchmark_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/timeout_read_closer_test.go b/vendor/github.com/aws/aws-sdk-go/aws/request/timeout_read_closer_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/timeout_read_closer_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/timeout_read_closer_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/validation.go b/vendor/github.com/aws/aws-sdk-go/aws/request/validation.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/validation.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/validation.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/waiter.go b/vendor/github.com/aws/aws-sdk-go/aws/request/waiter.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/waiter.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/waiter.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/waiter_test.go b/vendor/github.com/aws/aws-sdk-go/aws/request/waiter_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/request/waiter_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/request/waiter_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/session/custom_ca_bundle_test.go b/vendor/github.com/aws/aws-sdk-go/aws/session/custom_ca_bundle_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/session/custom_ca_bundle_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/session/custom_ca_bundle_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/session/doc.go b/vendor/github.com/aws/aws-sdk-go/aws/session/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/session/doc.go rename to vendor/github.com/aws/aws-sdk-go/aws/session/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/session/env_config.go b/vendor/github.com/aws/aws-sdk-go/aws/session/env_config.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/session/env_config.go rename to vendor/github.com/aws/aws-sdk-go/aws/session/env_config.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/session/env_config_test.go b/vendor/github.com/aws/aws-sdk-go/aws/session/env_config_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/session/env_config_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/session/env_config_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/session/session.go b/vendor/github.com/aws/aws-sdk-go/aws/session/session.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/session/session.go rename to vendor/github.com/aws/aws-sdk-go/aws/session/session.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/session/session_test.go b/vendor/github.com/aws/aws-sdk-go/aws/session/session_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/session/session_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/session/session_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/session/shared_config.go b/vendor/github.com/aws/aws-sdk-go/aws/session/shared_config.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/session/shared_config.go rename to vendor/github.com/aws/aws-sdk-go/aws/session/shared_config.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/session/shared_config_test.go b/vendor/github.com/aws/aws-sdk-go/aws/session/shared_config_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/session/shared_config_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/session/shared_config_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/session/testdata/shared_config b/vendor/github.com/aws/aws-sdk-go/aws/session/testdata/shared_config similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/session/testdata/shared_config rename to vendor/github.com/aws/aws-sdk-go/aws/session/testdata/shared_config diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/session/testdata/shared_config_invalid_ini b/vendor/github.com/aws/aws-sdk-go/aws/session/testdata/shared_config_invalid_ini similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/session/testdata/shared_config_invalid_ini rename to vendor/github.com/aws/aws-sdk-go/aws/session/testdata/shared_config_invalid_ini diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/session/testdata/shared_config_other b/vendor/github.com/aws/aws-sdk-go/aws/session/testdata/shared_config_other similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/session/testdata/shared_config_other rename to vendor/github.com/aws/aws-sdk-go/aws/session/testdata/shared_config_other diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/functional_1_5_test.go b/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/functional_1_5_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/functional_1_5_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/signer/v4/functional_1_5_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/functional_test.go b/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/functional_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/functional_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/signer/v4/functional_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/header_rules.go b/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/header_rules.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/header_rules.go rename to vendor/github.com/aws/aws-sdk-go/aws/signer/v4/header_rules.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/header_rules_test.go b/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/header_rules_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/header_rules_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/signer/v4/header_rules_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/options.go b/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/options.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/options.go rename to vendor/github.com/aws/aws-sdk-go/aws/signer/v4/options.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/uri_path.go b/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/uri_path.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/uri_path.go rename to vendor/github.com/aws/aws-sdk-go/aws/signer/v4/uri_path.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/v4.go b/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/v4.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/v4.go rename to vendor/github.com/aws/aws-sdk-go/aws/signer/v4/v4.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/v4_test.go b/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/v4_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/signer/v4/v4_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/signer/v4/v4_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/types.go b/vendor/github.com/aws/aws-sdk-go/aws/types.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/types.go rename to vendor/github.com/aws/aws-sdk-go/aws/types.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/types_test.go b/vendor/github.com/aws/aws-sdk-go/aws/types_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/types_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/types_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/url.go b/vendor/github.com/aws/aws-sdk-go/aws/url.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/url.go rename to vendor/github.com/aws/aws-sdk-go/aws/url.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/url_1_7.go b/vendor/github.com/aws/aws-sdk-go/aws/url_1_7.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/url_1_7.go rename to vendor/github.com/aws/aws-sdk-go/aws/url_1_7.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/aws/version.go b/vendor/github.com/aws/aws-sdk-go/aws/version.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/aws/version.go rename to vendor/github.com/aws/aws-sdk-go/aws/version.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/Godeps/Godeps.json b/vendor/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/Godeps/Godeps.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/Godeps/Godeps.json rename to vendor/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/Godeps/Godeps.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/Godeps/Readme b/vendor/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/Godeps/Readme similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/Godeps/Readme rename to vendor/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/Godeps/Readme diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/gen/gen.go b/vendor/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/gen/gen.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/gen/gen.go rename to vendor/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/gen/gen.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/rename/rename.go b/vendor/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/rename/rename.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/rename/rename.go rename to vendor/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/rename/rename.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/rename/renames.go b/vendor/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/rename/renames.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/rename/renames.go rename to vendor/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/rename/renames.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/renamer.go b/vendor/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/renamer.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/renamer.go rename to vendor/github.com/aws/aws-sdk-go/awsmigrate/awsmigrate-renamer/renamer.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/assert.go b/vendor/github.com/aws/aws-sdk-go/awstesting/assert.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/assert.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/assert.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/assert_test.go b/vendor/github.com/aws/aws-sdk-go/awstesting/assert_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/assert_test.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/assert_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/cmd/bucket_cleanup/main.go b/vendor/github.com/aws/aws-sdk-go/awstesting/cmd/bucket_cleanup/main.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/cmd/bucket_cleanup/main.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/cmd/bucket_cleanup/main.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/custom_ca_bundle.go b/vendor/github.com/aws/aws-sdk-go/awstesting/custom_ca_bundle.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/custom_ca_bundle.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/custom_ca_bundle.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/integration_test.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/integration_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/integration_test.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/integration_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3crypto/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3crypto/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3crypto/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3crypto/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3crypto/s3_crypto.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3crypto/s3_crypto.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3crypto/s3_crypto.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3crypto/s3_crypto.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3crypto/stepdef.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3crypto/stepdef.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3crypto/stepdef.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3crypto/stepdef.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3manager/bucket_region_test.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3manager/bucket_region_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3manager/bucket_region_test.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3manager/bucket_region_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3manager/integration_test.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3manager/integration_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3manager/integration_test.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3manager/integration_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3manager/stub.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3manager/stub.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3manager/stub.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/s3manager/stub.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/stub.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/stub.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/stub.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/customizations/s3/stub.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/integration.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/integration.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/integration.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/integration.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/acm/acm.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/acm/acm.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/acm/acm.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/acm/acm.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/acm/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/acm/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/acm/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/acm/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/apigateway/apigateway.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/apigateway/apigateway.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/apigateway/apigateway.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/apigateway/apigateway.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/apigateway/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/apigateway/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/apigateway/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/apigateway/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/applicationdiscoveryservice/applicationdiscoveryservice.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/applicationdiscoveryservice/applicationdiscoveryservice.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/applicationdiscoveryservice/applicationdiscoveryservice.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/applicationdiscoveryservice/applicationdiscoveryservice.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/applicationdiscoveryservice/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/applicationdiscoveryservice/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/applicationdiscoveryservice/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/applicationdiscoveryservice/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/autoscaling/autoscaling.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/autoscaling/autoscaling.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/autoscaling/autoscaling.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/autoscaling/autoscaling.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/autoscaling/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/autoscaling/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/autoscaling/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/autoscaling/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudformation/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudformation/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudformation/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudformation/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudformation/cloudformation.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudformation/cloudformation.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudformation/cloudformation.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudformation/cloudformation.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudfront/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudfront/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudfront/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudfront/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudfront/cloudfront.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudfront/cloudfront.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudfront/cloudfront.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudfront/cloudfront.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudhsm/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudhsm/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudhsm/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudhsm/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudhsm/cloudhsm.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudhsm/cloudhsm.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudhsm/cloudhsm.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudhsm/cloudhsm.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudsearch/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudsearch/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudsearch/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudsearch/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudsearch/cloudsearch.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudsearch/cloudsearch.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudsearch/cloudsearch.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudsearch/cloudsearch.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudtrail/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudtrail/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudtrail/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudtrail/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudtrail/cloudtrail.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudtrail/cloudtrail.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudtrail/cloudtrail.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudtrail/cloudtrail.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudwatch/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudwatch/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudwatch/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudwatch/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudwatch/cloudwatch.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudwatch/cloudwatch.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudwatch/cloudwatch.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudwatch/cloudwatch.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudwatchlogs/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudwatchlogs/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudwatchlogs/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudwatchlogs/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudwatchlogs/cloudwatchlogs.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudwatchlogs/cloudwatchlogs.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudwatchlogs/cloudwatchlogs.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cloudwatchlogs/cloudwatchlogs.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codecommit/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codecommit/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codecommit/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codecommit/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codecommit/codecommit.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codecommit/codecommit.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codecommit/codecommit.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codecommit/codecommit.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codedeploy/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codedeploy/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codedeploy/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codedeploy/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codedeploy/codedeploy.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codedeploy/codedeploy.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codedeploy/codedeploy.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codedeploy/codedeploy.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codepipeline/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codepipeline/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codepipeline/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codepipeline/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codepipeline/codepipeline.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codepipeline/codepipeline.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codepipeline/codepipeline.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/codepipeline/codepipeline.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cognitoidentity/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cognitoidentity/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cognitoidentity/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cognitoidentity/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cognitoidentity/cognitoidentity.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cognitoidentity/cognitoidentity.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cognitoidentity/cognitoidentity.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cognitoidentity/cognitoidentity.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cognitosync/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cognitosync/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cognitosync/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cognitosync/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cognitosync/cognitosync.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cognitosync/cognitosync.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cognitosync/cognitosync.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/cognitosync/cognitosync.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/configservice/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/configservice/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/configservice/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/configservice/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/configservice/configservice.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/configservice/configservice.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/configservice/configservice.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/configservice/configservice.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/datapipeline/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/datapipeline/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/datapipeline/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/datapipeline/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/datapipeline/datapipeline.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/datapipeline/datapipeline.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/datapipeline/datapipeline.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/datapipeline/datapipeline.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/devicefarm/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/devicefarm/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/devicefarm/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/devicefarm/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/devicefarm/devicefarm.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/devicefarm/devicefarm.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/devicefarm/devicefarm.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/devicefarm/devicefarm.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/directconnect/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/directconnect/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/directconnect/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/directconnect/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/directconnect/directconnect.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/directconnect/directconnect.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/directconnect/directconnect.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/directconnect/directconnect.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/directoryservice/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/directoryservice/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/directoryservice/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/directoryservice/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/directoryservice/directoryservice.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/directoryservice/directoryservice.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/directoryservice/directoryservice.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/directoryservice/directoryservice.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/dynamodb/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/dynamodb/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/dynamodb/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/dynamodb/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/dynamodb/dynamodb.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/dynamodb/dynamodb.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/dynamodb/dynamodb.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/dynamodb/dynamodb.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/dynamodbstreams/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/dynamodbstreams/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/dynamodbstreams/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/dynamodbstreams/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/dynamodbstreams/dynamodbstreams.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/dynamodbstreams/dynamodbstreams.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/dynamodbstreams/dynamodbstreams.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/dynamodbstreams/dynamodbstreams.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ec2/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ec2/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ec2/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ec2/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ec2/ec2.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ec2/ec2.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ec2/ec2.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ec2/ec2.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ecs/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ecs/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ecs/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ecs/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ecs/ecs.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ecs/ecs.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ecs/ecs.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ecs/ecs.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/efs/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/efs/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/efs/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/efs/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/efs/efs.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/efs/efs.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/efs/efs.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/efs/efs.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticache/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticache/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticache/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticache/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticache/elasticache.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticache/elasticache.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticache/elasticache.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticache/elasticache.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticbeanstalk/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticbeanstalk/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticbeanstalk/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticbeanstalk/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticbeanstalk/elasticbeanstalk.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticbeanstalk/elasticbeanstalk.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticbeanstalk/elasticbeanstalk.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticbeanstalk/elasticbeanstalk.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticloadbalancing/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticloadbalancing/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticloadbalancing/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticloadbalancing/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticloadbalancing/elasticloadbalancing.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticloadbalancing/elasticloadbalancing.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticloadbalancing/elasticloadbalancing.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elasticloadbalancing/elasticloadbalancing.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elastictranscoder/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elastictranscoder/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elastictranscoder/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elastictranscoder/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elastictranscoder/elastictranscoder.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elastictranscoder/elastictranscoder.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elastictranscoder/elastictranscoder.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/elastictranscoder/elastictranscoder.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/emr/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/emr/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/emr/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/emr/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/emr/emr.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/emr/emr.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/emr/emr.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/emr/emr.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/es/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/es/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/es/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/es/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/es/es.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/es/es.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/es/es.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/es/es.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/glacier/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/glacier/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/glacier/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/glacier/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/glacier/glacier.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/glacier/glacier.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/glacier/glacier.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/glacier/glacier.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/iam/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/iam/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/iam/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/iam/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/iam/iam.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/iam/iam.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/iam/iam.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/iam/iam.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/iotdataplane/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/iotdataplane/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/iotdataplane/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/iotdataplane/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/iotdataplane/iotdataplane.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/iotdataplane/iotdataplane.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/iotdataplane/iotdataplane.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/iotdataplane/iotdataplane.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/kinesis/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/kinesis/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/kinesis/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/kinesis/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/kinesis/kinesis.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/kinesis/kinesis.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/kinesis/kinesis.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/kinesis/kinesis.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/kms/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/kms/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/kms/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/kms/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/kms/kms.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/kms/kms.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/kms/kms.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/kms/kms.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/lambda/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/lambda/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/lambda/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/lambda/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/lambda/lambda.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/lambda/lambda.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/lambda/lambda.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/lambda/lambda.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/machinelearning/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/machinelearning/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/machinelearning/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/machinelearning/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/machinelearning/machinelearning.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/machinelearning/machinelearning.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/machinelearning/machinelearning.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/machinelearning/machinelearning.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/opsworks/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/opsworks/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/opsworks/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/opsworks/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/opsworks/opsworks.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/opsworks/opsworks.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/opsworks/opsworks.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/opsworks/opsworks.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/rds/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/rds/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/rds/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/rds/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/rds/rds.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/rds/rds.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/rds/rds.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/rds/rds.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/redshift/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/redshift/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/redshift/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/redshift/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/redshift/redshift.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/redshift/redshift.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/redshift/redshift.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/redshift/redshift.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/route53/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/route53/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/route53/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/route53/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/route53/route53.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/route53/route53.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/route53/route53.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/route53/route53.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/route53domains/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/route53domains/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/route53domains/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/route53domains/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/route53domains/route53domains.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/route53domains/route53domains.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/route53domains/route53domains.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/route53domains/route53domains.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ses/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ses/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ses/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ses/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ses/ses.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ses/ses.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ses/ses.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ses/ses.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/shared.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/shared.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/shared.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/shared.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/simpledb/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/simpledb/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/simpledb/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/simpledb/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/simpledb/simpledb.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/simpledb/simpledb.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/simpledb/simpledb.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/simpledb/simpledb.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sns/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sns/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sns/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sns/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sns/sns.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sns/sns.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sns/sns.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sns/sns.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sqs/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sqs/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sqs/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sqs/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sqs/sqs.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sqs/sqs.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sqs/sqs.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sqs/sqs.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ssm/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ssm/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ssm/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ssm/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ssm/ssm.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ssm/ssm.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ssm/ssm.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/ssm/ssm.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/storagegateway/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/storagegateway/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/storagegateway/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/storagegateway/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/storagegateway/storagegateway.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/storagegateway/storagegateway.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/storagegateway/storagegateway.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/storagegateway/storagegateway.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sts/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sts/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sts/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sts/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sts/sts.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sts/sts.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sts/sts.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/sts/sts.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/support/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/support/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/support/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/support/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/support/support.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/support/support.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/support/support.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/support/support.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/swf/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/swf/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/swf/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/swf/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/swf/swf.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/swf/swf.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/swf/swf.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/swf/swf.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/waf/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/waf/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/waf/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/waf/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/waf/waf.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/waf/waf.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/waf/waf.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/waf/waf.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/workspaces/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/workspaces/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/workspaces/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/workspaces/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/workspaces/workspaces.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/workspaces/workspaces.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/workspaces/workspaces.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/integration/smoke/workspaces/workspaces.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/mock/mock.go b/vendor/github.com/aws/aws-sdk-go/awstesting/mock/mock.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/mock/mock.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/mock/mock.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/performance/benchmarks.go b/vendor/github.com/aws/aws-sdk-go/awstesting/performance/benchmarks.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/performance/benchmarks.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/performance/benchmarks.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/performance/client.go b/vendor/github.com/aws/aws-sdk-go/awstesting/performance/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/performance/client.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/performance/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/performance/clients.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/performance/clients.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/performance/clients.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/performance/clients.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/performance/clients.go b/vendor/github.com/aws/aws-sdk-go/awstesting/performance/clients.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/performance/clients.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/performance/clients.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/performance/init.go b/vendor/github.com/aws/aws-sdk-go/awstesting/performance/init.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/performance/init.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/performance/init.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/performance/logging.go b/vendor/github.com/aws/aws-sdk-go/awstesting/performance/logging.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/performance/logging.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/performance/logging.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/performance/streaming.feature b/vendor/github.com/aws/aws-sdk-go/awstesting/performance/streaming.feature similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/performance/streaming.feature rename to vendor/github.com/aws/aws-sdk-go/awstesting/performance/streaming.feature diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.golang-tip b/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.golang-tip similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.golang-tip rename to vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.golang-tip diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.4 b/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.4 similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.4 rename to vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.4 diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.5 b/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.5 similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.5 rename to vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.5 diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.5-novendorexp b/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.5-novendorexp similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.5-novendorexp rename to vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.5-novendorexp diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.6 b/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.6 similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.6 rename to vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.6 diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.7 b/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.7 similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.7 rename to vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.7 diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.8 b/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.8 similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.8 rename to vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.8 diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.9 b/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.9 similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.9 rename to vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.go1.9 diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.gotip b/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.gotip similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.gotip rename to vendor/github.com/aws/aws-sdk-go/awstesting/sandbox/Dockerfile.test.gotip diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/unit/unit.go b/vendor/github.com/aws/aws-sdk-go/awstesting/unit/unit.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/unit/unit.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/unit/unit.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/util.go b/vendor/github.com/aws/aws-sdk-go/awstesting/util.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/util.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/util.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/util_test.go b/vendor/github.com/aws/aws-sdk-go/awstesting/util_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/awstesting/util_test.go rename to vendor/github.com/aws/aws-sdk-go/awstesting/util_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/buildspec.yml b/vendor/github.com/aws/aws-sdk-go/buildspec.yml similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/buildspec.yml rename to vendor/github.com/aws/aws-sdk-go/buildspec.yml diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/callgraph.html b/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/callgraph.html similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/callgraph.html rename to vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/callgraph.html diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/codewalk.html b/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/codewalk.html similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/codewalk.html rename to vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/codewalk.html diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/codewalkdir.html b/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/codewalkdir.html similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/codewalkdir.html rename to vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/codewalkdir.html diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/dirlist.html b/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/dirlist.html similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/dirlist.html rename to vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/dirlist.html diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/error.html b/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/error.html similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/error.html rename to vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/error.html diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/example.html b/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/example.html similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/example.html rename to vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/example.html diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/godoc.html b/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/godoc.html similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/godoc.html rename to vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/godoc.html diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/godocs.js b/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/godocs.js similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/godocs.js rename to vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/godocs.js diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/implements.html b/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/implements.html similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/implements.html rename to vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/implements.html diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/jquery.js b/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/jquery.js similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/jquery.js rename to vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/jquery.js diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/jquery.treeview.css b/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/jquery.treeview.css similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/jquery.treeview.css rename to vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/jquery.treeview.css diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/jquery.treeview.edit.js b/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/jquery.treeview.edit.js similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/jquery.treeview.edit.js rename to vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/jquery.treeview.edit.js diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/jquery.treeview.js b/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/jquery.treeview.js similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/jquery.treeview.js rename to vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/jquery.treeview.js diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/methodset.html b/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/methodset.html similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/methodset.html rename to vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/methodset.html diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/opensearch.xml b/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/opensearch.xml similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/opensearch.xml rename to vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/opensearch.xml diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/package.txt b/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/package.txt similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/package.txt rename to vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/package.txt diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/package_default.html b/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/package_default.html similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/package_default.html rename to vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/package_default.html diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/package_service.html b/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/package_service.html similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/package_service.html rename to vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/package_service.html diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/pkglist.html b/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/pkglist.html similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/pkglist.html rename to vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/pkglist.html diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/search.html b/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/search.html similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/search.html rename to vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/search.html diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/search.txt b/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/search.txt similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/search.txt rename to vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/search.txt diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/searchcode.html b/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/searchcode.html similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/searchcode.html rename to vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/searchcode.html diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/searchdoc.html b/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/searchdoc.html similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/searchdoc.html rename to vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/searchdoc.html diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/searchtxt.html b/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/searchtxt.html similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/searchtxt.html rename to vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/searchtxt.html diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/style.css b/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/style.css similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/style.css rename to vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/style.css diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/user_guide_example.html b/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/user_guide_example.html similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/user_guide_example.html rename to vendor/github.com/aws/aws-sdk-go/doc-src/aws-godoc/templates/user_guide_example.html diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/plugin.rb b/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/plugin.rb similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/plugin.rb rename to vendor/github.com/aws/aws-sdk-go/doc-src/plugin/plugin.rb diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/layout/html/footer.erb b/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/layout/html/footer.erb similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/layout/html/footer.erb rename to vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/layout/html/footer.erb diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/module/html/client.erb b/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/module/html/client.erb similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/module/html/client.erb rename to vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/module/html/client.erb diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/module/html/item_summary.erb b/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/module/html/item_summary.erb similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/module/html/item_summary.erb rename to vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/module/html/item_summary.erb diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/module/html/setup.rb b/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/module/html/setup.rb similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/module/html/setup.rb rename to vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/module/html/setup.rb diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/package/html/setup.rb b/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/package/html/setup.rb similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/package/html/setup.rb rename to vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/package/html/setup.rb diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/struct/html/paginators.erb b/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/struct/html/paginators.erb similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/struct/html/paginators.erb rename to vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/struct/html/paginators.erb diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/struct/html/request_methods.erb b/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/struct/html/request_methods.erb similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/struct/html/request_methods.erb rename to vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/struct/html/request_methods.erb diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/struct/html/setup.rb b/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/struct/html/setup.rb similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/struct/html/setup.rb rename to vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/struct/html/setup.rb diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/doc.go b/vendor/github.com/aws/aws-sdk-go/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/doc.go rename to vendor/github.com/aws/aws-sdk-go/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/aws/credentials/plugincreds/README.md b/vendor/github.com/aws/aws-sdk-go/example/aws/credentials/plugincreds/README.md similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/aws/credentials/plugincreds/README.md rename to vendor/github.com/aws/aws-sdk-go/example/aws/credentials/plugincreds/README.md diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/aws/credentials/plugincreds/main.go b/vendor/github.com/aws/aws-sdk-go/example/aws/credentials/plugincreds/main.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/aws/credentials/plugincreds/main.go rename to vendor/github.com/aws/aws-sdk-go/example/aws/credentials/plugincreds/main.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/aws/credentials/plugincreds/plugin/plugin.go b/vendor/github.com/aws/aws-sdk-go/example/aws/credentials/plugincreds/plugin/plugin.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/aws/credentials/plugincreds/plugin/plugin.go rename to vendor/github.com/aws/aws-sdk-go/example/aws/credentials/plugincreds/plugin/plugin.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/aws/endpoints/customEndpoint/README.md b/vendor/github.com/aws/aws-sdk-go/example/aws/endpoints/customEndpoint/README.md similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/aws/endpoints/customEndpoint/README.md rename to vendor/github.com/aws/aws-sdk-go/example/aws/endpoints/customEndpoint/README.md diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/aws/endpoints/customEndpoint/customEndpoint.go b/vendor/github.com/aws/aws-sdk-go/example/aws/endpoints/customEndpoint/customEndpoint.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/aws/endpoints/customEndpoint/customEndpoint.go rename to vendor/github.com/aws/aws-sdk-go/example/aws/endpoints/customEndpoint/customEndpoint.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/aws/endpoints/enumEndpoints/README.md b/vendor/github.com/aws/aws-sdk-go/example/aws/endpoints/enumEndpoints/README.md similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/aws/endpoints/enumEndpoints/README.md rename to vendor/github.com/aws/aws-sdk-go/example/aws/endpoints/enumEndpoints/README.md diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/aws/endpoints/enumEndpoints/enumEndpoints.go b/vendor/github.com/aws/aws-sdk-go/example/aws/endpoints/enumEndpoints/enumEndpoints.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/aws/endpoints/enumEndpoints/enumEndpoints.go rename to vendor/github.com/aws/aws-sdk-go/example/aws/endpoints/enumEndpoints/enumEndpoints.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/aws/request/handleServiceErrorCodes/README.md b/vendor/github.com/aws/aws-sdk-go/example/aws/request/handleServiceErrorCodes/README.md similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/aws/request/handleServiceErrorCodes/README.md rename to vendor/github.com/aws/aws-sdk-go/example/aws/request/handleServiceErrorCodes/README.md diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/aws/request/handleServiceErrorCodes/handleServiceErrorCodes.go b/vendor/github.com/aws/aws-sdk-go/example/aws/request/handleServiceErrorCodes/handleServiceErrorCodes.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/aws/request/handleServiceErrorCodes/handleServiceErrorCodes.go rename to vendor/github.com/aws/aws-sdk-go/example/aws/request/handleServiceErrorCodes/handleServiceErrorCodes.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/aws/request/withContext/README.md b/vendor/github.com/aws/aws-sdk-go/example/aws/request/withContext/README.md similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/aws/request/withContext/README.md rename to vendor/github.com/aws/aws-sdk-go/example/aws/request/withContext/README.md diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/aws/request/withContext/withContext.go b/vendor/github.com/aws/aws-sdk-go/example/aws/request/withContext/withContext.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/aws/request/withContext/withContext.go rename to vendor/github.com/aws/aws-sdk-go/example/aws/request/withContext/withContext.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/cloudfront/signCookies/README.md b/vendor/github.com/aws/aws-sdk-go/example/service/cloudfront/signCookies/README.md similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/cloudfront/signCookies/README.md rename to vendor/github.com/aws/aws-sdk-go/example/service/cloudfront/signCookies/README.md diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/cloudfront/signCookies/signCookies.go b/vendor/github.com/aws/aws-sdk-go/example/service/cloudfront/signCookies/signCookies.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/cloudfront/signCookies/signCookies.go rename to vendor/github.com/aws/aws-sdk-go/example/service/cloudfront/signCookies/signCookies.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/dynamodb/expression/readme.md b/vendor/github.com/aws/aws-sdk-go/example/service/dynamodb/expression/readme.md similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/dynamodb/expression/readme.md rename to vendor/github.com/aws/aws-sdk-go/example/service/dynamodb/expression/readme.md diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/dynamodb/expression/scan.go b/vendor/github.com/aws/aws-sdk-go/example/service/dynamodb/expression/scan.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/dynamodb/expression/scan.go rename to vendor/github.com/aws/aws-sdk-go/example/service/dynamodb/expression/scan.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/dynamodb/scanItems/README.md b/vendor/github.com/aws/aws-sdk-go/example/service/dynamodb/scanItems/README.md similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/dynamodb/scanItems/README.md rename to vendor/github.com/aws/aws-sdk-go/example/service/dynamodb/scanItems/README.md diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/dynamodb/scanItems/scanItems.go b/vendor/github.com/aws/aws-sdk-go/example/service/dynamodb/scanItems/scanItems.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/dynamodb/scanItems/scanItems.go rename to vendor/github.com/aws/aws-sdk-go/example/service/dynamodb/scanItems/scanItems.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/dynamodb/unitTest/README.md b/vendor/github.com/aws/aws-sdk-go/example/service/dynamodb/unitTest/README.md similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/dynamodb/unitTest/README.md rename to vendor/github.com/aws/aws-sdk-go/example/service/dynamodb/unitTest/README.md diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/dynamodb/unitTest/unitTest.go b/vendor/github.com/aws/aws-sdk-go/example/service/dynamodb/unitTest/unitTest.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/dynamodb/unitTest/unitTest.go rename to vendor/github.com/aws/aws-sdk-go/example/service/dynamodb/unitTest/unitTest.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/dynamodb/unitTest/unitTest_test.go b/vendor/github.com/aws/aws-sdk-go/example/service/dynamodb/unitTest/unitTest_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/dynamodb/unitTest/unitTest_test.go rename to vendor/github.com/aws/aws-sdk-go/example/service/dynamodb/unitTest/unitTest_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/ec2/filterInstances/README.md b/vendor/github.com/aws/aws-sdk-go/example/service/ec2/filterInstances/README.md similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/ec2/filterInstances/README.md rename to vendor/github.com/aws/aws-sdk-go/example/service/ec2/filterInstances/README.md diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/ec2/filterInstances/filter_ec2_by_tag.go b/vendor/github.com/aws/aws-sdk-go/example/service/ec2/filterInstances/filter_ec2_by_tag.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/ec2/filterInstances/filter_ec2_by_tag.go rename to vendor/github.com/aws/aws-sdk-go/example/service/ec2/filterInstances/filter_ec2_by_tag.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/ec2/instancesbyRegion/README.md b/vendor/github.com/aws/aws-sdk-go/example/service/ec2/instancesbyRegion/README.md similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/ec2/instancesbyRegion/README.md rename to vendor/github.com/aws/aws-sdk-go/example/service/ec2/instancesbyRegion/README.md diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/ec2/instancesbyRegion/instancesByRegion.go b/vendor/github.com/aws/aws-sdk-go/example/service/ec2/instancesbyRegion/instancesByRegion.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/ec2/instancesbyRegion/instancesByRegion.go rename to vendor/github.com/aws/aws-sdk-go/example/service/ec2/instancesbyRegion/instancesByRegion.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/rds/rdsutils/authentication/README.md b/vendor/github.com/aws/aws-sdk-go/example/service/rds/rdsutils/authentication/README.md similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/rds/rdsutils/authentication/README.md rename to vendor/github.com/aws/aws-sdk-go/example/service/rds/rdsutils/authentication/README.md diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/rds/rdsutils/authentication/iam_authentication.go b/vendor/github.com/aws/aws-sdk-go/example/service/rds/rdsutils/authentication/iam_authentication.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/rds/rdsutils/authentication/iam_authentication.go rename to vendor/github.com/aws/aws-sdk-go/example/service/rds/rdsutils/authentication/iam_authentication.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/s3/concatObjects/README.md b/vendor/github.com/aws/aws-sdk-go/example/service/s3/concatObjects/README.md similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/s3/concatObjects/README.md rename to vendor/github.com/aws/aws-sdk-go/example/service/s3/concatObjects/README.md diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/s3/concatObjects/concatObjects.go b/vendor/github.com/aws/aws-sdk-go/example/service/s3/concatObjects/concatObjects.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/s3/concatObjects/concatObjects.go rename to vendor/github.com/aws/aws-sdk-go/example/service/s3/concatObjects/concatObjects.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/s3/listObjects/README.md b/vendor/github.com/aws/aws-sdk-go/example/service/s3/listObjects/README.md similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/s3/listObjects/README.md rename to vendor/github.com/aws/aws-sdk-go/example/service/s3/listObjects/README.md diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/s3/listObjects/listObjects.go b/vendor/github.com/aws/aws-sdk-go/example/service/s3/listObjects/listObjects.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/s3/listObjects/listObjects.go rename to vendor/github.com/aws/aws-sdk-go/example/service/s3/listObjects/listObjects.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/s3/listObjectsConcurrently/README.md b/vendor/github.com/aws/aws-sdk-go/example/service/s3/listObjectsConcurrently/README.md similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/s3/listObjectsConcurrently/README.md rename to vendor/github.com/aws/aws-sdk-go/example/service/s3/listObjectsConcurrently/README.md diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/s3/listObjectsConcurrently/listObjectsConcurrently.go b/vendor/github.com/aws/aws-sdk-go/example/service/s3/listObjectsConcurrently/listObjectsConcurrently.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/s3/listObjectsConcurrently/listObjectsConcurrently.go rename to vendor/github.com/aws/aws-sdk-go/example/service/s3/listObjectsConcurrently/listObjectsConcurrently.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/s3/presignURL/README.md b/vendor/github.com/aws/aws-sdk-go/example/service/s3/presignURL/README.md similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/s3/presignURL/README.md rename to vendor/github.com/aws/aws-sdk-go/example/service/s3/presignURL/README.md diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/s3/presignURL/client/client.go b/vendor/github.com/aws/aws-sdk-go/example/service/s3/presignURL/client/client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/s3/presignURL/client/client.go rename to vendor/github.com/aws/aws-sdk-go/example/service/s3/presignURL/client/client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/s3/presignURL/server/server.go b/vendor/github.com/aws/aws-sdk-go/example/service/s3/presignURL/server/server.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/s3/presignURL/server/server.go rename to vendor/github.com/aws/aws-sdk-go/example/service/s3/presignURL/server/server.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/s3/putObjectAcl/README.md b/vendor/github.com/aws/aws-sdk-go/example/service/s3/putObjectAcl/README.md similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/s3/putObjectAcl/README.md rename to vendor/github.com/aws/aws-sdk-go/example/service/s3/putObjectAcl/README.md diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/s3/putObjectAcl/putObjectAcl.go b/vendor/github.com/aws/aws-sdk-go/example/service/s3/putObjectAcl/putObjectAcl.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/s3/putObjectAcl/putObjectAcl.go rename to vendor/github.com/aws/aws-sdk-go/example/service/s3/putObjectAcl/putObjectAcl.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/sqs/mockingClientsForTests/README.md b/vendor/github.com/aws/aws-sdk-go/example/service/sqs/mockingClientsForTests/README.md similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/sqs/mockingClientsForTests/README.md rename to vendor/github.com/aws/aws-sdk-go/example/service/sqs/mockingClientsForTests/README.md diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/sqs/mockingClientsForTests/ifaceExample.go b/vendor/github.com/aws/aws-sdk-go/example/service/sqs/mockingClientsForTests/ifaceExample.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/sqs/mockingClientsForTests/ifaceExample.go rename to vendor/github.com/aws/aws-sdk-go/example/service/sqs/mockingClientsForTests/ifaceExample.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/sqs/mockingClientsForTests/ifaceExample_test.go b/vendor/github.com/aws/aws-sdk-go/example/service/sqs/mockingClientsForTests/ifaceExample_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/example/service/sqs/mockingClientsForTests/ifaceExample_test.go rename to vendor/github.com/aws/aws-sdk-go/example/service/sqs/mockingClientsForTests/ifaceExample_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults/shared_config.go b/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults/shared_config.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults/shared_config.go rename to vendor/github.com/aws/aws-sdk-go/internal/shareddefaults/shared_config.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults/shared_config_other_test.go b/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults/shared_config_other_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults/shared_config_other_test.go rename to vendor/github.com/aws/aws-sdk-go/internal/shareddefaults/shared_config_other_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults/shared_config_windows_test.go b/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults/shared_config_windows_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/internal/shareddefaults/shared_config_windows_test.go rename to vendor/github.com/aws/aws-sdk-go/internal/shareddefaults/shared_config_windows_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/AWS Glue/2017-03-31/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/AWS Glue/2017-03-31/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/AWS Glue/2017-03-31/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/AWS Glue/2017-03-31/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/AWS Glue/2017-03-31/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/AWS Glue/2017-03-31/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/AWS Glue/2017-03-31/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/AWS Glue/2017-03-31/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/AWS Glue/2017-03-31/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/AWS Glue/2017-03-31/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/AWS Glue/2017-03-31/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/AWS Glue/2017-03-31/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/AWS Glue/2017-03-31/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/AWS Glue/2017-03-31/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/AWS Glue/2017-03-31/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/AWS Glue/2017-03-31/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/AWSMoneypenny/2017-11-09/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/AWSMoneypenny/2017-11-09/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/AWSMoneypenny/2017-11-09/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/AWSMoneypenny/2017-11-09/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/AWSMoneypenny/2017-11-09/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/AWSMoneypenny/2017-11-09/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/AWSMoneypenny/2017-11-09/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/AWSMoneypenny/2017-11-09/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/AWSMoneypenny/2017-11-09/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/AWSMoneypenny/2017-11-09/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/AWSMoneypenny/2017-11-09/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/AWSMoneypenny/2017-11-09/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/AWSMoneypenny/2017-11-09/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/AWSMoneypenny/2017-11-09/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/AWSMoneypenny/2017-11-09/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/AWSMoneypenny/2017-11-09/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/AmazonMQ/2017-11-27/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/AmazonMQ/2017-11-27/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/AmazonMQ/2017-11-27/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/AmazonMQ/2017-11-27/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/AmazonMQ/2017-11-27/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/AmazonMQ/2017-11-27/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/AmazonMQ/2017-11-27/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/AmazonMQ/2017-11-27/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Ardi/2017-11-27/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/Ardi/2017-11-27/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Ardi/2017-11-27/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/Ardi/2017-11-27/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Ardi/2017-11-27/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/Ardi/2017-11-27/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Ardi/2017-11-27/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/Ardi/2017-11-27/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Ardi/2017-11-27/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/Ardi/2017-11-27/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Ardi/2017-11-27/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/Ardi/2017-11-27/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Ardi/2017-11-27/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/Ardi/2017-11-27/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Ardi/2017-11-27/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/Ardi/2017-11-27/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Cloud9/2017-09-23/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/Cloud9/2017-09-23/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Cloud9/2017-09-23/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/Cloud9/2017-09-23/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Cloud9/2017-09-23/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/Cloud9/2017-09-23/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Cloud9/2017-09-23/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/Cloud9/2017-09-23/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Cloud9/2017-09-23/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/Cloud9/2017-09-23/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Cloud9/2017-09-23/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/Cloud9/2017-09-23/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Cloud9/2017-09-23/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/Cloud9/2017-09-23/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Cloud9/2017-09-23/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/Cloud9/2017-09-23/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/DeepInsight/2017-11-27/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/DeepInsight/2017-11-27/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/DeepInsight/2017-11-27/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/DeepInsight/2017-11-27/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/DeepInsight/2017-11-27/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/DeepInsight/2017-11-27/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/DeepInsight/2017-11-27/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/DeepInsight/2017-11-27/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/DeepInsight/2017-11-27/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/DeepInsight/2017-11-27/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/DeepInsight/2017-11-27/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/DeepInsight/2017-11-27/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/DeepInsight/2017-11-27/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/DeepInsight/2017-11-27/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/DeepInsight/2017-11-27/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/DeepInsight/2017-11-27/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/GuardDuty/2017-11-28/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/GuardDuty/2017-11-28/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/GuardDuty/2017-11-28/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/GuardDuty/2017-11-28/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/GuardDuty/2017-11-28/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/GuardDuty/2017-11-28/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/GuardDuty/2017-11-28/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/GuardDuty/2017-11-28/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/GuardDuty/2017-11-28/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/GuardDuty/2017-11-28/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/GuardDuty/2017-11-28/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/GuardDuty/2017-11-28/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/IronmanRuntime/2017-05-13/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/IronmanRuntime/2017-05-13/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/IronmanRuntime/2017-05-13/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/IronmanRuntime/2017-05-13/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/IronmanRuntime/2017-05-13/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/IronmanRuntime/2017-05-13/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/IronmanRuntime/2017-05-13/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/IronmanRuntime/2017-05-13/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/IronmanRuntime/2017-05-13/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/IronmanRuntime/2017-05-13/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/IronmanRuntime/2017-05-13/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/IronmanRuntime/2017-05-13/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/IronmanRuntime/2017-05-13/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/IronmanRuntime/2017-05-13/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/IronmanRuntime/2017-05-13/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/IronmanRuntime/2017-05-13/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/MobileHub/2017-07-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/MobileHub/2017-07-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/MobileHub/2017-07-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/MobileHub/2017-07-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/MobileHub/2017-07-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/MobileHub/2017-07-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/MobileHub/2017-07-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/MobileHub/2017-07-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/MobileHub/2017-07-01/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/MobileHub/2017-07-01/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/MobileHub/2017-07-01/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/MobileHub/2017-07-01/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/MobileHub/2017-07-01/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/MobileHub/2017-07-01/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/MobileHub/2017-07-01/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/MobileHub/2017-07-01/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Orchestra - Laser/2017-09-29/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/Orchestra - Laser/2017-09-29/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Orchestra - Laser/2017-09-29/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/Orchestra - Laser/2017-09-29/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Orchestra - Laser/2017-09-29/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/Orchestra - Laser/2017-09-29/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Orchestra - Laser/2017-09-29/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/Orchestra - Laser/2017-09-29/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Orchestra - Laser/2017-09-29/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/Orchestra - Laser/2017-09-29/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Orchestra - Laser/2017-09-29/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/Orchestra - Laser/2017-09-29/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Orchestra - Laser/2017-09-29/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/Orchestra - Laser/2017-09-29/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Orchestra - Laser/2017-09-29/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/Orchestra - Laser/2017-09-29/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/SageMaker/2017-07-24/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/SageMaker/2017-07-24/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/SageMaker/2017-07-24/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/SageMaker/2017-07-24/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/SageMaker/2017-07-24/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/SageMaker/2017-07-24/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/SageMaker/2017-07-24/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/SageMaker/2017-07-24/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/SageMaker/2017-07-24/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/SageMaker/2017-07-24/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/SageMaker/2017-07-24/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/SageMaker/2017-07-24/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/SageMaker/2017-07-24/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/SageMaker/2017-07-24/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/SageMaker/2017-07-24/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/SageMaker/2017-07-24/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/SageMaker/2017-07-24/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/SageMaker/2017-07-24/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/SageMaker/2017-07-24/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/SageMaker/2017-07-24/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Serverless Registry/2017-09-08/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/Serverless Registry/2017-09-08/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Serverless Registry/2017-09-08/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/Serverless Registry/2017-09-08/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Serverless Registry/2017-09-08/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/Serverless Registry/2017-09-08/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Serverless Registry/2017-09-08/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/Serverless Registry/2017-09-08/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Shine/2017-07-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/Shine/2017-07-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Shine/2017-07-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/Shine/2017-07-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Shine/2017-07-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/Shine/2017-07-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Shine/2017-07-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/Shine/2017-07-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Shine/2017-07-01/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/Shine/2017-07-01/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Shine/2017-07-01/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/Shine/2017-07-01/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Shine/2017-07-01/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/Shine/2017-07-01/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/Shine/2017-07-01/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/Shine/2017-07-01/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/acm/2015-12-08/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/acm/2015-12-08/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/acm/2015-12-08/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/acm/2015-12-08/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/acm/2015-12-08/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/acm/2015-12-08/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/acm/2015-12-08/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/acm/2015-12-08/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/acm/2015-12-08/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/acm/2015-12-08/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/acm/2015-12-08/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/acm/2015-12-08/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/acm/2015-12-08/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/acm/2015-12-08/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/acm/2015-12-08/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/acm/2015-12-08/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/api.pricing/2017-10-15/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/api.pricing/2017-10-15/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/api.pricing/2017-10-15/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/api.pricing/2017-10-15/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/api.pricing/2017-10-15/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/api.pricing/2017-10-15/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/api.pricing/2017-10-15/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/api.pricing/2017-10-15/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/api.pricing/2017-10-15/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/api.pricing/2017-10-15/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/api.pricing/2017-10-15/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/api.pricing/2017-10-15/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/api.pricing/2017-10-15/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/api.pricing/2017-10-15/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/api.pricing/2017-10-15/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/api.pricing/2017-10-15/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/smoke.json b/vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/smoke.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/smoke.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/apigateway/2015-07-09/smoke.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/application-autoscaling/2016-02-06/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/application-autoscaling/2016-02-06/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/application-autoscaling/2016-02-06/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/application-autoscaling/2016-02-06/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/application-autoscaling/2016-02-06/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/application-autoscaling/2016-02-06/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/application-autoscaling/2016-02-06/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/application-autoscaling/2016-02-06/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/application-autoscaling/2016-02-06/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/application-autoscaling/2016-02-06/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/application-autoscaling/2016-02-06/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/application-autoscaling/2016-02-06/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/application-autoscaling/2016-02-06/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/application-autoscaling/2016-02-06/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/application-autoscaling/2016-02-06/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/application-autoscaling/2016-02-06/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/appstream/2016-12-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/appstream/2016-12-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/appstream/2016-12-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/appstream/2016-12-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/appstream/2016-12-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/appstream/2016-12-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/appstream/2016-12-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/appstream/2016-12-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/appstream/2016-12-01/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/appstream/2016-12-01/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/appstream/2016-12-01/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/appstream/2016-12-01/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/appstream/2016-12-01/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/appstream/2016-12-01/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/appstream/2016-12-01/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/appstream/2016-12-01/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/appstream/2016-12-01/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/appstream/2016-12-01/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/appstream/2016-12-01/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/appstream/2016-12-01/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/archived.kinesisvideo/2017-09-30/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/archived.kinesisvideo/2017-09-30/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/archived.kinesisvideo/2017-09-30/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/archived.kinesisvideo/2017-09-30/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/archived.kinesisvideo/2017-09-30/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/archived.kinesisvideo/2017-09-30/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/archived.kinesisvideo/2017-09-30/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/archived.kinesisvideo/2017-09-30/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/archived.kinesisvideo/2017-09-30/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/archived.kinesisvideo/2017-09-30/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/archived.kinesisvideo/2017-09-30/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/archived.kinesisvideo/2017-09-30/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/archived.kinesisvideo/2017-09-30/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/archived.kinesisvideo/2017-09-30/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/archived.kinesisvideo/2017-09-30/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/archived.kinesisvideo/2017-09-30/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/athena/2017-05-18/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/athena/2017-05-18/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/athena/2017-05-18/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/athena/2017-05-18/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/athena/2017-05-18/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/athena/2017-05-18/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/athena/2017-05-18/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/athena/2017-05-18/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/athena/2017-05-18/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/athena/2017-05-18/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/athena/2017-05-18/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/athena/2017-05-18/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/athena/2017-05-18/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/athena/2017-05-18/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/athena/2017-05-18/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/athena/2017-05-18/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/autoscaling/2011-01-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/autoscaling/2011-01-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/autoscaling/2011-01-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/autoscaling/2011-01-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/autoscaling/2011-01-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/autoscaling/2011-01-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/autoscaling/2011-01-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/autoscaling/2011-01-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/autoscaling/2011-01-01/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/autoscaling/2011-01-01/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/autoscaling/2011-01-01/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/autoscaling/2011-01-01/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/autoscaling/2011-01-01/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/autoscaling/2011-01-01/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/autoscaling/2011-01-01/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/autoscaling/2011-01-01/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/autoscaling/2011-01-01/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/autoscaling/2011-01-01/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/autoscaling/2011-01-01/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/autoscaling/2011-01-01/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/batch/2016-08-10/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/batch/2016-08-10/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/batch/2016-08-10/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/batch/2016-08-10/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/batch/2016-08-10/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/batch/2016-08-10/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/batch/2016-08-10/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/batch/2016-08-10/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/batch/2016-08-10/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/batch/2016-08-10/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/batch/2016-08-10/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/batch/2016-08-10/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/batch/2016-08-10/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/batch/2016-08-10/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/batch/2016-08-10/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/batch/2016-08-10/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/budgets/2016-10-20/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/budgets/2016-10-20/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/budgets/2016-10-20/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/budgets/2016-10-20/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/budgets/2016-10-20/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/budgets/2016-10-20/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/budgets/2016-10-20/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/budgets/2016-10-20/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/budgets/2016-10-20/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/budgets/2016-10-20/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/budgets/2016-10-20/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/budgets/2016-10-20/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/budgets/2016-10-20/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/budgets/2016-10-20/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/budgets/2016-10-20/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/budgets/2016-10-20/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/clouddirectory/2016-05-10/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/clouddirectory/2016-05-10/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/clouddirectory/2016-05-10/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/clouddirectory/2016-05-10/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/clouddirectory/2016-05-10/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/clouddirectory/2016-05-10/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/clouddirectory/2016-05-10/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/clouddirectory/2016-05-10/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/clouddirectory/2016-05-10/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/clouddirectory/2016-05-10/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/clouddirectory/2016-05-10/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/clouddirectory/2016-05-10/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/clouddirectory/2016-05-10/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/clouddirectory/2016-05-10/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/clouddirectory/2016-05-10/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/clouddirectory/2016-05-10/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudformation/2010-05-15/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudformation/2010-05-15/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudformation/2010-05-15/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudformation/2010-05-15/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudformation/2010-05-15/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudformation/2010-05-15/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudformation/2010-05-15/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudformation/2010-05-15/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudformation/2010-05-15/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudformation/2010-05-15/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudformation/2010-05-15/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudformation/2010-05-15/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudformation/2010-05-15/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudformation/2010-05-15/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudformation/2010-05-15/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudformation/2010-05-15/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudformation/2010-05-15/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudformation/2010-05-15/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudformation/2010-05-15/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudformation/2010-05-15/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-04-17/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-04-17/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-04-17/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-04-17/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-04-17/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-04-17/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-04-17/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-04-17/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-04-17/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-04-17/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-04-17/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-04-17/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-04-17/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-04-17/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-04-17/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-04-17/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-07-27/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-07-27/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-07-27/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-07-27/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-07-27/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-07-27/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-07-27/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-07-27/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-07-27/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-07-27/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-07-27/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-07-27/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-07-27/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-07-27/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-07-27/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-07-27/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-09-17/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-09-17/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-09-17/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-09-17/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-09-17/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-09-17/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-09-17/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-09-17/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-09-17/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-09-17/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-09-17/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-09-17/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-09-17/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-09-17/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-09-17/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-09-17/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-09-17/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-09-17/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-09-17/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2015-09-17/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-13/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-13/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-13/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-13/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-13/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-13/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-13/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-13/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-13/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-13/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-13/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-13/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-13/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-13/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-13/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-13/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-13/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-13/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-13/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-13/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-28/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-28/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-28/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-28/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-28/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-28/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-28/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-28/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-28/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-28/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-28/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-28/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-28/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-28/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-28/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-28/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-28/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-28/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-28/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-01-28/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-01/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-01/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-01/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-01/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-01/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-01/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-01/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-01/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-01/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-01/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-01/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-01/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-20/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-20/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-20/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-20/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-20/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-20/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-20/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-20/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-20/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-20/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-20/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-20/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-20/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-20/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-20/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-08-20/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-07/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-07/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-07/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-07/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-07/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-07/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-07/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-07/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-07/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-07/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-07/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-07/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-07/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-07/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-07/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-07/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-07/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-07/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-07/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-07/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-29/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-29/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-29/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-29/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-29/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-29/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-29/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-29/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-29/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-29/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-29/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-29/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-29/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-29/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-29/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-29/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-29/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-29/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-29/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-09-29/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-11-25/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-11-25/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-11-25/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-11-25/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-11-25/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-11-25/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-11-25/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-11-25/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-11-25/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-11-25/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-11-25/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-11-25/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-11-25/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-11-25/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-11-25/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-11-25/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-11-25/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-11-25/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-11-25/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2016-11-25/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-03-25/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-03-25/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-03-25/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-03-25/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-03-25/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-03-25/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-03-25/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-03-25/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-03-25/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-03-25/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-03-25/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-03-25/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-03-25/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-03-25/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-03-25/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-03-25/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-03-25/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-03-25/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-03-25/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudfront/2017-03-25/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsm/2014-05-30/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsm/2014-05-30/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsm/2014-05-30/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsm/2014-05-30/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsm/2014-05-30/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsm/2014-05-30/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsm/2014-05-30/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsm/2014-05-30/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsm/2014-05-30/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsm/2014-05-30/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsm/2014-05-30/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsm/2014-05-30/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsm/2014-05-30/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsm/2014-05-30/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsm/2014-05-30/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsm/2014-05-30/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsmv2/2017-04-28/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsmv2/2017-04-28/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsmv2/2017-04-28/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsmv2/2017-04-28/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsmv2/2017-04-28/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsmv2/2017-04-28/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsmv2/2017-04-28/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsmv2/2017-04-28/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsmv2/2017-04-28/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsmv2/2017-04-28/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsmv2/2017-04-28/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsmv2/2017-04-28/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsmv2/2017-04-28/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsmv2/2017-04-28/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsmv2/2017-04-28/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudhsmv2/2017-04-28/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudsearch/2013-01-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudsearch/2013-01-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudsearch/2013-01-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudsearch/2013-01-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudsearch/2013-01-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudsearch/2013-01-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudsearch/2013-01-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudsearch/2013-01-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudsearch/2013-01-01/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudsearch/2013-01-01/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudsearch/2013-01-01/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudsearch/2013-01-01/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudsearchdomain/2013-01-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudsearchdomain/2013-01-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudsearchdomain/2013-01-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudsearchdomain/2013-01-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudsearchdomain/2013-01-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudsearchdomain/2013-01-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudsearchdomain/2013-01-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudsearchdomain/2013-01-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudsearchdomain/2013-01-01/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudsearchdomain/2013-01-01/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudsearchdomain/2013-01-01/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudsearchdomain/2013-01-01/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudtrail/2013-11-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudtrail/2013-11-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudtrail/2013-11-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudtrail/2013-11-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudtrail/2013-11-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudtrail/2013-11-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudtrail/2013-11-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudtrail/2013-11-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudtrail/2013-11-01/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudtrail/2013-11-01/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudtrail/2013-11-01/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudtrail/2013-11-01/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudtrail/2013-11-01/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cloudtrail/2013-11-01/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cloudtrail/2013-11-01/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cloudtrail/2013-11-01/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codebuild/2016-10-06/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/codebuild/2016-10-06/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codebuild/2016-10-06/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/codebuild/2016-10-06/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codebuild/2016-10-06/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/codebuild/2016-10-06/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codebuild/2016-10-06/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/codebuild/2016-10-06/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codebuild/2016-10-06/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/codebuild/2016-10-06/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codebuild/2016-10-06/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/codebuild/2016-10-06/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codebuild/2016-10-06/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/codebuild/2016-10-06/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codebuild/2016-10-06/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/codebuild/2016-10-06/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codecommit/2015-04-13/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/codecommit/2015-04-13/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codecommit/2015-04-13/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/codecommit/2015-04-13/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codecommit/2015-04-13/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/codecommit/2015-04-13/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codecommit/2015-04-13/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/codecommit/2015-04-13/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codecommit/2015-04-13/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/codecommit/2015-04-13/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codecommit/2015-04-13/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/codecommit/2015-04-13/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codecommit/2015-04-13/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/codecommit/2015-04-13/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codecommit/2015-04-13/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/codecommit/2015-04-13/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codedeploy/2014-10-06/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/codedeploy/2014-10-06/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codedeploy/2014-10-06/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/codedeploy/2014-10-06/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codedeploy/2014-10-06/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/codedeploy/2014-10-06/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codedeploy/2014-10-06/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/codedeploy/2014-10-06/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codedeploy/2014-10-06/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/codedeploy/2014-10-06/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codedeploy/2014-10-06/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/codedeploy/2014-10-06/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codedeploy/2014-10-06/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/codedeploy/2014-10-06/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codedeploy/2014-10-06/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/codedeploy/2014-10-06/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codedeploy/2014-10-06/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/codedeploy/2014-10-06/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codedeploy/2014-10-06/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/codedeploy/2014-10-06/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codepipeline/2015-07-09/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/codepipeline/2015-07-09/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codepipeline/2015-07-09/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/codepipeline/2015-07-09/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codepipeline/2015-07-09/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/codepipeline/2015-07-09/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codepipeline/2015-07-09/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/codepipeline/2015-07-09/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codepipeline/2015-07-09/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/codepipeline/2015-07-09/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codepipeline/2015-07-09/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/codepipeline/2015-07-09/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codepipeline/2015-07-09/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/codepipeline/2015-07-09/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codepipeline/2015-07-09/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/codepipeline/2015-07-09/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codestar/2017-04-19/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/codestar/2017-04-19/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codestar/2017-04-19/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/codestar/2017-04-19/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codestar/2017-04-19/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/codestar/2017-04-19/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codestar/2017-04-19/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/codestar/2017-04-19/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codestar/2017-04-19/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/codestar/2017-04-19/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codestar/2017-04-19/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/codestar/2017-04-19/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codestar/2017-04-19/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/codestar/2017-04-19/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/codestar/2017-04-19/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/codestar/2017-04-19/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cognito-identity/2014-06-30/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cognito-identity/2014-06-30/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cognito-identity/2014-06-30/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cognito-identity/2014-06-30/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cognito-identity/2014-06-30/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cognito-identity/2014-06-30/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cognito-identity/2014-06-30/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cognito-identity/2014-06-30/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cognito-identity/2014-06-30/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cognito-identity/2014-06-30/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cognito-identity/2014-06-30/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cognito-identity/2014-06-30/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cognito-identity/2014-06-30/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cognito-identity/2014-06-30/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cognito-identity/2014-06-30/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cognito-identity/2014-06-30/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cognito-idp/2016-04-18/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cognito-idp/2016-04-18/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cognito-idp/2016-04-18/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cognito-idp/2016-04-18/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cognito-idp/2016-04-18/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cognito-idp/2016-04-18/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cognito-idp/2016-04-18/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cognito-idp/2016-04-18/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cognito-idp/2016-04-18/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cognito-idp/2016-04-18/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cognito-idp/2016-04-18/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cognito-idp/2016-04-18/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cognito-idp/2016-04-18/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cognito-idp/2016-04-18/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cognito-idp/2016-04-18/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cognito-idp/2016-04-18/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cognito-sync/2014-06-30/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cognito-sync/2014-06-30/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cognito-sync/2014-06-30/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cognito-sync/2014-06-30/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cognito-sync/2014-06-30/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cognito-sync/2014-06-30/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cognito-sync/2014-06-30/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cognito-sync/2014-06-30/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/config/2014-11-12/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/config/2014-11-12/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/config/2014-11-12/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/config/2014-11-12/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/config/2014-11-12/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/config/2014-11-12/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/config/2014-11-12/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/config/2014-11-12/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/config/2014-11-12/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/config/2014-11-12/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/config/2014-11-12/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/config/2014-11-12/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/config/2014-11-12/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/config/2014-11-12/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/config/2014-11-12/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/config/2014-11-12/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cur/2017-01-06/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cur/2017-01-06/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cur/2017-01-06/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cur/2017-01-06/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cur/2017-01-06/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cur/2017-01-06/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cur/2017-01-06/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cur/2017-01-06/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cur/2017-01-06/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cur/2017-01-06/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cur/2017-01-06/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cur/2017-01-06/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cur/2017-01-06/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/cur/2017-01-06/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/cur/2017-01-06/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/cur/2017-01-06/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/data.kinesisvideo/2017-09-30/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/data.kinesisvideo/2017-09-30/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/data.kinesisvideo/2017-09-30/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/data.kinesisvideo/2017-09-30/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/data.kinesisvideo/2017-09-30/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/data.kinesisvideo/2017-09-30/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/data.kinesisvideo/2017-09-30/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/data.kinesisvideo/2017-09-30/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/data.kinesisvideo/2017-09-30/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/data.kinesisvideo/2017-09-30/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/data.kinesisvideo/2017-09-30/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/data.kinesisvideo/2017-09-30/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/data.kinesisvideo/2017-09-30/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/data.kinesisvideo/2017-09-30/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/data.kinesisvideo/2017-09-30/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/data.kinesisvideo/2017-09-30/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/data.mediastore/2017-09-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/data.mediastore/2017-09-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/data.mediastore/2017-09-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/data.mediastore/2017-09-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/data.mediastore/2017-09-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/data.mediastore/2017-09-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/data.mediastore/2017-09-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/data.mediastore/2017-09-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/data.mediastore/2017-09-01/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/data.mediastore/2017-09-01/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/data.mediastore/2017-09-01/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/data.mediastore/2017-09-01/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/data.mediastore/2017-09-01/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/data.mediastore/2017-09-01/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/data.mediastore/2017-09-01/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/data.mediastore/2017-09-01/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/datapipeline/2012-10-29/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/datapipeline/2012-10-29/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/datapipeline/2012-10-29/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/datapipeline/2012-10-29/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/datapipeline/2012-10-29/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/datapipeline/2012-10-29/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/datapipeline/2012-10-29/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/datapipeline/2012-10-29/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/datapipeline/2012-10-29/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/datapipeline/2012-10-29/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/datapipeline/2012-10-29/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/datapipeline/2012-10-29/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dax/2017-04-19/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/dax/2017-04-19/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dax/2017-04-19/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/dax/2017-04-19/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dax/2017-04-19/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/dax/2017-04-19/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dax/2017-04-19/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/dax/2017-04-19/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dax/2017-04-19/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/dax/2017-04-19/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dax/2017-04-19/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/dax/2017-04-19/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dax/2017-04-19/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/dax/2017-04-19/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dax/2017-04-19/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/dax/2017-04-19/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/deepdish/2017-07-25/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/deepdish/2017-07-25/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/deepdish/2017-07-25/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/deepdish/2017-07-25/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/deepdish/2017-07-25/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/deepdish/2017-07-25/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/deepdish/2017-07-25/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/deepdish/2017-07-25/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/deepdish/2017-07-25/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/deepdish/2017-07-25/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/deepdish/2017-07-25/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/deepdish/2017-07-25/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/deepdish/2017-07-25/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/deepdish/2017-07-25/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/deepdish/2017-07-25/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/deepdish/2017-07-25/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/devicefarm/2015-06-23/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/devicefarm/2015-06-23/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/devicefarm/2015-06-23/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/devicefarm/2015-06-23/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/devicefarm/2015-06-23/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/devicefarm/2015-06-23/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/devicefarm/2015-06-23/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/devicefarm/2015-06-23/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/devicefarm/2015-06-23/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/devicefarm/2015-06-23/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/devicefarm/2015-06-23/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/devicefarm/2015-06-23/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/devicefarm/2015-06-23/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/devicefarm/2015-06-23/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/devicefarm/2015-06-23/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/devicefarm/2015-06-23/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/directconnect/2012-10-25/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/directconnect/2012-10-25/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/directconnect/2012-10-25/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/directconnect/2012-10-25/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/directconnect/2012-10-25/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/directconnect/2012-10-25/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/directconnect/2012-10-25/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/directconnect/2012-10-25/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/directconnect/2012-10-25/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/directconnect/2012-10-25/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/directconnect/2012-10-25/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/directconnect/2012-10-25/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/directconnect/2012-10-25/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/directconnect/2012-10-25/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/directconnect/2012-10-25/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/directconnect/2012-10-25/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/discovery/2015-11-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/discovery/2015-11-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/discovery/2015-11-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/discovery/2015-11-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/discovery/2015-11-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/discovery/2015-11-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/discovery/2015-11-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/discovery/2015-11-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/discovery/2015-11-01/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/discovery/2015-11-01/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/discovery/2015-11-01/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/discovery/2015-11-01/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/discovery/2015-11-01/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/discovery/2015-11-01/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/discovery/2015-11-01/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/discovery/2015-11-01/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dms/2016-01-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/dms/2016-01-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dms/2016-01-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/dms/2016-01-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dms/2016-01-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/dms/2016-01-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dms/2016-01-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/dms/2016-01-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dms/2016-01-01/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/dms/2016-01-01/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dms/2016-01-01/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/dms/2016-01-01/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dms/2016-01-01/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/dms/2016-01-01/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dms/2016-01-01/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/dms/2016-01-01/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ds/2015-04-16/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ds/2015-04-16/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ds/2015-04-16/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ds/2015-04-16/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ds/2015-04-16/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ds/2015-04-16/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ds/2015-04-16/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ds/2015-04-16/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ds/2015-04-16/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ds/2015-04-16/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ds/2015-04-16/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ds/2015-04-16/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ds/2015-04-16/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ds/2015-04-16/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ds/2015-04-16/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ds/2015-04-16/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2011-12-05/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2011-12-05/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2011-12-05/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2011-12-05/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2011-12-05/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2011-12-05/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2011-12-05/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2011-12-05/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2011-12-05/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2011-12-05/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2011-12-05/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2011-12-05/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2011-12-05/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2011-12-05/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2011-12-05/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2011-12-05/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2011-12-05/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2011-12-05/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2011-12-05/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2011-12-05/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2012-08-10/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2012-08-10/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2012-08-10/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2012-08-10/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2012-08-10/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2012-08-10/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2012-08-10/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2012-08-10/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2012-08-10/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2012-08-10/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2012-08-10/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2012-08-10/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2012-08-10/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2012-08-10/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2012-08-10/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2012-08-10/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2012-08-10/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2012-08-10/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2012-08-10/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/dynamodb/2012-08-10/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-04-15/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-04-15/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-04-15/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-04-15/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-04-15/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-04-15/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-04-15/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-04-15/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-04-15/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-04-15/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-04-15/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-04-15/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-04-15/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-04-15/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-04-15/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-04-15/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-10-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-10-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-10-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-10-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-10-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-10-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-10-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-10-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-10-01/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-10-01/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-10-01/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-10-01/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-10-01/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-10-01/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-10-01/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-10-01/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-10-01/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-10-01/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-10-01/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2015-10-01/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-04-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-04-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-04-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-04-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-04-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-04-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-04-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-04-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-04-01/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-04-01/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-04-01/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-04-01/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-04-01/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-04-01/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-04-01/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-04-01/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-04-01/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-04-01/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-04-01/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-04-01/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-09-15/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-09-15/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-09-15/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-09-15/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-09-15/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-09-15/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-09-15/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-09-15/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-09-15/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-09-15/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-09-15/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-09-15/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-09-15/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-09-15/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-09-15/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-09-15/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-09-15/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-09-15/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-09-15/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-09-15/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-11-15/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-11-15/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-11-15/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-11-15/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-11-15/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-11-15/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-11-15/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-11-15/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-11-15/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-11-15/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-11-15/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-11-15/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-11-15/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-11-15/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-11-15/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-11-15/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-11-15/smoke.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-11-15/smoke.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-11-15/smoke.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-11-15/smoke.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-11-15/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-11-15/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-11-15/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ec2/2016-11-15/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ecr/2015-09-21/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ecr/2015-09-21/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ecr/2015-09-21/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ecr/2015-09-21/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ecr/2015-09-21/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ecr/2015-09-21/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ecr/2015-09-21/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ecr/2015-09-21/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ecr/2015-09-21/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ecr/2015-09-21/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ecr/2015-09-21/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ecr/2015-09-21/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ecr/2015-09-21/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ecr/2015-09-21/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ecr/2015-09-21/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ecr/2015-09-21/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ecs/2014-11-13/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ecs/2014-11-13/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ecs/2014-11-13/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ecs/2014-11-13/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ecs/2014-11-13/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ecs/2014-11-13/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ecs/2014-11-13/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ecs/2014-11-13/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ecs/2014-11-13/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ecs/2014-11-13/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ecs/2014-11-13/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ecs/2014-11-13/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ecs/2014-11-13/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ecs/2014-11-13/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ecs/2014-11-13/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ecs/2014-11-13/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ecs/2014-11-13/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ecs/2014-11-13/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ecs/2014-11-13/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ecs/2014-11-13/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticache/2015-02-02/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elasticache/2015-02-02/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticache/2015-02-02/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elasticache/2015-02-02/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticache/2015-02-02/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elasticache/2015-02-02/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticache/2015-02-02/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elasticache/2015-02-02/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticache/2015-02-02/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elasticache/2015-02-02/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticache/2015-02-02/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elasticache/2015-02-02/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticache/2015-02-02/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elasticache/2015-02-02/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticache/2015-02-02/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elasticache/2015-02-02/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticache/2015-02-02/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elasticache/2015-02-02/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticache/2015-02-02/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elasticache/2015-02-02/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticbeanstalk/2010-12-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elasticbeanstalk/2010-12-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticbeanstalk/2010-12-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elasticbeanstalk/2010-12-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticbeanstalk/2010-12-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elasticbeanstalk/2010-12-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticbeanstalk/2010-12-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elasticbeanstalk/2010-12-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticbeanstalk/2010-12-01/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elasticbeanstalk/2010-12-01/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticbeanstalk/2010-12-01/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elasticbeanstalk/2010-12-01/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticbeanstalk/2010-12-01/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elasticbeanstalk/2010-12-01/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticbeanstalk/2010-12-01/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elasticbeanstalk/2010-12-01/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticfilesystem/2015-02-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elasticfilesystem/2015-02-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticfilesystem/2015-02-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elasticfilesystem/2015-02-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticfilesystem/2015-02-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elasticfilesystem/2015-02-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticfilesystem/2015-02-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elasticfilesystem/2015-02-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticfilesystem/2015-02-01/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elasticfilesystem/2015-02-01/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticfilesystem/2015-02-01/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elasticfilesystem/2015-02-01/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticfilesystem/2015-02-01/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elasticfilesystem/2015-02-01/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticfilesystem/2015-02-01/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elasticfilesystem/2015-02-01/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancing/2012-06-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancing/2012-06-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancing/2012-06-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancing/2012-06-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancing/2012-06-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancing/2012-06-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancing/2012-06-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancing/2012-06-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancing/2012-06-01/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancing/2012-06-01/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancing/2012-06-01/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancing/2012-06-01/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancing/2012-06-01/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancing/2012-06-01/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancing/2012-06-01/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancing/2012-06-01/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancing/2012-06-01/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancing/2012-06-01/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancing/2012-06-01/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancing/2012-06-01/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elasticloadbalancingv2/2015-12-01/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elasticmapreduce/2009-03-31/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elastictranscoder/2012-09-25/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elastictranscoder/2012-09-25/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elastictranscoder/2012-09-25/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elastictranscoder/2012-09-25/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elastictranscoder/2012-09-25/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elastictranscoder/2012-09-25/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elastictranscoder/2012-09-25/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elastictranscoder/2012-09-25/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elastictranscoder/2012-09-25/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elastictranscoder/2012-09-25/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elastictranscoder/2012-09-25/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elastictranscoder/2012-09-25/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elastictranscoder/2012-09-25/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elastictranscoder/2012-09-25/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elastictranscoder/2012-09-25/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elastictranscoder/2012-09-25/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elastictranscoder/2012-09-25/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/elastictranscoder/2012-09-25/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/elastictranscoder/2012-09-25/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/elastictranscoder/2012-09-25/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/email/2010-12-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/email/2010-12-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/email/2010-12-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/email/2010-12-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/email/2010-12-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/email/2010-12-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/email/2010-12-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/email/2010-12-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/email/2010-12-01/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/email/2010-12-01/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/email/2010-12-01/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/email/2010-12-01/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/email/2010-12-01/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/email/2010-12-01/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/email/2010-12-01/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/email/2010-12-01/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/email/2010-12-01/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/email/2010-12-01/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/email/2010-12-01/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/email/2010-12-01/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/entitlement.marketplace/2017-01-11/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/entitlement.marketplace/2017-01-11/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/entitlement.marketplace/2017-01-11/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/entitlement.marketplace/2017-01-11/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/entitlement.marketplace/2017-01-11/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/entitlement.marketplace/2017-01-11/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/entitlement.marketplace/2017-01-11/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/entitlement.marketplace/2017-01-11/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/entitlement.marketplace/2017-01-11/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/entitlement.marketplace/2017-01-11/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/entitlement.marketplace/2017-01-11/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/entitlement.marketplace/2017-01-11/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/entitlement.marketplace/2017-01-11/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/entitlement.marketplace/2017-01-11/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/entitlement.marketplace/2017-01-11/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/entitlement.marketplace/2017-01-11/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/es/2015-01-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/es/2015-01-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/es/2015-01-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/es/2015-01-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/es/2015-01-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/es/2015-01-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/es/2015-01-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/es/2015-01-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/es/2015-01-01/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/es/2015-01-01/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/es/2015-01-01/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/es/2015-01-01/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/es/2015-01-01/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/es/2015-01-01/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/es/2015-01-01/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/es/2015-01-01/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/events/2014-02-03/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/events/2014-02-03/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/events/2014-02-03/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/events/2014-02-03/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/events/2014-02-03/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/events/2014-02-03/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/events/2014-02-03/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/events/2014-02-03/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/events/2014-02-03/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/events/2014-02-03/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/events/2014-02-03/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/events/2014-02-03/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/events/2015-10-07/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/events/2015-10-07/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/events/2015-10-07/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/events/2015-10-07/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/events/2015-10-07/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/events/2015-10-07/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/events/2015-10-07/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/events/2015-10-07/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/events/2015-10-07/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/events/2015-10-07/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/events/2015-10-07/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/events/2015-10-07/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/events/2015-10-07/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/events/2015-10-07/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/events/2015-10-07/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/events/2015-10-07/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/firehose/2015-08-04/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/firehose/2015-08-04/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/firehose/2015-08-04/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/firehose/2015-08-04/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/firehose/2015-08-04/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/firehose/2015-08-04/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/firehose/2015-08-04/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/firehose/2015-08-04/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/firehose/2015-08-04/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/firehose/2015-08-04/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/firehose/2015-08-04/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/firehose/2015-08-04/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/firehose/2015-08-04/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/firehose/2015-08-04/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/firehose/2015-08-04/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/firehose/2015-08-04/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/gamelift/2015-10-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/gamelift/2015-10-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/gamelift/2015-10-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/gamelift/2015-10-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/gamelift/2015-10-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/gamelift/2015-10-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/gamelift/2015-10-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/gamelift/2015-10-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/gamelift/2015-10-01/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/gamelift/2015-10-01/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/gamelift/2015-10-01/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/gamelift/2015-10-01/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/gamelift/2015-10-01/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/gamelift/2015-10-01/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/gamelift/2015-10-01/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/gamelift/2015-10-01/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/glacier/2012-06-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/glacier/2012-06-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/glacier/2012-06-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/glacier/2012-06-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/glacier/2012-06-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/glacier/2012-06-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/glacier/2012-06-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/glacier/2012-06-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/glacier/2012-06-01/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/glacier/2012-06-01/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/glacier/2012-06-01/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/glacier/2012-06-01/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/glacier/2012-06-01/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/glacier/2012-06-01/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/glacier/2012-06-01/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/glacier/2012-06-01/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/glacier/2012-06-01/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/glacier/2012-06-01/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/glacier/2012-06-01/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/glacier/2012-06-01/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/glue/2017-03-31/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/glue/2017-03-31/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/glue/2017-03-31/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/glue/2017-03-31/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/glue/2017-03-31/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/glue/2017-03-31/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/glue/2017-03-31/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/glue/2017-03-31/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/glue/2017-03-31/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/glue/2017-03-31/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/glue/2017-03-31/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/glue/2017-03-31/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/glue/2017-03-31/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/glue/2017-03-31/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/glue/2017-03-31/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/glue/2017-03-31/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/greengrass/2017-06-07/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/greengrass/2017-06-07/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/greengrass/2017-06-07/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/greengrass/2017-06-07/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/greengrass/2017-06-07/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/greengrass/2017-06-07/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/greengrass/2017-06-07/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/greengrass/2017-06-07/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/health/2016-08-04/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/health/2016-08-04/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/health/2016-08-04/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/health/2016-08-04/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/health/2016-08-04/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/health/2016-08-04/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/health/2016-08-04/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/health/2016-08-04/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/health/2016-08-04/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/health/2016-08-04/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/health/2016-08-04/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/health/2016-08-04/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/health/2016-08-04/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/health/2016-08-04/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/health/2016-08-04/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/health/2016-08-04/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iam/2010-05-08/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/iam/2010-05-08/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iam/2010-05-08/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/iam/2010-05-08/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iam/2010-05-08/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/iam/2010-05-08/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iam/2010-05-08/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/iam/2010-05-08/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iam/2010-05-08/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/iam/2010-05-08/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iam/2010-05-08/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/iam/2010-05-08/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iam/2010-05-08/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/iam/2010-05-08/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iam/2010-05-08/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/iam/2010-05-08/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iam/2010-05-08/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/iam/2010-05-08/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iam/2010-05-08/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/iam/2010-05-08/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iis/2017-10-25/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/iis/2017-10-25/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iis/2017-10-25/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/iis/2017-10-25/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iis/2017-10-25/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/iis/2017-10-25/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iis/2017-10-25/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/iis/2017-10-25/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iis/2017-10-25/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/iis/2017-10-25/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iis/2017-10-25/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/iis/2017-10-25/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iis/2017-10-25/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/iis/2017-10-25/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iis/2017-10-25/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/iis/2017-10-25/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/importexport/2010-06-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/importexport/2010-06-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/importexport/2010-06-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/importexport/2010-06-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/importexport/2010-06-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/importexport/2010-06-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/importexport/2010-06-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/importexport/2010-06-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/importexport/2010-06-01/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/importexport/2010-06-01/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/importexport/2010-06-01/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/importexport/2010-06-01/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2015-08-18/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2015-08-18/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2015-08-18/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2015-08-18/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2015-08-18/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2015-08-18/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2015-08-18/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2015-08-18/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2015-08-18/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2015-08-18/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2015-08-18/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2015-08-18/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2016-02-16/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2016-02-16/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2016-02-16/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2016-02-16/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2016-02-16/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2016-02-16/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2016-02-16/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2016-02-16/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2016-02-16/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2016-02-16/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2016-02-16/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2016-02-16/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2016-02-16/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2016-02-16/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2016-02-16/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/inspector/2016-02-16/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iot-data/2015-05-28/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/iot-data/2015-05-28/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iot-data/2015-05-28/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/iot-data/2015-05-28/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iot-data/2015-05-28/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/iot-data/2015-05-28/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iot-data/2015-05-28/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/iot-data/2015-05-28/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iot-data/2015-05-28/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/iot-data/2015-05-28/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iot-data/2015-05-28/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/iot-data/2015-05-28/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iot/2015-05-28/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/iot/2015-05-28/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iot/2015-05-28/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/iot/2015-05-28/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iot/2015-05-28/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/iot/2015-05-28/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iot/2015-05-28/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/iot/2015-05-28/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iot/2015-05-28/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/iot/2015-05-28/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iot/2015-05-28/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/iot/2015-05-28/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iot/2015-05-28/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/iot/2015-05-28/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/iot/2015-05-28/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/iot/2015-05-28/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kinesis/2013-12-02/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/kinesis/2013-12-02/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kinesis/2013-12-02/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/kinesis/2013-12-02/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kinesis/2013-12-02/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/kinesis/2013-12-02/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kinesis/2013-12-02/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/kinesis/2013-12-02/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kinesis/2013-12-02/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/kinesis/2013-12-02/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kinesis/2013-12-02/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/kinesis/2013-12-02/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kinesis/2013-12-02/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/kinesis/2013-12-02/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kinesis/2013-12-02/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/kinesis/2013-12-02/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kinesis/2013-12-02/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/kinesis/2013-12-02/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kinesis/2013-12-02/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/kinesis/2013-12-02/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kinesisanalytics/2015-08-14/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/kinesisanalytics/2015-08-14/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kinesisanalytics/2015-08-14/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/kinesisanalytics/2015-08-14/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kinesisanalytics/2015-08-14/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/kinesisanalytics/2015-08-14/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kinesisanalytics/2015-08-14/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/kinesisanalytics/2015-08-14/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kinesisanalytics/2015-08-14/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/kinesisanalytics/2015-08-14/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kinesisanalytics/2015-08-14/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/kinesisanalytics/2015-08-14/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kinesisanalytics/2015-08-14/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/kinesisanalytics/2015-08-14/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kinesisanalytics/2015-08-14/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/kinesisanalytics/2015-08-14/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kinesisvideo/2017-09-30/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/kinesisvideo/2017-09-30/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kinesisvideo/2017-09-30/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/kinesisvideo/2017-09-30/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kinesisvideo/2017-09-30/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/kinesisvideo/2017-09-30/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kinesisvideo/2017-09-30/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/kinesisvideo/2017-09-30/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kinesisvideo/2017-09-30/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/kinesisvideo/2017-09-30/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kinesisvideo/2017-09-30/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/kinesisvideo/2017-09-30/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kinesisvideo/2017-09-30/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/kinesisvideo/2017-09-30/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kinesisvideo/2017-09-30/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/kinesisvideo/2017-09-30/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kms/2014-11-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/kms/2014-11-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kms/2014-11-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/kms/2014-11-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kms/2014-11-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/kms/2014-11-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kms/2014-11-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/kms/2014-11-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kms/2014-11-01/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/kms/2014-11-01/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kms/2014-11-01/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/kms/2014-11-01/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kms/2014-11-01/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/kms/2014-11-01/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/kms/2014-11-01/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/kms/2014-11-01/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/lambda/2014-11-11/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/lambda/2014-11-11/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/lambda/2014-11-11/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/lambda/2014-11-11/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/lambda/2014-11-11/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/lambda/2014-11-11/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/lambda/2014-11-11/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/lambda/2014-11-11/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/lambda/2014-11-11/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/lambda/2014-11-11/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/lambda/2014-11-11/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/lambda/2014-11-11/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/lambda/2015-03-31/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/lambda/2015-03-31/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/lambda/2015-03-31/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/lambda/2015-03-31/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/lambda/2015-03-31/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/lambda/2015-03-31/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/lambda/2015-03-31/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/lambda/2015-03-31/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/lambda/2015-03-31/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/lambda/2015-03-31/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/lambda/2015-03-31/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/lambda/2015-03-31/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/lambda/2015-03-31/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/lambda/2015-03-31/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/lambda/2015-03-31/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/lambda/2015-03-31/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/lex-models/2017-04-19/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/lex-models/2017-04-19/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/lex-models/2017-04-19/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/lex-models/2017-04-19/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/lex-models/2017-04-19/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/lex-models/2017-04-19/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/lex-models/2017-04-19/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/lex-models/2017-04-19/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/lex-models/2017-04-19/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/lex-models/2017-04-19/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/lex-models/2017-04-19/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/lex-models/2017-04-19/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/lex-models/2017-04-19/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/lex-models/2017-04-19/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/lex-models/2017-04-19/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/lex-models/2017-04-19/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/lightsail/2016-11-28/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/lightsail/2016-11-28/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/lightsail/2016-11-28/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/lightsail/2016-11-28/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/lightsail/2016-11-28/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/lightsail/2016-11-28/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/lightsail/2016-11-28/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/lightsail/2016-11-28/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/lightsail/2016-11-28/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/lightsail/2016-11-28/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/lightsail/2016-11-28/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/lightsail/2016-11-28/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/lightsail/2016-11-28/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/lightsail/2016-11-28/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/lightsail/2016-11-28/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/lightsail/2016-11-28/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/logs/2014-03-28/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/logs/2014-03-28/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/logs/2014-03-28/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/logs/2014-03-28/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/logs/2014-03-28/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/logs/2014-03-28/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/logs/2014-03-28/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/logs/2014-03-28/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/logs/2014-03-28/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/logs/2014-03-28/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/logs/2014-03-28/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/logs/2014-03-28/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/logs/2014-03-28/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/logs/2014-03-28/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/logs/2014-03-28/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/logs/2014-03-28/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/machinelearning/2014-12-12/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/marketplacecommerceanalytics/2015-07-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/marketplacecommerceanalytics/2015-07-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/marketplacecommerceanalytics/2015-07-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/marketplacecommerceanalytics/2015-07-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/marketplacecommerceanalytics/2015-07-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/marketplacecommerceanalytics/2015-07-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/marketplacecommerceanalytics/2015-07-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/marketplacecommerceanalytics/2015-07-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/marketplacecommerceanalytics/2015-07-01/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/marketplacecommerceanalytics/2015-07-01/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/marketplacecommerceanalytics/2015-07-01/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/marketplacecommerceanalytics/2015-07-01/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/marketplacecommerceanalytics/2015-07-01/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/marketplacecommerceanalytics/2015-07-01/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/marketplacecommerceanalytics/2015-07-01/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/marketplacecommerceanalytics/2015-07-01/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mediaconvert/2017-08-29/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/mediaconvert/2017-08-29/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mediaconvert/2017-08-29/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/mediaconvert/2017-08-29/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mediaconvert/2017-08-29/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/mediaconvert/2017-08-29/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mediaconvert/2017-08-29/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/mediaconvert/2017-08-29/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/medialive/2017-10-14/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/medialive/2017-10-14/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/medialive/2017-10-14/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/medialive/2017-10-14/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/medialive/2017-10-14/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/medialive/2017-10-14/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/medialive/2017-10-14/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/medialive/2017-10-14/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/medialive/2017-10-14/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/medialive/2017-10-14/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/medialive/2017-10-14/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/medialive/2017-10-14/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mediapackage/2017-10-12/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/mediapackage/2017-10-12/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mediapackage/2017-10-12/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/mediapackage/2017-10-12/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mediapackage/2017-10-12/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/mediapackage/2017-10-12/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mediapackage/2017-10-12/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/mediapackage/2017-10-12/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mediapackage/2017-10-12/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/mediapackage/2017-10-12/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mediapackage/2017-10-12/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/mediapackage/2017-10-12/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mediastore/2017-09-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/mediastore/2017-09-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mediastore/2017-09-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/mediastore/2017-09-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mediastore/2017-09-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/mediastore/2017-09-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mediastore/2017-09-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/mediastore/2017-09-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mediastore/2017-09-01/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/mediastore/2017-09-01/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mediastore/2017-09-01/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/mediastore/2017-09-01/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mediastore/2017-09-01/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/mediastore/2017-09-01/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mediastore/2017-09-01/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/mediastore/2017-09-01/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/meteringmarketplace/2016-01-14/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/meteringmarketplace/2016-01-14/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/meteringmarketplace/2016-01-14/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/meteringmarketplace/2016-01-14/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/meteringmarketplace/2016-01-14/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/meteringmarketplace/2016-01-14/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/meteringmarketplace/2016-01-14/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/meteringmarketplace/2016-01-14/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/meteringmarketplace/2016-01-14/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/meteringmarketplace/2016-01-14/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/meteringmarketplace/2016-01-14/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/meteringmarketplace/2016-01-14/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mgh/2017-05-31/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/mgh/2017-05-31/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mgh/2017-05-31/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/mgh/2017-05-31/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mgh/2017-05-31/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/mgh/2017-05-31/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mgh/2017-05-31/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/mgh/2017-05-31/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mgh/2017-05-31/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/mgh/2017-05-31/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mgh/2017-05-31/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/mgh/2017-05-31/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mgh/2017-05-31/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/mgh/2017-05-31/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mgh/2017-05-31/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/mgh/2017-05-31/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mobileanalytics/2014-06-05/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/mobileanalytics/2014-06-05/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mobileanalytics/2014-06-05/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/mobileanalytics/2014-06-05/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mobileanalytics/2014-06-05/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/mobileanalytics/2014-06-05/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mobileanalytics/2014-06-05/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/mobileanalytics/2014-06-05/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/monitoring/2010-08-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/monitoring/2010-08-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/monitoring/2010-08-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/monitoring/2010-08-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/monitoring/2010-08-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/monitoring/2010-08-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/monitoring/2010-08-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/monitoring/2010-08-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/monitoring/2010-08-01/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/monitoring/2010-08-01/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/monitoring/2010-08-01/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/monitoring/2010-08-01/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/monitoring/2010-08-01/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/monitoring/2010-08-01/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/monitoring/2010-08-01/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/monitoring/2010-08-01/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/monitoring/2010-08-01/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/monitoring/2010-08-01/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/monitoring/2010-08-01/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/monitoring/2010-08-01/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mturk-requester/2017-01-17/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/mturk-requester/2017-01-17/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mturk-requester/2017-01-17/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/mturk-requester/2017-01-17/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mturk-requester/2017-01-17/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/mturk-requester/2017-01-17/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mturk-requester/2017-01-17/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/mturk-requester/2017-01-17/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mturk-requester/2017-01-17/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/mturk-requester/2017-01-17/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mturk-requester/2017-01-17/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/mturk-requester/2017-01-17/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mturk-requester/2017-01-17/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/mturk-requester/2017-01-17/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/mturk-requester/2017-01-17/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/mturk-requester/2017-01-17/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/opsworks/2013-02-18/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/opsworks/2013-02-18/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/opsworks/2013-02-18/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/opsworks/2013-02-18/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/opsworks/2013-02-18/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/opsworks/2013-02-18/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/opsworks/2013-02-18/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/opsworks/2013-02-18/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/opsworks/2013-02-18/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/opsworks/2013-02-18/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/opsworks/2013-02-18/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/opsworks/2013-02-18/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/opsworks/2013-02-18/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/opsworks/2013-02-18/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/opsworks/2013-02-18/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/opsworks/2013-02-18/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/opsworks/2013-02-18/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/opsworks/2013-02-18/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/opsworks/2013-02-18/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/opsworks/2013-02-18/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/opsworkscm/2016-11-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/opsworkscm/2016-11-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/opsworkscm/2016-11-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/opsworkscm/2016-11-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/opsworkscm/2016-11-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/opsworkscm/2016-11-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/opsworkscm/2016-11-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/opsworkscm/2016-11-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/opsworkscm/2016-11-01/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/opsworkscm/2016-11-01/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/opsworkscm/2016-11-01/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/opsworkscm/2016-11-01/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/opsworkscm/2016-11-01/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/opsworkscm/2016-11-01/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/opsworkscm/2016-11-01/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/opsworkscm/2016-11-01/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/opsworkscm/2016-11-01/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/opsworkscm/2016-11-01/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/opsworkscm/2016-11-01/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/opsworkscm/2016-11-01/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/organizations/2016-11-28/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/organizations/2016-11-28/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/organizations/2016-11-28/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/organizations/2016-11-28/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/organizations/2016-11-28/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/organizations/2016-11-28/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/organizations/2016-11-28/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/organizations/2016-11-28/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/organizations/2016-11-28/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/organizations/2016-11-28/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/organizations/2016-11-28/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/organizations/2016-11-28/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/organizations/2016-11-28/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/organizations/2016-11-28/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/organizations/2016-11-28/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/organizations/2016-11-28/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/pinpoint/2016-12-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/pinpoint/2016-12-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/pinpoint/2016-12-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/pinpoint/2016-12-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/pinpoint/2016-12-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/pinpoint/2016-12-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/pinpoint/2016-12-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/pinpoint/2016-12-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/pinpoint/2016-12-01/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/pinpoint/2016-12-01/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/pinpoint/2016-12-01/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/pinpoint/2016-12-01/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/polly/2016-06-10/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/polly/2016-06-10/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/polly/2016-06-10/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/polly/2016-06-10/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/polly/2016-06-10/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/polly/2016-06-10/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/polly/2016-06-10/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/polly/2016-06-10/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/polly/2016-06-10/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/polly/2016-06-10/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/polly/2016-06-10/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/polly/2016-06-10/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/polly/2016-06-10/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/polly/2016-06-10/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/polly/2016-06-10/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/polly/2016-06-10/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-01-10/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-01-10/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-01-10/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-01-10/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-01-10/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-01-10/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-01-10/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-01-10/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-01-10/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-01-10/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-01-10/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-01-10/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-01-10/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-01-10/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-01-10/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-01-10/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-02-12/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-02-12/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-02-12/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-02-12/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-02-12/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-02-12/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-02-12/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-02-12/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-02-12/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-02-12/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-02-12/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-02-12/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-02-12/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-02-12/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-02-12/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-02-12/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/rds/2013-09-09/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-09-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-09-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-09-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-09-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-09-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-09-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-09-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-09-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-09-01/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-09-01/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-09-01/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-09-01/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-09-01/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-09-01/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-09-01/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-09-01/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/rds/2014-10-31/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/redshift/2012-12-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/redshift/2012-12-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/redshift/2012-12-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/redshift/2012-12-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/redshift/2012-12-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/redshift/2012-12-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/redshift/2012-12-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/redshift/2012-12-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/redshift/2012-12-01/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/redshift/2012-12-01/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/redshift/2012-12-01/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/redshift/2012-12-01/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/redshift/2012-12-01/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/redshift/2012-12-01/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/redshift/2012-12-01/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/redshift/2012-12-01/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/redshift/2012-12-01/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/redshift/2012-12-01/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/redshift/2012-12-01/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/redshift/2012-12-01/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rekognition/2016-06-27/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/rekognition/2016-06-27/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rekognition/2016-06-27/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/rekognition/2016-06-27/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rekognition/2016-06-27/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/rekognition/2016-06-27/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rekognition/2016-06-27/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/rekognition/2016-06-27/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rekognition/2016-06-27/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/rekognition/2016-06-27/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rekognition/2016-06-27/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/rekognition/2016-06-27/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rekognition/2016-06-27/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/rekognition/2016-06-27/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/rekognition/2016-06-27/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/rekognition/2016-06-27/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/resourcegroupstaggingapi/2017-01-26/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/resourcegroupstaggingapi/2017-01-26/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/resourcegroupstaggingapi/2017-01-26/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/resourcegroupstaggingapi/2017-01-26/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/resourcegroupstaggingapi/2017-01-26/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/resourcegroupstaggingapi/2017-01-26/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/resourcegroupstaggingapi/2017-01-26/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/resourcegroupstaggingapi/2017-01-26/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/resourcegroupstaggingapi/2017-01-26/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/resourcegroupstaggingapi/2017-01-26/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/resourcegroupstaggingapi/2017-01-26/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/resourcegroupstaggingapi/2017-01-26/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/resourcegroupstaggingapi/2017-01-26/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/resourcegroupstaggingapi/2017-01-26/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/resourcegroupstaggingapi/2017-01-26/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/resourcegroupstaggingapi/2017-01-26/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/route53/2013-04-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/route53/2013-04-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/route53/2013-04-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/route53/2013-04-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/route53/2013-04-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/route53/2013-04-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/route53/2013-04-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/route53/2013-04-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/route53/2013-04-01/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/route53/2013-04-01/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/route53/2013-04-01/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/route53/2013-04-01/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/route53/2013-04-01/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/route53/2013-04-01/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/route53/2013-04-01/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/route53/2013-04-01/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/route53/2013-04-01/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/route53/2013-04-01/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/route53/2013-04-01/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/route53/2013-04-01/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/route53domains/2014-05-15/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/route53domains/2014-05-15/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/route53domains/2014-05-15/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/route53domains/2014-05-15/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/route53domains/2014-05-15/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/route53domains/2014-05-15/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/route53domains/2014-05-15/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/route53domains/2014-05-15/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/route53domains/2014-05-15/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/route53domains/2014-05-15/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/route53domains/2014-05-15/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/route53domains/2014-05-15/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/route53domains/2014-05-15/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/route53domains/2014-05-15/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/route53domains/2014-05-15/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/route53domains/2014-05-15/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/runtime.lex/2016-11-28/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/runtime.lex/2016-11-28/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/runtime.lex/2016-11-28/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/runtime.lex/2016-11-28/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/runtime.lex/2016-11-28/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/runtime.lex/2016-11-28/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/runtime.lex/2016-11-28/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/runtime.lex/2016-11-28/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/runtime.lex/2016-11-28/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/runtime.lex/2016-11-28/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/runtime.lex/2016-11-28/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/runtime.lex/2016-11-28/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/runtime.lex/2016-11-28/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/runtime.lex/2016-11-28/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/runtime.lex/2016-11-28/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/runtime.lex/2016-11-28/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/s3/2006-03-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/s3/2006-03-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/s3/2006-03-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/s3/2006-03-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/s3/2006-03-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/s3/2006-03-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/s3/2006-03-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/s3/2006-03-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/s3/2006-03-01/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/s3/2006-03-01/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/s3/2006-03-01/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/s3/2006-03-01/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/s3/2006-03-01/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/s3/2006-03-01/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/s3/2006-03-01/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/s3/2006-03-01/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/s3/2006-03-01/waiters-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/s3/2006-03-01/waiters-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/s3/2006-03-01/waiters-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/s3/2006-03-01/waiters-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sdb/2009-04-15/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/sdb/2009-04-15/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sdb/2009-04-15/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/sdb/2009-04-15/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sdb/2009-04-15/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/sdb/2009-04-15/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sdb/2009-04-15/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/sdb/2009-04-15/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sdb/2009-04-15/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/sdb/2009-04-15/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sdb/2009-04-15/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/sdb/2009-04-15/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/servicecatalog/2015-12-10/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/servicecatalog/2015-12-10/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/servicecatalog/2015-12-10/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/servicecatalog/2015-12-10/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/servicecatalog/2015-12-10/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/servicecatalog/2015-12-10/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/servicecatalog/2015-12-10/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/servicecatalog/2015-12-10/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/servicecatalog/2015-12-10/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/servicecatalog/2015-12-10/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/servicecatalog/2015-12-10/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/servicecatalog/2015-12-10/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/servicecatalog/2015-12-10/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/servicecatalog/2015-12-10/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/servicecatalog/2015-12-10/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/servicecatalog/2015-12-10/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/shield/2016-06-02/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/shield/2016-06-02/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/shield/2016-06-02/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/shield/2016-06-02/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/shield/2016-06-02/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/shield/2016-06-02/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/shield/2016-06-02/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/shield/2016-06-02/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/shield/2016-06-02/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/shield/2016-06-02/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/shield/2016-06-02/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/shield/2016-06-02/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/shield/2016-06-02/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/shield/2016-06-02/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/shield/2016-06-02/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/shield/2016-06-02/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sms/2016-10-24/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/sms/2016-10-24/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sms/2016-10-24/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/sms/2016-10-24/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sms/2016-10-24/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/sms/2016-10-24/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sms/2016-10-24/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/sms/2016-10-24/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sms/2016-10-24/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/sms/2016-10-24/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sms/2016-10-24/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/sms/2016-10-24/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sms/2016-10-24/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/sms/2016-10-24/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sms/2016-10-24/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/sms/2016-10-24/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/snowball/2016-06-30/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/snowball/2016-06-30/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/snowball/2016-06-30/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/snowball/2016-06-30/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/snowball/2016-06-30/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/snowball/2016-06-30/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/snowball/2016-06-30/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/snowball/2016-06-30/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/snowball/2016-06-30/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/snowball/2016-06-30/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/snowball/2016-06-30/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/snowball/2016-06-30/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/snowball/2016-06-30/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/snowball/2016-06-30/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/snowball/2016-06-30/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/snowball/2016-06-30/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sns/2010-03-31/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/sns/2010-03-31/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sns/2010-03-31/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/sns/2010-03-31/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sns/2010-03-31/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/sns/2010-03-31/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sns/2010-03-31/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/sns/2010-03-31/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sns/2010-03-31/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/sns/2010-03-31/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sns/2010-03-31/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/sns/2010-03-31/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sns/2010-03-31/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/sns/2010-03-31/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sns/2010-03-31/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/sns/2010-03-31/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sqs/2012-11-05/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/sqs/2012-11-05/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sqs/2012-11-05/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/sqs/2012-11-05/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sqs/2012-11-05/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/sqs/2012-11-05/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sqs/2012-11-05/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/sqs/2012-11-05/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sqs/2012-11-05/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/sqs/2012-11-05/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sqs/2012-11-05/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/sqs/2012-11-05/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sqs/2012-11-05/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/sqs/2012-11-05/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sqs/2012-11-05/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/sqs/2012-11-05/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ssm/2014-11-06/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ssm/2014-11-06/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ssm/2014-11-06/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ssm/2014-11-06/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ssm/2014-11-06/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ssm/2014-11-06/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ssm/2014-11-06/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ssm/2014-11-06/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ssm/2014-11-06/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ssm/2014-11-06/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ssm/2014-11-06/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ssm/2014-11-06/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ssm/2014-11-06/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ssm/2014-11-06/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ssm/2014-11-06/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ssm/2014-11-06/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ssm/2014-11-06/smoke.json b/vendor/github.com/aws/aws-sdk-go/models/apis/ssm/2014-11-06/smoke.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/ssm/2014-11-06/smoke.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/ssm/2014-11-06/smoke.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/states/2016-11-23/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/states/2016-11-23/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/states/2016-11-23/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/states/2016-11-23/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/states/2016-11-23/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/states/2016-11-23/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/states/2016-11-23/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/states/2016-11-23/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/states/2016-11-23/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/states/2016-11-23/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/states/2016-11-23/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/states/2016-11-23/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/states/2016-11-23/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/states/2016-11-23/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/states/2016-11-23/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/states/2016-11-23/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/storagegateway/2013-06-30/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/storagegateway/2013-06-30/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/storagegateway/2013-06-30/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/storagegateway/2013-06-30/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/storagegateway/2013-06-30/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/storagegateway/2013-06-30/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/storagegateway/2013-06-30/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/storagegateway/2013-06-30/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/storagegateway/2013-06-30/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/storagegateway/2013-06-30/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/storagegateway/2013-06-30/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/storagegateway/2013-06-30/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/storagegateway/2013-06-30/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/storagegateway/2013-06-30/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/storagegateway/2013-06-30/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/storagegateway/2013-06-30/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/streams.dynamodb/2012-08-10/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/streams.dynamodb/2012-08-10/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/streams.dynamodb/2012-08-10/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/streams.dynamodb/2012-08-10/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/streams.dynamodb/2012-08-10/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/streams.dynamodb/2012-08-10/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/streams.dynamodb/2012-08-10/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/streams.dynamodb/2012-08-10/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/streams.dynamodb/2012-08-10/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/streams.dynamodb/2012-08-10/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/streams.dynamodb/2012-08-10/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/streams.dynamodb/2012-08-10/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/streams.dynamodb/2012-08-10/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/streams.dynamodb/2012-08-10/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/streams.dynamodb/2012-08-10/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/streams.dynamodb/2012-08-10/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sts/2011-06-15/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/sts/2011-06-15/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sts/2011-06-15/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/sts/2011-06-15/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sts/2011-06-15/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/sts/2011-06-15/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sts/2011-06-15/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/sts/2011-06-15/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sts/2011-06-15/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/sts/2011-06-15/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sts/2011-06-15/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/sts/2011-06-15/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sts/2011-06-15/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/sts/2011-06-15/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/sts/2011-06-15/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/sts/2011-06-15/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/support/2013-04-15/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/support/2013-04-15/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/support/2013-04-15/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/support/2013-04-15/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/support/2013-04-15/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/support/2013-04-15/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/support/2013-04-15/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/support/2013-04-15/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/support/2013-04-15/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/support/2013-04-15/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/support/2013-04-15/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/support/2013-04-15/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/support/2013-04-15/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/support/2013-04-15/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/support/2013-04-15/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/support/2013-04-15/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/swf/2012-01-25/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/swf/2012-01-25/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/swf/2012-01-25/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/swf/2012-01-25/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/swf/2012-01-25/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/swf/2012-01-25/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/swf/2012-01-25/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/swf/2012-01-25/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/swf/2012-01-25/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/swf/2012-01-25/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/swf/2012-01-25/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/swf/2012-01-25/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/swf/2012-01-25/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/swf/2012-01-25/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/swf/2012-01-25/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/swf/2012-01-25/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/waf-regional/2016-11-28/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/waf-regional/2016-11-28/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/waf-regional/2016-11-28/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/waf-regional/2016-11-28/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/waf-regional/2016-11-28/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/waf-regional/2016-11-28/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/waf-regional/2016-11-28/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/waf-regional/2016-11-28/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/waf-regional/2016-11-28/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/waf-regional/2016-11-28/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/waf-regional/2016-11-28/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/waf-regional/2016-11-28/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/waf-regional/2016-11-28/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/waf-regional/2016-11-28/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/waf-regional/2016-11-28/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/waf-regional/2016-11-28/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/waf-regional/2016-11-28/smoke.json b/vendor/github.com/aws/aws-sdk-go/models/apis/waf-regional/2016-11-28/smoke.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/waf-regional/2016-11-28/smoke.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/waf-regional/2016-11-28/smoke.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/waf/2015-08-24/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/waf/2015-08-24/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/waf/2015-08-24/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/waf/2015-08-24/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/waf/2015-08-24/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/waf/2015-08-24/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/waf/2015-08-24/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/waf/2015-08-24/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/waf/2015-08-24/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/waf/2015-08-24/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/waf/2015-08-24/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/waf/2015-08-24/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/waf/2015-08-24/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/waf/2015-08-24/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/waf/2015-08-24/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/waf/2015-08-24/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/waf/2015-08-24/smoke.json b/vendor/github.com/aws/aws-sdk-go/models/apis/waf/2015-08-24/smoke.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/waf/2015-08-24/smoke.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/waf/2015-08-24/smoke.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/workdocs/2016-05-01/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/workdocs/2016-05-01/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/workdocs/2016-05-01/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/workdocs/2016-05-01/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/workdocs/2016-05-01/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/workdocs/2016-05-01/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/workdocs/2016-05-01/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/workdocs/2016-05-01/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/workdocs/2016-05-01/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/workdocs/2016-05-01/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/workdocs/2016-05-01/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/workdocs/2016-05-01/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/workdocs/2016-05-01/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/workdocs/2016-05-01/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/workdocs/2016-05-01/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/workdocs/2016-05-01/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/workspaces/2015-04-08/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/workspaces/2015-04-08/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/workspaces/2015-04-08/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/workspaces/2015-04-08/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/workspaces/2015-04-08/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/workspaces/2015-04-08/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/workspaces/2015-04-08/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/workspaces/2015-04-08/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/workspaces/2015-04-08/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/workspaces/2015-04-08/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/workspaces/2015-04-08/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/workspaces/2015-04-08/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/workspaces/2015-04-08/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/workspaces/2015-04-08/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/workspaces/2015-04-08/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/workspaces/2015-04-08/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/xray/2016-04-12/api-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/xray/2016-04-12/api-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/xray/2016-04-12/api-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/xray/2016-04-12/api-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/xray/2016-04-12/docs-2.json b/vendor/github.com/aws/aws-sdk-go/models/apis/xray/2016-04-12/docs-2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/xray/2016-04-12/docs-2.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/xray/2016-04-12/docs-2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/xray/2016-04-12/examples-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/xray/2016-04-12/examples-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/xray/2016-04-12/examples-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/xray/2016-04-12/examples-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/xray/2016-04-12/paginators-1.json b/vendor/github.com/aws/aws-sdk-go/models/apis/xray/2016-04-12/paginators-1.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/apis/xray/2016-04-12/paginators-1.json rename to vendor/github.com/aws/aws-sdk-go/models/apis/xray/2016-04-12/paginators-1.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/customizations/service-aliases.json b/vendor/github.com/aws/aws-sdk-go/models/customizations/service-aliases.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/customizations/service-aliases.json rename to vendor/github.com/aws/aws-sdk-go/models/customizations/service-aliases.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/endpoints/endpoints.json b/vendor/github.com/aws/aws-sdk-go/models/endpoints/endpoints.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/endpoints/endpoints.json rename to vendor/github.com/aws/aws-sdk-go/models/endpoints/endpoints.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/endpoints/generate.go b/vendor/github.com/aws/aws-sdk-go/models/endpoints/generate.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/endpoints/generate.go rename to vendor/github.com/aws/aws-sdk-go/models/endpoints/generate.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/generate.go b/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/generate.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/generate.go rename to vendor/github.com/aws/aws-sdk-go/models/protocol_tests/generate.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/ec2.json b/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/ec2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/ec2.json rename to vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/ec2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/json.json b/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/json.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/json.json rename to vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/json.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/query.json b/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/query.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/query.json rename to vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/query.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/rest-json.json b/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/rest-json.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/rest-json.json rename to vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/rest-json.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/rest-xml.json b/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/rest-xml.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/rest-xml.json rename to vendor/github.com/aws/aws-sdk-go/models/protocol_tests/input/rest-xml.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/output/ec2.json b/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/output/ec2.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/output/ec2.json rename to vendor/github.com/aws/aws-sdk-go/models/protocol_tests/output/ec2.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/output/json.json b/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/output/json.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/output/json.json rename to vendor/github.com/aws/aws-sdk-go/models/protocol_tests/output/json.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/output/query.json b/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/output/query.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/output/query.json rename to vendor/github.com/aws/aws-sdk-go/models/protocol_tests/output/query.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/output/rest-json.json b/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/output/rest-json.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/output/rest-json.json rename to vendor/github.com/aws/aws-sdk-go/models/protocol_tests/output/rest-json.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/output/rest-xml.json b/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/output/rest-xml.json similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/models/protocol_tests/output/rest-xml.json rename to vendor/github.com/aws/aws-sdk-go/models/protocol_tests/output/rest-xml.json diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/README.md b/vendor/github.com/aws/aws-sdk-go/private/README.md similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/README.md rename to vendor/github.com/aws/aws-sdk-go/private/README.md diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/api.go b/vendor/github.com/aws/aws-sdk-go/private/model/api/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/api.go rename to vendor/github.com/aws/aws-sdk-go/private/model/api/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/api_test.go b/vendor/github.com/aws/aws-sdk-go/private/model/api/api_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/api_test.go rename to vendor/github.com/aws/aws-sdk-go/private/model/api/api_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/customization_passes.go b/vendor/github.com/aws/aws-sdk-go/private/model/api/customization_passes.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/customization_passes.go rename to vendor/github.com/aws/aws-sdk-go/private/model/api/customization_passes.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/docstring.go b/vendor/github.com/aws/aws-sdk-go/private/model/api/docstring.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/docstring.go rename to vendor/github.com/aws/aws-sdk-go/private/model/api/docstring.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/docstring_test.go b/vendor/github.com/aws/aws-sdk-go/private/model/api/docstring_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/docstring_test.go rename to vendor/github.com/aws/aws-sdk-go/private/model/api/docstring_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/example.go b/vendor/github.com/aws/aws-sdk-go/private/model/api/example.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/example.go rename to vendor/github.com/aws/aws-sdk-go/private/model/api/example.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/example_test.go b/vendor/github.com/aws/aws-sdk-go/private/model/api/example_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/example_test.go rename to vendor/github.com/aws/aws-sdk-go/private/model/api/example_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/examples_builder.go b/vendor/github.com/aws/aws-sdk-go/private/model/api/examples_builder.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/examples_builder.go rename to vendor/github.com/aws/aws-sdk-go/private/model/api/examples_builder.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/examples_builder_customizations.go b/vendor/github.com/aws/aws-sdk-go/private/model/api/examples_builder_customizations.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/examples_builder_customizations.go rename to vendor/github.com/aws/aws-sdk-go/private/model/api/examples_builder_customizations.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/exportable_name.go b/vendor/github.com/aws/aws-sdk-go/private/model/api/exportable_name.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/exportable_name.go rename to vendor/github.com/aws/aws-sdk-go/private/model/api/exportable_name.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/list_of_shame.go b/vendor/github.com/aws/aws-sdk-go/private/model/api/list_of_shame.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/list_of_shame.go rename to vendor/github.com/aws/aws-sdk-go/private/model/api/list_of_shame.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/load.go b/vendor/github.com/aws/aws-sdk-go/private/model/api/load.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/load.go rename to vendor/github.com/aws/aws-sdk-go/private/model/api/load.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/load_test.go b/vendor/github.com/aws/aws-sdk-go/private/model/api/load_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/load_test.go rename to vendor/github.com/aws/aws-sdk-go/private/model/api/load_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/operation.go b/vendor/github.com/aws/aws-sdk-go/private/model/api/operation.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/operation.go rename to vendor/github.com/aws/aws-sdk-go/private/model/api/operation.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/pagination.go b/vendor/github.com/aws/aws-sdk-go/private/model/api/pagination.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/pagination.go rename to vendor/github.com/aws/aws-sdk-go/private/model/api/pagination.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/param_filler.go b/vendor/github.com/aws/aws-sdk-go/private/model/api/param_filler.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/param_filler.go rename to vendor/github.com/aws/aws-sdk-go/private/model/api/param_filler.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/passes.go b/vendor/github.com/aws/aws-sdk-go/private/model/api/passes.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/passes.go rename to vendor/github.com/aws/aws-sdk-go/private/model/api/passes.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/passes_test.go b/vendor/github.com/aws/aws-sdk-go/private/model/api/passes_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/passes_test.go rename to vendor/github.com/aws/aws-sdk-go/private/model/api/passes_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/shape.go b/vendor/github.com/aws/aws-sdk-go/private/model/api/shape.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/shape.go rename to vendor/github.com/aws/aws-sdk-go/private/model/api/shape.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/shape_validation.go b/vendor/github.com/aws/aws-sdk-go/private/model/api/shape_validation.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/shape_validation.go rename to vendor/github.com/aws/aws-sdk-go/private/model/api/shape_validation.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/shapetag_test.go b/vendor/github.com/aws/aws-sdk-go/private/model/api/shapetag_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/shapetag_test.go rename to vendor/github.com/aws/aws-sdk-go/private/model/api/shapetag_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/waiters.go b/vendor/github.com/aws/aws-sdk-go/private/model/api/waiters.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/api/waiters.go rename to vendor/github.com/aws/aws-sdk-go/private/model/api/waiters.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/cli/api-info/api-info.go b/vendor/github.com/aws/aws-sdk-go/private/model/cli/api-info/api-info.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/cli/api-info/api-info.go rename to vendor/github.com/aws/aws-sdk-go/private/model/cli/api-info/api-info.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/cli/gen-api/main.go b/vendor/github.com/aws/aws-sdk-go/private/model/cli/gen-api/main.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/cli/gen-api/main.go rename to vendor/github.com/aws/aws-sdk-go/private/model/cli/gen-api/main.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/cli/gen-endpoints/main.go b/vendor/github.com/aws/aws-sdk-go/private/model/cli/gen-endpoints/main.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/model/cli/gen-endpoints/main.go rename to vendor/github.com/aws/aws-sdk-go/private/model/cli/gen-endpoints/main.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/build.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/build.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/build.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/build.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/build_bench_test.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/build_bench_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/build_bench_test.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/build_bench_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/build_test.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/build_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/build_test.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/build_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/unmarshal.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/unmarshal.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/unmarshal.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/unmarshal.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/unmarshal_test.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/unmarshal_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/unmarshal_test.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/ec2query/unmarshal_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/idempotency.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/idempotency.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/idempotency.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/idempotency.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/idempotency_test.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/idempotency_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/idempotency_test.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/idempotency_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/build.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/build.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/build.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/build.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/build_test.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/build_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/build_test.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/build_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/unmarshal.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/unmarshal.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/unmarshal.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/json/jsonutil/unmarshal.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/build_bench_test.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/build_bench_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/build_bench_test.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/build_bench_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/build_test.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/build_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/build_test.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/build_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/jsonrpc.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/jsonrpc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/jsonrpc.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/jsonrpc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/unmarshal_test.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/unmarshal_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/unmarshal_test.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/jsonrpc/unmarshal_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonvalue.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonvalue.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonvalue.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/jsonvalue.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonvalue_test.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonvalue_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/jsonvalue_test.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/jsonvalue_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/protocol_test.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/protocol_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/protocol_test.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/protocol_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/query/build.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/query/build.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/query/build.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/query/build.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/query/build_test.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/query/build_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/query/build_test.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/query/build_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/query/queryutil/queryutil.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/query/queryutil/queryutil.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/query/queryutil/queryutil.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/query/queryutil/queryutil.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal_error.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal_error.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal_error.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal_error.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal_test.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal_test.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/query/unmarshal_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/build.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/build.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/build.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/rest/build.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/build_test.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/build_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/build_test.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/rest/build_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/payload.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/payload.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/payload.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/rest/payload.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/rest_test.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/rest_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/rest_test.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/rest/rest_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/unmarshal.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/unmarshal.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/unmarshal.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/rest/unmarshal.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/restjson/build_bench_test.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/restjson/build_bench_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/restjson/build_bench_test.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/restjson/build_bench_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/restjson/build_test.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/restjson/build_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/restjson/build_test.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/restjson/build_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/restjson/restjson.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/restjson/restjson.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/restjson/restjson.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/restjson/restjson.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/restjson/unmarshal_test.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/restjson/unmarshal_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/restjson/unmarshal_test.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/restjson/unmarshal_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/restxml/build_bench_test.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/restxml/build_bench_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/restxml/build_bench_test.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/restxml/build_bench_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/restxml/build_test.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/restxml/build_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/restxml/build_test.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/restxml/build_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/restxml/restxml.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/restxml/restxml.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/restxml/restxml.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/restxml/restxml.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/restxml/unmarshal_test.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/restxml/unmarshal_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/restxml/unmarshal_test.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/restxml/unmarshal_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/unmarshal.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/unmarshal.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/unmarshal.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/unmarshal.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/unmarshal_test.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/unmarshal_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/unmarshal_test.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/unmarshal_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/build.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/build.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/build.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/build.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/unmarshal.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/unmarshal.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/unmarshal.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/unmarshal.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/unmarshal_test.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/unmarshal_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/unmarshal_test.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/unmarshal_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/xml_to_struct.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/xml_to_struct.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/xml_to_struct.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/xml_to_struct.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/xml_to_struct_test.go b/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/xml_to_struct_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/xml_to_struct_test.go rename to vendor/github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil/xml_to_struct_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/signer/v2/v2.go b/vendor/github.com/aws/aws-sdk-go/private/signer/v2/v2.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/signer/v2/v2.go rename to vendor/github.com/aws/aws-sdk-go/private/signer/v2/v2.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/signer/v2/v2_test.go b/vendor/github.com/aws/aws-sdk-go/private/signer/v2/v2_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/signer/v2/v2_test.go rename to vendor/github.com/aws/aws-sdk-go/private/signer/v2/v2_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/util/sort_keys.go b/vendor/github.com/aws/aws-sdk-go/private/util/sort_keys.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/util/sort_keys.go rename to vendor/github.com/aws/aws-sdk-go/private/util/sort_keys.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/private/util/util.go b/vendor/github.com/aws/aws-sdk-go/private/util/util.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/private/util/util.go rename to vendor/github.com/aws/aws-sdk-go/private/util/util.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/acm/acmiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/acm/acmiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/acm/acmiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/acm/acmiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/acm/api.go b/vendor/github.com/aws/aws-sdk-go/service/acm/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/acm/api.go rename to vendor/github.com/aws/aws-sdk-go/service/acm/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/acm/doc.go b/vendor/github.com/aws/aws-sdk-go/service/acm/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/acm/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/acm/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/acm/errors.go b/vendor/github.com/aws/aws-sdk-go/service/acm/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/acm/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/acm/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/acm/service.go b/vendor/github.com/aws/aws-sdk-go/service/acm/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/acm/service.go rename to vendor/github.com/aws/aws-sdk-go/service/acm/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/alexaforbusiness/alexaforbusinessiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/alexaforbusiness/alexaforbusinessiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/alexaforbusiness/alexaforbusinessiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/alexaforbusiness/alexaforbusinessiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/alexaforbusiness/api.go b/vendor/github.com/aws/aws-sdk-go/service/alexaforbusiness/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/alexaforbusiness/api.go rename to vendor/github.com/aws/aws-sdk-go/service/alexaforbusiness/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/alexaforbusiness/doc.go b/vendor/github.com/aws/aws-sdk-go/service/alexaforbusiness/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/alexaforbusiness/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/alexaforbusiness/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/alexaforbusiness/errors.go b/vendor/github.com/aws/aws-sdk-go/service/alexaforbusiness/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/alexaforbusiness/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/alexaforbusiness/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/alexaforbusiness/service.go b/vendor/github.com/aws/aws-sdk-go/service/alexaforbusiness/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/alexaforbusiness/service.go rename to vendor/github.com/aws/aws-sdk-go/service/alexaforbusiness/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/apigateway/api.go b/vendor/github.com/aws/aws-sdk-go/service/apigateway/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/apigateway/api.go rename to vendor/github.com/aws/aws-sdk-go/service/apigateway/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/apigateway/apigatewayiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/apigateway/apigatewayiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/apigateway/apigatewayiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/apigateway/apigatewayiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/apigateway/customization.go b/vendor/github.com/aws/aws-sdk-go/service/apigateway/customization.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/apigateway/customization.go rename to vendor/github.com/aws/aws-sdk-go/service/apigateway/customization.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/apigateway/doc.go b/vendor/github.com/aws/aws-sdk-go/service/apigateway/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/apigateway/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/apigateway/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/apigateway/errors.go b/vendor/github.com/aws/aws-sdk-go/service/apigateway/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/apigateway/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/apigateway/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/apigateway/service.go b/vendor/github.com/aws/aws-sdk-go/service/apigateway/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/apigateway/service.go rename to vendor/github.com/aws/aws-sdk-go/service/apigateway/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/applicationautoscaling/api.go b/vendor/github.com/aws/aws-sdk-go/service/applicationautoscaling/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/applicationautoscaling/api.go rename to vendor/github.com/aws/aws-sdk-go/service/applicationautoscaling/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/applicationautoscaling/applicationautoscalingiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/applicationautoscaling/applicationautoscalingiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/applicationautoscaling/applicationautoscalingiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/applicationautoscaling/applicationautoscalingiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/applicationautoscaling/doc.go b/vendor/github.com/aws/aws-sdk-go/service/applicationautoscaling/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/applicationautoscaling/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/applicationautoscaling/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/applicationautoscaling/errors.go b/vendor/github.com/aws/aws-sdk-go/service/applicationautoscaling/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/applicationautoscaling/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/applicationautoscaling/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/applicationautoscaling/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/applicationautoscaling/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/applicationautoscaling/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/applicationautoscaling/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/applicationautoscaling/service.go b/vendor/github.com/aws/aws-sdk-go/service/applicationautoscaling/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/applicationautoscaling/service.go rename to vendor/github.com/aws/aws-sdk-go/service/applicationautoscaling/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/applicationdiscoveryservice/api.go b/vendor/github.com/aws/aws-sdk-go/service/applicationdiscoveryservice/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/applicationdiscoveryservice/api.go rename to vendor/github.com/aws/aws-sdk-go/service/applicationdiscoveryservice/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/applicationdiscoveryservice/applicationdiscoveryserviceiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/applicationdiscoveryservice/applicationdiscoveryserviceiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/applicationdiscoveryservice/applicationdiscoveryserviceiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/applicationdiscoveryservice/applicationdiscoveryserviceiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/applicationdiscoveryservice/doc.go b/vendor/github.com/aws/aws-sdk-go/service/applicationdiscoveryservice/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/applicationdiscoveryservice/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/applicationdiscoveryservice/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/applicationdiscoveryservice/errors.go b/vendor/github.com/aws/aws-sdk-go/service/applicationdiscoveryservice/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/applicationdiscoveryservice/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/applicationdiscoveryservice/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/applicationdiscoveryservice/service.go b/vendor/github.com/aws/aws-sdk-go/service/applicationdiscoveryservice/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/applicationdiscoveryservice/service.go rename to vendor/github.com/aws/aws-sdk-go/service/applicationdiscoveryservice/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/appstream/api.go b/vendor/github.com/aws/aws-sdk-go/service/appstream/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/appstream/api.go rename to vendor/github.com/aws/aws-sdk-go/service/appstream/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/appstream/appstreamiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/appstream/appstreamiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/appstream/appstreamiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/appstream/appstreamiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/appstream/doc.go b/vendor/github.com/aws/aws-sdk-go/service/appstream/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/appstream/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/appstream/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/appstream/errors.go b/vendor/github.com/aws/aws-sdk-go/service/appstream/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/appstream/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/appstream/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/appstream/service.go b/vendor/github.com/aws/aws-sdk-go/service/appstream/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/appstream/service.go rename to vendor/github.com/aws/aws-sdk-go/service/appstream/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/appstream/waiters.go b/vendor/github.com/aws/aws-sdk-go/service/appstream/waiters.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/appstream/waiters.go rename to vendor/github.com/aws/aws-sdk-go/service/appstream/waiters.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/appsync/api.go b/vendor/github.com/aws/aws-sdk-go/service/appsync/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/appsync/api.go rename to vendor/github.com/aws/aws-sdk-go/service/appsync/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/appsync/appsynciface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/appsync/appsynciface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/appsync/appsynciface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/appsync/appsynciface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/appsync/doc.go b/vendor/github.com/aws/aws-sdk-go/service/appsync/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/appsync/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/appsync/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/appsync/errors.go b/vendor/github.com/aws/aws-sdk-go/service/appsync/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/appsync/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/appsync/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/appsync/service.go b/vendor/github.com/aws/aws-sdk-go/service/appsync/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/appsync/service.go rename to vendor/github.com/aws/aws-sdk-go/service/appsync/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/athena/api.go b/vendor/github.com/aws/aws-sdk-go/service/athena/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/athena/api.go rename to vendor/github.com/aws/aws-sdk-go/service/athena/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/athena/athenaiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/athena/athenaiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/athena/athenaiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/athena/athenaiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/athena/doc.go b/vendor/github.com/aws/aws-sdk-go/service/athena/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/athena/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/athena/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/athena/errors.go b/vendor/github.com/aws/aws-sdk-go/service/athena/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/athena/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/athena/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/athena/service.go b/vendor/github.com/aws/aws-sdk-go/service/athena/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/athena/service.go rename to vendor/github.com/aws/aws-sdk-go/service/athena/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/autoscaling/api.go b/vendor/github.com/aws/aws-sdk-go/service/autoscaling/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/autoscaling/api.go rename to vendor/github.com/aws/aws-sdk-go/service/autoscaling/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/autoscaling/autoscalingiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/autoscaling/autoscalingiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/autoscaling/autoscalingiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/autoscaling/autoscalingiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/autoscaling/doc.go b/vendor/github.com/aws/aws-sdk-go/service/autoscaling/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/autoscaling/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/autoscaling/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/autoscaling/errors.go b/vendor/github.com/aws/aws-sdk-go/service/autoscaling/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/autoscaling/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/autoscaling/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/autoscaling/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/autoscaling/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/autoscaling/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/autoscaling/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/autoscaling/service.go b/vendor/github.com/aws/aws-sdk-go/service/autoscaling/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/autoscaling/service.go rename to vendor/github.com/aws/aws-sdk-go/service/autoscaling/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/autoscaling/waiters.go b/vendor/github.com/aws/aws-sdk-go/service/autoscaling/waiters.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/autoscaling/waiters.go rename to vendor/github.com/aws/aws-sdk-go/service/autoscaling/waiters.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/batch/api.go b/vendor/github.com/aws/aws-sdk-go/service/batch/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/batch/api.go rename to vendor/github.com/aws/aws-sdk-go/service/batch/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/batch/batchiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/batch/batchiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/batch/batchiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/batch/batchiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/batch/doc.go b/vendor/github.com/aws/aws-sdk-go/service/batch/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/batch/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/batch/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/batch/errors.go b/vendor/github.com/aws/aws-sdk-go/service/batch/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/batch/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/batch/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/batch/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/batch/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/batch/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/batch/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/batch/service.go b/vendor/github.com/aws/aws-sdk-go/service/batch/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/batch/service.go rename to vendor/github.com/aws/aws-sdk-go/service/batch/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/budgets/api.go b/vendor/github.com/aws/aws-sdk-go/service/budgets/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/budgets/api.go rename to vendor/github.com/aws/aws-sdk-go/service/budgets/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/budgets/budgetsiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/budgets/budgetsiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/budgets/budgetsiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/budgets/budgetsiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/budgets/doc.go b/vendor/github.com/aws/aws-sdk-go/service/budgets/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/budgets/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/budgets/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/budgets/errors.go b/vendor/github.com/aws/aws-sdk-go/service/budgets/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/budgets/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/budgets/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/budgets/service.go b/vendor/github.com/aws/aws-sdk-go/service/budgets/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/budgets/service.go rename to vendor/github.com/aws/aws-sdk-go/service/budgets/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloud9/api.go b/vendor/github.com/aws/aws-sdk-go/service/cloud9/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloud9/api.go rename to vendor/github.com/aws/aws-sdk-go/service/cloud9/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloud9/cloud9iface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/cloud9/cloud9iface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloud9/cloud9iface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/cloud9/cloud9iface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloud9/doc.go b/vendor/github.com/aws/aws-sdk-go/service/cloud9/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloud9/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/cloud9/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloud9/errors.go b/vendor/github.com/aws/aws-sdk-go/service/cloud9/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloud9/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/cloud9/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloud9/service.go b/vendor/github.com/aws/aws-sdk-go/service/cloud9/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloud9/service.go rename to vendor/github.com/aws/aws-sdk-go/service/cloud9/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/clouddirectory/api.go b/vendor/github.com/aws/aws-sdk-go/service/clouddirectory/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/clouddirectory/api.go rename to vendor/github.com/aws/aws-sdk-go/service/clouddirectory/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/clouddirectory/clouddirectoryiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/clouddirectory/clouddirectoryiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/clouddirectory/clouddirectoryiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/clouddirectory/clouddirectoryiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/clouddirectory/doc.go b/vendor/github.com/aws/aws-sdk-go/service/clouddirectory/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/clouddirectory/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/clouddirectory/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/clouddirectory/errors.go b/vendor/github.com/aws/aws-sdk-go/service/clouddirectory/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/clouddirectory/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/clouddirectory/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/clouddirectory/service.go b/vendor/github.com/aws/aws-sdk-go/service/clouddirectory/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/clouddirectory/service.go rename to vendor/github.com/aws/aws-sdk-go/service/clouddirectory/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudformation/api.go b/vendor/github.com/aws/aws-sdk-go/service/cloudformation/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudformation/api.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudformation/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudformation/cloudformationiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/cloudformation/cloudformationiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudformation/cloudformationiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudformation/cloudformationiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudformation/doc.go b/vendor/github.com/aws/aws-sdk-go/service/cloudformation/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudformation/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudformation/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudformation/errors.go b/vendor/github.com/aws/aws-sdk-go/service/cloudformation/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudformation/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudformation/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudformation/service.go b/vendor/github.com/aws/aws-sdk-go/service/cloudformation/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudformation/service.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudformation/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudformation/waiters.go b/vendor/github.com/aws/aws-sdk-go/service/cloudformation/waiters.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudformation/waiters.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudformation/waiters.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/api.go b/vendor/github.com/aws/aws-sdk-go/service/cloudfront/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/api.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudfront/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/cloudfrontiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/cloudfront/cloudfrontiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/cloudfrontiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudfront/cloudfrontiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/doc.go b/vendor/github.com/aws/aws-sdk-go/service/cloudfront/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudfront/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/errors.go b/vendor/github.com/aws/aws-sdk-go/service/cloudfront/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudfront/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/cloudfront/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudfront/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/service.go b/vendor/github.com/aws/aws-sdk-go/service/cloudfront/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/service.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudfront/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/policy.go b/vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/policy.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/policy.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/policy.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/policy_test.go b/vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/policy_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/policy_test.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/policy_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/privkey.go b/vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/privkey.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/privkey.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/privkey.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/privkey_test.go b/vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/privkey_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/privkey_test.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/privkey_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/randomreader.go b/vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/randomreader.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/randomreader.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/randomreader.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/sign_cookie.go b/vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/sign_cookie.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/sign_cookie.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/sign_cookie.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/sign_cookie_example_test.go b/vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/sign_cookie_example_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/sign_cookie_example_test.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/sign_cookie_example_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/sign_cookie_test.go b/vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/sign_cookie_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/sign_cookie_test.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/sign_cookie_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/sign_url.go b/vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/sign_url.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/sign_url.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/sign_url.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/sign_url_test.go b/vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/sign_url_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/sign_url_test.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudfront/sign/sign_url_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/waiters.go b/vendor/github.com/aws/aws-sdk-go/service/cloudfront/waiters.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudfront/waiters.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudfront/waiters.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudhsm/api.go b/vendor/github.com/aws/aws-sdk-go/service/cloudhsm/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudhsm/api.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudhsm/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudhsm/cloudhsmiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/cloudhsm/cloudhsmiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudhsm/cloudhsmiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudhsm/cloudhsmiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudhsm/doc.go b/vendor/github.com/aws/aws-sdk-go/service/cloudhsm/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudhsm/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudhsm/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudhsm/errors.go b/vendor/github.com/aws/aws-sdk-go/service/cloudhsm/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudhsm/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudhsm/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudhsm/service.go b/vendor/github.com/aws/aws-sdk-go/service/cloudhsm/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudhsm/service.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudhsm/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudhsmv2/api.go b/vendor/github.com/aws/aws-sdk-go/service/cloudhsmv2/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudhsmv2/api.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudhsmv2/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudhsmv2/cloudhsmv2iface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/cloudhsmv2/cloudhsmv2iface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudhsmv2/cloudhsmv2iface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudhsmv2/cloudhsmv2iface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudhsmv2/doc.go b/vendor/github.com/aws/aws-sdk-go/service/cloudhsmv2/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudhsmv2/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudhsmv2/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudhsmv2/errors.go b/vendor/github.com/aws/aws-sdk-go/service/cloudhsmv2/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudhsmv2/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudhsmv2/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudhsmv2/service.go b/vendor/github.com/aws/aws-sdk-go/service/cloudhsmv2/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudhsmv2/service.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudhsmv2/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudsearch/api.go b/vendor/github.com/aws/aws-sdk-go/service/cloudsearch/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudsearch/api.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudsearch/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudsearch/cloudsearchiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/cloudsearch/cloudsearchiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudsearch/cloudsearchiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudsearch/cloudsearchiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudsearch/doc.go b/vendor/github.com/aws/aws-sdk-go/service/cloudsearch/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudsearch/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudsearch/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudsearch/errors.go b/vendor/github.com/aws/aws-sdk-go/service/cloudsearch/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudsearch/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudsearch/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudsearch/service.go b/vendor/github.com/aws/aws-sdk-go/service/cloudsearch/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudsearch/service.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudsearch/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudsearchdomain/api.go b/vendor/github.com/aws/aws-sdk-go/service/cloudsearchdomain/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudsearchdomain/api.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudsearchdomain/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudsearchdomain/cloudsearchdomainiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/cloudsearchdomain/cloudsearchdomainiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudsearchdomain/cloudsearchdomainiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudsearchdomain/cloudsearchdomainiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudsearchdomain/customizations_test.go b/vendor/github.com/aws/aws-sdk-go/service/cloudsearchdomain/customizations_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudsearchdomain/customizations_test.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudsearchdomain/customizations_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudsearchdomain/doc.go b/vendor/github.com/aws/aws-sdk-go/service/cloudsearchdomain/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudsearchdomain/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudsearchdomain/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudsearchdomain/errors.go b/vendor/github.com/aws/aws-sdk-go/service/cloudsearchdomain/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudsearchdomain/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudsearchdomain/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudsearchdomain/service.go b/vendor/github.com/aws/aws-sdk-go/service/cloudsearchdomain/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudsearchdomain/service.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudsearchdomain/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudtrail/api.go b/vendor/github.com/aws/aws-sdk-go/service/cloudtrail/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudtrail/api.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudtrail/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudtrail/cloudtrailiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/cloudtrail/cloudtrailiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudtrail/cloudtrailiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudtrail/cloudtrailiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudtrail/doc.go b/vendor/github.com/aws/aws-sdk-go/service/cloudtrail/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudtrail/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudtrail/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudtrail/errors.go b/vendor/github.com/aws/aws-sdk-go/service/cloudtrail/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudtrail/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudtrail/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudtrail/service.go b/vendor/github.com/aws/aws-sdk-go/service/cloudtrail/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudtrail/service.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudtrail/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatch/api.go b/vendor/github.com/aws/aws-sdk-go/service/cloudwatch/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatch/api.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudwatch/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatch/cloudwatchiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/cloudwatch/cloudwatchiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatch/cloudwatchiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudwatch/cloudwatchiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatch/doc.go b/vendor/github.com/aws/aws-sdk-go/service/cloudwatch/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatch/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudwatch/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatch/errors.go b/vendor/github.com/aws/aws-sdk-go/service/cloudwatch/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatch/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudwatch/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatch/service.go b/vendor/github.com/aws/aws-sdk-go/service/cloudwatch/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatch/service.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudwatch/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatch/waiters.go b/vendor/github.com/aws/aws-sdk-go/service/cloudwatch/waiters.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatch/waiters.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudwatch/waiters.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatchevents/api.go b/vendor/github.com/aws/aws-sdk-go/service/cloudwatchevents/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatchevents/api.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudwatchevents/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatchevents/cloudwatcheventsiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/cloudwatchevents/cloudwatcheventsiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatchevents/cloudwatcheventsiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudwatchevents/cloudwatcheventsiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatchevents/doc.go b/vendor/github.com/aws/aws-sdk-go/service/cloudwatchevents/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatchevents/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudwatchevents/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatchevents/errors.go b/vendor/github.com/aws/aws-sdk-go/service/cloudwatchevents/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatchevents/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudwatchevents/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatchevents/service.go b/vendor/github.com/aws/aws-sdk-go/service/cloudwatchevents/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatchevents/service.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudwatchevents/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatchlogs/api.go b/vendor/github.com/aws/aws-sdk-go/service/cloudwatchlogs/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatchlogs/api.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudwatchlogs/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatchlogs/cloudwatchlogsiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/cloudwatchlogs/cloudwatchlogsiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatchlogs/cloudwatchlogsiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudwatchlogs/cloudwatchlogsiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatchlogs/doc.go b/vendor/github.com/aws/aws-sdk-go/service/cloudwatchlogs/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatchlogs/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudwatchlogs/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatchlogs/errors.go b/vendor/github.com/aws/aws-sdk-go/service/cloudwatchlogs/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatchlogs/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudwatchlogs/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatchlogs/service.go b/vendor/github.com/aws/aws-sdk-go/service/cloudwatchlogs/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cloudwatchlogs/service.go rename to vendor/github.com/aws/aws-sdk-go/service/cloudwatchlogs/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/codebuild/api.go b/vendor/github.com/aws/aws-sdk-go/service/codebuild/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/codebuild/api.go rename to vendor/github.com/aws/aws-sdk-go/service/codebuild/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/codebuild/codebuildiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/codebuild/codebuildiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/codebuild/codebuildiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/codebuild/codebuildiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/codebuild/doc.go b/vendor/github.com/aws/aws-sdk-go/service/codebuild/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/codebuild/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/codebuild/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/codebuild/errors.go b/vendor/github.com/aws/aws-sdk-go/service/codebuild/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/codebuild/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/codebuild/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/codebuild/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/codebuild/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/codebuild/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/codebuild/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/codebuild/service.go b/vendor/github.com/aws/aws-sdk-go/service/codebuild/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/codebuild/service.go rename to vendor/github.com/aws/aws-sdk-go/service/codebuild/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/codecommit/api.go b/vendor/github.com/aws/aws-sdk-go/service/codecommit/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/codecommit/api.go rename to vendor/github.com/aws/aws-sdk-go/service/codecommit/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/codecommit/codecommitiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/codecommit/codecommitiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/codecommit/codecommitiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/codecommit/codecommitiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/codecommit/doc.go b/vendor/github.com/aws/aws-sdk-go/service/codecommit/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/codecommit/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/codecommit/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/codecommit/errors.go b/vendor/github.com/aws/aws-sdk-go/service/codecommit/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/codecommit/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/codecommit/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/codecommit/service.go b/vendor/github.com/aws/aws-sdk-go/service/codecommit/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/codecommit/service.go rename to vendor/github.com/aws/aws-sdk-go/service/codecommit/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/codedeploy/api.go b/vendor/github.com/aws/aws-sdk-go/service/codedeploy/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/codedeploy/api.go rename to vendor/github.com/aws/aws-sdk-go/service/codedeploy/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/codedeploy/codedeployiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/codedeploy/codedeployiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/codedeploy/codedeployiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/codedeploy/codedeployiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/codedeploy/doc.go b/vendor/github.com/aws/aws-sdk-go/service/codedeploy/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/codedeploy/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/codedeploy/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/codedeploy/errors.go b/vendor/github.com/aws/aws-sdk-go/service/codedeploy/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/codedeploy/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/codedeploy/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/codedeploy/service.go b/vendor/github.com/aws/aws-sdk-go/service/codedeploy/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/codedeploy/service.go rename to vendor/github.com/aws/aws-sdk-go/service/codedeploy/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/codedeploy/waiters.go b/vendor/github.com/aws/aws-sdk-go/service/codedeploy/waiters.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/codedeploy/waiters.go rename to vendor/github.com/aws/aws-sdk-go/service/codedeploy/waiters.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/codepipeline/api.go b/vendor/github.com/aws/aws-sdk-go/service/codepipeline/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/codepipeline/api.go rename to vendor/github.com/aws/aws-sdk-go/service/codepipeline/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/codepipeline/codepipelineiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/codepipeline/codepipelineiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/codepipeline/codepipelineiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/codepipeline/codepipelineiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/codepipeline/doc.go b/vendor/github.com/aws/aws-sdk-go/service/codepipeline/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/codepipeline/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/codepipeline/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/codepipeline/errors.go b/vendor/github.com/aws/aws-sdk-go/service/codepipeline/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/codepipeline/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/codepipeline/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/codepipeline/service.go b/vendor/github.com/aws/aws-sdk-go/service/codepipeline/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/codepipeline/service.go rename to vendor/github.com/aws/aws-sdk-go/service/codepipeline/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/codestar/api.go b/vendor/github.com/aws/aws-sdk-go/service/codestar/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/codestar/api.go rename to vendor/github.com/aws/aws-sdk-go/service/codestar/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/codestar/codestariface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/codestar/codestariface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/codestar/codestariface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/codestar/codestariface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/codestar/doc.go b/vendor/github.com/aws/aws-sdk-go/service/codestar/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/codestar/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/codestar/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/codestar/errors.go b/vendor/github.com/aws/aws-sdk-go/service/codestar/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/codestar/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/codestar/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/codestar/service.go b/vendor/github.com/aws/aws-sdk-go/service/codestar/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/codestar/service.go rename to vendor/github.com/aws/aws-sdk-go/service/codestar/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/api.go b/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/api.go rename to vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/cognitoidentityiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/cognitoidentityiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/cognitoidentityiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/cognitoidentityiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/customizations.go b/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/customizations.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/customizations.go rename to vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/customizations.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/customizations_test.go b/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/customizations_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/customizations_test.go rename to vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/customizations_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/doc.go b/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/errors.go b/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/service.go b/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/service.go rename to vendor/github.com/aws/aws-sdk-go/service/cognitoidentity/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitoidentityprovider/api.go b/vendor/github.com/aws/aws-sdk-go/service/cognitoidentityprovider/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitoidentityprovider/api.go rename to vendor/github.com/aws/aws-sdk-go/service/cognitoidentityprovider/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitoidentityprovider/cognitoidentityprovideriface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/cognitoidentityprovider/cognitoidentityprovideriface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitoidentityprovider/cognitoidentityprovideriface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/cognitoidentityprovider/cognitoidentityprovideriface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitoidentityprovider/doc.go b/vendor/github.com/aws/aws-sdk-go/service/cognitoidentityprovider/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitoidentityprovider/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/cognitoidentityprovider/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitoidentityprovider/errors.go b/vendor/github.com/aws/aws-sdk-go/service/cognitoidentityprovider/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitoidentityprovider/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/cognitoidentityprovider/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitoidentityprovider/service.go b/vendor/github.com/aws/aws-sdk-go/service/cognitoidentityprovider/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitoidentityprovider/service.go rename to vendor/github.com/aws/aws-sdk-go/service/cognitoidentityprovider/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitosync/api.go b/vendor/github.com/aws/aws-sdk-go/service/cognitosync/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitosync/api.go rename to vendor/github.com/aws/aws-sdk-go/service/cognitosync/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitosync/cognitosynciface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/cognitosync/cognitosynciface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitosync/cognitosynciface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/cognitosync/cognitosynciface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitosync/doc.go b/vendor/github.com/aws/aws-sdk-go/service/cognitosync/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitosync/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/cognitosync/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitosync/errors.go b/vendor/github.com/aws/aws-sdk-go/service/cognitosync/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitosync/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/cognitosync/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitosync/service.go b/vendor/github.com/aws/aws-sdk-go/service/cognitosync/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/cognitosync/service.go rename to vendor/github.com/aws/aws-sdk-go/service/cognitosync/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/comprehend/api.go b/vendor/github.com/aws/aws-sdk-go/service/comprehend/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/comprehend/api.go rename to vendor/github.com/aws/aws-sdk-go/service/comprehend/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/comprehend/comprehendiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/comprehend/comprehendiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/comprehend/comprehendiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/comprehend/comprehendiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/comprehend/doc.go b/vendor/github.com/aws/aws-sdk-go/service/comprehend/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/comprehend/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/comprehend/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/comprehend/errors.go b/vendor/github.com/aws/aws-sdk-go/service/comprehend/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/comprehend/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/comprehend/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/comprehend/service.go b/vendor/github.com/aws/aws-sdk-go/service/comprehend/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/comprehend/service.go rename to vendor/github.com/aws/aws-sdk-go/service/comprehend/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/configservice/api.go b/vendor/github.com/aws/aws-sdk-go/service/configservice/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/configservice/api.go rename to vendor/github.com/aws/aws-sdk-go/service/configservice/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/configservice/configserviceiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/configservice/configserviceiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/configservice/configserviceiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/configservice/configserviceiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/configservice/doc.go b/vendor/github.com/aws/aws-sdk-go/service/configservice/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/configservice/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/configservice/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/configservice/errors.go b/vendor/github.com/aws/aws-sdk-go/service/configservice/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/configservice/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/configservice/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/configservice/service.go b/vendor/github.com/aws/aws-sdk-go/service/configservice/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/configservice/service.go rename to vendor/github.com/aws/aws-sdk-go/service/configservice/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/costandusagereportservice/api.go b/vendor/github.com/aws/aws-sdk-go/service/costandusagereportservice/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/costandusagereportservice/api.go rename to vendor/github.com/aws/aws-sdk-go/service/costandusagereportservice/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/costandusagereportservice/costandusagereportserviceiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/costandusagereportservice/costandusagereportserviceiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/costandusagereportservice/costandusagereportserviceiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/costandusagereportservice/costandusagereportserviceiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/costandusagereportservice/doc.go b/vendor/github.com/aws/aws-sdk-go/service/costandusagereportservice/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/costandusagereportservice/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/costandusagereportservice/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/costandusagereportservice/errors.go b/vendor/github.com/aws/aws-sdk-go/service/costandusagereportservice/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/costandusagereportservice/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/costandusagereportservice/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/costandusagereportservice/service.go b/vendor/github.com/aws/aws-sdk-go/service/costandusagereportservice/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/costandusagereportservice/service.go rename to vendor/github.com/aws/aws-sdk-go/service/costandusagereportservice/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/costexplorer/api.go b/vendor/github.com/aws/aws-sdk-go/service/costexplorer/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/costexplorer/api.go rename to vendor/github.com/aws/aws-sdk-go/service/costexplorer/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/costexplorer/costexploreriface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/costexplorer/costexploreriface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/costexplorer/costexploreriface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/costexplorer/costexploreriface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/costexplorer/doc.go b/vendor/github.com/aws/aws-sdk-go/service/costexplorer/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/costexplorer/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/costexplorer/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/costexplorer/errors.go b/vendor/github.com/aws/aws-sdk-go/service/costexplorer/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/costexplorer/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/costexplorer/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/costexplorer/service.go b/vendor/github.com/aws/aws-sdk-go/service/costexplorer/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/costexplorer/service.go rename to vendor/github.com/aws/aws-sdk-go/service/costexplorer/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/databasemigrationservice/api.go b/vendor/github.com/aws/aws-sdk-go/service/databasemigrationservice/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/databasemigrationservice/api.go rename to vendor/github.com/aws/aws-sdk-go/service/databasemigrationservice/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/databasemigrationservice/databasemigrationserviceiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/databasemigrationservice/databasemigrationserviceiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/databasemigrationservice/databasemigrationserviceiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/databasemigrationservice/databasemigrationserviceiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/databasemigrationservice/doc.go b/vendor/github.com/aws/aws-sdk-go/service/databasemigrationservice/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/databasemigrationservice/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/databasemigrationservice/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/databasemigrationservice/errors.go b/vendor/github.com/aws/aws-sdk-go/service/databasemigrationservice/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/databasemigrationservice/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/databasemigrationservice/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/databasemigrationservice/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/databasemigrationservice/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/databasemigrationservice/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/databasemigrationservice/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/databasemigrationservice/service.go b/vendor/github.com/aws/aws-sdk-go/service/databasemigrationservice/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/databasemigrationservice/service.go rename to vendor/github.com/aws/aws-sdk-go/service/databasemigrationservice/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/datapipeline/api.go b/vendor/github.com/aws/aws-sdk-go/service/datapipeline/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/datapipeline/api.go rename to vendor/github.com/aws/aws-sdk-go/service/datapipeline/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/datapipeline/datapipelineiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/datapipeline/datapipelineiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/datapipeline/datapipelineiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/datapipeline/datapipelineiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/datapipeline/doc.go b/vendor/github.com/aws/aws-sdk-go/service/datapipeline/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/datapipeline/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/datapipeline/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/datapipeline/errors.go b/vendor/github.com/aws/aws-sdk-go/service/datapipeline/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/datapipeline/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/datapipeline/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/datapipeline/service.go b/vendor/github.com/aws/aws-sdk-go/service/datapipeline/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/datapipeline/service.go rename to vendor/github.com/aws/aws-sdk-go/service/datapipeline/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dax/api.go b/vendor/github.com/aws/aws-sdk-go/service/dax/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dax/api.go rename to vendor/github.com/aws/aws-sdk-go/service/dax/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dax/daxiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/dax/daxiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dax/daxiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/dax/daxiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dax/doc.go b/vendor/github.com/aws/aws-sdk-go/service/dax/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dax/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/dax/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dax/errors.go b/vendor/github.com/aws/aws-sdk-go/service/dax/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dax/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/dax/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dax/service.go b/vendor/github.com/aws/aws-sdk-go/service/dax/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dax/service.go rename to vendor/github.com/aws/aws-sdk-go/service/dax/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/devicefarm/api.go b/vendor/github.com/aws/aws-sdk-go/service/devicefarm/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/devicefarm/api.go rename to vendor/github.com/aws/aws-sdk-go/service/devicefarm/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/devicefarm/devicefarmiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/devicefarm/devicefarmiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/devicefarm/devicefarmiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/devicefarm/devicefarmiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/devicefarm/doc.go b/vendor/github.com/aws/aws-sdk-go/service/devicefarm/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/devicefarm/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/devicefarm/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/devicefarm/errors.go b/vendor/github.com/aws/aws-sdk-go/service/devicefarm/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/devicefarm/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/devicefarm/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/devicefarm/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/devicefarm/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/devicefarm/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/devicefarm/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/devicefarm/service.go b/vendor/github.com/aws/aws-sdk-go/service/devicefarm/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/devicefarm/service.go rename to vendor/github.com/aws/aws-sdk-go/service/devicefarm/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/directconnect/api.go b/vendor/github.com/aws/aws-sdk-go/service/directconnect/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/directconnect/api.go rename to vendor/github.com/aws/aws-sdk-go/service/directconnect/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/directconnect/directconnectiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/directconnect/directconnectiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/directconnect/directconnectiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/directconnect/directconnectiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/directconnect/doc.go b/vendor/github.com/aws/aws-sdk-go/service/directconnect/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/directconnect/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/directconnect/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/directconnect/errors.go b/vendor/github.com/aws/aws-sdk-go/service/directconnect/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/directconnect/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/directconnect/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/directconnect/service.go b/vendor/github.com/aws/aws-sdk-go/service/directconnect/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/directconnect/service.go rename to vendor/github.com/aws/aws-sdk-go/service/directconnect/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/directoryservice/api.go b/vendor/github.com/aws/aws-sdk-go/service/directoryservice/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/directoryservice/api.go rename to vendor/github.com/aws/aws-sdk-go/service/directoryservice/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/directoryservice/directoryserviceiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/directoryservice/directoryserviceiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/directoryservice/directoryserviceiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/directoryservice/directoryserviceiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/directoryservice/doc.go b/vendor/github.com/aws/aws-sdk-go/service/directoryservice/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/directoryservice/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/directoryservice/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/directoryservice/errors.go b/vendor/github.com/aws/aws-sdk-go/service/directoryservice/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/directoryservice/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/directoryservice/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/directoryservice/service.go b/vendor/github.com/aws/aws-sdk-go/service/directoryservice/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/directoryservice/service.go rename to vendor/github.com/aws/aws-sdk-go/service/directoryservice/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/api.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/api.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/customizations.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/customizations.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/customizations.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/customizations.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/customizations_test.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/customizations_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/customizations_test.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/customizations_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/doc.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/doc_custom.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/doc_custom.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/doc_custom.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/doc_custom.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/converter.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/converter.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/converter.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/converter.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/converter_examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/converter_examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/converter_examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/converter_examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/converter_test.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/converter_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/converter_test.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/converter_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/decode.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/decode.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/decode.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/decode.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/decode_test.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/decode_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/decode_test.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/decode_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/doc.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/encode.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/encode.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/encode.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/encode.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/encode_test.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/encode_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/encode_test.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/encode_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/field.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/field.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/field.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/field.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/field_test.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/field_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/field_test.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/field_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/marshaler_examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/marshaler_examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/marshaler_examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/marshaler_examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/marshaler_test.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/marshaler_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/marshaler_test.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/marshaler_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/shared_test.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/shared_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/shared_test.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/shared_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/tag.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/tag.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/tag.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/tag.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/tag_test.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/tag_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/tag_test.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbattribute/tag_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/dynamodbiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/errors.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/condition.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/condition.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/condition.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/condition.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/condition_test.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/condition_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/condition_test.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/condition_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/doc.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/error.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/error.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/error.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/error.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/error_test.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/error_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/error_test.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/error_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/expression.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/expression.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/expression.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/expression.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/expression_test.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/expression_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/expression_test.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/expression_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/key_condition.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/key_condition.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/key_condition.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/key_condition.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/key_condition_test.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/key_condition_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/key_condition_test.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/key_condition_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/operand.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/operand.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/operand.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/operand.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/operand_test.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/operand_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/operand_test.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/operand_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/projection.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/projection.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/projection.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/projection.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/projection_test.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/projection_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/projection_test.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/projection_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/update.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/update.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/update.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/update.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/update_test.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/update_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/update_test.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/expression/update_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/service.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/service.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/waiters.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodb/waiters.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodb/waiters.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodb/waiters.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodbstreams/api.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodbstreams/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodbstreams/api.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodbstreams/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodbstreams/doc.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodbstreams/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodbstreams/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodbstreams/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodbstreams/dynamodbstreamsiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodbstreams/dynamodbstreamsiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodbstreams/dynamodbstreamsiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodbstreams/dynamodbstreamsiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodbstreams/errors.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodbstreams/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodbstreams/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodbstreams/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodbstreams/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodbstreams/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodbstreams/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodbstreams/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodbstreams/service.go b/vendor/github.com/aws/aws-sdk-go/service/dynamodbstreams/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/dynamodbstreams/service.go rename to vendor/github.com/aws/aws-sdk-go/service/dynamodbstreams/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ec2/api.go b/vendor/github.com/aws/aws-sdk-go/service/ec2/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ec2/api.go rename to vendor/github.com/aws/aws-sdk-go/service/ec2/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ec2/customizations.go b/vendor/github.com/aws/aws-sdk-go/service/ec2/customizations.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ec2/customizations.go rename to vendor/github.com/aws/aws-sdk-go/service/ec2/customizations.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ec2/customizations_test.go b/vendor/github.com/aws/aws-sdk-go/service/ec2/customizations_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ec2/customizations_test.go rename to vendor/github.com/aws/aws-sdk-go/service/ec2/customizations_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ec2/doc.go b/vendor/github.com/aws/aws-sdk-go/service/ec2/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ec2/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/ec2/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ec2/ec2iface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/ec2/ec2iface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ec2/ec2iface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/ec2/ec2iface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ec2/errors.go b/vendor/github.com/aws/aws-sdk-go/service/ec2/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ec2/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/ec2/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ec2/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/ec2/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ec2/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/ec2/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ec2/service.go b/vendor/github.com/aws/aws-sdk-go/service/ec2/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ec2/service.go rename to vendor/github.com/aws/aws-sdk-go/service/ec2/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ec2/waiters.go b/vendor/github.com/aws/aws-sdk-go/service/ec2/waiters.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ec2/waiters.go rename to vendor/github.com/aws/aws-sdk-go/service/ec2/waiters.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ecr/api.go b/vendor/github.com/aws/aws-sdk-go/service/ecr/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ecr/api.go rename to vendor/github.com/aws/aws-sdk-go/service/ecr/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ecr/doc.go b/vendor/github.com/aws/aws-sdk-go/service/ecr/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ecr/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/ecr/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ecr/ecriface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/ecr/ecriface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ecr/ecriface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/ecr/ecriface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ecr/errors.go b/vendor/github.com/aws/aws-sdk-go/service/ecr/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ecr/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/ecr/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ecr/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/ecr/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ecr/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/ecr/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ecr/service.go b/vendor/github.com/aws/aws-sdk-go/service/ecr/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ecr/service.go rename to vendor/github.com/aws/aws-sdk-go/service/ecr/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ecs/api.go b/vendor/github.com/aws/aws-sdk-go/service/ecs/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ecs/api.go rename to vendor/github.com/aws/aws-sdk-go/service/ecs/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ecs/doc.go b/vendor/github.com/aws/aws-sdk-go/service/ecs/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ecs/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/ecs/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ecs/ecsiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/ecs/ecsiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ecs/ecsiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/ecs/ecsiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ecs/errors.go b/vendor/github.com/aws/aws-sdk-go/service/ecs/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ecs/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/ecs/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ecs/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/ecs/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ecs/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/ecs/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ecs/service.go b/vendor/github.com/aws/aws-sdk-go/service/ecs/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ecs/service.go rename to vendor/github.com/aws/aws-sdk-go/service/ecs/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ecs/waiters.go b/vendor/github.com/aws/aws-sdk-go/service/ecs/waiters.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ecs/waiters.go rename to vendor/github.com/aws/aws-sdk-go/service/ecs/waiters.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/efs/api.go b/vendor/github.com/aws/aws-sdk-go/service/efs/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/efs/api.go rename to vendor/github.com/aws/aws-sdk-go/service/efs/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/efs/doc.go b/vendor/github.com/aws/aws-sdk-go/service/efs/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/efs/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/efs/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/efs/efsiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/efs/efsiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/efs/efsiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/efs/efsiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/efs/errors.go b/vendor/github.com/aws/aws-sdk-go/service/efs/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/efs/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/efs/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/efs/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/efs/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/efs/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/efs/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/efs/service.go b/vendor/github.com/aws/aws-sdk-go/service/efs/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/efs/service.go rename to vendor/github.com/aws/aws-sdk-go/service/efs/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticache/api.go b/vendor/github.com/aws/aws-sdk-go/service/elasticache/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticache/api.go rename to vendor/github.com/aws/aws-sdk-go/service/elasticache/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticache/doc.go b/vendor/github.com/aws/aws-sdk-go/service/elasticache/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticache/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/elasticache/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticache/elasticacheiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/elasticache/elasticacheiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticache/elasticacheiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/elasticache/elasticacheiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticache/errors.go b/vendor/github.com/aws/aws-sdk-go/service/elasticache/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticache/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/elasticache/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticache/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/elasticache/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticache/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/elasticache/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticache/service.go b/vendor/github.com/aws/aws-sdk-go/service/elasticache/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticache/service.go rename to vendor/github.com/aws/aws-sdk-go/service/elasticache/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticache/waiters.go b/vendor/github.com/aws/aws-sdk-go/service/elasticache/waiters.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticache/waiters.go rename to vendor/github.com/aws/aws-sdk-go/service/elasticache/waiters.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticbeanstalk/api.go b/vendor/github.com/aws/aws-sdk-go/service/elasticbeanstalk/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticbeanstalk/api.go rename to vendor/github.com/aws/aws-sdk-go/service/elasticbeanstalk/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticbeanstalk/doc.go b/vendor/github.com/aws/aws-sdk-go/service/elasticbeanstalk/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticbeanstalk/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/elasticbeanstalk/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticbeanstalk/elasticbeanstalkiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/elasticbeanstalk/elasticbeanstalkiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticbeanstalk/elasticbeanstalkiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/elasticbeanstalk/elasticbeanstalkiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticbeanstalk/errors.go b/vendor/github.com/aws/aws-sdk-go/service/elasticbeanstalk/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticbeanstalk/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/elasticbeanstalk/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticbeanstalk/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/elasticbeanstalk/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticbeanstalk/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/elasticbeanstalk/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticbeanstalk/service.go b/vendor/github.com/aws/aws-sdk-go/service/elasticbeanstalk/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticbeanstalk/service.go rename to vendor/github.com/aws/aws-sdk-go/service/elasticbeanstalk/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/api.go b/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/api.go rename to vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/doc.go b/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/elasticsearchserviceiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/elasticsearchserviceiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/elasticsearchserviceiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/elasticsearchserviceiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/errors.go b/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/service.go b/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/service.go rename to vendor/github.com/aws/aws-sdk-go/service/elasticsearchservice/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elastictranscoder/api.go b/vendor/github.com/aws/aws-sdk-go/service/elastictranscoder/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elastictranscoder/api.go rename to vendor/github.com/aws/aws-sdk-go/service/elastictranscoder/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elastictranscoder/doc.go b/vendor/github.com/aws/aws-sdk-go/service/elastictranscoder/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elastictranscoder/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/elastictranscoder/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elastictranscoder/elastictranscoderiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/elastictranscoder/elastictranscoderiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elastictranscoder/elastictranscoderiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/elastictranscoder/elastictranscoderiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elastictranscoder/errors.go b/vendor/github.com/aws/aws-sdk-go/service/elastictranscoder/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elastictranscoder/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/elastictranscoder/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elastictranscoder/service.go b/vendor/github.com/aws/aws-sdk-go/service/elastictranscoder/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elastictranscoder/service.go rename to vendor/github.com/aws/aws-sdk-go/service/elastictranscoder/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elastictranscoder/waiters.go b/vendor/github.com/aws/aws-sdk-go/service/elastictranscoder/waiters.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elastictranscoder/waiters.go rename to vendor/github.com/aws/aws-sdk-go/service/elastictranscoder/waiters.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elb/api.go b/vendor/github.com/aws/aws-sdk-go/service/elb/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elb/api.go rename to vendor/github.com/aws/aws-sdk-go/service/elb/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elb/doc.go b/vendor/github.com/aws/aws-sdk-go/service/elb/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elb/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/elb/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elb/elbiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/elb/elbiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elb/elbiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/elb/elbiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elb/errors.go b/vendor/github.com/aws/aws-sdk-go/service/elb/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elb/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/elb/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elb/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/elb/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elb/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/elb/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elb/service.go b/vendor/github.com/aws/aws-sdk-go/service/elb/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elb/service.go rename to vendor/github.com/aws/aws-sdk-go/service/elb/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elb/waiters.go b/vendor/github.com/aws/aws-sdk-go/service/elb/waiters.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elb/waiters.go rename to vendor/github.com/aws/aws-sdk-go/service/elb/waiters.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elbv2/api.go b/vendor/github.com/aws/aws-sdk-go/service/elbv2/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elbv2/api.go rename to vendor/github.com/aws/aws-sdk-go/service/elbv2/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elbv2/doc.go b/vendor/github.com/aws/aws-sdk-go/service/elbv2/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elbv2/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/elbv2/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elbv2/elbv2iface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/elbv2/elbv2iface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elbv2/elbv2iface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/elbv2/elbv2iface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elbv2/errors.go b/vendor/github.com/aws/aws-sdk-go/service/elbv2/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elbv2/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/elbv2/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elbv2/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/elbv2/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elbv2/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/elbv2/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elbv2/service.go b/vendor/github.com/aws/aws-sdk-go/service/elbv2/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elbv2/service.go rename to vendor/github.com/aws/aws-sdk-go/service/elbv2/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/elbv2/waiters.go b/vendor/github.com/aws/aws-sdk-go/service/elbv2/waiters.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/elbv2/waiters.go rename to vendor/github.com/aws/aws-sdk-go/service/elbv2/waiters.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/emr/api.go b/vendor/github.com/aws/aws-sdk-go/service/emr/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/emr/api.go rename to vendor/github.com/aws/aws-sdk-go/service/emr/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/emr/doc.go b/vendor/github.com/aws/aws-sdk-go/service/emr/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/emr/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/emr/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/emr/emriface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/emr/emriface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/emr/emriface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/emr/emriface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/emr/errors.go b/vendor/github.com/aws/aws-sdk-go/service/emr/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/emr/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/emr/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/emr/service.go b/vendor/github.com/aws/aws-sdk-go/service/emr/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/emr/service.go rename to vendor/github.com/aws/aws-sdk-go/service/emr/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/emr/waiters.go b/vendor/github.com/aws/aws-sdk-go/service/emr/waiters.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/emr/waiters.go rename to vendor/github.com/aws/aws-sdk-go/service/emr/waiters.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/firehose/api.go b/vendor/github.com/aws/aws-sdk-go/service/firehose/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/firehose/api.go rename to vendor/github.com/aws/aws-sdk-go/service/firehose/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/firehose/doc.go b/vendor/github.com/aws/aws-sdk-go/service/firehose/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/firehose/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/firehose/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/firehose/errors.go b/vendor/github.com/aws/aws-sdk-go/service/firehose/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/firehose/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/firehose/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/firehose/firehoseiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/firehose/firehoseiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/firehose/firehoseiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/firehose/firehoseiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/firehose/service.go b/vendor/github.com/aws/aws-sdk-go/service/firehose/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/firehose/service.go rename to vendor/github.com/aws/aws-sdk-go/service/firehose/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/gamelift/api.go b/vendor/github.com/aws/aws-sdk-go/service/gamelift/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/gamelift/api.go rename to vendor/github.com/aws/aws-sdk-go/service/gamelift/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/gamelift/doc.go b/vendor/github.com/aws/aws-sdk-go/service/gamelift/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/gamelift/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/gamelift/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/gamelift/errors.go b/vendor/github.com/aws/aws-sdk-go/service/gamelift/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/gamelift/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/gamelift/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/gamelift/gameliftiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/gamelift/gameliftiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/gamelift/gameliftiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/gamelift/gameliftiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/gamelift/service.go b/vendor/github.com/aws/aws-sdk-go/service/gamelift/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/gamelift/service.go rename to vendor/github.com/aws/aws-sdk-go/service/gamelift/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/generate.go b/vendor/github.com/aws/aws-sdk-go/service/generate.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/generate.go rename to vendor/github.com/aws/aws-sdk-go/service/generate.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/glacier/api.go b/vendor/github.com/aws/aws-sdk-go/service/glacier/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/glacier/api.go rename to vendor/github.com/aws/aws-sdk-go/service/glacier/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/glacier/customizations.go b/vendor/github.com/aws/aws-sdk-go/service/glacier/customizations.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/glacier/customizations.go rename to vendor/github.com/aws/aws-sdk-go/service/glacier/customizations.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/glacier/customizations_test.go b/vendor/github.com/aws/aws-sdk-go/service/glacier/customizations_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/glacier/customizations_test.go rename to vendor/github.com/aws/aws-sdk-go/service/glacier/customizations_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/glacier/doc.go b/vendor/github.com/aws/aws-sdk-go/service/glacier/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/glacier/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/glacier/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/glacier/errors.go b/vendor/github.com/aws/aws-sdk-go/service/glacier/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/glacier/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/glacier/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/glacier/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/glacier/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/glacier/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/glacier/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/glacier/glacieriface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/glacier/glacieriface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/glacier/glacieriface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/glacier/glacieriface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/glacier/service.go b/vendor/github.com/aws/aws-sdk-go/service/glacier/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/glacier/service.go rename to vendor/github.com/aws/aws-sdk-go/service/glacier/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/glacier/treehash.go b/vendor/github.com/aws/aws-sdk-go/service/glacier/treehash.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/glacier/treehash.go rename to vendor/github.com/aws/aws-sdk-go/service/glacier/treehash.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/glacier/treehash_test.go b/vendor/github.com/aws/aws-sdk-go/service/glacier/treehash_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/glacier/treehash_test.go rename to vendor/github.com/aws/aws-sdk-go/service/glacier/treehash_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/glacier/waiters.go b/vendor/github.com/aws/aws-sdk-go/service/glacier/waiters.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/glacier/waiters.go rename to vendor/github.com/aws/aws-sdk-go/service/glacier/waiters.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/glue/api.go b/vendor/github.com/aws/aws-sdk-go/service/glue/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/glue/api.go rename to vendor/github.com/aws/aws-sdk-go/service/glue/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/glue/doc.go b/vendor/github.com/aws/aws-sdk-go/service/glue/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/glue/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/glue/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/glue/errors.go b/vendor/github.com/aws/aws-sdk-go/service/glue/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/glue/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/glue/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/glue/glueiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/glue/glueiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/glue/glueiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/glue/glueiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/glue/service.go b/vendor/github.com/aws/aws-sdk-go/service/glue/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/glue/service.go rename to vendor/github.com/aws/aws-sdk-go/service/glue/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/greengrass/api.go b/vendor/github.com/aws/aws-sdk-go/service/greengrass/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/greengrass/api.go rename to vendor/github.com/aws/aws-sdk-go/service/greengrass/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/greengrass/doc.go b/vendor/github.com/aws/aws-sdk-go/service/greengrass/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/greengrass/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/greengrass/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/greengrass/errors.go b/vendor/github.com/aws/aws-sdk-go/service/greengrass/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/greengrass/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/greengrass/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/greengrass/greengrassiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/greengrass/greengrassiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/greengrass/greengrassiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/greengrass/greengrassiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/greengrass/service.go b/vendor/github.com/aws/aws-sdk-go/service/greengrass/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/greengrass/service.go rename to vendor/github.com/aws/aws-sdk-go/service/greengrass/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/guardduty/api.go b/vendor/github.com/aws/aws-sdk-go/service/guardduty/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/guardduty/api.go rename to vendor/github.com/aws/aws-sdk-go/service/guardduty/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/guardduty/doc.go b/vendor/github.com/aws/aws-sdk-go/service/guardduty/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/guardduty/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/guardduty/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/guardduty/errors.go b/vendor/github.com/aws/aws-sdk-go/service/guardduty/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/guardduty/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/guardduty/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/guardduty/guarddutyiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/guardduty/guarddutyiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/guardduty/guarddutyiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/guardduty/guarddutyiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/guardduty/service.go b/vendor/github.com/aws/aws-sdk-go/service/guardduty/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/guardduty/service.go rename to vendor/github.com/aws/aws-sdk-go/service/guardduty/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/health/api.go b/vendor/github.com/aws/aws-sdk-go/service/health/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/health/api.go rename to vendor/github.com/aws/aws-sdk-go/service/health/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/health/doc.go b/vendor/github.com/aws/aws-sdk-go/service/health/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/health/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/health/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/health/errors.go b/vendor/github.com/aws/aws-sdk-go/service/health/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/health/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/health/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/health/healthiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/health/healthiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/health/healthiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/health/healthiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/health/service.go b/vendor/github.com/aws/aws-sdk-go/service/health/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/health/service.go rename to vendor/github.com/aws/aws-sdk-go/service/health/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/iam/api.go b/vendor/github.com/aws/aws-sdk-go/service/iam/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/iam/api.go rename to vendor/github.com/aws/aws-sdk-go/service/iam/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/iam/doc.go b/vendor/github.com/aws/aws-sdk-go/service/iam/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/iam/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/iam/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/iam/errors.go b/vendor/github.com/aws/aws-sdk-go/service/iam/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/iam/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/iam/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/iam/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/iam/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/iam/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/iam/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/iam/iamiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/iam/iamiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/iam/iamiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/iam/iamiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/iam/service.go b/vendor/github.com/aws/aws-sdk-go/service/iam/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/iam/service.go rename to vendor/github.com/aws/aws-sdk-go/service/iam/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/iam/waiters.go b/vendor/github.com/aws/aws-sdk-go/service/iam/waiters.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/iam/waiters.go rename to vendor/github.com/aws/aws-sdk-go/service/iam/waiters.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/inspector/api.go b/vendor/github.com/aws/aws-sdk-go/service/inspector/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/inspector/api.go rename to vendor/github.com/aws/aws-sdk-go/service/inspector/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/inspector/doc.go b/vendor/github.com/aws/aws-sdk-go/service/inspector/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/inspector/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/inspector/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/inspector/errors.go b/vendor/github.com/aws/aws-sdk-go/service/inspector/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/inspector/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/inspector/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/inspector/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/inspector/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/inspector/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/inspector/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/inspector/inspectoriface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/inspector/inspectoriface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/inspector/inspectoriface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/inspector/inspectoriface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/inspector/service.go b/vendor/github.com/aws/aws-sdk-go/service/inspector/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/inspector/service.go rename to vendor/github.com/aws/aws-sdk-go/service/inspector/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/iot/api.go b/vendor/github.com/aws/aws-sdk-go/service/iot/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/iot/api.go rename to vendor/github.com/aws/aws-sdk-go/service/iot/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/iot/doc.go b/vendor/github.com/aws/aws-sdk-go/service/iot/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/iot/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/iot/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/iot/errors.go b/vendor/github.com/aws/aws-sdk-go/service/iot/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/iot/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/iot/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/iot/iotiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/iot/iotiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/iot/iotiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/iot/iotiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/iot/service.go b/vendor/github.com/aws/aws-sdk-go/service/iot/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/iot/service.go rename to vendor/github.com/aws/aws-sdk-go/service/iot/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/iotdataplane/api.go b/vendor/github.com/aws/aws-sdk-go/service/iotdataplane/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/iotdataplane/api.go rename to vendor/github.com/aws/aws-sdk-go/service/iotdataplane/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/iotdataplane/customizations_test.go b/vendor/github.com/aws/aws-sdk-go/service/iotdataplane/customizations_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/iotdataplane/customizations_test.go rename to vendor/github.com/aws/aws-sdk-go/service/iotdataplane/customizations_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/iotdataplane/doc.go b/vendor/github.com/aws/aws-sdk-go/service/iotdataplane/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/iotdataplane/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/iotdataplane/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/iotdataplane/errors.go b/vendor/github.com/aws/aws-sdk-go/service/iotdataplane/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/iotdataplane/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/iotdataplane/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/iotdataplane/iotdataplaneiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/iotdataplane/iotdataplaneiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/iotdataplane/iotdataplaneiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/iotdataplane/iotdataplaneiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/iotdataplane/service.go b/vendor/github.com/aws/aws-sdk-go/service/iotdataplane/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/iotdataplane/service.go rename to vendor/github.com/aws/aws-sdk-go/service/iotdataplane/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/iotjobsdataplane/api.go b/vendor/github.com/aws/aws-sdk-go/service/iotjobsdataplane/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/iotjobsdataplane/api.go rename to vendor/github.com/aws/aws-sdk-go/service/iotjobsdataplane/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/iotjobsdataplane/doc.go b/vendor/github.com/aws/aws-sdk-go/service/iotjobsdataplane/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/iotjobsdataplane/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/iotjobsdataplane/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/iotjobsdataplane/errors.go b/vendor/github.com/aws/aws-sdk-go/service/iotjobsdataplane/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/iotjobsdataplane/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/iotjobsdataplane/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/iotjobsdataplane/iotjobsdataplaneiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/iotjobsdataplane/iotjobsdataplaneiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/iotjobsdataplane/iotjobsdataplaneiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/iotjobsdataplane/iotjobsdataplaneiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/iotjobsdataplane/service.go b/vendor/github.com/aws/aws-sdk-go/service/iotjobsdataplane/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/iotjobsdataplane/service.go rename to vendor/github.com/aws/aws-sdk-go/service/iotjobsdataplane/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesis/api.go b/vendor/github.com/aws/aws-sdk-go/service/kinesis/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesis/api.go rename to vendor/github.com/aws/aws-sdk-go/service/kinesis/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesis/customizations.go b/vendor/github.com/aws/aws-sdk-go/service/kinesis/customizations.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesis/customizations.go rename to vendor/github.com/aws/aws-sdk-go/service/kinesis/customizations.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesis/customizations_test.go b/vendor/github.com/aws/aws-sdk-go/service/kinesis/customizations_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesis/customizations_test.go rename to vendor/github.com/aws/aws-sdk-go/service/kinesis/customizations_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesis/doc.go b/vendor/github.com/aws/aws-sdk-go/service/kinesis/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesis/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/kinesis/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesis/errors.go b/vendor/github.com/aws/aws-sdk-go/service/kinesis/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesis/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/kinesis/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesis/kinesisiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/kinesis/kinesisiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesis/kinesisiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/kinesis/kinesisiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesis/service.go b/vendor/github.com/aws/aws-sdk-go/service/kinesis/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesis/service.go rename to vendor/github.com/aws/aws-sdk-go/service/kinesis/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesis/waiters.go b/vendor/github.com/aws/aws-sdk-go/service/kinesis/waiters.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesis/waiters.go rename to vendor/github.com/aws/aws-sdk-go/service/kinesis/waiters.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisanalytics/api.go b/vendor/github.com/aws/aws-sdk-go/service/kinesisanalytics/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisanalytics/api.go rename to vendor/github.com/aws/aws-sdk-go/service/kinesisanalytics/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisanalytics/doc.go b/vendor/github.com/aws/aws-sdk-go/service/kinesisanalytics/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisanalytics/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/kinesisanalytics/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisanalytics/errors.go b/vendor/github.com/aws/aws-sdk-go/service/kinesisanalytics/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisanalytics/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/kinesisanalytics/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisanalytics/kinesisanalyticsiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/kinesisanalytics/kinesisanalyticsiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisanalytics/kinesisanalyticsiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/kinesisanalytics/kinesisanalyticsiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisanalytics/service.go b/vendor/github.com/aws/aws-sdk-go/service/kinesisanalytics/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisanalytics/service.go rename to vendor/github.com/aws/aws-sdk-go/service/kinesisanalytics/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisvideo/api.go b/vendor/github.com/aws/aws-sdk-go/service/kinesisvideo/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisvideo/api.go rename to vendor/github.com/aws/aws-sdk-go/service/kinesisvideo/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisvideo/doc.go b/vendor/github.com/aws/aws-sdk-go/service/kinesisvideo/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisvideo/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/kinesisvideo/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisvideo/errors.go b/vendor/github.com/aws/aws-sdk-go/service/kinesisvideo/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisvideo/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/kinesisvideo/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisvideo/kinesisvideoiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/kinesisvideo/kinesisvideoiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisvideo/kinesisvideoiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/kinesisvideo/kinesisvideoiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisvideo/service.go b/vendor/github.com/aws/aws-sdk-go/service/kinesisvideo/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisvideo/service.go rename to vendor/github.com/aws/aws-sdk-go/service/kinesisvideo/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisvideoarchivedmedia/api.go b/vendor/github.com/aws/aws-sdk-go/service/kinesisvideoarchivedmedia/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisvideoarchivedmedia/api.go rename to vendor/github.com/aws/aws-sdk-go/service/kinesisvideoarchivedmedia/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisvideoarchivedmedia/doc.go b/vendor/github.com/aws/aws-sdk-go/service/kinesisvideoarchivedmedia/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisvideoarchivedmedia/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/kinesisvideoarchivedmedia/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisvideoarchivedmedia/errors.go b/vendor/github.com/aws/aws-sdk-go/service/kinesisvideoarchivedmedia/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisvideoarchivedmedia/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/kinesisvideoarchivedmedia/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisvideoarchivedmedia/kinesisvideoarchivedmediaiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/kinesisvideoarchivedmedia/kinesisvideoarchivedmediaiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisvideoarchivedmedia/kinesisvideoarchivedmediaiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/kinesisvideoarchivedmedia/kinesisvideoarchivedmediaiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisvideoarchivedmedia/service.go b/vendor/github.com/aws/aws-sdk-go/service/kinesisvideoarchivedmedia/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisvideoarchivedmedia/service.go rename to vendor/github.com/aws/aws-sdk-go/service/kinesisvideoarchivedmedia/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisvideomedia/api.go b/vendor/github.com/aws/aws-sdk-go/service/kinesisvideomedia/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisvideomedia/api.go rename to vendor/github.com/aws/aws-sdk-go/service/kinesisvideomedia/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisvideomedia/doc.go b/vendor/github.com/aws/aws-sdk-go/service/kinesisvideomedia/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisvideomedia/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/kinesisvideomedia/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisvideomedia/errors.go b/vendor/github.com/aws/aws-sdk-go/service/kinesisvideomedia/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisvideomedia/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/kinesisvideomedia/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisvideomedia/kinesisvideomediaiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/kinesisvideomedia/kinesisvideomediaiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisvideomedia/kinesisvideomediaiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/kinesisvideomedia/kinesisvideomediaiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisvideomedia/service.go b/vendor/github.com/aws/aws-sdk-go/service/kinesisvideomedia/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kinesisvideomedia/service.go rename to vendor/github.com/aws/aws-sdk-go/service/kinesisvideomedia/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kms/api.go b/vendor/github.com/aws/aws-sdk-go/service/kms/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kms/api.go rename to vendor/github.com/aws/aws-sdk-go/service/kms/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kms/doc.go b/vendor/github.com/aws/aws-sdk-go/service/kms/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kms/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/kms/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kms/errors.go b/vendor/github.com/aws/aws-sdk-go/service/kms/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kms/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/kms/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kms/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/kms/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kms/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/kms/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kms/kmsiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/kms/kmsiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kms/kmsiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/kms/kmsiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/kms/service.go b/vendor/github.com/aws/aws-sdk-go/service/kms/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/kms/service.go rename to vendor/github.com/aws/aws-sdk-go/service/kms/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/lambda/api.go b/vendor/github.com/aws/aws-sdk-go/service/lambda/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/lambda/api.go rename to vendor/github.com/aws/aws-sdk-go/service/lambda/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/lambda/doc.go b/vendor/github.com/aws/aws-sdk-go/service/lambda/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/lambda/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/lambda/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/lambda/errors.go b/vendor/github.com/aws/aws-sdk-go/service/lambda/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/lambda/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/lambda/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/lambda/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/lambda/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/lambda/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/lambda/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/lambda/lambdaiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/lambda/lambdaiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/lambda/lambdaiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/lambda/lambdaiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/lambda/service.go b/vendor/github.com/aws/aws-sdk-go/service/lambda/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/lambda/service.go rename to vendor/github.com/aws/aws-sdk-go/service/lambda/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/lexmodelbuildingservice/api.go b/vendor/github.com/aws/aws-sdk-go/service/lexmodelbuildingservice/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/lexmodelbuildingservice/api.go rename to vendor/github.com/aws/aws-sdk-go/service/lexmodelbuildingservice/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/lexmodelbuildingservice/doc.go b/vendor/github.com/aws/aws-sdk-go/service/lexmodelbuildingservice/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/lexmodelbuildingservice/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/lexmodelbuildingservice/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/lexmodelbuildingservice/errors.go b/vendor/github.com/aws/aws-sdk-go/service/lexmodelbuildingservice/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/lexmodelbuildingservice/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/lexmodelbuildingservice/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/lexmodelbuildingservice/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/lexmodelbuildingservice/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/lexmodelbuildingservice/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/lexmodelbuildingservice/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/lexmodelbuildingservice/lexmodelbuildingserviceiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/lexmodelbuildingservice/lexmodelbuildingserviceiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/lexmodelbuildingservice/lexmodelbuildingserviceiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/lexmodelbuildingservice/lexmodelbuildingserviceiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/lexmodelbuildingservice/service.go b/vendor/github.com/aws/aws-sdk-go/service/lexmodelbuildingservice/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/lexmodelbuildingservice/service.go rename to vendor/github.com/aws/aws-sdk-go/service/lexmodelbuildingservice/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/api.go b/vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/api.go rename to vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/doc.go b/vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/errors.go b/vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/lexruntimeserviceiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/lexruntimeserviceiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/lexruntimeserviceiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/lexruntimeserviceiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/service.go b/vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/service.go rename to vendor/github.com/aws/aws-sdk-go/service/lexruntimeservice/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/lightsail/api.go b/vendor/github.com/aws/aws-sdk-go/service/lightsail/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/lightsail/api.go rename to vendor/github.com/aws/aws-sdk-go/service/lightsail/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/lightsail/doc.go b/vendor/github.com/aws/aws-sdk-go/service/lightsail/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/lightsail/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/lightsail/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/lightsail/errors.go b/vendor/github.com/aws/aws-sdk-go/service/lightsail/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/lightsail/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/lightsail/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/lightsail/lightsailiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/lightsail/lightsailiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/lightsail/lightsailiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/lightsail/lightsailiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/lightsail/service.go b/vendor/github.com/aws/aws-sdk-go/service/lightsail/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/lightsail/service.go rename to vendor/github.com/aws/aws-sdk-go/service/lightsail/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/machinelearning/api.go b/vendor/github.com/aws/aws-sdk-go/service/machinelearning/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/machinelearning/api.go rename to vendor/github.com/aws/aws-sdk-go/service/machinelearning/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/machinelearning/customizations.go b/vendor/github.com/aws/aws-sdk-go/service/machinelearning/customizations.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/machinelearning/customizations.go rename to vendor/github.com/aws/aws-sdk-go/service/machinelearning/customizations.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/machinelearning/customizations_test.go b/vendor/github.com/aws/aws-sdk-go/service/machinelearning/customizations_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/machinelearning/customizations_test.go rename to vendor/github.com/aws/aws-sdk-go/service/machinelearning/customizations_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/machinelearning/doc.go b/vendor/github.com/aws/aws-sdk-go/service/machinelearning/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/machinelearning/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/machinelearning/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/machinelearning/errors.go b/vendor/github.com/aws/aws-sdk-go/service/machinelearning/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/machinelearning/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/machinelearning/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/machinelearning/machinelearningiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/machinelearning/machinelearningiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/machinelearning/machinelearningiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/machinelearning/machinelearningiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/machinelearning/service.go b/vendor/github.com/aws/aws-sdk-go/service/machinelearning/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/machinelearning/service.go rename to vendor/github.com/aws/aws-sdk-go/service/machinelearning/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/machinelearning/waiters.go b/vendor/github.com/aws/aws-sdk-go/service/machinelearning/waiters.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/machinelearning/waiters.go rename to vendor/github.com/aws/aws-sdk-go/service/machinelearning/waiters.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/marketplacecommerceanalytics/api.go b/vendor/github.com/aws/aws-sdk-go/service/marketplacecommerceanalytics/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/marketplacecommerceanalytics/api.go rename to vendor/github.com/aws/aws-sdk-go/service/marketplacecommerceanalytics/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/marketplacecommerceanalytics/doc.go b/vendor/github.com/aws/aws-sdk-go/service/marketplacecommerceanalytics/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/marketplacecommerceanalytics/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/marketplacecommerceanalytics/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/marketplacecommerceanalytics/errors.go b/vendor/github.com/aws/aws-sdk-go/service/marketplacecommerceanalytics/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/marketplacecommerceanalytics/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/marketplacecommerceanalytics/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/marketplacecommerceanalytics/marketplacecommerceanalyticsiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/marketplacecommerceanalytics/marketplacecommerceanalyticsiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/marketplacecommerceanalytics/marketplacecommerceanalyticsiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/marketplacecommerceanalytics/marketplacecommerceanalyticsiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/marketplacecommerceanalytics/service.go b/vendor/github.com/aws/aws-sdk-go/service/marketplacecommerceanalytics/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/marketplacecommerceanalytics/service.go rename to vendor/github.com/aws/aws-sdk-go/service/marketplacecommerceanalytics/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/marketplaceentitlementservice/api.go b/vendor/github.com/aws/aws-sdk-go/service/marketplaceentitlementservice/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/marketplaceentitlementservice/api.go rename to vendor/github.com/aws/aws-sdk-go/service/marketplaceentitlementservice/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/marketplaceentitlementservice/doc.go b/vendor/github.com/aws/aws-sdk-go/service/marketplaceentitlementservice/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/marketplaceentitlementservice/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/marketplaceentitlementservice/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/marketplaceentitlementservice/errors.go b/vendor/github.com/aws/aws-sdk-go/service/marketplaceentitlementservice/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/marketplaceentitlementservice/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/marketplaceentitlementservice/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/marketplaceentitlementservice/marketplaceentitlementserviceiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/marketplaceentitlementservice/marketplaceentitlementserviceiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/marketplaceentitlementservice/marketplaceentitlementserviceiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/marketplaceentitlementservice/marketplaceentitlementserviceiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/marketplaceentitlementservice/service.go b/vendor/github.com/aws/aws-sdk-go/service/marketplaceentitlementservice/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/marketplaceentitlementservice/service.go rename to vendor/github.com/aws/aws-sdk-go/service/marketplaceentitlementservice/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/marketplacemetering/api.go b/vendor/github.com/aws/aws-sdk-go/service/marketplacemetering/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/marketplacemetering/api.go rename to vendor/github.com/aws/aws-sdk-go/service/marketplacemetering/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/marketplacemetering/doc.go b/vendor/github.com/aws/aws-sdk-go/service/marketplacemetering/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/marketplacemetering/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/marketplacemetering/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/marketplacemetering/errors.go b/vendor/github.com/aws/aws-sdk-go/service/marketplacemetering/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/marketplacemetering/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/marketplacemetering/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/marketplacemetering/marketplacemeteringiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/marketplacemetering/marketplacemeteringiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/marketplacemetering/marketplacemeteringiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/marketplacemetering/marketplacemeteringiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/marketplacemetering/service.go b/vendor/github.com/aws/aws-sdk-go/service/marketplacemetering/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/marketplacemetering/service.go rename to vendor/github.com/aws/aws-sdk-go/service/marketplacemetering/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediaconvert/api.go b/vendor/github.com/aws/aws-sdk-go/service/mediaconvert/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediaconvert/api.go rename to vendor/github.com/aws/aws-sdk-go/service/mediaconvert/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediaconvert/doc.go b/vendor/github.com/aws/aws-sdk-go/service/mediaconvert/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediaconvert/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/mediaconvert/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediaconvert/errors.go b/vendor/github.com/aws/aws-sdk-go/service/mediaconvert/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediaconvert/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/mediaconvert/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediaconvert/mediaconvertiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/mediaconvert/mediaconvertiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediaconvert/mediaconvertiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/mediaconvert/mediaconvertiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediaconvert/service.go b/vendor/github.com/aws/aws-sdk-go/service/mediaconvert/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediaconvert/service.go rename to vendor/github.com/aws/aws-sdk-go/service/mediaconvert/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/medialive/api.go b/vendor/github.com/aws/aws-sdk-go/service/medialive/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/medialive/api.go rename to vendor/github.com/aws/aws-sdk-go/service/medialive/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/medialive/doc.go b/vendor/github.com/aws/aws-sdk-go/service/medialive/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/medialive/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/medialive/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/medialive/errors.go b/vendor/github.com/aws/aws-sdk-go/service/medialive/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/medialive/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/medialive/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/medialive/medialiveiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/medialive/medialiveiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/medialive/medialiveiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/medialive/medialiveiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/medialive/service.go b/vendor/github.com/aws/aws-sdk-go/service/medialive/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/medialive/service.go rename to vendor/github.com/aws/aws-sdk-go/service/medialive/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediapackage/api.go b/vendor/github.com/aws/aws-sdk-go/service/mediapackage/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediapackage/api.go rename to vendor/github.com/aws/aws-sdk-go/service/mediapackage/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediapackage/doc.go b/vendor/github.com/aws/aws-sdk-go/service/mediapackage/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediapackage/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/mediapackage/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediapackage/errors.go b/vendor/github.com/aws/aws-sdk-go/service/mediapackage/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediapackage/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/mediapackage/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediapackage/mediapackageiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/mediapackage/mediapackageiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediapackage/mediapackageiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/mediapackage/mediapackageiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediapackage/service.go b/vendor/github.com/aws/aws-sdk-go/service/mediapackage/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediapackage/service.go rename to vendor/github.com/aws/aws-sdk-go/service/mediapackage/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediastore/api.go b/vendor/github.com/aws/aws-sdk-go/service/mediastore/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediastore/api.go rename to vendor/github.com/aws/aws-sdk-go/service/mediastore/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediastore/doc.go b/vendor/github.com/aws/aws-sdk-go/service/mediastore/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediastore/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/mediastore/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediastore/errors.go b/vendor/github.com/aws/aws-sdk-go/service/mediastore/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediastore/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/mediastore/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediastore/mediastoreiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/mediastore/mediastoreiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediastore/mediastoreiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/mediastore/mediastoreiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediastore/service.go b/vendor/github.com/aws/aws-sdk-go/service/mediastore/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediastore/service.go rename to vendor/github.com/aws/aws-sdk-go/service/mediastore/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediastoredata/api.go b/vendor/github.com/aws/aws-sdk-go/service/mediastoredata/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediastoredata/api.go rename to vendor/github.com/aws/aws-sdk-go/service/mediastoredata/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediastoredata/doc.go b/vendor/github.com/aws/aws-sdk-go/service/mediastoredata/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediastoredata/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/mediastoredata/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediastoredata/errors.go b/vendor/github.com/aws/aws-sdk-go/service/mediastoredata/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediastoredata/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/mediastoredata/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediastoredata/mediastoredataiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/mediastoredata/mediastoredataiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediastoredata/mediastoredataiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/mediastoredata/mediastoredataiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediastoredata/service.go b/vendor/github.com/aws/aws-sdk-go/service/mediastoredata/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mediastoredata/service.go rename to vendor/github.com/aws/aws-sdk-go/service/mediastoredata/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/migrationhub/api.go b/vendor/github.com/aws/aws-sdk-go/service/migrationhub/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/migrationhub/api.go rename to vendor/github.com/aws/aws-sdk-go/service/migrationhub/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/migrationhub/doc.go b/vendor/github.com/aws/aws-sdk-go/service/migrationhub/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/migrationhub/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/migrationhub/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/migrationhub/errors.go b/vendor/github.com/aws/aws-sdk-go/service/migrationhub/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/migrationhub/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/migrationhub/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/migrationhub/migrationhubiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/migrationhub/migrationhubiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/migrationhub/migrationhubiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/migrationhub/migrationhubiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/migrationhub/service.go b/vendor/github.com/aws/aws-sdk-go/service/migrationhub/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/migrationhub/service.go rename to vendor/github.com/aws/aws-sdk-go/service/migrationhub/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mobile/api.go b/vendor/github.com/aws/aws-sdk-go/service/mobile/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mobile/api.go rename to vendor/github.com/aws/aws-sdk-go/service/mobile/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mobile/doc.go b/vendor/github.com/aws/aws-sdk-go/service/mobile/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mobile/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/mobile/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mobile/errors.go b/vendor/github.com/aws/aws-sdk-go/service/mobile/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mobile/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/mobile/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mobile/mobileiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/mobile/mobileiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mobile/mobileiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/mobile/mobileiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mobile/service.go b/vendor/github.com/aws/aws-sdk-go/service/mobile/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mobile/service.go rename to vendor/github.com/aws/aws-sdk-go/service/mobile/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mobileanalytics/api.go b/vendor/github.com/aws/aws-sdk-go/service/mobileanalytics/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mobileanalytics/api.go rename to vendor/github.com/aws/aws-sdk-go/service/mobileanalytics/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mobileanalytics/doc.go b/vendor/github.com/aws/aws-sdk-go/service/mobileanalytics/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mobileanalytics/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/mobileanalytics/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mobileanalytics/errors.go b/vendor/github.com/aws/aws-sdk-go/service/mobileanalytics/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mobileanalytics/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/mobileanalytics/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mobileanalytics/mobileanalyticsiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/mobileanalytics/mobileanalyticsiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mobileanalytics/mobileanalyticsiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/mobileanalytics/mobileanalyticsiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mobileanalytics/service.go b/vendor/github.com/aws/aws-sdk-go/service/mobileanalytics/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mobileanalytics/service.go rename to vendor/github.com/aws/aws-sdk-go/service/mobileanalytics/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mq/api.go b/vendor/github.com/aws/aws-sdk-go/service/mq/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mq/api.go rename to vendor/github.com/aws/aws-sdk-go/service/mq/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mq/doc.go b/vendor/github.com/aws/aws-sdk-go/service/mq/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mq/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/mq/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mq/errors.go b/vendor/github.com/aws/aws-sdk-go/service/mq/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mq/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/mq/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mq/mqiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/mq/mqiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mq/mqiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/mq/mqiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mq/service.go b/vendor/github.com/aws/aws-sdk-go/service/mq/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mq/service.go rename to vendor/github.com/aws/aws-sdk-go/service/mq/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mturk/api.go b/vendor/github.com/aws/aws-sdk-go/service/mturk/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mturk/api.go rename to vendor/github.com/aws/aws-sdk-go/service/mturk/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mturk/doc.go b/vendor/github.com/aws/aws-sdk-go/service/mturk/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mturk/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/mturk/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mturk/errors.go b/vendor/github.com/aws/aws-sdk-go/service/mturk/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mturk/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/mturk/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mturk/mturkiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/mturk/mturkiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mturk/mturkiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/mturk/mturkiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/mturk/service.go b/vendor/github.com/aws/aws-sdk-go/service/mturk/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/mturk/service.go rename to vendor/github.com/aws/aws-sdk-go/service/mturk/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/opsworks/api.go b/vendor/github.com/aws/aws-sdk-go/service/opsworks/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/opsworks/api.go rename to vendor/github.com/aws/aws-sdk-go/service/opsworks/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/opsworks/doc.go b/vendor/github.com/aws/aws-sdk-go/service/opsworks/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/opsworks/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/opsworks/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/opsworks/errors.go b/vendor/github.com/aws/aws-sdk-go/service/opsworks/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/opsworks/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/opsworks/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/opsworks/opsworksiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/opsworks/opsworksiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/opsworks/opsworksiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/opsworks/opsworksiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/opsworks/service.go b/vendor/github.com/aws/aws-sdk-go/service/opsworks/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/opsworks/service.go rename to vendor/github.com/aws/aws-sdk-go/service/opsworks/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/opsworks/waiters.go b/vendor/github.com/aws/aws-sdk-go/service/opsworks/waiters.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/opsworks/waiters.go rename to vendor/github.com/aws/aws-sdk-go/service/opsworks/waiters.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/opsworkscm/api.go b/vendor/github.com/aws/aws-sdk-go/service/opsworkscm/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/opsworkscm/api.go rename to vendor/github.com/aws/aws-sdk-go/service/opsworkscm/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/opsworkscm/doc.go b/vendor/github.com/aws/aws-sdk-go/service/opsworkscm/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/opsworkscm/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/opsworkscm/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/opsworkscm/errors.go b/vendor/github.com/aws/aws-sdk-go/service/opsworkscm/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/opsworkscm/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/opsworkscm/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/opsworkscm/opsworkscmiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/opsworkscm/opsworkscmiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/opsworkscm/opsworkscmiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/opsworkscm/opsworkscmiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/opsworkscm/service.go b/vendor/github.com/aws/aws-sdk-go/service/opsworkscm/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/opsworkscm/service.go rename to vendor/github.com/aws/aws-sdk-go/service/opsworkscm/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/opsworkscm/waiters.go b/vendor/github.com/aws/aws-sdk-go/service/opsworkscm/waiters.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/opsworkscm/waiters.go rename to vendor/github.com/aws/aws-sdk-go/service/opsworkscm/waiters.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/organizations/api.go b/vendor/github.com/aws/aws-sdk-go/service/organizations/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/organizations/api.go rename to vendor/github.com/aws/aws-sdk-go/service/organizations/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/organizations/doc.go b/vendor/github.com/aws/aws-sdk-go/service/organizations/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/organizations/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/organizations/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/organizations/errors.go b/vendor/github.com/aws/aws-sdk-go/service/organizations/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/organizations/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/organizations/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/organizations/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/organizations/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/organizations/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/organizations/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/organizations/organizationsiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/organizations/organizationsiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/organizations/organizationsiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/organizations/organizationsiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/organizations/service.go b/vendor/github.com/aws/aws-sdk-go/service/organizations/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/organizations/service.go rename to vendor/github.com/aws/aws-sdk-go/service/organizations/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/pinpoint/api.go b/vendor/github.com/aws/aws-sdk-go/service/pinpoint/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/pinpoint/api.go rename to vendor/github.com/aws/aws-sdk-go/service/pinpoint/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/pinpoint/doc.go b/vendor/github.com/aws/aws-sdk-go/service/pinpoint/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/pinpoint/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/pinpoint/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/pinpoint/errors.go b/vendor/github.com/aws/aws-sdk-go/service/pinpoint/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/pinpoint/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/pinpoint/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/pinpoint/pinpointiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/pinpoint/pinpointiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/pinpoint/pinpointiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/pinpoint/pinpointiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/pinpoint/service.go b/vendor/github.com/aws/aws-sdk-go/service/pinpoint/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/pinpoint/service.go rename to vendor/github.com/aws/aws-sdk-go/service/pinpoint/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/polly/api.go b/vendor/github.com/aws/aws-sdk-go/service/polly/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/polly/api.go rename to vendor/github.com/aws/aws-sdk-go/service/polly/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/polly/customizations.go b/vendor/github.com/aws/aws-sdk-go/service/polly/customizations.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/polly/customizations.go rename to vendor/github.com/aws/aws-sdk-go/service/polly/customizations.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/polly/customizations_test.go b/vendor/github.com/aws/aws-sdk-go/service/polly/customizations_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/polly/customizations_test.go rename to vendor/github.com/aws/aws-sdk-go/service/polly/customizations_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/polly/doc.go b/vendor/github.com/aws/aws-sdk-go/service/polly/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/polly/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/polly/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/polly/errors.go b/vendor/github.com/aws/aws-sdk-go/service/polly/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/polly/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/polly/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/polly/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/polly/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/polly/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/polly/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/polly/pollyiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/polly/pollyiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/polly/pollyiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/polly/pollyiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/polly/service.go b/vendor/github.com/aws/aws-sdk-go/service/polly/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/polly/service.go rename to vendor/github.com/aws/aws-sdk-go/service/polly/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/pricing/api.go b/vendor/github.com/aws/aws-sdk-go/service/pricing/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/pricing/api.go rename to vendor/github.com/aws/aws-sdk-go/service/pricing/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/pricing/doc.go b/vendor/github.com/aws/aws-sdk-go/service/pricing/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/pricing/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/pricing/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/pricing/errors.go b/vendor/github.com/aws/aws-sdk-go/service/pricing/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/pricing/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/pricing/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/pricing/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/pricing/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/pricing/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/pricing/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/pricing/pricingiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/pricing/pricingiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/pricing/pricingiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/pricing/pricingiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/pricing/service.go b/vendor/github.com/aws/aws-sdk-go/service/pricing/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/pricing/service.go rename to vendor/github.com/aws/aws-sdk-go/service/pricing/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/rds/api.go b/vendor/github.com/aws/aws-sdk-go/service/rds/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/rds/api.go rename to vendor/github.com/aws/aws-sdk-go/service/rds/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/rds/customizations.go b/vendor/github.com/aws/aws-sdk-go/service/rds/customizations.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/rds/customizations.go rename to vendor/github.com/aws/aws-sdk-go/service/rds/customizations.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/rds/customizations_test.go b/vendor/github.com/aws/aws-sdk-go/service/rds/customizations_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/rds/customizations_test.go rename to vendor/github.com/aws/aws-sdk-go/service/rds/customizations_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/rds/doc.go b/vendor/github.com/aws/aws-sdk-go/service/rds/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/rds/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/rds/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/rds/doc_custom.go b/vendor/github.com/aws/aws-sdk-go/service/rds/doc_custom.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/rds/doc_custom.go rename to vendor/github.com/aws/aws-sdk-go/service/rds/doc_custom.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/rds/errors.go b/vendor/github.com/aws/aws-sdk-go/service/rds/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/rds/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/rds/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/rds/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/rds/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/rds/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/rds/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/rds/rdsiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/rds/rdsiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/rds/rdsiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/rds/rdsiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/rds/rdsutils/connect.go b/vendor/github.com/aws/aws-sdk-go/service/rds/rdsutils/connect.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/rds/rdsutils/connect.go rename to vendor/github.com/aws/aws-sdk-go/service/rds/rdsutils/connect.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/rds/rdsutils/connect_test.go b/vendor/github.com/aws/aws-sdk-go/service/rds/rdsutils/connect_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/rds/rdsutils/connect_test.go rename to vendor/github.com/aws/aws-sdk-go/service/rds/rdsutils/connect_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/rds/service.go b/vendor/github.com/aws/aws-sdk-go/service/rds/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/rds/service.go rename to vendor/github.com/aws/aws-sdk-go/service/rds/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/rds/waiters.go b/vendor/github.com/aws/aws-sdk-go/service/rds/waiters.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/rds/waiters.go rename to vendor/github.com/aws/aws-sdk-go/service/rds/waiters.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/redshift/api.go b/vendor/github.com/aws/aws-sdk-go/service/redshift/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/redshift/api.go rename to vendor/github.com/aws/aws-sdk-go/service/redshift/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/redshift/doc.go b/vendor/github.com/aws/aws-sdk-go/service/redshift/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/redshift/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/redshift/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/redshift/errors.go b/vendor/github.com/aws/aws-sdk-go/service/redshift/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/redshift/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/redshift/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/redshift/redshiftiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/redshift/redshiftiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/redshift/redshiftiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/redshift/redshiftiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/redshift/service.go b/vendor/github.com/aws/aws-sdk-go/service/redshift/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/redshift/service.go rename to vendor/github.com/aws/aws-sdk-go/service/redshift/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/redshift/waiters.go b/vendor/github.com/aws/aws-sdk-go/service/redshift/waiters.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/redshift/waiters.go rename to vendor/github.com/aws/aws-sdk-go/service/redshift/waiters.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/rekognition/api.go b/vendor/github.com/aws/aws-sdk-go/service/rekognition/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/rekognition/api.go rename to vendor/github.com/aws/aws-sdk-go/service/rekognition/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/rekognition/doc.go b/vendor/github.com/aws/aws-sdk-go/service/rekognition/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/rekognition/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/rekognition/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/rekognition/errors.go b/vendor/github.com/aws/aws-sdk-go/service/rekognition/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/rekognition/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/rekognition/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/rekognition/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/rekognition/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/rekognition/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/rekognition/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/rekognition/rekognitioniface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/rekognition/rekognitioniface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/rekognition/rekognitioniface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/rekognition/rekognitioniface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/rekognition/service.go b/vendor/github.com/aws/aws-sdk-go/service/rekognition/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/rekognition/service.go rename to vendor/github.com/aws/aws-sdk-go/service/rekognition/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/resourcegroups/api.go b/vendor/github.com/aws/aws-sdk-go/service/resourcegroups/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/resourcegroups/api.go rename to vendor/github.com/aws/aws-sdk-go/service/resourcegroups/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/resourcegroups/doc.go b/vendor/github.com/aws/aws-sdk-go/service/resourcegroups/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/resourcegroups/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/resourcegroups/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/resourcegroups/errors.go b/vendor/github.com/aws/aws-sdk-go/service/resourcegroups/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/resourcegroups/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/resourcegroups/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/resourcegroups/resourcegroupsiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/resourcegroups/resourcegroupsiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/resourcegroups/resourcegroupsiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/resourcegroups/resourcegroupsiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/resourcegroups/service.go b/vendor/github.com/aws/aws-sdk-go/service/resourcegroups/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/resourcegroups/service.go rename to vendor/github.com/aws/aws-sdk-go/service/resourcegroups/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/resourcegroupstaggingapi/api.go b/vendor/github.com/aws/aws-sdk-go/service/resourcegroupstaggingapi/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/resourcegroupstaggingapi/api.go rename to vendor/github.com/aws/aws-sdk-go/service/resourcegroupstaggingapi/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/resourcegroupstaggingapi/doc.go b/vendor/github.com/aws/aws-sdk-go/service/resourcegroupstaggingapi/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/resourcegroupstaggingapi/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/resourcegroupstaggingapi/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/resourcegroupstaggingapi/errors.go b/vendor/github.com/aws/aws-sdk-go/service/resourcegroupstaggingapi/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/resourcegroupstaggingapi/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/resourcegroupstaggingapi/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/resourcegroupstaggingapi/resourcegroupstaggingapiiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/resourcegroupstaggingapi/resourcegroupstaggingapiiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/resourcegroupstaggingapi/resourcegroupstaggingapiiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/resourcegroupstaggingapi/resourcegroupstaggingapiiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/resourcegroupstaggingapi/service.go b/vendor/github.com/aws/aws-sdk-go/service/resourcegroupstaggingapi/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/resourcegroupstaggingapi/service.go rename to vendor/github.com/aws/aws-sdk-go/service/resourcegroupstaggingapi/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53/api.go b/vendor/github.com/aws/aws-sdk-go/service/route53/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53/api.go rename to vendor/github.com/aws/aws-sdk-go/service/route53/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53/customizations.go b/vendor/github.com/aws/aws-sdk-go/service/route53/customizations.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53/customizations.go rename to vendor/github.com/aws/aws-sdk-go/service/route53/customizations.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53/customizations_test.go b/vendor/github.com/aws/aws-sdk-go/service/route53/customizations_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53/customizations_test.go rename to vendor/github.com/aws/aws-sdk-go/service/route53/customizations_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53/doc.go b/vendor/github.com/aws/aws-sdk-go/service/route53/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/route53/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53/errors.go b/vendor/github.com/aws/aws-sdk-go/service/route53/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/route53/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/route53/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/route53/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53/route53iface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/route53/route53iface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53/route53iface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/route53/route53iface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53/service.go b/vendor/github.com/aws/aws-sdk-go/service/route53/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53/service.go rename to vendor/github.com/aws/aws-sdk-go/service/route53/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53/unmarshal_error.go b/vendor/github.com/aws/aws-sdk-go/service/route53/unmarshal_error.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53/unmarshal_error.go rename to vendor/github.com/aws/aws-sdk-go/service/route53/unmarshal_error.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53/unmarshal_error_leak_test.go b/vendor/github.com/aws/aws-sdk-go/service/route53/unmarshal_error_leak_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53/unmarshal_error_leak_test.go rename to vendor/github.com/aws/aws-sdk-go/service/route53/unmarshal_error_leak_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53/unmarshal_error_test.go b/vendor/github.com/aws/aws-sdk-go/service/route53/unmarshal_error_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53/unmarshal_error_test.go rename to vendor/github.com/aws/aws-sdk-go/service/route53/unmarshal_error_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53/waiters.go b/vendor/github.com/aws/aws-sdk-go/service/route53/waiters.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53/waiters.go rename to vendor/github.com/aws/aws-sdk-go/service/route53/waiters.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53domains/api.go b/vendor/github.com/aws/aws-sdk-go/service/route53domains/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53domains/api.go rename to vendor/github.com/aws/aws-sdk-go/service/route53domains/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53domains/doc.go b/vendor/github.com/aws/aws-sdk-go/service/route53domains/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53domains/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/route53domains/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53domains/errors.go b/vendor/github.com/aws/aws-sdk-go/service/route53domains/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53domains/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/route53domains/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53domains/route53domainsiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/route53domains/route53domainsiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53domains/route53domainsiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/route53domains/route53domainsiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53domains/service.go b/vendor/github.com/aws/aws-sdk-go/service/route53domains/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/route53domains/service.go rename to vendor/github.com/aws/aws-sdk-go/service/route53domains/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/api.go b/vendor/github.com/aws/aws-sdk-go/service/s3/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/api.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/bucket_location.go b/vendor/github.com/aws/aws-sdk-go/service/s3/bucket_location.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/bucket_location.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/bucket_location.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/bucket_location_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/bucket_location_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/bucket_location_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/bucket_location_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/content_md5.go b/vendor/github.com/aws/aws-sdk-go/service/s3/content_md5.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/content_md5.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/content_md5.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/customizations.go b/vendor/github.com/aws/aws-sdk-go/service/s3/customizations.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/customizations.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/customizations.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/customizations_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/customizations_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/customizations_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/customizations_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/doc.go b/vendor/github.com/aws/aws-sdk-go/service/s3/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/doc_custom.go b/vendor/github.com/aws/aws-sdk-go/service/s3/doc_custom.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/doc_custom.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/doc_custom.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/errors.go b/vendor/github.com/aws/aws-sdk-go/service/s3/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/host_style_bucket.go b/vendor/github.com/aws/aws-sdk-go/service/s3/host_style_bucket.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/host_style_bucket.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/host_style_bucket.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/host_style_bucket_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/host_style_bucket_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/host_style_bucket_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/host_style_bucket_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/platform_handlers.go b/vendor/github.com/aws/aws-sdk-go/service/s3/platform_handlers.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/platform_handlers.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/platform_handlers.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/platform_handlers_go1.6.go b/vendor/github.com/aws/aws-sdk-go/service/s3/platform_handlers_go1.6.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/platform_handlers_go1.6.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/platform_handlers_go1.6.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/platform_handlers_go1.6_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/platform_handlers_go1.6_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/platform_handlers_go1.6_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/platform_handlers_go1.6_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_cbc.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_cbc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_cbc.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_cbc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_cbc_content_cipher.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_cbc_content_cipher.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_cbc_content_cipher.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_cbc_content_cipher.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_cbc_content_cipher_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_cbc_content_cipher_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_cbc_content_cipher_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_cbc_content_cipher_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_cbc_padder.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_cbc_padder.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_cbc_padder.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_cbc_padder.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_cbc_padder_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_cbc_padder_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_cbc_padder_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_cbc_padder_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_cbc_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_cbc_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_cbc_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_cbc_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_gcm.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_gcm.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_gcm.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_gcm.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_gcm_content_cipher.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_gcm_content_cipher.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_gcm_content_cipher.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_gcm_content_cipher.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_gcm_content_cipher_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_gcm_content_cipher_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_gcm_content_cipher_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_gcm_content_cipher_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_gcm_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_gcm_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_gcm_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/aes_gcm_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/cipher.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/cipher.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/cipher.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/cipher.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/cipher_builder.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/cipher_builder.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/cipher_builder.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/cipher_builder.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/cipher_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/cipher_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/cipher_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/cipher_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/cipher_util.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/cipher_util.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/cipher_util.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/cipher_util.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/cipher_util_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/cipher_util_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/cipher_util_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/cipher_util_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/decryption_client.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/decryption_client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/decryption_client.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/decryption_client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/decryption_client_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/decryption_client_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/decryption_client_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/decryption_client_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/doc.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/encryption_client.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/encryption_client.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/encryption_client.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/encryption_client.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/encryption_client_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/encryption_client_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/encryption_client_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/encryption_client_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/envelope.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/envelope.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/envelope.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/envelope.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/hash_io.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/hash_io.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/hash_io.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/hash_io.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/hash_io_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/hash_io_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/hash_io_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/hash_io_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/helper.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/helper.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/helper.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/helper.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/helper_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/helper_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/helper_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/helper_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/key_handler.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/key_handler.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/key_handler.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/key_handler.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/key_handler_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/key_handler_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/key_handler_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/key_handler_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/kms_key_handler.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/kms_key_handler.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/kms_key_handler.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/kms_key_handler.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/kms_key_handler_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/kms_key_handler_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/kms_key_handler_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/kms_key_handler_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/mat_desc.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/mat_desc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/mat_desc.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/mat_desc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/mat_desc_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/mat_desc_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/mat_desc_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/mat_desc_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/mock_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/mock_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/mock_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/mock_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/padder.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/padder.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/padder.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/padder.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/pkcs7_padder.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/pkcs7_padder.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/pkcs7_padder.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/pkcs7_padder.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/pkcs7_padder_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/pkcs7_padder_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/pkcs7_padder_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/pkcs7_padder_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/strategy.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/strategy.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/strategy.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/strategy.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/strategy_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/strategy_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/strategy_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3crypto/strategy_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3iface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3iface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3iface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3iface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/batch.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/batch.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/batch.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/batch.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/batch_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/batch_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/batch_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/batch_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/bucket_region.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/bucket_region.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/bucket_region.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/bucket_region.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/bucket_region_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/bucket_region_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/bucket_region_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/bucket_region_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/doc.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/download.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/download.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/download.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/download.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/download_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/download_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/download_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/download_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/s3manageriface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/s3manageriface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/s3manageriface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/s3manageriface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/shared_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/shared_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/shared_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/shared_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/upload.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/upload.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/upload.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/upload.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/upload_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/upload_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/upload_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/upload_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/service.go b/vendor/github.com/aws/aws-sdk-go/service/s3/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/service.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/sse.go b/vendor/github.com/aws/aws-sdk-go/service/s3/sse.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/sse.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/sse.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/sse_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/sse_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/sse_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/sse_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/statusok_error.go b/vendor/github.com/aws/aws-sdk-go/service/s3/statusok_error.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/statusok_error.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/statusok_error.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/statusok_error_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/statusok_error_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/statusok_error_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/statusok_error_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/unmarshal_error.go b/vendor/github.com/aws/aws-sdk-go/service/s3/unmarshal_error.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/unmarshal_error.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/unmarshal_error.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/unmarshal_error_leak_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/unmarshal_error_leak_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/unmarshal_error_leak_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/unmarshal_error_leak_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/unmarshal_error_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/unmarshal_error_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/unmarshal_error_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/unmarshal_error_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/waiters.go b/vendor/github.com/aws/aws-sdk-go/service/s3/waiters.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/s3/waiters.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/waiters.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sagemaker/api.go b/vendor/github.com/aws/aws-sdk-go/service/sagemaker/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sagemaker/api.go rename to vendor/github.com/aws/aws-sdk-go/service/sagemaker/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sagemaker/doc.go b/vendor/github.com/aws/aws-sdk-go/service/sagemaker/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sagemaker/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/sagemaker/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sagemaker/errors.go b/vendor/github.com/aws/aws-sdk-go/service/sagemaker/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sagemaker/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/sagemaker/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sagemaker/sagemakeriface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/sagemaker/sagemakeriface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sagemaker/sagemakeriface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/sagemaker/sagemakeriface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sagemaker/service.go b/vendor/github.com/aws/aws-sdk-go/service/sagemaker/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sagemaker/service.go rename to vendor/github.com/aws/aws-sdk-go/service/sagemaker/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sagemaker/waiters.go b/vendor/github.com/aws/aws-sdk-go/service/sagemaker/waiters.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sagemaker/waiters.go rename to vendor/github.com/aws/aws-sdk-go/service/sagemaker/waiters.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sagemakerruntime/api.go b/vendor/github.com/aws/aws-sdk-go/service/sagemakerruntime/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sagemakerruntime/api.go rename to vendor/github.com/aws/aws-sdk-go/service/sagemakerruntime/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sagemakerruntime/doc.go b/vendor/github.com/aws/aws-sdk-go/service/sagemakerruntime/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sagemakerruntime/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/sagemakerruntime/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sagemakerruntime/errors.go b/vendor/github.com/aws/aws-sdk-go/service/sagemakerruntime/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sagemakerruntime/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/sagemakerruntime/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sagemakerruntime/sagemakerruntimeiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/sagemakerruntime/sagemakerruntimeiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sagemakerruntime/sagemakerruntimeiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/sagemakerruntime/sagemakerruntimeiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sagemakerruntime/service.go b/vendor/github.com/aws/aws-sdk-go/service/sagemakerruntime/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sagemakerruntime/service.go rename to vendor/github.com/aws/aws-sdk-go/service/sagemakerruntime/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/serverlessapplicationrepository/api.go b/vendor/github.com/aws/aws-sdk-go/service/serverlessapplicationrepository/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/serverlessapplicationrepository/api.go rename to vendor/github.com/aws/aws-sdk-go/service/serverlessapplicationrepository/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/serverlessapplicationrepository/doc.go b/vendor/github.com/aws/aws-sdk-go/service/serverlessapplicationrepository/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/serverlessapplicationrepository/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/serverlessapplicationrepository/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/serverlessapplicationrepository/errors.go b/vendor/github.com/aws/aws-sdk-go/service/serverlessapplicationrepository/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/serverlessapplicationrepository/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/serverlessapplicationrepository/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/serverlessapplicationrepository/serverlessapplicationrepositoryiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/serverlessapplicationrepository/serverlessapplicationrepositoryiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/serverlessapplicationrepository/serverlessapplicationrepositoryiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/serverlessapplicationrepository/serverlessapplicationrepositoryiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/serverlessapplicationrepository/service.go b/vendor/github.com/aws/aws-sdk-go/service/serverlessapplicationrepository/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/serverlessapplicationrepository/service.go rename to vendor/github.com/aws/aws-sdk-go/service/serverlessapplicationrepository/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/servicecatalog/api.go b/vendor/github.com/aws/aws-sdk-go/service/servicecatalog/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/servicecatalog/api.go rename to vendor/github.com/aws/aws-sdk-go/service/servicecatalog/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/servicecatalog/doc.go b/vendor/github.com/aws/aws-sdk-go/service/servicecatalog/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/servicecatalog/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/servicecatalog/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/servicecatalog/errors.go b/vendor/github.com/aws/aws-sdk-go/service/servicecatalog/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/servicecatalog/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/servicecatalog/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/servicecatalog/service.go b/vendor/github.com/aws/aws-sdk-go/service/servicecatalog/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/servicecatalog/service.go rename to vendor/github.com/aws/aws-sdk-go/service/servicecatalog/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/servicecatalog/servicecatalogiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/servicecatalog/servicecatalogiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/servicecatalog/servicecatalogiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/servicecatalog/servicecatalogiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ses/api.go b/vendor/github.com/aws/aws-sdk-go/service/ses/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ses/api.go rename to vendor/github.com/aws/aws-sdk-go/service/ses/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ses/doc.go b/vendor/github.com/aws/aws-sdk-go/service/ses/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ses/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/ses/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ses/errors.go b/vendor/github.com/aws/aws-sdk-go/service/ses/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ses/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/ses/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ses/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/ses/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ses/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/ses/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ses/service.go b/vendor/github.com/aws/aws-sdk-go/service/ses/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ses/service.go rename to vendor/github.com/aws/aws-sdk-go/service/ses/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ses/sesiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/ses/sesiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ses/sesiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/ses/sesiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ses/waiters.go b/vendor/github.com/aws/aws-sdk-go/service/ses/waiters.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ses/waiters.go rename to vendor/github.com/aws/aws-sdk-go/service/ses/waiters.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sfn/api.go b/vendor/github.com/aws/aws-sdk-go/service/sfn/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sfn/api.go rename to vendor/github.com/aws/aws-sdk-go/service/sfn/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sfn/doc.go b/vendor/github.com/aws/aws-sdk-go/service/sfn/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sfn/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/sfn/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sfn/errors.go b/vendor/github.com/aws/aws-sdk-go/service/sfn/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sfn/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/sfn/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sfn/service.go b/vendor/github.com/aws/aws-sdk-go/service/sfn/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sfn/service.go rename to vendor/github.com/aws/aws-sdk-go/service/sfn/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sfn/sfniface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/sfn/sfniface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sfn/sfniface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/sfn/sfniface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/shield/api.go b/vendor/github.com/aws/aws-sdk-go/service/shield/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/shield/api.go rename to vendor/github.com/aws/aws-sdk-go/service/shield/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/shield/doc.go b/vendor/github.com/aws/aws-sdk-go/service/shield/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/shield/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/shield/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/shield/errors.go b/vendor/github.com/aws/aws-sdk-go/service/shield/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/shield/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/shield/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/shield/service.go b/vendor/github.com/aws/aws-sdk-go/service/shield/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/shield/service.go rename to vendor/github.com/aws/aws-sdk-go/service/shield/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/shield/shieldiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/shield/shieldiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/shield/shieldiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/shield/shieldiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/simpledb/api.go b/vendor/github.com/aws/aws-sdk-go/service/simpledb/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/simpledb/api.go rename to vendor/github.com/aws/aws-sdk-go/service/simpledb/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/simpledb/customizations.go b/vendor/github.com/aws/aws-sdk-go/service/simpledb/customizations.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/simpledb/customizations.go rename to vendor/github.com/aws/aws-sdk-go/service/simpledb/customizations.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/simpledb/doc.go b/vendor/github.com/aws/aws-sdk-go/service/simpledb/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/simpledb/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/simpledb/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/simpledb/errors.go b/vendor/github.com/aws/aws-sdk-go/service/simpledb/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/simpledb/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/simpledb/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/simpledb/service.go b/vendor/github.com/aws/aws-sdk-go/service/simpledb/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/simpledb/service.go rename to vendor/github.com/aws/aws-sdk-go/service/simpledb/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/simpledb/simpledbiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/simpledb/simpledbiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/simpledb/simpledbiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/simpledb/simpledbiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/simpledb/unmarshal_error_leak_test.go b/vendor/github.com/aws/aws-sdk-go/service/simpledb/unmarshal_error_leak_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/simpledb/unmarshal_error_leak_test.go rename to vendor/github.com/aws/aws-sdk-go/service/simpledb/unmarshal_error_leak_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/simpledb/unmarshall_error.go b/vendor/github.com/aws/aws-sdk-go/service/simpledb/unmarshall_error.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/simpledb/unmarshall_error.go rename to vendor/github.com/aws/aws-sdk-go/service/simpledb/unmarshall_error.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/simpledb/unmarshall_error_test.go b/vendor/github.com/aws/aws-sdk-go/service/simpledb/unmarshall_error_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/simpledb/unmarshall_error_test.go rename to vendor/github.com/aws/aws-sdk-go/service/simpledb/unmarshall_error_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sms/api.go b/vendor/github.com/aws/aws-sdk-go/service/sms/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sms/api.go rename to vendor/github.com/aws/aws-sdk-go/service/sms/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sms/doc.go b/vendor/github.com/aws/aws-sdk-go/service/sms/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sms/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/sms/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sms/errors.go b/vendor/github.com/aws/aws-sdk-go/service/sms/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sms/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/sms/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sms/service.go b/vendor/github.com/aws/aws-sdk-go/service/sms/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sms/service.go rename to vendor/github.com/aws/aws-sdk-go/service/sms/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sms/smsiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/sms/smsiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sms/smsiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/sms/smsiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/snowball/api.go b/vendor/github.com/aws/aws-sdk-go/service/snowball/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/snowball/api.go rename to vendor/github.com/aws/aws-sdk-go/service/snowball/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/snowball/doc.go b/vendor/github.com/aws/aws-sdk-go/service/snowball/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/snowball/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/snowball/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/snowball/errors.go b/vendor/github.com/aws/aws-sdk-go/service/snowball/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/snowball/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/snowball/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/snowball/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/snowball/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/snowball/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/snowball/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/snowball/service.go b/vendor/github.com/aws/aws-sdk-go/service/snowball/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/snowball/service.go rename to vendor/github.com/aws/aws-sdk-go/service/snowball/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/snowball/snowballiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/snowball/snowballiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/snowball/snowballiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/snowball/snowballiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sns/api.go b/vendor/github.com/aws/aws-sdk-go/service/sns/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sns/api.go rename to vendor/github.com/aws/aws-sdk-go/service/sns/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sns/doc.go b/vendor/github.com/aws/aws-sdk-go/service/sns/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sns/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/sns/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sns/errors.go b/vendor/github.com/aws/aws-sdk-go/service/sns/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sns/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/sns/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sns/service.go b/vendor/github.com/aws/aws-sdk-go/service/sns/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sns/service.go rename to vendor/github.com/aws/aws-sdk-go/service/sns/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sns/snsiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/sns/snsiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sns/snsiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/sns/snsiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sqs/api.go b/vendor/github.com/aws/aws-sdk-go/service/sqs/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sqs/api.go rename to vendor/github.com/aws/aws-sdk-go/service/sqs/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sqs/api_test.go b/vendor/github.com/aws/aws-sdk-go/service/sqs/api_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sqs/api_test.go rename to vendor/github.com/aws/aws-sdk-go/service/sqs/api_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sqs/checksums.go b/vendor/github.com/aws/aws-sdk-go/service/sqs/checksums.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sqs/checksums.go rename to vendor/github.com/aws/aws-sdk-go/service/sqs/checksums.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sqs/checksums_test.go b/vendor/github.com/aws/aws-sdk-go/service/sqs/checksums_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sqs/checksums_test.go rename to vendor/github.com/aws/aws-sdk-go/service/sqs/checksums_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sqs/customizations.go b/vendor/github.com/aws/aws-sdk-go/service/sqs/customizations.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sqs/customizations.go rename to vendor/github.com/aws/aws-sdk-go/service/sqs/customizations.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sqs/doc.go b/vendor/github.com/aws/aws-sdk-go/service/sqs/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sqs/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/sqs/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sqs/errors.go b/vendor/github.com/aws/aws-sdk-go/service/sqs/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sqs/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/sqs/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sqs/service.go b/vendor/github.com/aws/aws-sdk-go/service/sqs/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sqs/service.go rename to vendor/github.com/aws/aws-sdk-go/service/sqs/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sqs/sqsiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/sqs/sqsiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sqs/sqsiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/sqs/sqsiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ssm/api.go b/vendor/github.com/aws/aws-sdk-go/service/ssm/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ssm/api.go rename to vendor/github.com/aws/aws-sdk-go/service/ssm/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ssm/doc.go b/vendor/github.com/aws/aws-sdk-go/service/ssm/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ssm/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/ssm/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ssm/errors.go b/vendor/github.com/aws/aws-sdk-go/service/ssm/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ssm/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/ssm/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ssm/service.go b/vendor/github.com/aws/aws-sdk-go/service/ssm/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ssm/service.go rename to vendor/github.com/aws/aws-sdk-go/service/ssm/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/ssm/ssmiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/ssm/ssmiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/ssm/ssmiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/ssm/ssmiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/storagegateway/api.go b/vendor/github.com/aws/aws-sdk-go/service/storagegateway/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/storagegateway/api.go rename to vendor/github.com/aws/aws-sdk-go/service/storagegateway/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/storagegateway/doc.go b/vendor/github.com/aws/aws-sdk-go/service/storagegateway/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/storagegateway/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/storagegateway/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/storagegateway/errors.go b/vendor/github.com/aws/aws-sdk-go/service/storagegateway/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/storagegateway/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/storagegateway/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/storagegateway/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/storagegateway/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/storagegateway/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/storagegateway/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/storagegateway/service.go b/vendor/github.com/aws/aws-sdk-go/service/storagegateway/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/storagegateway/service.go rename to vendor/github.com/aws/aws-sdk-go/service/storagegateway/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/storagegateway/storagegatewayiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/storagegateway/storagegatewayiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/storagegateway/storagegatewayiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/storagegateway/storagegatewayiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sts/api.go b/vendor/github.com/aws/aws-sdk-go/service/sts/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sts/api.go rename to vendor/github.com/aws/aws-sdk-go/service/sts/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sts/customizations.go b/vendor/github.com/aws/aws-sdk-go/service/sts/customizations.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sts/customizations.go rename to vendor/github.com/aws/aws-sdk-go/service/sts/customizations.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sts/customizations_test.go b/vendor/github.com/aws/aws-sdk-go/service/sts/customizations_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sts/customizations_test.go rename to vendor/github.com/aws/aws-sdk-go/service/sts/customizations_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sts/doc.go b/vendor/github.com/aws/aws-sdk-go/service/sts/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sts/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/sts/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sts/errors.go b/vendor/github.com/aws/aws-sdk-go/service/sts/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sts/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/sts/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sts/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/sts/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sts/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/sts/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sts/service.go b/vendor/github.com/aws/aws-sdk-go/service/sts/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sts/service.go rename to vendor/github.com/aws/aws-sdk-go/service/sts/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/sts/stsiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/sts/stsiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/sts/stsiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/sts/stsiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/support/api.go b/vendor/github.com/aws/aws-sdk-go/service/support/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/support/api.go rename to vendor/github.com/aws/aws-sdk-go/service/support/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/support/doc.go b/vendor/github.com/aws/aws-sdk-go/service/support/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/support/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/support/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/support/errors.go b/vendor/github.com/aws/aws-sdk-go/service/support/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/support/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/support/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/support/service.go b/vendor/github.com/aws/aws-sdk-go/service/support/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/support/service.go rename to vendor/github.com/aws/aws-sdk-go/service/support/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/support/supportiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/support/supportiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/support/supportiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/support/supportiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/swf/api.go b/vendor/github.com/aws/aws-sdk-go/service/swf/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/swf/api.go rename to vendor/github.com/aws/aws-sdk-go/service/swf/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/swf/doc.go b/vendor/github.com/aws/aws-sdk-go/service/swf/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/swf/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/swf/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/swf/errors.go b/vendor/github.com/aws/aws-sdk-go/service/swf/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/swf/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/swf/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/swf/service.go b/vendor/github.com/aws/aws-sdk-go/service/swf/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/swf/service.go rename to vendor/github.com/aws/aws-sdk-go/service/swf/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/swf/swfiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/swf/swfiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/swf/swfiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/swf/swfiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/translate/api.go b/vendor/github.com/aws/aws-sdk-go/service/translate/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/translate/api.go rename to vendor/github.com/aws/aws-sdk-go/service/translate/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/translate/doc.go b/vendor/github.com/aws/aws-sdk-go/service/translate/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/translate/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/translate/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/translate/errors.go b/vendor/github.com/aws/aws-sdk-go/service/translate/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/translate/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/translate/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/translate/service.go b/vendor/github.com/aws/aws-sdk-go/service/translate/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/translate/service.go rename to vendor/github.com/aws/aws-sdk-go/service/translate/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/translate/translateiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/translate/translateiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/translate/translateiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/translate/translateiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/waf/api.go b/vendor/github.com/aws/aws-sdk-go/service/waf/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/waf/api.go rename to vendor/github.com/aws/aws-sdk-go/service/waf/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/waf/doc.go b/vendor/github.com/aws/aws-sdk-go/service/waf/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/waf/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/waf/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/waf/errors.go b/vendor/github.com/aws/aws-sdk-go/service/waf/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/waf/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/waf/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/waf/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/waf/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/waf/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/waf/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/waf/service.go b/vendor/github.com/aws/aws-sdk-go/service/waf/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/waf/service.go rename to vendor/github.com/aws/aws-sdk-go/service/waf/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/waf/wafiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/waf/wafiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/waf/wafiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/waf/wafiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/wafregional/api.go b/vendor/github.com/aws/aws-sdk-go/service/wafregional/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/wafregional/api.go rename to vendor/github.com/aws/aws-sdk-go/service/wafregional/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/wafregional/doc.go b/vendor/github.com/aws/aws-sdk-go/service/wafregional/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/wafregional/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/wafregional/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/wafregional/errors.go b/vendor/github.com/aws/aws-sdk-go/service/wafregional/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/wafregional/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/wafregional/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/wafregional/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/wafregional/examples_test.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/wafregional/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/wafregional/examples_test.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/wafregional/service.go b/vendor/github.com/aws/aws-sdk-go/service/wafregional/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/wafregional/service.go rename to vendor/github.com/aws/aws-sdk-go/service/wafregional/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/wafregional/wafregionaliface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/wafregional/wafregionaliface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/wafregional/wafregionaliface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/wafregional/wafregionaliface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/workdocs/api.go b/vendor/github.com/aws/aws-sdk-go/service/workdocs/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/workdocs/api.go rename to vendor/github.com/aws/aws-sdk-go/service/workdocs/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/workdocs/doc.go b/vendor/github.com/aws/aws-sdk-go/service/workdocs/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/workdocs/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/workdocs/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/workdocs/errors.go b/vendor/github.com/aws/aws-sdk-go/service/workdocs/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/workdocs/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/workdocs/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/workdocs/service.go b/vendor/github.com/aws/aws-sdk-go/service/workdocs/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/workdocs/service.go rename to vendor/github.com/aws/aws-sdk-go/service/workdocs/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/workdocs/workdocsiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/workdocs/workdocsiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/workdocs/workdocsiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/workdocs/workdocsiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/workspaces/api.go b/vendor/github.com/aws/aws-sdk-go/service/workspaces/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/workspaces/api.go rename to vendor/github.com/aws/aws-sdk-go/service/workspaces/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/workspaces/doc.go b/vendor/github.com/aws/aws-sdk-go/service/workspaces/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/workspaces/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/workspaces/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/workspaces/errors.go b/vendor/github.com/aws/aws-sdk-go/service/workspaces/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/workspaces/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/workspaces/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/workspaces/service.go b/vendor/github.com/aws/aws-sdk-go/service/workspaces/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/workspaces/service.go rename to vendor/github.com/aws/aws-sdk-go/service/workspaces/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/workspaces/workspacesiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/workspaces/workspacesiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/workspaces/workspacesiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/workspaces/workspacesiface/interface.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/xray/api.go b/vendor/github.com/aws/aws-sdk-go/service/xray/api.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/xray/api.go rename to vendor/github.com/aws/aws-sdk-go/service/xray/api.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/xray/doc.go b/vendor/github.com/aws/aws-sdk-go/service/xray/doc.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/xray/doc.go rename to vendor/github.com/aws/aws-sdk-go/service/xray/doc.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/xray/errors.go b/vendor/github.com/aws/aws-sdk-go/service/xray/errors.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/xray/errors.go rename to vendor/github.com/aws/aws-sdk-go/service/xray/errors.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/xray/service.go b/vendor/github.com/aws/aws-sdk-go/service/xray/service.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/xray/service.go rename to vendor/github.com/aws/aws-sdk-go/service/xray/service.go diff --git a/cmd/share/vendor/github.com/aws/aws-sdk-go/service/xray/xrayiface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/xray/xrayiface/interface.go similarity index 100% rename from cmd/share/vendor/github.com/aws/aws-sdk-go/service/xray/xrayiface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/xray/xrayiface/interface.go diff --git a/cmd/share/vendor/github.com/go-ini/ini/.github/ISSUE_TEMPLATE.md b/vendor/github.com/go-ini/ini/.github/ISSUE_TEMPLATE.md similarity index 100% rename from cmd/share/vendor/github.com/go-ini/ini/.github/ISSUE_TEMPLATE.md rename to vendor/github.com/go-ini/ini/.github/ISSUE_TEMPLATE.md diff --git a/cmd/share/vendor/github.com/go-ini/ini/.github/PULL_REQUEST_TEMPLATE.md b/vendor/github.com/go-ini/ini/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from cmd/share/vendor/github.com/go-ini/ini/.github/PULL_REQUEST_TEMPLATE.md rename to vendor/github.com/go-ini/ini/.github/PULL_REQUEST_TEMPLATE.md diff --git a/cmd/share/vendor/github.com/go-ini/ini/.gitignore b/vendor/github.com/go-ini/ini/.gitignore similarity index 100% rename from cmd/share/vendor/github.com/go-ini/ini/.gitignore rename to vendor/github.com/go-ini/ini/.gitignore diff --git a/cmd/share/vendor/github.com/go-ini/ini/.travis.yml b/vendor/github.com/go-ini/ini/.travis.yml similarity index 100% rename from cmd/share/vendor/github.com/go-ini/ini/.travis.yml rename to vendor/github.com/go-ini/ini/.travis.yml diff --git a/cmd/share/vendor/github.com/go-ini/ini/LICENSE b/vendor/github.com/go-ini/ini/LICENSE similarity index 100% rename from cmd/share/vendor/github.com/go-ini/ini/LICENSE rename to vendor/github.com/go-ini/ini/LICENSE diff --git a/cmd/share/vendor/github.com/go-ini/ini/Makefile b/vendor/github.com/go-ini/ini/Makefile similarity index 100% rename from cmd/share/vendor/github.com/go-ini/ini/Makefile rename to vendor/github.com/go-ini/ini/Makefile diff --git a/cmd/share/vendor/github.com/go-ini/ini/README.md b/vendor/github.com/go-ini/ini/README.md similarity index 100% rename from cmd/share/vendor/github.com/go-ini/ini/README.md rename to vendor/github.com/go-ini/ini/README.md diff --git a/cmd/share/vendor/github.com/go-ini/ini/README_ZH.md b/vendor/github.com/go-ini/ini/README_ZH.md similarity index 100% rename from cmd/share/vendor/github.com/go-ini/ini/README_ZH.md rename to vendor/github.com/go-ini/ini/README_ZH.md diff --git a/cmd/share/vendor/github.com/go-ini/ini/bench_test.go b/vendor/github.com/go-ini/ini/bench_test.go similarity index 100% rename from cmd/share/vendor/github.com/go-ini/ini/bench_test.go rename to vendor/github.com/go-ini/ini/bench_test.go diff --git a/cmd/share/vendor/github.com/go-ini/ini/error.go b/vendor/github.com/go-ini/ini/error.go similarity index 100% rename from cmd/share/vendor/github.com/go-ini/ini/error.go rename to vendor/github.com/go-ini/ini/error.go diff --git a/cmd/share/vendor/github.com/go-ini/ini/file.go b/vendor/github.com/go-ini/ini/file.go similarity index 100% rename from cmd/share/vendor/github.com/go-ini/ini/file.go rename to vendor/github.com/go-ini/ini/file.go diff --git a/cmd/share/vendor/github.com/go-ini/ini/file_test.go b/vendor/github.com/go-ini/ini/file_test.go similarity index 100% rename from cmd/share/vendor/github.com/go-ini/ini/file_test.go rename to vendor/github.com/go-ini/ini/file_test.go diff --git a/cmd/share/vendor/github.com/go-ini/ini/ini.go b/vendor/github.com/go-ini/ini/ini.go similarity index 100% rename from cmd/share/vendor/github.com/go-ini/ini/ini.go rename to vendor/github.com/go-ini/ini/ini.go diff --git a/cmd/share/vendor/github.com/go-ini/ini/ini_internal_test.go b/vendor/github.com/go-ini/ini/ini_internal_test.go similarity index 100% rename from cmd/share/vendor/github.com/go-ini/ini/ini_internal_test.go rename to vendor/github.com/go-ini/ini/ini_internal_test.go diff --git a/cmd/share/vendor/github.com/go-ini/ini/ini_test.go b/vendor/github.com/go-ini/ini/ini_test.go similarity index 100% rename from cmd/share/vendor/github.com/go-ini/ini/ini_test.go rename to vendor/github.com/go-ini/ini/ini_test.go diff --git a/cmd/share/vendor/github.com/go-ini/ini/key.go b/vendor/github.com/go-ini/ini/key.go similarity index 100% rename from cmd/share/vendor/github.com/go-ini/ini/key.go rename to vendor/github.com/go-ini/ini/key.go diff --git a/cmd/share/vendor/github.com/go-ini/ini/key_test.go b/vendor/github.com/go-ini/ini/key_test.go similarity index 100% rename from cmd/share/vendor/github.com/go-ini/ini/key_test.go rename to vendor/github.com/go-ini/ini/key_test.go diff --git a/cmd/share/vendor/github.com/go-ini/ini/parser.go b/vendor/github.com/go-ini/ini/parser.go similarity index 100% rename from cmd/share/vendor/github.com/go-ini/ini/parser.go rename to vendor/github.com/go-ini/ini/parser.go diff --git a/cmd/share/vendor/github.com/go-ini/ini/parser_test.go b/vendor/github.com/go-ini/ini/parser_test.go similarity index 100% rename from cmd/share/vendor/github.com/go-ini/ini/parser_test.go rename to vendor/github.com/go-ini/ini/parser_test.go diff --git a/cmd/share/vendor/github.com/go-ini/ini/section.go b/vendor/github.com/go-ini/ini/section.go similarity index 100% rename from cmd/share/vendor/github.com/go-ini/ini/section.go rename to vendor/github.com/go-ini/ini/section.go diff --git a/cmd/share/vendor/github.com/go-ini/ini/section_test.go b/vendor/github.com/go-ini/ini/section_test.go similarity index 100% rename from cmd/share/vendor/github.com/go-ini/ini/section_test.go rename to vendor/github.com/go-ini/ini/section_test.go diff --git a/cmd/share/vendor/github.com/go-ini/ini/struct.go b/vendor/github.com/go-ini/ini/struct.go similarity index 100% rename from cmd/share/vendor/github.com/go-ini/ini/struct.go rename to vendor/github.com/go-ini/ini/struct.go diff --git a/cmd/share/vendor/github.com/go-ini/ini/struct_test.go b/vendor/github.com/go-ini/ini/struct_test.go similarity index 100% rename from cmd/share/vendor/github.com/go-ini/ini/struct_test.go rename to vendor/github.com/go-ini/ini/struct_test.go diff --git a/cmd/share/vendor/github.com/go-ini/ini/testdata/UTF-16-BE-BOM.ini b/vendor/github.com/go-ini/ini/testdata/UTF-16-BE-BOM.ini similarity index 100% rename from cmd/share/vendor/github.com/go-ini/ini/testdata/UTF-16-BE-BOM.ini rename to vendor/github.com/go-ini/ini/testdata/UTF-16-BE-BOM.ini diff --git a/cmd/share/vendor/github.com/go-ini/ini/testdata/UTF-16-LE-BOM.ini b/vendor/github.com/go-ini/ini/testdata/UTF-16-LE-BOM.ini similarity index 100% rename from cmd/share/vendor/github.com/go-ini/ini/testdata/UTF-16-LE-BOM.ini rename to vendor/github.com/go-ini/ini/testdata/UTF-16-LE-BOM.ini diff --git a/cmd/share/vendor/github.com/go-ini/ini/testdata/UTF-8-BOM.ini b/vendor/github.com/go-ini/ini/testdata/UTF-8-BOM.ini similarity index 100% rename from cmd/share/vendor/github.com/go-ini/ini/testdata/UTF-8-BOM.ini rename to vendor/github.com/go-ini/ini/testdata/UTF-8-BOM.ini diff --git a/cmd/share/vendor/github.com/go-ini/ini/testdata/full.ini b/vendor/github.com/go-ini/ini/testdata/full.ini similarity index 100% rename from cmd/share/vendor/github.com/go-ini/ini/testdata/full.ini rename to vendor/github.com/go-ini/ini/testdata/full.ini diff --git a/cmd/share/vendor/github.com/go-ini/ini/testdata/minimal.ini b/vendor/github.com/go-ini/ini/testdata/minimal.ini similarity index 100% rename from cmd/share/vendor/github.com/go-ini/ini/testdata/minimal.ini rename to vendor/github.com/go-ini/ini/testdata/minimal.ini diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/.gitignore b/vendor/github.com/jmespath/go-jmespath/.gitignore similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/.gitignore rename to vendor/github.com/jmespath/go-jmespath/.gitignore diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/.travis.yml b/vendor/github.com/jmespath/go-jmespath/.travis.yml similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/.travis.yml rename to vendor/github.com/jmespath/go-jmespath/.travis.yml diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/LICENSE b/vendor/github.com/jmespath/go-jmespath/LICENSE similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/LICENSE rename to vendor/github.com/jmespath/go-jmespath/LICENSE diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/Makefile b/vendor/github.com/jmespath/go-jmespath/Makefile similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/Makefile rename to vendor/github.com/jmespath/go-jmespath/Makefile diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/README.md b/vendor/github.com/jmespath/go-jmespath/README.md similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/README.md rename to vendor/github.com/jmespath/go-jmespath/README.md diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/api.go b/vendor/github.com/jmespath/go-jmespath/api.go similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/api.go rename to vendor/github.com/jmespath/go-jmespath/api.go diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/api_test.go b/vendor/github.com/jmespath/go-jmespath/api_test.go similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/api_test.go rename to vendor/github.com/jmespath/go-jmespath/api_test.go diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/astnodetype_string.go b/vendor/github.com/jmespath/go-jmespath/astnodetype_string.go similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/astnodetype_string.go rename to vendor/github.com/jmespath/go-jmespath/astnodetype_string.go diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/basic.json b/vendor/github.com/jmespath/go-jmespath/compliance/basic.json similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/basic.json rename to vendor/github.com/jmespath/go-jmespath/compliance/basic.json diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/boolean.json b/vendor/github.com/jmespath/go-jmespath/compliance/boolean.json similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/boolean.json rename to vendor/github.com/jmespath/go-jmespath/compliance/boolean.json diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/current.json b/vendor/github.com/jmespath/go-jmespath/compliance/current.json similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/current.json rename to vendor/github.com/jmespath/go-jmespath/compliance/current.json diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/escape.json b/vendor/github.com/jmespath/go-jmespath/compliance/escape.json similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/escape.json rename to vendor/github.com/jmespath/go-jmespath/compliance/escape.json diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/filters.json b/vendor/github.com/jmespath/go-jmespath/compliance/filters.json similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/filters.json rename to vendor/github.com/jmespath/go-jmespath/compliance/filters.json diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/functions.json b/vendor/github.com/jmespath/go-jmespath/compliance/functions.json similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/functions.json rename to vendor/github.com/jmespath/go-jmespath/compliance/functions.json diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/identifiers.json b/vendor/github.com/jmespath/go-jmespath/compliance/identifiers.json similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/identifiers.json rename to vendor/github.com/jmespath/go-jmespath/compliance/identifiers.json diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/indices.json b/vendor/github.com/jmespath/go-jmespath/compliance/indices.json similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/indices.json rename to vendor/github.com/jmespath/go-jmespath/compliance/indices.json diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/literal.json b/vendor/github.com/jmespath/go-jmespath/compliance/literal.json similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/literal.json rename to vendor/github.com/jmespath/go-jmespath/compliance/literal.json diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/multiselect.json b/vendor/github.com/jmespath/go-jmespath/compliance/multiselect.json similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/multiselect.json rename to vendor/github.com/jmespath/go-jmespath/compliance/multiselect.json diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/ormatch.json b/vendor/github.com/jmespath/go-jmespath/compliance/ormatch.json similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/ormatch.json rename to vendor/github.com/jmespath/go-jmespath/compliance/ormatch.json diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/pipe.json b/vendor/github.com/jmespath/go-jmespath/compliance/pipe.json similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/pipe.json rename to vendor/github.com/jmespath/go-jmespath/compliance/pipe.json diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/slice.json b/vendor/github.com/jmespath/go-jmespath/compliance/slice.json similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/slice.json rename to vendor/github.com/jmespath/go-jmespath/compliance/slice.json diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/syntax.json b/vendor/github.com/jmespath/go-jmespath/compliance/syntax.json similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/syntax.json rename to vendor/github.com/jmespath/go-jmespath/compliance/syntax.json diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/unicode.json b/vendor/github.com/jmespath/go-jmespath/compliance/unicode.json similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/unicode.json rename to vendor/github.com/jmespath/go-jmespath/compliance/unicode.json diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/wildcard.json b/vendor/github.com/jmespath/go-jmespath/compliance/wildcard.json similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/compliance/wildcard.json rename to vendor/github.com/jmespath/go-jmespath/compliance/wildcard.json diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/compliance_test.go b/vendor/github.com/jmespath/go-jmespath/compliance_test.go similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/compliance_test.go rename to vendor/github.com/jmespath/go-jmespath/compliance_test.go diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/functions.go b/vendor/github.com/jmespath/go-jmespath/functions.go similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/functions.go rename to vendor/github.com/jmespath/go-jmespath/functions.go diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/jmespath.go b/vendor/github.com/jmespath/go-jmespath/fuzz/jmespath.go similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/jmespath.go rename to vendor/github.com/jmespath/go-jmespath/fuzz/jmespath.go diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-1 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-1 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-1 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-1 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-10 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-10 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-10 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-10 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-100 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-100 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-100 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-100 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-101 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-101 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-101 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-101 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-102 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-102 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-102 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-102 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-103 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-103 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-103 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-103 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-104 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-104 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-104 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-104 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-105 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-105 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-105 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-105 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-106 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-106 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-106 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-106 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-107 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-107 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-107 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-107 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-108 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-108 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-108 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-108 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-109 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-109 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-109 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-109 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-110 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-110 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-110 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-110 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-112 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-112 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-112 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-112 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-115 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-115 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-115 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-115 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-118 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-118 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-118 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-118 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-119 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-119 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-119 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-119 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-12 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-12 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-12 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-12 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-120 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-120 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-120 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-120 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-121 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-121 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-121 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-121 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-122 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-122 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-122 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-122 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-123 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-123 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-123 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-123 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-126 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-126 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-126 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-126 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-128 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-128 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-128 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-128 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-129 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-129 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-129 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-129 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-13 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-13 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-13 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-13 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-130 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-130 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-130 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-130 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-131 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-131 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-131 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-131 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-132 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-132 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-132 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-132 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-133 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-133 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-133 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-133 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-134 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-134 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-134 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-134 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-135 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-135 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-135 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-135 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-136 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-136 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-136 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-136 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-137 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-137 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-137 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-137 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-138 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-138 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-138 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-138 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-139 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-139 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-139 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-139 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-14 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-14 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-14 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-14 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-140 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-140 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-140 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-140 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-141 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-141 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-141 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-141 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-142 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-142 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-142 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-142 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-143 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-143 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-143 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-143 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-144 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-144 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-144 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-144 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-145 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-145 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-145 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-145 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-146 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-146 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-146 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-146 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-147 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-147 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-147 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-147 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-148 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-148 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-148 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-148 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-149 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-149 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-149 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-149 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-15 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-15 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-15 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-15 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-150 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-150 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-150 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-150 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-151 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-151 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-151 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-151 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-152 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-152 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-152 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-152 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-153 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-153 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-153 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-153 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-155 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-155 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-155 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-155 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-156 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-156 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-156 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-156 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-157 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-157 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-157 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-157 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-158 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-158 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-158 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-158 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-159 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-159 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-159 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-159 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-16 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-16 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-16 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-16 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-160 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-160 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-160 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-160 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-161 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-161 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-161 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-161 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-162 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-162 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-162 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-162 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-163 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-163 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-163 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-163 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-164 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-164 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-164 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-164 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-165 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-165 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-165 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-165 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-166 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-166 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-166 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-166 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-167 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-167 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-167 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-167 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-168 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-168 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-168 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-168 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-169 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-169 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-169 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-169 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-17 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-17 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-17 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-17 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-170 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-170 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-170 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-170 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-171 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-171 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-171 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-171 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-172 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-172 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-172 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-172 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-173 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-173 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-173 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-173 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-174 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-174 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-174 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-174 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-175 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-175 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-175 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-175 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-178 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-178 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-178 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-178 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-179 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-179 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-179 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-179 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-18 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-18 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-18 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-18 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-180 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-180 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-180 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-180 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-181 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-181 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-181 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-181 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-182 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-182 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-182 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-182 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-183 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-183 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-183 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-183 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-184 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-184 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-184 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-184 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-185 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-185 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-185 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-185 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-186 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-186 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-186 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-186 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-187 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-187 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-187 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-187 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-188 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-188 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-188 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-188 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-189 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-189 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-189 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-189 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-19 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-19 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-19 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-19 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-190 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-190 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-190 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-190 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-191 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-191 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-191 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-191 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-192 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-192 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-192 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-192 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-193 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-193 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-193 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-193 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-194 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-194 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-194 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-194 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-195 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-195 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-195 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-195 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-196 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-196 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-196 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-196 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-198 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-198 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-198 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-198 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-199 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-199 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-199 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-199 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-2 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-2 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-2 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-2 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-20 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-20 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-20 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-20 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-200 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-200 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-200 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-200 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-201 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-201 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-201 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-201 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-202 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-202 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-202 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-202 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-203 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-203 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-203 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-203 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-204 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-204 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-204 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-204 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-205 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-205 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-205 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-205 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-206 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-206 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-206 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-206 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-207 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-207 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-207 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-207 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-208 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-208 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-208 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-208 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-209 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-209 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-209 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-209 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-21 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-21 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-21 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-21 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-210 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-210 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-210 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-210 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-211 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-211 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-211 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-211 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-212 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-212 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-212 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-212 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-213 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-213 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-213 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-213 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-214 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-214 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-214 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-214 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-215 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-215 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-215 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-215 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-216 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-216 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-216 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-216 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-217 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-217 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-217 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-217 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-218 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-218 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-218 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-218 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-219 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-219 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-219 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-219 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-22 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-22 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-22 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-22 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-220 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-220 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-220 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-220 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-221 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-221 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-221 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-221 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-222 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-222 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-222 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-222 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-223 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-223 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-223 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-223 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-224 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-224 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-224 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-224 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-225 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-225 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-225 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-225 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-226 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-226 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-226 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-226 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-227 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-227 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-227 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-227 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-228 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-228 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-228 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-228 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-229 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-229 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-229 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-229 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-23 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-23 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-23 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-23 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-230 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-230 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-230 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-230 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-231 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-231 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-231 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-231 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-232 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-232 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-232 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-232 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-233 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-233 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-233 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-233 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-234 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-234 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-234 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-234 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-235 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-235 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-235 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-235 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-236 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-236 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-236 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-236 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-237 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-237 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-237 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-237 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-238 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-238 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-238 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-238 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-239 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-239 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-239 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-239 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-24 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-24 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-24 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-24 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-240 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-240 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-240 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-240 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-241 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-241 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-241 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-241 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-242 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-242 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-242 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-242 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-243 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-243 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-243 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-243 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-244 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-244 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-244 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-244 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-245 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-245 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-245 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-245 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-246 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-246 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-246 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-246 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-247 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-247 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-247 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-247 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-248 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-248 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-248 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-248 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-249 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-249 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-249 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-249 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-25 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-25 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-25 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-25 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-250 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-250 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-250 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-250 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-251 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-251 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-251 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-251 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-252 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-252 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-252 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-252 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-253 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-253 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-253 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-253 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-254 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-254 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-254 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-254 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-255 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-255 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-255 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-255 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-256 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-256 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-256 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-256 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-257 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-257 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-257 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-257 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-258 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-258 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-258 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-258 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-259 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-259 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-259 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-259 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-26 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-26 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-26 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-26 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-260 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-260 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-260 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-260 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-261 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-261 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-261 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-261 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-262 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-262 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-262 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-262 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-263 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-263 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-263 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-263 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-264 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-264 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-264 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-264 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-265 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-265 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-265 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-265 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-266 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-266 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-266 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-266 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-267 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-267 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-267 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-267 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-268 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-268 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-268 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-268 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-269 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-269 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-269 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-269 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-27 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-27 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-27 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-27 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-270 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-270 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-270 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-270 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-271 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-271 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-271 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-271 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-272 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-272 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-272 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-272 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-273 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-273 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-273 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-273 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-274 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-274 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-274 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-274 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-275 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-275 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-275 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-275 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-276 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-276 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-276 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-276 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-277 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-277 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-277 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-277 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-278 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-278 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-278 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-278 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-279 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-279 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-279 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-279 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-28 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-28 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-28 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-28 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-280 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-280 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-280 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-280 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-281 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-281 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-281 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-281 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-282 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-282 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-282 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-282 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-283 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-283 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-283 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-283 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-284 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-284 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-284 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-284 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-285 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-285 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-285 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-285 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-286 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-286 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-286 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-286 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-287 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-287 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-287 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-287 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-288 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-288 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-288 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-288 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-289 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-289 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-289 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-289 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-29 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-29 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-29 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-29 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-290 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-290 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-290 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-290 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-291 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-291 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-291 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-291 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-292 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-292 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-292 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-292 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-293 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-293 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-293 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-293 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-294 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-294 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-294 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-294 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-295 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-295 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-295 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-295 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-296 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-296 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-296 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-296 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-297 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-297 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-297 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-297 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-298 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-298 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-298 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-298 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-299 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-299 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-299 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-299 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-3 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-3 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-3 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-3 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-30 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-30 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-30 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-30 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-300 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-300 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-300 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-300 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-301 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-301 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-301 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-301 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-302 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-302 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-302 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-302 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-303 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-303 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-303 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-303 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-304 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-304 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-304 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-304 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-305 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-305 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-305 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-305 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-306 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-306 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-306 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-306 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-307 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-307 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-307 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-307 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-308 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-308 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-308 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-308 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-309 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-309 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-309 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-309 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-31 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-31 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-31 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-31 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-310 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-310 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-310 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-310 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-311 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-311 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-311 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-311 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-312 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-312 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-312 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-312 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-313 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-313 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-313 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-313 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-314 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-314 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-314 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-314 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-315 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-315 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-315 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-315 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-316 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-316 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-316 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-316 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-317 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-317 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-317 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-317 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-318 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-318 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-318 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-318 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-319 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-319 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-319 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-319 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-32 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-32 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-32 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-32 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-320 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-320 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-320 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-320 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-321 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-321 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-321 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-321 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-322 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-322 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-322 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-322 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-323 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-323 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-323 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-323 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-324 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-324 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-324 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-324 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-325 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-325 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-325 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-325 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-326 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-326 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-326 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-326 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-327 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-327 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-327 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-327 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-328 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-328 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-328 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-328 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-329 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-329 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-329 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-329 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-33 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-33 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-33 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-33 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-330 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-330 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-330 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-330 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-331 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-331 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-331 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-331 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-332 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-332 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-332 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-332 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-333 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-333 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-333 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-333 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-334 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-334 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-334 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-334 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-335 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-335 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-335 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-335 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-336 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-336 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-336 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-336 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-337 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-337 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-337 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-337 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-338 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-338 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-338 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-338 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-339 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-339 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-339 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-339 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-34 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-34 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-34 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-34 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-340 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-340 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-340 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-340 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-341 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-341 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-341 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-341 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-342 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-342 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-342 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-342 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-343 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-343 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-343 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-343 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-344 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-344 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-344 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-344 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-345 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-345 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-345 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-345 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-346 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-346 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-346 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-346 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-347 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-347 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-347 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-347 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-348 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-348 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-348 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-348 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-349 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-349 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-349 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-349 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-35 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-35 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-35 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-35 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-350 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-350 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-350 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-350 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-351 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-351 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-351 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-351 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-352 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-352 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-352 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-352 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-353 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-353 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-353 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-353 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-354 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-354 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-354 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-354 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-355 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-355 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-355 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-355 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-356 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-356 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-356 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-356 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-357 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-357 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-357 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-357 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-358 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-358 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-358 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-358 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-359 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-359 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-359 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-359 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-36 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-36 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-36 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-36 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-360 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-360 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-360 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-360 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-361 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-361 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-361 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-361 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-362 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-362 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-362 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-362 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-363 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-363 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-363 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-363 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-364 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-364 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-364 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-364 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-365 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-365 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-365 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-365 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-366 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-366 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-366 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-366 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-367 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-367 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-367 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-367 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-368 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-368 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-368 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-368 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-369 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-369 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-369 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-369 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-37 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-37 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-37 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-37 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-370 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-370 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-370 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-370 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-371 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-371 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-371 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-371 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-372 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-372 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-372 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-372 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-373 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-373 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-373 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-373 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-374 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-374 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-374 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-374 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-375 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-375 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-375 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-375 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-376 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-376 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-376 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-376 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-377 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-377 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-377 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-377 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-378 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-378 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-378 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-378 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-379 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-379 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-379 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-379 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-38 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-38 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-38 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-38 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-380 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-380 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-380 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-380 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-381 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-381 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-381 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-381 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-382 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-382 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-382 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-382 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-383 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-383 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-383 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-383 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-384 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-384 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-384 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-384 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-385 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-385 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-385 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-385 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-386 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-386 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-386 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-386 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-387 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-387 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-387 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-387 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-388 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-388 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-388 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-388 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-389 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-389 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-389 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-389 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-39 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-39 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-39 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-39 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-390 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-390 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-390 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-390 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-391 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-391 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-391 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-391 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-392 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-392 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-392 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-392 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-393 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-393 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-393 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-393 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-394 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-394 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-394 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-394 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-395 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-395 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-395 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-395 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-396 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-396 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-396 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-396 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-397 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-397 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-397 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-397 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-398 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-398 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-398 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-398 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-399 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-399 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-399 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-399 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-4 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-4 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-4 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-4 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-40 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-40 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-40 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-40 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-400 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-400 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-400 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-400 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-401 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-401 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-401 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-401 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-402 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-402 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-402 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-402 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-403 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-403 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-403 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-403 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-404 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-404 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-404 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-404 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-405 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-405 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-405 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-405 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-406 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-406 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-406 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-406 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-407 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-407 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-407 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-407 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-408 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-408 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-408 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-408 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-409 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-409 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-409 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-409 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-41 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-41 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-41 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-41 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-410 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-410 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-410 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-410 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-411 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-411 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-411 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-411 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-412 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-412 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-412 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-412 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-413 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-413 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-413 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-413 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-414 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-414 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-414 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-414 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-415 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-415 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-415 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-415 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-416 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-416 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-416 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-416 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-417 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-417 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-417 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-417 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-418 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-418 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-418 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-418 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-419 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-419 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-419 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-419 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-42 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-42 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-42 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-42 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-420 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-420 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-420 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-420 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-421 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-421 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-421 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-421 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-422 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-422 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-422 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-422 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-423 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-423 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-423 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-423 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-424 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-424 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-424 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-424 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-425 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-425 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-425 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-425 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-426 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-426 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-426 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-426 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-427 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-427 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-427 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-427 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-428 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-428 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-428 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-428 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-429 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-429 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-429 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-429 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-43 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-43 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-43 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-43 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-430 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-430 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-430 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-430 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-431 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-431 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-431 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-431 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-432 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-432 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-432 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-432 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-433 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-433 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-433 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-433 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-434 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-434 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-434 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-434 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-435 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-435 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-435 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-435 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-436 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-436 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-436 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-436 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-437 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-437 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-437 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-437 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-438 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-438 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-438 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-438 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-439 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-439 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-439 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-439 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-44 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-44 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-44 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-44 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-440 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-440 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-440 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-440 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-441 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-441 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-441 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-441 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-442 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-442 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-442 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-442 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-443 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-443 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-443 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-443 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-444 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-444 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-444 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-444 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-445 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-445 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-445 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-445 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-446 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-446 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-446 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-446 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-447 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-447 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-447 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-447 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-448 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-448 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-448 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-448 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-449 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-449 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-449 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-449 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-45 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-45 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-45 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-45 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-450 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-450 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-450 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-450 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-451 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-451 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-451 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-451 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-452 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-452 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-452 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-452 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-453 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-453 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-453 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-453 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-454 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-454 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-454 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-454 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-455 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-455 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-455 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-455 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-456 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-456 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-456 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-456 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-457 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-457 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-457 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-457 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-458 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-458 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-458 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-458 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-459 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-459 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-459 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-459 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-46 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-46 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-46 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-46 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-460 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-460 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-460 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-460 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-461 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-461 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-461 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-461 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-462 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-462 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-462 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-462 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-463 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-463 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-463 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-463 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-464 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-464 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-464 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-464 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-465 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-465 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-465 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-465 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-466 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-466 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-466 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-466 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-467 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-467 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-467 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-467 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-468 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-468 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-468 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-468 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-469 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-469 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-469 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-469 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-47 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-47 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-47 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-47 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-470 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-470 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-470 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-470 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-471 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-471 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-471 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-471 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-472 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-472 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-472 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-472 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-473 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-473 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-473 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-473 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-474 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-474 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-474 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-474 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-475 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-475 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-475 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-475 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-476 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-476 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-476 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-476 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-477 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-477 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-477 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-477 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-478 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-478 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-478 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-478 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-479 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-479 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-479 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-479 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-48 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-48 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-48 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-48 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-480 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-480 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-480 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-480 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-481 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-481 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-481 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-481 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-482 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-482 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-482 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-482 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-483 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-483 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-483 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-483 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-484 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-484 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-484 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-484 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-485 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-485 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-485 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-485 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-486 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-486 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-486 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-486 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-487 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-487 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-487 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-487 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-488 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-488 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-488 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-488 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-489 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-489 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-489 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-489 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-49 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-49 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-49 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-49 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-490 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-490 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-490 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-490 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-491 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-491 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-491 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-491 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-492 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-492 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-492 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-492 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-493 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-493 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-493 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-493 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-494 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-494 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-494 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-494 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-495 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-495 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-495 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-495 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-496 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-496 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-496 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-496 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-497 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-497 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-497 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-497 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-498 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-498 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-498 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-498 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-499 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-499 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-499 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-499 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-5 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-5 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-5 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-5 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-50 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-50 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-50 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-50 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-500 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-500 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-500 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-500 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-501 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-501 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-501 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-501 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-502 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-502 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-502 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-502 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-503 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-503 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-503 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-503 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-504 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-504 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-504 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-504 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-505 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-505 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-505 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-505 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-506 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-506 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-506 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-506 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-507 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-507 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-507 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-507 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-508 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-508 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-508 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-508 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-509 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-509 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-509 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-509 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-51 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-51 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-51 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-51 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-510 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-510 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-510 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-510 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-511 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-511 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-511 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-511 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-512 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-512 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-512 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-512 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-513 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-513 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-513 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-513 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-514 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-514 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-514 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-514 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-515 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-515 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-515 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-515 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-516 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-516 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-516 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-516 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-517 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-517 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-517 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-517 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-518 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-518 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-518 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-518 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-519 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-519 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-519 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-519 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-52 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-52 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-52 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-52 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-520 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-520 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-520 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-520 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-521 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-521 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-521 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-521 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-522 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-522 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-522 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-522 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-523 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-523 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-523 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-523 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-524 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-524 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-524 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-524 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-525 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-525 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-525 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-525 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-526 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-526 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-526 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-526 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-527 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-527 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-527 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-527 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-528 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-528 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-528 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-528 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-529 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-529 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-529 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-529 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-53 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-53 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-53 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-53 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-530 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-530 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-530 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-530 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-531 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-531 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-531 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-531 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-532 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-532 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-532 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-532 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-533 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-533 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-533 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-533 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-534 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-534 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-534 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-534 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-535 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-535 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-535 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-535 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-536 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-536 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-536 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-536 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-537 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-537 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-537 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-537 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-538 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-538 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-538 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-538 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-539 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-539 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-539 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-539 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-54 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-54 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-54 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-54 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-540 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-540 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-540 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-540 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-541 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-541 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-541 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-541 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-542 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-542 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-542 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-542 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-543 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-543 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-543 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-543 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-544 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-544 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-544 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-544 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-545 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-545 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-545 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-545 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-546 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-546 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-546 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-546 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-547 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-547 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-547 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-547 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-548 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-548 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-548 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-548 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-549 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-549 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-549 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-549 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-55 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-55 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-55 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-55 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-550 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-550 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-550 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-550 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-551 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-551 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-551 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-551 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-552 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-552 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-552 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-552 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-553 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-553 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-553 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-553 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-554 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-554 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-554 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-554 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-555 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-555 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-555 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-555 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-556 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-556 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-556 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-556 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-557 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-557 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-557 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-557 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-558 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-558 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-558 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-558 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-559 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-559 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-559 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-559 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-56 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-56 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-56 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-56 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-560 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-560 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-560 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-560 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-561 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-561 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-561 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-561 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-562 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-562 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-562 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-562 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-563 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-563 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-563 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-563 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-564 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-564 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-564 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-564 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-565 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-565 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-565 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-565 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-566 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-566 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-566 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-566 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-567 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-567 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-567 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-567 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-568 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-568 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-568 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-568 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-569 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-569 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-569 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-569 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-57 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-57 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-57 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-57 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-570 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-570 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-570 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-570 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-571 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-571 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-571 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-571 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-572 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-572 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-572 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-572 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-573 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-573 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-573 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-573 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-574 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-574 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-574 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-574 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-575 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-575 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-575 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-575 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-576 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-576 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-576 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-576 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-577 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-577 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-577 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-577 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-578 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-578 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-578 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-578 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-579 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-579 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-579 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-579 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-58 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-58 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-58 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-58 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-580 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-580 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-580 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-580 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-581 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-581 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-581 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-581 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-582 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-582 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-582 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-582 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-583 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-583 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-583 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-583 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-584 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-584 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-584 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-584 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-585 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-585 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-585 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-585 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-586 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-586 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-586 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-586 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-587 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-587 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-587 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-587 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-588 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-588 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-588 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-588 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-589 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-589 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-589 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-589 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-59 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-59 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-59 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-59 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-590 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-590 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-590 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-590 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-591 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-591 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-591 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-591 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-592 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-592 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-592 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-592 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-593 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-593 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-593 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-593 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-594 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-594 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-594 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-594 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-595 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-595 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-595 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-595 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-596 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-596 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-596 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-596 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-597 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-597 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-597 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-597 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-598 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-598 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-598 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-598 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-599 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-599 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-599 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-599 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-6 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-6 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-6 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-6 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-60 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-60 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-60 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-60 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-600 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-600 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-600 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-600 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-601 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-601 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-601 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-601 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-602 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-602 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-602 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-602 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-603 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-603 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-603 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-603 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-604 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-604 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-604 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-604 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-605 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-605 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-605 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-605 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-606 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-606 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-606 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-606 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-607 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-607 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-607 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-607 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-608 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-608 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-608 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-608 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-609 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-609 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-609 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-609 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-61 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-61 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-61 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-61 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-610 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-610 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-610 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-610 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-611 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-611 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-611 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-611 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-612 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-612 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-612 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-612 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-613 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-613 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-613 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-613 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-614 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-614 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-614 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-614 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-615 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-615 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-615 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-615 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-616 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-616 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-616 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-616 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-617 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-617 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-617 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-617 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-618 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-618 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-618 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-618 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-619 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-619 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-619 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-619 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-62 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-62 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-62 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-62 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-620 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-620 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-620 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-620 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-621 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-621 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-621 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-621 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-622 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-622 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-622 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-622 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-623 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-623 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-623 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-623 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-624 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-624 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-624 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-624 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-625 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-625 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-625 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-625 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-626 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-626 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-626 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-626 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-627 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-627 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-627 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-627 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-628 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-628 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-628 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-628 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-629 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-629 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-629 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-629 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-63 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-63 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-63 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-63 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-630 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-630 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-630 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-630 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-631 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-631 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-631 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-631 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-632 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-632 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-632 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-632 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-633 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-633 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-633 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-633 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-634 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-634 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-634 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-634 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-635 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-635 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-635 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-635 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-636 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-636 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-636 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-636 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-637 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-637 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-637 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-637 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-638 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-638 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-638 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-638 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-639 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-639 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-639 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-639 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-64 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-64 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-64 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-64 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-640 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-640 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-640 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-640 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-641 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-641 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-641 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-641 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-642 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-642 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-642 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-642 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-643 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-643 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-643 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-643 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-644 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-644 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-644 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-644 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-645 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-645 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-645 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-645 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-646 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-646 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-646 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-646 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-647 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-647 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-647 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-647 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-648 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-648 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-648 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-648 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-649 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-649 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-649 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-649 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-65 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-65 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-65 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-65 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-650 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-650 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-650 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-650 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-651 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-651 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-651 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-651 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-652 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-652 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-652 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-652 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-653 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-653 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-653 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-653 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-654 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-654 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-654 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-654 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-655 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-655 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-655 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-655 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-656 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-656 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-656 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-656 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-66 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-66 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-66 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-66 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-67 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-67 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-67 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-67 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-68 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-68 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-68 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-68 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-69 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-69 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-69 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-69 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-7 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-7 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-7 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-7 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-70 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-70 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-70 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-70 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-71 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-71 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-71 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-71 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-72 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-72 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-72 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-72 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-73 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-73 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-73 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-73 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-74 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-74 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-74 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-74 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-75 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-75 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-75 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-75 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-76 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-76 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-76 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-76 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-77 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-77 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-77 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-77 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-78 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-78 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-78 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-78 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-79 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-79 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-79 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-79 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-8 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-8 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-8 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-8 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-80 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-80 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-80 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-80 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-81 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-81 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-81 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-81 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-82 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-82 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-82 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-82 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-83 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-83 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-83 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-83 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-84 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-84 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-84 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-84 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-85 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-85 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-85 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-85 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-86 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-86 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-86 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-86 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-87 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-87 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-87 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-87 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-88 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-88 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-88 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-88 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-89 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-89 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-89 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-89 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-9 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-9 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-9 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-9 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-90 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-90 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-90 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-90 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-91 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-91 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-91 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-91 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-92 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-92 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-92 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-92 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-93 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-93 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-93 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-93 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-94 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-94 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-94 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-94 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-95 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-95 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-95 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-95 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-96 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-96 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-96 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-96 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-97 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-97 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-97 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-97 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-98 b/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-98 similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-98 rename to vendor/github.com/jmespath/go-jmespath/fuzz/testdata/expr-98 diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/interpreter.go b/vendor/github.com/jmespath/go-jmespath/interpreter.go similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/interpreter.go rename to vendor/github.com/jmespath/go-jmespath/interpreter.go diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/interpreter_test.go b/vendor/github.com/jmespath/go-jmespath/interpreter_test.go similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/interpreter_test.go rename to vendor/github.com/jmespath/go-jmespath/interpreter_test.go diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/lexer.go b/vendor/github.com/jmespath/go-jmespath/lexer.go similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/lexer.go rename to vendor/github.com/jmespath/go-jmespath/lexer.go diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/lexer_test.go b/vendor/github.com/jmespath/go-jmespath/lexer_test.go similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/lexer_test.go rename to vendor/github.com/jmespath/go-jmespath/lexer_test.go diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/parser.go b/vendor/github.com/jmespath/go-jmespath/parser.go similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/parser.go rename to vendor/github.com/jmespath/go-jmespath/parser.go diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/parser_test.go b/vendor/github.com/jmespath/go-jmespath/parser_test.go similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/parser_test.go rename to vendor/github.com/jmespath/go-jmespath/parser_test.go diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/toktype_string.go b/vendor/github.com/jmespath/go-jmespath/toktype_string.go similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/toktype_string.go rename to vendor/github.com/jmespath/go-jmespath/toktype_string.go diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/util.go b/vendor/github.com/jmespath/go-jmespath/util.go similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/util.go rename to vendor/github.com/jmespath/go-jmespath/util.go diff --git a/cmd/share/vendor/github.com/jmespath/go-jmespath/util_test.go b/vendor/github.com/jmespath/go-jmespath/util_test.go similarity index 100% rename from cmd/share/vendor/github.com/jmespath/go-jmespath/util_test.go rename to vendor/github.com/jmespath/go-jmespath/util_test.go diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/.gitignore b/vendor/github.com/sirupsen/logrus/.gitignore similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/.gitignore rename to vendor/github.com/sirupsen/logrus/.gitignore diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/.travis.yml b/vendor/github.com/sirupsen/logrus/.travis.yml similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/.travis.yml rename to vendor/github.com/sirupsen/logrus/.travis.yml diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/CHANGELOG.md b/vendor/github.com/sirupsen/logrus/CHANGELOG.md similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/CHANGELOG.md rename to vendor/github.com/sirupsen/logrus/CHANGELOG.md diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/LICENSE b/vendor/github.com/sirupsen/logrus/LICENSE similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/LICENSE rename to vendor/github.com/sirupsen/logrus/LICENSE diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/README.md b/vendor/github.com/sirupsen/logrus/README.md similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/README.md rename to vendor/github.com/sirupsen/logrus/README.md diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/alt_exit.go b/vendor/github.com/sirupsen/logrus/alt_exit.go similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/alt_exit.go rename to vendor/github.com/sirupsen/logrus/alt_exit.go diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/alt_exit_test.go b/vendor/github.com/sirupsen/logrus/alt_exit_test.go similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/alt_exit_test.go rename to vendor/github.com/sirupsen/logrus/alt_exit_test.go diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/appveyor.yml b/vendor/github.com/sirupsen/logrus/appveyor.yml similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/appveyor.yml rename to vendor/github.com/sirupsen/logrus/appveyor.yml diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/doc.go b/vendor/github.com/sirupsen/logrus/doc.go similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/doc.go rename to vendor/github.com/sirupsen/logrus/doc.go diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/entry.go b/vendor/github.com/sirupsen/logrus/entry.go similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/entry.go rename to vendor/github.com/sirupsen/logrus/entry.go diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/entry_test.go b/vendor/github.com/sirupsen/logrus/entry_test.go similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/entry_test.go rename to vendor/github.com/sirupsen/logrus/entry_test.go diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/example_basic_test.go b/vendor/github.com/sirupsen/logrus/example_basic_test.go similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/example_basic_test.go rename to vendor/github.com/sirupsen/logrus/example_basic_test.go diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/example_hook_test.go b/vendor/github.com/sirupsen/logrus/example_hook_test.go similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/example_hook_test.go rename to vendor/github.com/sirupsen/logrus/example_hook_test.go diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/exported.go b/vendor/github.com/sirupsen/logrus/exported.go similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/exported.go rename to vendor/github.com/sirupsen/logrus/exported.go diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/formatter.go b/vendor/github.com/sirupsen/logrus/formatter.go similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/formatter.go rename to vendor/github.com/sirupsen/logrus/formatter.go diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/formatter_bench_test.go b/vendor/github.com/sirupsen/logrus/formatter_bench_test.go similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/formatter_bench_test.go rename to vendor/github.com/sirupsen/logrus/formatter_bench_test.go diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/hook_test.go b/vendor/github.com/sirupsen/logrus/hook_test.go similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/hook_test.go rename to vendor/github.com/sirupsen/logrus/hook_test.go diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/hooks.go b/vendor/github.com/sirupsen/logrus/hooks.go similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/hooks.go rename to vendor/github.com/sirupsen/logrus/hooks.go diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/hooks/syslog/README.md b/vendor/github.com/sirupsen/logrus/hooks/syslog/README.md similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/hooks/syslog/README.md rename to vendor/github.com/sirupsen/logrus/hooks/syslog/README.md diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/hooks/syslog/syslog.go b/vendor/github.com/sirupsen/logrus/hooks/syslog/syslog.go similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/hooks/syslog/syslog.go rename to vendor/github.com/sirupsen/logrus/hooks/syslog/syslog.go diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/hooks/syslog/syslog_test.go b/vendor/github.com/sirupsen/logrus/hooks/syslog/syslog_test.go similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/hooks/syslog/syslog_test.go rename to vendor/github.com/sirupsen/logrus/hooks/syslog/syslog_test.go diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/hooks/test/test.go b/vendor/github.com/sirupsen/logrus/hooks/test/test.go similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/hooks/test/test.go rename to vendor/github.com/sirupsen/logrus/hooks/test/test.go diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/hooks/test/test_test.go b/vendor/github.com/sirupsen/logrus/hooks/test/test_test.go similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/hooks/test/test_test.go rename to vendor/github.com/sirupsen/logrus/hooks/test/test_test.go diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/json_formatter.go b/vendor/github.com/sirupsen/logrus/json_formatter.go similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/json_formatter.go rename to vendor/github.com/sirupsen/logrus/json_formatter.go diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/json_formatter_test.go b/vendor/github.com/sirupsen/logrus/json_formatter_test.go similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/json_formatter_test.go rename to vendor/github.com/sirupsen/logrus/json_formatter_test.go diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/logger.go b/vendor/github.com/sirupsen/logrus/logger.go similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/logger.go rename to vendor/github.com/sirupsen/logrus/logger.go diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/logger_bench_test.go b/vendor/github.com/sirupsen/logrus/logger_bench_test.go similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/logger_bench_test.go rename to vendor/github.com/sirupsen/logrus/logger_bench_test.go diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/logrus.go b/vendor/github.com/sirupsen/logrus/logrus.go similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/logrus.go rename to vendor/github.com/sirupsen/logrus/logrus.go diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/logrus_test.go b/vendor/github.com/sirupsen/logrus/logrus_test.go similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/logrus_test.go rename to vendor/github.com/sirupsen/logrus/logrus_test.go diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/terminal_bsd.go b/vendor/github.com/sirupsen/logrus/terminal_bsd.go similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/terminal_bsd.go rename to vendor/github.com/sirupsen/logrus/terminal_bsd.go diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/terminal_linux.go b/vendor/github.com/sirupsen/logrus/terminal_linux.go similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/terminal_linux.go rename to vendor/github.com/sirupsen/logrus/terminal_linux.go diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/text_formatter.go b/vendor/github.com/sirupsen/logrus/text_formatter.go similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/text_formatter.go rename to vendor/github.com/sirupsen/logrus/text_formatter.go diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/text_formatter_test.go b/vendor/github.com/sirupsen/logrus/text_formatter_test.go similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/text_formatter_test.go rename to vendor/github.com/sirupsen/logrus/text_formatter_test.go diff --git a/cmd/share/vendor/github.com/sirupsen/logrus/writer.go b/vendor/github.com/sirupsen/logrus/writer.go similarity index 100% rename from cmd/share/vendor/github.com/sirupsen/logrus/writer.go rename to vendor/github.com/sirupsen/logrus/writer.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/.gitignore b/vendor/github.com/spf13/pflag/.gitignore similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/.gitignore rename to vendor/github.com/spf13/pflag/.gitignore diff --git a/cmd/share/vendor/github.com/spf13/pflag/.travis.yml b/vendor/github.com/spf13/pflag/.travis.yml similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/.travis.yml rename to vendor/github.com/spf13/pflag/.travis.yml diff --git a/cmd/share/vendor/github.com/spf13/pflag/LICENSE b/vendor/github.com/spf13/pflag/LICENSE similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/LICENSE rename to vendor/github.com/spf13/pflag/LICENSE diff --git a/cmd/share/vendor/github.com/spf13/pflag/README.md b/vendor/github.com/spf13/pflag/README.md similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/README.md rename to vendor/github.com/spf13/pflag/README.md diff --git a/cmd/share/vendor/github.com/spf13/pflag/bool.go b/vendor/github.com/spf13/pflag/bool.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/bool.go rename to vendor/github.com/spf13/pflag/bool.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/bool_slice.go b/vendor/github.com/spf13/pflag/bool_slice.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/bool_slice.go rename to vendor/github.com/spf13/pflag/bool_slice.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/bool_slice_test.go b/vendor/github.com/spf13/pflag/bool_slice_test.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/bool_slice_test.go rename to vendor/github.com/spf13/pflag/bool_slice_test.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/bool_test.go b/vendor/github.com/spf13/pflag/bool_test.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/bool_test.go rename to vendor/github.com/spf13/pflag/bool_test.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/count.go b/vendor/github.com/spf13/pflag/count.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/count.go rename to vendor/github.com/spf13/pflag/count.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/count_test.go b/vendor/github.com/spf13/pflag/count_test.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/count_test.go rename to vendor/github.com/spf13/pflag/count_test.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/duration.go b/vendor/github.com/spf13/pflag/duration.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/duration.go rename to vendor/github.com/spf13/pflag/duration.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/example_test.go b/vendor/github.com/spf13/pflag/example_test.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/example_test.go rename to vendor/github.com/spf13/pflag/example_test.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/export_test.go b/vendor/github.com/spf13/pflag/export_test.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/export_test.go rename to vendor/github.com/spf13/pflag/export_test.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/flag.go b/vendor/github.com/spf13/pflag/flag.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/flag.go rename to vendor/github.com/spf13/pflag/flag.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/flag_test.go b/vendor/github.com/spf13/pflag/flag_test.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/flag_test.go rename to vendor/github.com/spf13/pflag/flag_test.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/float32.go b/vendor/github.com/spf13/pflag/float32.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/float32.go rename to vendor/github.com/spf13/pflag/float32.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/float64.go b/vendor/github.com/spf13/pflag/float64.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/float64.go rename to vendor/github.com/spf13/pflag/float64.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/golangflag.go b/vendor/github.com/spf13/pflag/golangflag.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/golangflag.go rename to vendor/github.com/spf13/pflag/golangflag.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/golangflag_test.go b/vendor/github.com/spf13/pflag/golangflag_test.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/golangflag_test.go rename to vendor/github.com/spf13/pflag/golangflag_test.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/int.go b/vendor/github.com/spf13/pflag/int.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/int.go rename to vendor/github.com/spf13/pflag/int.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/int32.go b/vendor/github.com/spf13/pflag/int32.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/int32.go rename to vendor/github.com/spf13/pflag/int32.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/int64.go b/vendor/github.com/spf13/pflag/int64.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/int64.go rename to vendor/github.com/spf13/pflag/int64.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/int8.go b/vendor/github.com/spf13/pflag/int8.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/int8.go rename to vendor/github.com/spf13/pflag/int8.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/int_slice.go b/vendor/github.com/spf13/pflag/int_slice.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/int_slice.go rename to vendor/github.com/spf13/pflag/int_slice.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/int_slice_test.go b/vendor/github.com/spf13/pflag/int_slice_test.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/int_slice_test.go rename to vendor/github.com/spf13/pflag/int_slice_test.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/ip.go b/vendor/github.com/spf13/pflag/ip.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/ip.go rename to vendor/github.com/spf13/pflag/ip.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/ip_slice.go b/vendor/github.com/spf13/pflag/ip_slice.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/ip_slice.go rename to vendor/github.com/spf13/pflag/ip_slice.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/ip_slice_test.go b/vendor/github.com/spf13/pflag/ip_slice_test.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/ip_slice_test.go rename to vendor/github.com/spf13/pflag/ip_slice_test.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/ip_test.go b/vendor/github.com/spf13/pflag/ip_test.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/ip_test.go rename to vendor/github.com/spf13/pflag/ip_test.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/ipmask.go b/vendor/github.com/spf13/pflag/ipmask.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/ipmask.go rename to vendor/github.com/spf13/pflag/ipmask.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/ipnet.go b/vendor/github.com/spf13/pflag/ipnet.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/ipnet.go rename to vendor/github.com/spf13/pflag/ipnet.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/ipnet_test.go b/vendor/github.com/spf13/pflag/ipnet_test.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/ipnet_test.go rename to vendor/github.com/spf13/pflag/ipnet_test.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/string.go b/vendor/github.com/spf13/pflag/string.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/string.go rename to vendor/github.com/spf13/pflag/string.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/string_array.go b/vendor/github.com/spf13/pflag/string_array.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/string_array.go rename to vendor/github.com/spf13/pflag/string_array.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/string_array_test.go b/vendor/github.com/spf13/pflag/string_array_test.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/string_array_test.go rename to vendor/github.com/spf13/pflag/string_array_test.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/string_slice.go b/vendor/github.com/spf13/pflag/string_slice.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/string_slice.go rename to vendor/github.com/spf13/pflag/string_slice.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/string_slice_test.go b/vendor/github.com/spf13/pflag/string_slice_test.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/string_slice_test.go rename to vendor/github.com/spf13/pflag/string_slice_test.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/uint.go b/vendor/github.com/spf13/pflag/uint.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/uint.go rename to vendor/github.com/spf13/pflag/uint.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/uint16.go b/vendor/github.com/spf13/pflag/uint16.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/uint16.go rename to vendor/github.com/spf13/pflag/uint16.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/uint32.go b/vendor/github.com/spf13/pflag/uint32.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/uint32.go rename to vendor/github.com/spf13/pflag/uint32.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/uint64.go b/vendor/github.com/spf13/pflag/uint64.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/uint64.go rename to vendor/github.com/spf13/pflag/uint64.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/uint8.go b/vendor/github.com/spf13/pflag/uint8.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/uint8.go rename to vendor/github.com/spf13/pflag/uint8.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/uint_slice.go b/vendor/github.com/spf13/pflag/uint_slice.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/uint_slice.go rename to vendor/github.com/spf13/pflag/uint_slice.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/uint_slice_test.go b/vendor/github.com/spf13/pflag/uint_slice_test.go similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/uint_slice_test.go rename to vendor/github.com/spf13/pflag/uint_slice_test.go diff --git a/cmd/share/vendor/github.com/spf13/pflag/verify/all.sh b/vendor/github.com/spf13/pflag/verify/all.sh similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/verify/all.sh rename to vendor/github.com/spf13/pflag/verify/all.sh diff --git a/cmd/share/vendor/github.com/spf13/pflag/verify/gofmt.sh b/vendor/github.com/spf13/pflag/verify/gofmt.sh similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/verify/gofmt.sh rename to vendor/github.com/spf13/pflag/verify/gofmt.sh diff --git a/cmd/share/vendor/github.com/spf13/pflag/verify/golint.sh b/vendor/github.com/spf13/pflag/verify/golint.sh similarity index 100% rename from cmd/share/vendor/github.com/spf13/pflag/verify/golint.sh rename to vendor/github.com/spf13/pflag/verify/golint.sh diff --git a/cmd/share/vendor/golang.org/x/crypto/.gitattributes b/vendor/golang.org/x/crypto/.gitattributes similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/.gitattributes rename to vendor/golang.org/x/crypto/.gitattributes diff --git a/cmd/share/vendor/golang.org/x/crypto/.gitignore b/vendor/golang.org/x/crypto/.gitignore similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/.gitignore rename to vendor/golang.org/x/crypto/.gitignore diff --git a/cmd/share/vendor/golang.org/x/crypto/AUTHORS b/vendor/golang.org/x/crypto/AUTHORS similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/AUTHORS rename to vendor/golang.org/x/crypto/AUTHORS diff --git a/cmd/share/vendor/golang.org/x/crypto/CONTRIBUTING.md b/vendor/golang.org/x/crypto/CONTRIBUTING.md similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/CONTRIBUTING.md rename to vendor/golang.org/x/crypto/CONTRIBUTING.md diff --git a/cmd/share/vendor/golang.org/x/crypto/CONTRIBUTORS b/vendor/golang.org/x/crypto/CONTRIBUTORS similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/CONTRIBUTORS rename to vendor/golang.org/x/crypto/CONTRIBUTORS diff --git a/cmd/share/vendor/golang.org/x/crypto/LICENSE b/vendor/golang.org/x/crypto/LICENSE similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/LICENSE rename to vendor/golang.org/x/crypto/LICENSE diff --git a/cmd/share/vendor/golang.org/x/crypto/PATENTS b/vendor/golang.org/x/crypto/PATENTS similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/PATENTS rename to vendor/golang.org/x/crypto/PATENTS diff --git a/cmd/share/vendor/golang.org/x/crypto/README.md b/vendor/golang.org/x/crypto/README.md similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/README.md rename to vendor/golang.org/x/crypto/README.md diff --git a/cmd/share/vendor/golang.org/x/crypto/acme/acme.go b/vendor/golang.org/x/crypto/acme/acme.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/acme/acme.go rename to vendor/golang.org/x/crypto/acme/acme.go diff --git a/cmd/share/vendor/golang.org/x/crypto/acme/acme_test.go b/vendor/golang.org/x/crypto/acme/acme_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/acme/acme_test.go rename to vendor/golang.org/x/crypto/acme/acme_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/acme/autocert/autocert.go b/vendor/golang.org/x/crypto/acme/autocert/autocert.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/acme/autocert/autocert.go rename to vendor/golang.org/x/crypto/acme/autocert/autocert.go diff --git a/cmd/share/vendor/golang.org/x/crypto/acme/autocert/autocert_test.go b/vendor/golang.org/x/crypto/acme/autocert/autocert_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/acme/autocert/autocert_test.go rename to vendor/golang.org/x/crypto/acme/autocert/autocert_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/acme/autocert/cache.go b/vendor/golang.org/x/crypto/acme/autocert/cache.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/acme/autocert/cache.go rename to vendor/golang.org/x/crypto/acme/autocert/cache.go diff --git a/cmd/share/vendor/golang.org/x/crypto/acme/autocert/cache_test.go b/vendor/golang.org/x/crypto/acme/autocert/cache_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/acme/autocert/cache_test.go rename to vendor/golang.org/x/crypto/acme/autocert/cache_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/acme/autocert/example_test.go b/vendor/golang.org/x/crypto/acme/autocert/example_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/acme/autocert/example_test.go rename to vendor/golang.org/x/crypto/acme/autocert/example_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/acme/autocert/listener.go b/vendor/golang.org/x/crypto/acme/autocert/listener.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/acme/autocert/listener.go rename to vendor/golang.org/x/crypto/acme/autocert/listener.go diff --git a/cmd/share/vendor/golang.org/x/crypto/acme/autocert/renewal.go b/vendor/golang.org/x/crypto/acme/autocert/renewal.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/acme/autocert/renewal.go rename to vendor/golang.org/x/crypto/acme/autocert/renewal.go diff --git a/cmd/share/vendor/golang.org/x/crypto/acme/autocert/renewal_test.go b/vendor/golang.org/x/crypto/acme/autocert/renewal_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/acme/autocert/renewal_test.go rename to vendor/golang.org/x/crypto/acme/autocert/renewal_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/acme/jws.go b/vendor/golang.org/x/crypto/acme/jws.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/acme/jws.go rename to vendor/golang.org/x/crypto/acme/jws.go diff --git a/cmd/share/vendor/golang.org/x/crypto/acme/jws_test.go b/vendor/golang.org/x/crypto/acme/jws_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/acme/jws_test.go rename to vendor/golang.org/x/crypto/acme/jws_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/acme/types.go b/vendor/golang.org/x/crypto/acme/types.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/acme/types.go rename to vendor/golang.org/x/crypto/acme/types.go diff --git a/cmd/share/vendor/golang.org/x/crypto/acme/types_test.go b/vendor/golang.org/x/crypto/acme/types_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/acme/types_test.go rename to vendor/golang.org/x/crypto/acme/types_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/bcrypt/base64.go b/vendor/golang.org/x/crypto/bcrypt/base64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/bcrypt/base64.go rename to vendor/golang.org/x/crypto/bcrypt/base64.go diff --git a/cmd/share/vendor/golang.org/x/crypto/bcrypt/bcrypt.go b/vendor/golang.org/x/crypto/bcrypt/bcrypt.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/bcrypt/bcrypt.go rename to vendor/golang.org/x/crypto/bcrypt/bcrypt.go diff --git a/cmd/share/vendor/golang.org/x/crypto/bcrypt/bcrypt_test.go b/vendor/golang.org/x/crypto/bcrypt/bcrypt_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/bcrypt/bcrypt_test.go rename to vendor/golang.org/x/crypto/bcrypt/bcrypt_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/blake2b/blake2b.go b/vendor/golang.org/x/crypto/blake2b/blake2b.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/blake2b/blake2b.go rename to vendor/golang.org/x/crypto/blake2b/blake2b.go diff --git a/cmd/share/vendor/golang.org/x/crypto/blake2b/blake2bAVX2_amd64.go b/vendor/golang.org/x/crypto/blake2b/blake2bAVX2_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/blake2b/blake2bAVX2_amd64.go rename to vendor/golang.org/x/crypto/blake2b/blake2bAVX2_amd64.go diff --git a/cmd/share/vendor/golang.org/x/crypto/blake2b/blake2bAVX2_amd64.s b/vendor/golang.org/x/crypto/blake2b/blake2bAVX2_amd64.s similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/blake2b/blake2bAVX2_amd64.s rename to vendor/golang.org/x/crypto/blake2b/blake2bAVX2_amd64.s diff --git a/cmd/share/vendor/golang.org/x/crypto/blake2b/blake2b_amd64.go b/vendor/golang.org/x/crypto/blake2b/blake2b_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/blake2b/blake2b_amd64.go rename to vendor/golang.org/x/crypto/blake2b/blake2b_amd64.go diff --git a/cmd/share/vendor/golang.org/x/crypto/blake2b/blake2b_amd64.s b/vendor/golang.org/x/crypto/blake2b/blake2b_amd64.s similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/blake2b/blake2b_amd64.s rename to vendor/golang.org/x/crypto/blake2b/blake2b_amd64.s diff --git a/cmd/share/vendor/golang.org/x/crypto/blake2b/blake2b_generic.go b/vendor/golang.org/x/crypto/blake2b/blake2b_generic.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/blake2b/blake2b_generic.go rename to vendor/golang.org/x/crypto/blake2b/blake2b_generic.go diff --git a/cmd/share/vendor/golang.org/x/crypto/blake2b/blake2b_ref.go b/vendor/golang.org/x/crypto/blake2b/blake2b_ref.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/blake2b/blake2b_ref.go rename to vendor/golang.org/x/crypto/blake2b/blake2b_ref.go diff --git a/cmd/share/vendor/golang.org/x/crypto/blake2b/blake2b_test.go b/vendor/golang.org/x/crypto/blake2b/blake2b_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/blake2b/blake2b_test.go rename to vendor/golang.org/x/crypto/blake2b/blake2b_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/blake2b/blake2x.go b/vendor/golang.org/x/crypto/blake2b/blake2x.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/blake2b/blake2x.go rename to vendor/golang.org/x/crypto/blake2b/blake2x.go diff --git a/cmd/share/vendor/golang.org/x/crypto/blake2b/register.go b/vendor/golang.org/x/crypto/blake2b/register.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/blake2b/register.go rename to vendor/golang.org/x/crypto/blake2b/register.go diff --git a/cmd/share/vendor/golang.org/x/crypto/blake2s/blake2s.go b/vendor/golang.org/x/crypto/blake2s/blake2s.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/blake2s/blake2s.go rename to vendor/golang.org/x/crypto/blake2s/blake2s.go diff --git a/cmd/share/vendor/golang.org/x/crypto/blake2s/blake2s_386.go b/vendor/golang.org/x/crypto/blake2s/blake2s_386.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/blake2s/blake2s_386.go rename to vendor/golang.org/x/crypto/blake2s/blake2s_386.go diff --git a/cmd/share/vendor/golang.org/x/crypto/blake2s/blake2s_386.s b/vendor/golang.org/x/crypto/blake2s/blake2s_386.s similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/blake2s/blake2s_386.s rename to vendor/golang.org/x/crypto/blake2s/blake2s_386.s diff --git a/cmd/share/vendor/golang.org/x/crypto/blake2s/blake2s_amd64.go b/vendor/golang.org/x/crypto/blake2s/blake2s_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/blake2s/blake2s_amd64.go rename to vendor/golang.org/x/crypto/blake2s/blake2s_amd64.go diff --git a/cmd/share/vendor/golang.org/x/crypto/blake2s/blake2s_amd64.s b/vendor/golang.org/x/crypto/blake2s/blake2s_amd64.s similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/blake2s/blake2s_amd64.s rename to vendor/golang.org/x/crypto/blake2s/blake2s_amd64.s diff --git a/cmd/share/vendor/golang.org/x/crypto/blake2s/blake2s_generic.go b/vendor/golang.org/x/crypto/blake2s/blake2s_generic.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/blake2s/blake2s_generic.go rename to vendor/golang.org/x/crypto/blake2s/blake2s_generic.go diff --git a/cmd/share/vendor/golang.org/x/crypto/blake2s/blake2s_ref.go b/vendor/golang.org/x/crypto/blake2s/blake2s_ref.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/blake2s/blake2s_ref.go rename to vendor/golang.org/x/crypto/blake2s/blake2s_ref.go diff --git a/cmd/share/vendor/golang.org/x/crypto/blake2s/blake2s_test.go b/vendor/golang.org/x/crypto/blake2s/blake2s_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/blake2s/blake2s_test.go rename to vendor/golang.org/x/crypto/blake2s/blake2s_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/blake2s/blake2x.go b/vendor/golang.org/x/crypto/blake2s/blake2x.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/blake2s/blake2x.go rename to vendor/golang.org/x/crypto/blake2s/blake2x.go diff --git a/cmd/share/vendor/golang.org/x/crypto/blake2s/register.go b/vendor/golang.org/x/crypto/blake2s/register.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/blake2s/register.go rename to vendor/golang.org/x/crypto/blake2s/register.go diff --git a/cmd/share/vendor/golang.org/x/crypto/blowfish/block.go b/vendor/golang.org/x/crypto/blowfish/block.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/blowfish/block.go rename to vendor/golang.org/x/crypto/blowfish/block.go diff --git a/cmd/share/vendor/golang.org/x/crypto/blowfish/blowfish_test.go b/vendor/golang.org/x/crypto/blowfish/blowfish_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/blowfish/blowfish_test.go rename to vendor/golang.org/x/crypto/blowfish/blowfish_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/blowfish/cipher.go b/vendor/golang.org/x/crypto/blowfish/cipher.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/blowfish/cipher.go rename to vendor/golang.org/x/crypto/blowfish/cipher.go diff --git a/cmd/share/vendor/golang.org/x/crypto/blowfish/const.go b/vendor/golang.org/x/crypto/blowfish/const.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/blowfish/const.go rename to vendor/golang.org/x/crypto/blowfish/const.go diff --git a/cmd/share/vendor/golang.org/x/crypto/bn256/bn256.go b/vendor/golang.org/x/crypto/bn256/bn256.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/bn256/bn256.go rename to vendor/golang.org/x/crypto/bn256/bn256.go diff --git a/cmd/share/vendor/golang.org/x/crypto/bn256/bn256_test.go b/vendor/golang.org/x/crypto/bn256/bn256_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/bn256/bn256_test.go rename to vendor/golang.org/x/crypto/bn256/bn256_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/bn256/constants.go b/vendor/golang.org/x/crypto/bn256/constants.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/bn256/constants.go rename to vendor/golang.org/x/crypto/bn256/constants.go diff --git a/cmd/share/vendor/golang.org/x/crypto/bn256/curve.go b/vendor/golang.org/x/crypto/bn256/curve.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/bn256/curve.go rename to vendor/golang.org/x/crypto/bn256/curve.go diff --git a/cmd/share/vendor/golang.org/x/crypto/bn256/example_test.go b/vendor/golang.org/x/crypto/bn256/example_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/bn256/example_test.go rename to vendor/golang.org/x/crypto/bn256/example_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/bn256/gfp12.go b/vendor/golang.org/x/crypto/bn256/gfp12.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/bn256/gfp12.go rename to vendor/golang.org/x/crypto/bn256/gfp12.go diff --git a/cmd/share/vendor/golang.org/x/crypto/bn256/gfp2.go b/vendor/golang.org/x/crypto/bn256/gfp2.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/bn256/gfp2.go rename to vendor/golang.org/x/crypto/bn256/gfp2.go diff --git a/cmd/share/vendor/golang.org/x/crypto/bn256/gfp6.go b/vendor/golang.org/x/crypto/bn256/gfp6.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/bn256/gfp6.go rename to vendor/golang.org/x/crypto/bn256/gfp6.go diff --git a/cmd/share/vendor/golang.org/x/crypto/bn256/optate.go b/vendor/golang.org/x/crypto/bn256/optate.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/bn256/optate.go rename to vendor/golang.org/x/crypto/bn256/optate.go diff --git a/cmd/share/vendor/golang.org/x/crypto/bn256/twist.go b/vendor/golang.org/x/crypto/bn256/twist.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/bn256/twist.go rename to vendor/golang.org/x/crypto/bn256/twist.go diff --git a/cmd/share/vendor/golang.org/x/crypto/cast5/cast5.go b/vendor/golang.org/x/crypto/cast5/cast5.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/cast5/cast5.go rename to vendor/golang.org/x/crypto/cast5/cast5.go diff --git a/cmd/share/vendor/golang.org/x/crypto/cast5/cast5_test.go b/vendor/golang.org/x/crypto/cast5/cast5_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/cast5/cast5_test.go rename to vendor/golang.org/x/crypto/cast5/cast5_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305.go b/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305.go rename to vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305.go diff --git a/cmd/share/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.go b/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.go rename to vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.go diff --git a/cmd/share/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.s b/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.s similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.s rename to vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.s diff --git a/cmd/share/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go b/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go rename to vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go diff --git a/cmd/share/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_noasm.go b/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_noasm.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_noasm.go rename to vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_noasm.go diff --git a/cmd/share/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_test.go b/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_test.go rename to vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_vectors_test.go b/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_vectors_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_vectors_test.go rename to vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_vectors_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/chacha20poly1305/internal/chacha20/chacha_generic.go b/vendor/golang.org/x/crypto/chacha20poly1305/internal/chacha20/chacha_generic.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/chacha20poly1305/internal/chacha20/chacha_generic.go rename to vendor/golang.org/x/crypto/chacha20poly1305/internal/chacha20/chacha_generic.go diff --git a/cmd/share/vendor/golang.org/x/crypto/chacha20poly1305/internal/chacha20/chacha_test.go b/vendor/golang.org/x/crypto/chacha20poly1305/internal/chacha20/chacha_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/chacha20poly1305/internal/chacha20/chacha_test.go rename to vendor/golang.org/x/crypto/chacha20poly1305/internal/chacha20/chacha_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/codereview.cfg b/vendor/golang.org/x/crypto/codereview.cfg similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/codereview.cfg rename to vendor/golang.org/x/crypto/codereview.cfg diff --git a/cmd/share/vendor/golang.org/x/crypto/cryptobyte/asn1.go b/vendor/golang.org/x/crypto/cryptobyte/asn1.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/cryptobyte/asn1.go rename to vendor/golang.org/x/crypto/cryptobyte/asn1.go diff --git a/cmd/share/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go b/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go rename to vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go diff --git a/cmd/share/vendor/golang.org/x/crypto/cryptobyte/asn1_test.go b/vendor/golang.org/x/crypto/cryptobyte/asn1_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/cryptobyte/asn1_test.go rename to vendor/golang.org/x/crypto/cryptobyte/asn1_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/cryptobyte/builder.go b/vendor/golang.org/x/crypto/cryptobyte/builder.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/cryptobyte/builder.go rename to vendor/golang.org/x/crypto/cryptobyte/builder.go diff --git a/cmd/share/vendor/golang.org/x/crypto/cryptobyte/cryptobyte_test.go b/vendor/golang.org/x/crypto/cryptobyte/cryptobyte_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/cryptobyte/cryptobyte_test.go rename to vendor/golang.org/x/crypto/cryptobyte/cryptobyte_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/cryptobyte/example_test.go b/vendor/golang.org/x/crypto/cryptobyte/example_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/cryptobyte/example_test.go rename to vendor/golang.org/x/crypto/cryptobyte/example_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/cryptobyte/string.go b/vendor/golang.org/x/crypto/cryptobyte/string.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/cryptobyte/string.go rename to vendor/golang.org/x/crypto/cryptobyte/string.go diff --git a/cmd/share/vendor/golang.org/x/crypto/curve25519/const_amd64.h b/vendor/golang.org/x/crypto/curve25519/const_amd64.h similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/curve25519/const_amd64.h rename to vendor/golang.org/x/crypto/curve25519/const_amd64.h diff --git a/cmd/share/vendor/golang.org/x/crypto/curve25519/const_amd64.s b/vendor/golang.org/x/crypto/curve25519/const_amd64.s similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/curve25519/const_amd64.s rename to vendor/golang.org/x/crypto/curve25519/const_amd64.s diff --git a/cmd/share/vendor/golang.org/x/crypto/curve25519/cswap_amd64.s b/vendor/golang.org/x/crypto/curve25519/cswap_amd64.s similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/curve25519/cswap_amd64.s rename to vendor/golang.org/x/crypto/curve25519/cswap_amd64.s diff --git a/cmd/share/vendor/golang.org/x/crypto/curve25519/curve25519.go b/vendor/golang.org/x/crypto/curve25519/curve25519.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/curve25519/curve25519.go rename to vendor/golang.org/x/crypto/curve25519/curve25519.go diff --git a/cmd/share/vendor/golang.org/x/crypto/curve25519/curve25519_test.go b/vendor/golang.org/x/crypto/curve25519/curve25519_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/curve25519/curve25519_test.go rename to vendor/golang.org/x/crypto/curve25519/curve25519_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/curve25519/doc.go b/vendor/golang.org/x/crypto/curve25519/doc.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/curve25519/doc.go rename to vendor/golang.org/x/crypto/curve25519/doc.go diff --git a/cmd/share/vendor/golang.org/x/crypto/curve25519/freeze_amd64.s b/vendor/golang.org/x/crypto/curve25519/freeze_amd64.s similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/curve25519/freeze_amd64.s rename to vendor/golang.org/x/crypto/curve25519/freeze_amd64.s diff --git a/cmd/share/vendor/golang.org/x/crypto/curve25519/ladderstep_amd64.s b/vendor/golang.org/x/crypto/curve25519/ladderstep_amd64.s similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/curve25519/ladderstep_amd64.s rename to vendor/golang.org/x/crypto/curve25519/ladderstep_amd64.s diff --git a/cmd/share/vendor/golang.org/x/crypto/curve25519/mont25519_amd64.go b/vendor/golang.org/x/crypto/curve25519/mont25519_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/curve25519/mont25519_amd64.go rename to vendor/golang.org/x/crypto/curve25519/mont25519_amd64.go diff --git a/cmd/share/vendor/golang.org/x/crypto/curve25519/mul_amd64.s b/vendor/golang.org/x/crypto/curve25519/mul_amd64.s similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/curve25519/mul_amd64.s rename to vendor/golang.org/x/crypto/curve25519/mul_amd64.s diff --git a/cmd/share/vendor/golang.org/x/crypto/curve25519/square_amd64.s b/vendor/golang.org/x/crypto/curve25519/square_amd64.s similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/curve25519/square_amd64.s rename to vendor/golang.org/x/crypto/curve25519/square_amd64.s diff --git a/cmd/share/vendor/golang.org/x/crypto/ed25519/ed25519.go b/vendor/golang.org/x/crypto/ed25519/ed25519.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ed25519/ed25519.go rename to vendor/golang.org/x/crypto/ed25519/ed25519.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ed25519/ed25519_test.go b/vendor/golang.org/x/crypto/ed25519/ed25519_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ed25519/ed25519_test.go rename to vendor/golang.org/x/crypto/ed25519/ed25519_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ed25519/internal/edwards25519/const.go b/vendor/golang.org/x/crypto/ed25519/internal/edwards25519/const.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ed25519/internal/edwards25519/const.go rename to vendor/golang.org/x/crypto/ed25519/internal/edwards25519/const.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ed25519/internal/edwards25519/edwards25519.go b/vendor/golang.org/x/crypto/ed25519/internal/edwards25519/edwards25519.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ed25519/internal/edwards25519/edwards25519.go rename to vendor/golang.org/x/crypto/ed25519/internal/edwards25519/edwards25519.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ed25519/testdata/sign.input.gz b/vendor/golang.org/x/crypto/ed25519/testdata/sign.input.gz similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ed25519/testdata/sign.input.gz rename to vendor/golang.org/x/crypto/ed25519/testdata/sign.input.gz diff --git a/cmd/share/vendor/golang.org/x/crypto/hkdf/example_test.go b/vendor/golang.org/x/crypto/hkdf/example_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/hkdf/example_test.go rename to vendor/golang.org/x/crypto/hkdf/example_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/hkdf/hkdf.go b/vendor/golang.org/x/crypto/hkdf/hkdf.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/hkdf/hkdf.go rename to vendor/golang.org/x/crypto/hkdf/hkdf.go diff --git a/cmd/share/vendor/golang.org/x/crypto/hkdf/hkdf_test.go b/vendor/golang.org/x/crypto/hkdf/hkdf_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/hkdf/hkdf_test.go rename to vendor/golang.org/x/crypto/hkdf/hkdf_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/md4/example_test.go b/vendor/golang.org/x/crypto/md4/example_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/md4/example_test.go rename to vendor/golang.org/x/crypto/md4/example_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/md4/md4.go b/vendor/golang.org/x/crypto/md4/md4.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/md4/md4.go rename to vendor/golang.org/x/crypto/md4/md4.go diff --git a/cmd/share/vendor/golang.org/x/crypto/md4/md4_test.go b/vendor/golang.org/x/crypto/md4/md4_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/md4/md4_test.go rename to vendor/golang.org/x/crypto/md4/md4_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/md4/md4block.go b/vendor/golang.org/x/crypto/md4/md4block.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/md4/md4block.go rename to vendor/golang.org/x/crypto/md4/md4block.go diff --git a/cmd/share/vendor/golang.org/x/crypto/nacl/auth/auth.go b/vendor/golang.org/x/crypto/nacl/auth/auth.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/nacl/auth/auth.go rename to vendor/golang.org/x/crypto/nacl/auth/auth.go diff --git a/cmd/share/vendor/golang.org/x/crypto/nacl/auth/auth_test.go b/vendor/golang.org/x/crypto/nacl/auth/auth_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/nacl/auth/auth_test.go rename to vendor/golang.org/x/crypto/nacl/auth/auth_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/nacl/auth/example_test.go b/vendor/golang.org/x/crypto/nacl/auth/example_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/nacl/auth/example_test.go rename to vendor/golang.org/x/crypto/nacl/auth/example_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/nacl/box/box.go b/vendor/golang.org/x/crypto/nacl/box/box.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/nacl/box/box.go rename to vendor/golang.org/x/crypto/nacl/box/box.go diff --git a/cmd/share/vendor/golang.org/x/crypto/nacl/box/box_test.go b/vendor/golang.org/x/crypto/nacl/box/box_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/nacl/box/box_test.go rename to vendor/golang.org/x/crypto/nacl/box/box_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/nacl/box/example_test.go b/vendor/golang.org/x/crypto/nacl/box/example_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/nacl/box/example_test.go rename to vendor/golang.org/x/crypto/nacl/box/example_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/nacl/secretbox/example_test.go b/vendor/golang.org/x/crypto/nacl/secretbox/example_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/nacl/secretbox/example_test.go rename to vendor/golang.org/x/crypto/nacl/secretbox/example_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/nacl/secretbox/secretbox.go b/vendor/golang.org/x/crypto/nacl/secretbox/secretbox.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/nacl/secretbox/secretbox.go rename to vendor/golang.org/x/crypto/nacl/secretbox/secretbox.go diff --git a/cmd/share/vendor/golang.org/x/crypto/nacl/secretbox/secretbox_test.go b/vendor/golang.org/x/crypto/nacl/secretbox/secretbox_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/nacl/secretbox/secretbox_test.go rename to vendor/golang.org/x/crypto/nacl/secretbox/secretbox_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ocsp/ocsp.go b/vendor/golang.org/x/crypto/ocsp/ocsp.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ocsp/ocsp.go rename to vendor/golang.org/x/crypto/ocsp/ocsp.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ocsp/ocsp_test.go b/vendor/golang.org/x/crypto/ocsp/ocsp_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ocsp/ocsp_test.go rename to vendor/golang.org/x/crypto/ocsp/ocsp_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/armor/armor.go b/vendor/golang.org/x/crypto/openpgp/armor/armor.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/armor/armor.go rename to vendor/golang.org/x/crypto/openpgp/armor/armor.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/armor/armor_test.go b/vendor/golang.org/x/crypto/openpgp/armor/armor_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/armor/armor_test.go rename to vendor/golang.org/x/crypto/openpgp/armor/armor_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/armor/encode.go b/vendor/golang.org/x/crypto/openpgp/armor/encode.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/armor/encode.go rename to vendor/golang.org/x/crypto/openpgp/armor/encode.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/canonical_text.go b/vendor/golang.org/x/crypto/openpgp/canonical_text.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/canonical_text.go rename to vendor/golang.org/x/crypto/openpgp/canonical_text.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/canonical_text_test.go b/vendor/golang.org/x/crypto/openpgp/canonical_text_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/canonical_text_test.go rename to vendor/golang.org/x/crypto/openpgp/canonical_text_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/clearsign/clearsign.go b/vendor/golang.org/x/crypto/openpgp/clearsign/clearsign.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/clearsign/clearsign.go rename to vendor/golang.org/x/crypto/openpgp/clearsign/clearsign.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/clearsign/clearsign_test.go b/vendor/golang.org/x/crypto/openpgp/clearsign/clearsign_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/clearsign/clearsign_test.go rename to vendor/golang.org/x/crypto/openpgp/clearsign/clearsign_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/elgamal/elgamal.go b/vendor/golang.org/x/crypto/openpgp/elgamal/elgamal.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/elgamal/elgamal.go rename to vendor/golang.org/x/crypto/openpgp/elgamal/elgamal.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/elgamal/elgamal_test.go b/vendor/golang.org/x/crypto/openpgp/elgamal/elgamal_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/elgamal/elgamal_test.go rename to vendor/golang.org/x/crypto/openpgp/elgamal/elgamal_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/errors/errors.go b/vendor/golang.org/x/crypto/openpgp/errors/errors.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/errors/errors.go rename to vendor/golang.org/x/crypto/openpgp/errors/errors.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/keys.go b/vendor/golang.org/x/crypto/openpgp/keys.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/keys.go rename to vendor/golang.org/x/crypto/openpgp/keys.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/keys_test.go b/vendor/golang.org/x/crypto/openpgp/keys_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/keys_test.go rename to vendor/golang.org/x/crypto/openpgp/keys_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/compressed.go b/vendor/golang.org/x/crypto/openpgp/packet/compressed.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/compressed.go rename to vendor/golang.org/x/crypto/openpgp/packet/compressed.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/compressed_test.go b/vendor/golang.org/x/crypto/openpgp/packet/compressed_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/compressed_test.go rename to vendor/golang.org/x/crypto/openpgp/packet/compressed_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/config.go b/vendor/golang.org/x/crypto/openpgp/packet/config.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/config.go rename to vendor/golang.org/x/crypto/openpgp/packet/config.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/encrypted_key.go b/vendor/golang.org/x/crypto/openpgp/packet/encrypted_key.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/encrypted_key.go rename to vendor/golang.org/x/crypto/openpgp/packet/encrypted_key.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/encrypted_key_test.go b/vendor/golang.org/x/crypto/openpgp/packet/encrypted_key_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/encrypted_key_test.go rename to vendor/golang.org/x/crypto/openpgp/packet/encrypted_key_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/literal.go b/vendor/golang.org/x/crypto/openpgp/packet/literal.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/literal.go rename to vendor/golang.org/x/crypto/openpgp/packet/literal.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/ocfb.go b/vendor/golang.org/x/crypto/openpgp/packet/ocfb.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/ocfb.go rename to vendor/golang.org/x/crypto/openpgp/packet/ocfb.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/ocfb_test.go b/vendor/golang.org/x/crypto/openpgp/packet/ocfb_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/ocfb_test.go rename to vendor/golang.org/x/crypto/openpgp/packet/ocfb_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/one_pass_signature.go b/vendor/golang.org/x/crypto/openpgp/packet/one_pass_signature.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/one_pass_signature.go rename to vendor/golang.org/x/crypto/openpgp/packet/one_pass_signature.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/opaque.go b/vendor/golang.org/x/crypto/openpgp/packet/opaque.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/opaque.go rename to vendor/golang.org/x/crypto/openpgp/packet/opaque.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/opaque_test.go b/vendor/golang.org/x/crypto/openpgp/packet/opaque_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/opaque_test.go rename to vendor/golang.org/x/crypto/openpgp/packet/opaque_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/packet.go b/vendor/golang.org/x/crypto/openpgp/packet/packet.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/packet.go rename to vendor/golang.org/x/crypto/openpgp/packet/packet.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/packet_test.go b/vendor/golang.org/x/crypto/openpgp/packet/packet_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/packet_test.go rename to vendor/golang.org/x/crypto/openpgp/packet/packet_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/private_key.go b/vendor/golang.org/x/crypto/openpgp/packet/private_key.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/private_key.go rename to vendor/golang.org/x/crypto/openpgp/packet/private_key.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/private_key_test.go b/vendor/golang.org/x/crypto/openpgp/packet/private_key_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/private_key_test.go rename to vendor/golang.org/x/crypto/openpgp/packet/private_key_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/public_key.go b/vendor/golang.org/x/crypto/openpgp/packet/public_key.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/public_key.go rename to vendor/golang.org/x/crypto/openpgp/packet/public_key.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/public_key_test.go b/vendor/golang.org/x/crypto/openpgp/packet/public_key_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/public_key_test.go rename to vendor/golang.org/x/crypto/openpgp/packet/public_key_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/public_key_v3.go b/vendor/golang.org/x/crypto/openpgp/packet/public_key_v3.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/public_key_v3.go rename to vendor/golang.org/x/crypto/openpgp/packet/public_key_v3.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/public_key_v3_test.go b/vendor/golang.org/x/crypto/openpgp/packet/public_key_v3_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/public_key_v3_test.go rename to vendor/golang.org/x/crypto/openpgp/packet/public_key_v3_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/reader.go b/vendor/golang.org/x/crypto/openpgp/packet/reader.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/reader.go rename to vendor/golang.org/x/crypto/openpgp/packet/reader.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/signature.go b/vendor/golang.org/x/crypto/openpgp/packet/signature.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/signature.go rename to vendor/golang.org/x/crypto/openpgp/packet/signature.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/signature_test.go b/vendor/golang.org/x/crypto/openpgp/packet/signature_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/signature_test.go rename to vendor/golang.org/x/crypto/openpgp/packet/signature_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/signature_v3.go b/vendor/golang.org/x/crypto/openpgp/packet/signature_v3.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/signature_v3.go rename to vendor/golang.org/x/crypto/openpgp/packet/signature_v3.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/signature_v3_test.go b/vendor/golang.org/x/crypto/openpgp/packet/signature_v3_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/signature_v3_test.go rename to vendor/golang.org/x/crypto/openpgp/packet/signature_v3_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/symmetric_key_encrypted.go b/vendor/golang.org/x/crypto/openpgp/packet/symmetric_key_encrypted.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/symmetric_key_encrypted.go rename to vendor/golang.org/x/crypto/openpgp/packet/symmetric_key_encrypted.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/symmetric_key_encrypted_test.go b/vendor/golang.org/x/crypto/openpgp/packet/symmetric_key_encrypted_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/symmetric_key_encrypted_test.go rename to vendor/golang.org/x/crypto/openpgp/packet/symmetric_key_encrypted_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/symmetrically_encrypted.go b/vendor/golang.org/x/crypto/openpgp/packet/symmetrically_encrypted.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/symmetrically_encrypted.go rename to vendor/golang.org/x/crypto/openpgp/packet/symmetrically_encrypted.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/symmetrically_encrypted_test.go b/vendor/golang.org/x/crypto/openpgp/packet/symmetrically_encrypted_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/symmetrically_encrypted_test.go rename to vendor/golang.org/x/crypto/openpgp/packet/symmetrically_encrypted_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/userattribute.go b/vendor/golang.org/x/crypto/openpgp/packet/userattribute.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/userattribute.go rename to vendor/golang.org/x/crypto/openpgp/packet/userattribute.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/userattribute_test.go b/vendor/golang.org/x/crypto/openpgp/packet/userattribute_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/userattribute_test.go rename to vendor/golang.org/x/crypto/openpgp/packet/userattribute_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/userid.go b/vendor/golang.org/x/crypto/openpgp/packet/userid.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/userid.go rename to vendor/golang.org/x/crypto/openpgp/packet/userid.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/packet/userid_test.go b/vendor/golang.org/x/crypto/openpgp/packet/userid_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/packet/userid_test.go rename to vendor/golang.org/x/crypto/openpgp/packet/userid_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/read.go b/vendor/golang.org/x/crypto/openpgp/read.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/read.go rename to vendor/golang.org/x/crypto/openpgp/read.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/read_test.go b/vendor/golang.org/x/crypto/openpgp/read_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/read_test.go rename to vendor/golang.org/x/crypto/openpgp/read_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/s2k/s2k.go b/vendor/golang.org/x/crypto/openpgp/s2k/s2k.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/s2k/s2k.go rename to vendor/golang.org/x/crypto/openpgp/s2k/s2k.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/s2k/s2k_test.go b/vendor/golang.org/x/crypto/openpgp/s2k/s2k_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/s2k/s2k_test.go rename to vendor/golang.org/x/crypto/openpgp/s2k/s2k_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/write.go b/vendor/golang.org/x/crypto/openpgp/write.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/write.go rename to vendor/golang.org/x/crypto/openpgp/write.go diff --git a/cmd/share/vendor/golang.org/x/crypto/openpgp/write_test.go b/vendor/golang.org/x/crypto/openpgp/write_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/openpgp/write_test.go rename to vendor/golang.org/x/crypto/openpgp/write_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/otr/libotr_test_helper.c b/vendor/golang.org/x/crypto/otr/libotr_test_helper.c similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/otr/libotr_test_helper.c rename to vendor/golang.org/x/crypto/otr/libotr_test_helper.c diff --git a/cmd/share/vendor/golang.org/x/crypto/otr/otr.go b/vendor/golang.org/x/crypto/otr/otr.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/otr/otr.go rename to vendor/golang.org/x/crypto/otr/otr.go diff --git a/cmd/share/vendor/golang.org/x/crypto/otr/otr_test.go b/vendor/golang.org/x/crypto/otr/otr_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/otr/otr_test.go rename to vendor/golang.org/x/crypto/otr/otr_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/otr/smp.go b/vendor/golang.org/x/crypto/otr/smp.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/otr/smp.go rename to vendor/golang.org/x/crypto/otr/smp.go diff --git a/cmd/share/vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go b/vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go rename to vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go diff --git a/cmd/share/vendor/golang.org/x/crypto/pbkdf2/pbkdf2_test.go b/vendor/golang.org/x/crypto/pbkdf2/pbkdf2_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/pbkdf2/pbkdf2_test.go rename to vendor/golang.org/x/crypto/pbkdf2/pbkdf2_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/pkcs12/bmp-string.go b/vendor/golang.org/x/crypto/pkcs12/bmp-string.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/pkcs12/bmp-string.go rename to vendor/golang.org/x/crypto/pkcs12/bmp-string.go diff --git a/cmd/share/vendor/golang.org/x/crypto/pkcs12/bmp-string_test.go b/vendor/golang.org/x/crypto/pkcs12/bmp-string_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/pkcs12/bmp-string_test.go rename to vendor/golang.org/x/crypto/pkcs12/bmp-string_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/pkcs12/crypto.go b/vendor/golang.org/x/crypto/pkcs12/crypto.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/pkcs12/crypto.go rename to vendor/golang.org/x/crypto/pkcs12/crypto.go diff --git a/cmd/share/vendor/golang.org/x/crypto/pkcs12/crypto_test.go b/vendor/golang.org/x/crypto/pkcs12/crypto_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/pkcs12/crypto_test.go rename to vendor/golang.org/x/crypto/pkcs12/crypto_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/pkcs12/errors.go b/vendor/golang.org/x/crypto/pkcs12/errors.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/pkcs12/errors.go rename to vendor/golang.org/x/crypto/pkcs12/errors.go diff --git a/cmd/share/vendor/golang.org/x/crypto/pkcs12/internal/rc2/bench_test.go b/vendor/golang.org/x/crypto/pkcs12/internal/rc2/bench_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/pkcs12/internal/rc2/bench_test.go rename to vendor/golang.org/x/crypto/pkcs12/internal/rc2/bench_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/pkcs12/internal/rc2/rc2.go b/vendor/golang.org/x/crypto/pkcs12/internal/rc2/rc2.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/pkcs12/internal/rc2/rc2.go rename to vendor/golang.org/x/crypto/pkcs12/internal/rc2/rc2.go diff --git a/cmd/share/vendor/golang.org/x/crypto/pkcs12/internal/rc2/rc2_test.go b/vendor/golang.org/x/crypto/pkcs12/internal/rc2/rc2_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/pkcs12/internal/rc2/rc2_test.go rename to vendor/golang.org/x/crypto/pkcs12/internal/rc2/rc2_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/pkcs12/mac.go b/vendor/golang.org/x/crypto/pkcs12/mac.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/pkcs12/mac.go rename to vendor/golang.org/x/crypto/pkcs12/mac.go diff --git a/cmd/share/vendor/golang.org/x/crypto/pkcs12/mac_test.go b/vendor/golang.org/x/crypto/pkcs12/mac_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/pkcs12/mac_test.go rename to vendor/golang.org/x/crypto/pkcs12/mac_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/pkcs12/pbkdf.go b/vendor/golang.org/x/crypto/pkcs12/pbkdf.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/pkcs12/pbkdf.go rename to vendor/golang.org/x/crypto/pkcs12/pbkdf.go diff --git a/cmd/share/vendor/golang.org/x/crypto/pkcs12/pbkdf_test.go b/vendor/golang.org/x/crypto/pkcs12/pbkdf_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/pkcs12/pbkdf_test.go rename to vendor/golang.org/x/crypto/pkcs12/pbkdf_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/pkcs12/pkcs12.go b/vendor/golang.org/x/crypto/pkcs12/pkcs12.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/pkcs12/pkcs12.go rename to vendor/golang.org/x/crypto/pkcs12/pkcs12.go diff --git a/cmd/share/vendor/golang.org/x/crypto/pkcs12/pkcs12_test.go b/vendor/golang.org/x/crypto/pkcs12/pkcs12_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/pkcs12/pkcs12_test.go rename to vendor/golang.org/x/crypto/pkcs12/pkcs12_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/pkcs12/safebags.go b/vendor/golang.org/x/crypto/pkcs12/safebags.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/pkcs12/safebags.go rename to vendor/golang.org/x/crypto/pkcs12/safebags.go diff --git a/cmd/share/vendor/golang.org/x/crypto/poly1305/poly1305.go b/vendor/golang.org/x/crypto/poly1305/poly1305.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/poly1305/poly1305.go rename to vendor/golang.org/x/crypto/poly1305/poly1305.go diff --git a/cmd/share/vendor/golang.org/x/crypto/poly1305/poly1305_test.go b/vendor/golang.org/x/crypto/poly1305/poly1305_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/poly1305/poly1305_test.go rename to vendor/golang.org/x/crypto/poly1305/poly1305_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/poly1305/sum_amd64.go b/vendor/golang.org/x/crypto/poly1305/sum_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/poly1305/sum_amd64.go rename to vendor/golang.org/x/crypto/poly1305/sum_amd64.go diff --git a/cmd/share/vendor/golang.org/x/crypto/poly1305/sum_amd64.s b/vendor/golang.org/x/crypto/poly1305/sum_amd64.s similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/poly1305/sum_amd64.s rename to vendor/golang.org/x/crypto/poly1305/sum_amd64.s diff --git a/cmd/share/vendor/golang.org/x/crypto/poly1305/sum_arm.go b/vendor/golang.org/x/crypto/poly1305/sum_arm.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/poly1305/sum_arm.go rename to vendor/golang.org/x/crypto/poly1305/sum_arm.go diff --git a/cmd/share/vendor/golang.org/x/crypto/poly1305/sum_arm.s b/vendor/golang.org/x/crypto/poly1305/sum_arm.s similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/poly1305/sum_arm.s rename to vendor/golang.org/x/crypto/poly1305/sum_arm.s diff --git a/cmd/share/vendor/golang.org/x/crypto/poly1305/sum_ref.go b/vendor/golang.org/x/crypto/poly1305/sum_ref.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/poly1305/sum_ref.go rename to vendor/golang.org/x/crypto/poly1305/sum_ref.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ripemd160/ripemd160.go b/vendor/golang.org/x/crypto/ripemd160/ripemd160.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ripemd160/ripemd160.go rename to vendor/golang.org/x/crypto/ripemd160/ripemd160.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ripemd160/ripemd160_test.go b/vendor/golang.org/x/crypto/ripemd160/ripemd160_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ripemd160/ripemd160_test.go rename to vendor/golang.org/x/crypto/ripemd160/ripemd160_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ripemd160/ripemd160block.go b/vendor/golang.org/x/crypto/ripemd160/ripemd160block.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ripemd160/ripemd160block.go rename to vendor/golang.org/x/crypto/ripemd160/ripemd160block.go diff --git a/cmd/share/vendor/golang.org/x/crypto/salsa20/salsa/hsalsa20.go b/vendor/golang.org/x/crypto/salsa20/salsa/hsalsa20.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/salsa20/salsa/hsalsa20.go rename to vendor/golang.org/x/crypto/salsa20/salsa/hsalsa20.go diff --git a/cmd/share/vendor/golang.org/x/crypto/salsa20/salsa/salsa2020_amd64.s b/vendor/golang.org/x/crypto/salsa20/salsa/salsa2020_amd64.s similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/salsa20/salsa/salsa2020_amd64.s rename to vendor/golang.org/x/crypto/salsa20/salsa/salsa2020_amd64.s diff --git a/cmd/share/vendor/golang.org/x/crypto/salsa20/salsa/salsa208.go b/vendor/golang.org/x/crypto/salsa20/salsa/salsa208.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/salsa20/salsa/salsa208.go rename to vendor/golang.org/x/crypto/salsa20/salsa/salsa208.go diff --git a/cmd/share/vendor/golang.org/x/crypto/salsa20/salsa/salsa20_amd64.go b/vendor/golang.org/x/crypto/salsa20/salsa/salsa20_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/salsa20/salsa/salsa20_amd64.go rename to vendor/golang.org/x/crypto/salsa20/salsa/salsa20_amd64.go diff --git a/cmd/share/vendor/golang.org/x/crypto/salsa20/salsa/salsa20_ref.go b/vendor/golang.org/x/crypto/salsa20/salsa/salsa20_ref.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/salsa20/salsa/salsa20_ref.go rename to vendor/golang.org/x/crypto/salsa20/salsa/salsa20_ref.go diff --git a/cmd/share/vendor/golang.org/x/crypto/salsa20/salsa/salsa_test.go b/vendor/golang.org/x/crypto/salsa20/salsa/salsa_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/salsa20/salsa/salsa_test.go rename to vendor/golang.org/x/crypto/salsa20/salsa/salsa_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/salsa20/salsa20.go b/vendor/golang.org/x/crypto/salsa20/salsa20.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/salsa20/salsa20.go rename to vendor/golang.org/x/crypto/salsa20/salsa20.go diff --git a/cmd/share/vendor/golang.org/x/crypto/salsa20/salsa20_test.go b/vendor/golang.org/x/crypto/salsa20/salsa20_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/salsa20/salsa20_test.go rename to vendor/golang.org/x/crypto/salsa20/salsa20_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/scrypt/example_test.go b/vendor/golang.org/x/crypto/scrypt/example_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/scrypt/example_test.go rename to vendor/golang.org/x/crypto/scrypt/example_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/scrypt/scrypt.go b/vendor/golang.org/x/crypto/scrypt/scrypt.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/scrypt/scrypt.go rename to vendor/golang.org/x/crypto/scrypt/scrypt.go diff --git a/cmd/share/vendor/golang.org/x/crypto/scrypt/scrypt_test.go b/vendor/golang.org/x/crypto/scrypt/scrypt_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/scrypt/scrypt_test.go rename to vendor/golang.org/x/crypto/scrypt/scrypt_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/sha3/doc.go b/vendor/golang.org/x/crypto/sha3/doc.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/sha3/doc.go rename to vendor/golang.org/x/crypto/sha3/doc.go diff --git a/cmd/share/vendor/golang.org/x/crypto/sha3/hashes.go b/vendor/golang.org/x/crypto/sha3/hashes.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/sha3/hashes.go rename to vendor/golang.org/x/crypto/sha3/hashes.go diff --git a/cmd/share/vendor/golang.org/x/crypto/sha3/keccakf.go b/vendor/golang.org/x/crypto/sha3/keccakf.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/sha3/keccakf.go rename to vendor/golang.org/x/crypto/sha3/keccakf.go diff --git a/cmd/share/vendor/golang.org/x/crypto/sha3/keccakf_amd64.go b/vendor/golang.org/x/crypto/sha3/keccakf_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/sha3/keccakf_amd64.go rename to vendor/golang.org/x/crypto/sha3/keccakf_amd64.go diff --git a/cmd/share/vendor/golang.org/x/crypto/sha3/keccakf_amd64.s b/vendor/golang.org/x/crypto/sha3/keccakf_amd64.s similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/sha3/keccakf_amd64.s rename to vendor/golang.org/x/crypto/sha3/keccakf_amd64.s diff --git a/cmd/share/vendor/golang.org/x/crypto/sha3/register.go b/vendor/golang.org/x/crypto/sha3/register.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/sha3/register.go rename to vendor/golang.org/x/crypto/sha3/register.go diff --git a/cmd/share/vendor/golang.org/x/crypto/sha3/sha3.go b/vendor/golang.org/x/crypto/sha3/sha3.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/sha3/sha3.go rename to vendor/golang.org/x/crypto/sha3/sha3.go diff --git a/cmd/share/vendor/golang.org/x/crypto/sha3/sha3_test.go b/vendor/golang.org/x/crypto/sha3/sha3_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/sha3/sha3_test.go rename to vendor/golang.org/x/crypto/sha3/sha3_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/sha3/shake.go b/vendor/golang.org/x/crypto/sha3/shake.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/sha3/shake.go rename to vendor/golang.org/x/crypto/sha3/shake.go diff --git a/cmd/share/vendor/golang.org/x/crypto/sha3/testdata/keccakKats.json.deflate b/vendor/golang.org/x/crypto/sha3/testdata/keccakKats.json.deflate similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/sha3/testdata/keccakKats.json.deflate rename to vendor/golang.org/x/crypto/sha3/testdata/keccakKats.json.deflate diff --git a/cmd/share/vendor/golang.org/x/crypto/sha3/xor.go b/vendor/golang.org/x/crypto/sha3/xor.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/sha3/xor.go rename to vendor/golang.org/x/crypto/sha3/xor.go diff --git a/cmd/share/vendor/golang.org/x/crypto/sha3/xor_generic.go b/vendor/golang.org/x/crypto/sha3/xor_generic.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/sha3/xor_generic.go rename to vendor/golang.org/x/crypto/sha3/xor_generic.go diff --git a/cmd/share/vendor/golang.org/x/crypto/sha3/xor_unaligned.go b/vendor/golang.org/x/crypto/sha3/xor_unaligned.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/sha3/xor_unaligned.go rename to vendor/golang.org/x/crypto/sha3/xor_unaligned.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/agent/client.go b/vendor/golang.org/x/crypto/ssh/agent/client.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/agent/client.go rename to vendor/golang.org/x/crypto/ssh/agent/client.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/agent/client_test.go b/vendor/golang.org/x/crypto/ssh/agent/client_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/agent/client_test.go rename to vendor/golang.org/x/crypto/ssh/agent/client_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/agent/example_test.go b/vendor/golang.org/x/crypto/ssh/agent/example_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/agent/example_test.go rename to vendor/golang.org/x/crypto/ssh/agent/example_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/agent/forward.go b/vendor/golang.org/x/crypto/ssh/agent/forward.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/agent/forward.go rename to vendor/golang.org/x/crypto/ssh/agent/forward.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/agent/keyring.go b/vendor/golang.org/x/crypto/ssh/agent/keyring.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/agent/keyring.go rename to vendor/golang.org/x/crypto/ssh/agent/keyring.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/agent/keyring_test.go b/vendor/golang.org/x/crypto/ssh/agent/keyring_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/agent/keyring_test.go rename to vendor/golang.org/x/crypto/ssh/agent/keyring_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/agent/server.go b/vendor/golang.org/x/crypto/ssh/agent/server.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/agent/server.go rename to vendor/golang.org/x/crypto/ssh/agent/server.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/agent/server_test.go b/vendor/golang.org/x/crypto/ssh/agent/server_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/agent/server_test.go rename to vendor/golang.org/x/crypto/ssh/agent/server_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/agent/testdata_test.go b/vendor/golang.org/x/crypto/ssh/agent/testdata_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/agent/testdata_test.go rename to vendor/golang.org/x/crypto/ssh/agent/testdata_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/benchmark_test.go b/vendor/golang.org/x/crypto/ssh/benchmark_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/benchmark_test.go rename to vendor/golang.org/x/crypto/ssh/benchmark_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/buffer.go b/vendor/golang.org/x/crypto/ssh/buffer.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/buffer.go rename to vendor/golang.org/x/crypto/ssh/buffer.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/buffer_test.go b/vendor/golang.org/x/crypto/ssh/buffer_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/buffer_test.go rename to vendor/golang.org/x/crypto/ssh/buffer_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/certs.go b/vendor/golang.org/x/crypto/ssh/certs.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/certs.go rename to vendor/golang.org/x/crypto/ssh/certs.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/certs_test.go b/vendor/golang.org/x/crypto/ssh/certs_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/certs_test.go rename to vendor/golang.org/x/crypto/ssh/certs_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/channel.go b/vendor/golang.org/x/crypto/ssh/channel.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/channel.go rename to vendor/golang.org/x/crypto/ssh/channel.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/cipher.go b/vendor/golang.org/x/crypto/ssh/cipher.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/cipher.go rename to vendor/golang.org/x/crypto/ssh/cipher.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/cipher_test.go b/vendor/golang.org/x/crypto/ssh/cipher_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/cipher_test.go rename to vendor/golang.org/x/crypto/ssh/cipher_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/client.go b/vendor/golang.org/x/crypto/ssh/client.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/client.go rename to vendor/golang.org/x/crypto/ssh/client.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/client_auth.go b/vendor/golang.org/x/crypto/ssh/client_auth.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/client_auth.go rename to vendor/golang.org/x/crypto/ssh/client_auth.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/client_auth_test.go b/vendor/golang.org/x/crypto/ssh/client_auth_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/client_auth_test.go rename to vendor/golang.org/x/crypto/ssh/client_auth_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/client_test.go b/vendor/golang.org/x/crypto/ssh/client_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/client_test.go rename to vendor/golang.org/x/crypto/ssh/client_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/common.go b/vendor/golang.org/x/crypto/ssh/common.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/common.go rename to vendor/golang.org/x/crypto/ssh/common.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/connection.go b/vendor/golang.org/x/crypto/ssh/connection.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/connection.go rename to vendor/golang.org/x/crypto/ssh/connection.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/doc.go b/vendor/golang.org/x/crypto/ssh/doc.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/doc.go rename to vendor/golang.org/x/crypto/ssh/doc.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/example_test.go b/vendor/golang.org/x/crypto/ssh/example_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/example_test.go rename to vendor/golang.org/x/crypto/ssh/example_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/handshake.go b/vendor/golang.org/x/crypto/ssh/handshake.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/handshake.go rename to vendor/golang.org/x/crypto/ssh/handshake.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/handshake_test.go b/vendor/golang.org/x/crypto/ssh/handshake_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/handshake_test.go rename to vendor/golang.org/x/crypto/ssh/handshake_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/kex.go b/vendor/golang.org/x/crypto/ssh/kex.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/kex.go rename to vendor/golang.org/x/crypto/ssh/kex.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/kex_test.go b/vendor/golang.org/x/crypto/ssh/kex_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/kex_test.go rename to vendor/golang.org/x/crypto/ssh/kex_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/keys.go b/vendor/golang.org/x/crypto/ssh/keys.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/keys.go rename to vendor/golang.org/x/crypto/ssh/keys.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/keys_test.go b/vendor/golang.org/x/crypto/ssh/keys_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/keys_test.go rename to vendor/golang.org/x/crypto/ssh/keys_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/knownhosts/knownhosts.go b/vendor/golang.org/x/crypto/ssh/knownhosts/knownhosts.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/knownhosts/knownhosts.go rename to vendor/golang.org/x/crypto/ssh/knownhosts/knownhosts.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/knownhosts/knownhosts_test.go b/vendor/golang.org/x/crypto/ssh/knownhosts/knownhosts_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/knownhosts/knownhosts_test.go rename to vendor/golang.org/x/crypto/ssh/knownhosts/knownhosts_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/mac.go b/vendor/golang.org/x/crypto/ssh/mac.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/mac.go rename to vendor/golang.org/x/crypto/ssh/mac.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/mempipe_test.go b/vendor/golang.org/x/crypto/ssh/mempipe_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/mempipe_test.go rename to vendor/golang.org/x/crypto/ssh/mempipe_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/messages.go b/vendor/golang.org/x/crypto/ssh/messages.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/messages.go rename to vendor/golang.org/x/crypto/ssh/messages.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/messages_test.go b/vendor/golang.org/x/crypto/ssh/messages_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/messages_test.go rename to vendor/golang.org/x/crypto/ssh/messages_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/mux.go b/vendor/golang.org/x/crypto/ssh/mux.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/mux.go rename to vendor/golang.org/x/crypto/ssh/mux.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/mux_test.go b/vendor/golang.org/x/crypto/ssh/mux_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/mux_test.go rename to vendor/golang.org/x/crypto/ssh/mux_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/server.go b/vendor/golang.org/x/crypto/ssh/server.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/server.go rename to vendor/golang.org/x/crypto/ssh/server.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/session.go b/vendor/golang.org/x/crypto/ssh/session.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/session.go rename to vendor/golang.org/x/crypto/ssh/session.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/session_test.go b/vendor/golang.org/x/crypto/ssh/session_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/session_test.go rename to vendor/golang.org/x/crypto/ssh/session_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/streamlocal.go b/vendor/golang.org/x/crypto/ssh/streamlocal.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/streamlocal.go rename to vendor/golang.org/x/crypto/ssh/streamlocal.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/tcpip.go b/vendor/golang.org/x/crypto/ssh/tcpip.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/tcpip.go rename to vendor/golang.org/x/crypto/ssh/tcpip.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/tcpip_test.go b/vendor/golang.org/x/crypto/ssh/tcpip_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/tcpip_test.go rename to vendor/golang.org/x/crypto/ssh/tcpip_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/terminal/terminal.go b/vendor/golang.org/x/crypto/ssh/terminal/terminal.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/terminal/terminal.go rename to vendor/golang.org/x/crypto/ssh/terminal/terminal.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/terminal/terminal_test.go b/vendor/golang.org/x/crypto/ssh/terminal/terminal_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/terminal/terminal_test.go rename to vendor/golang.org/x/crypto/ssh/terminal/terminal_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/terminal/util.go b/vendor/golang.org/x/crypto/ssh/terminal/util.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/terminal/util.go rename to vendor/golang.org/x/crypto/ssh/terminal/util.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/terminal/util_bsd.go b/vendor/golang.org/x/crypto/ssh/terminal/util_bsd.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/terminal/util_bsd.go rename to vendor/golang.org/x/crypto/ssh/terminal/util_bsd.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/terminal/util_linux.go b/vendor/golang.org/x/crypto/ssh/terminal/util_linux.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/terminal/util_linux.go rename to vendor/golang.org/x/crypto/ssh/terminal/util_linux.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/terminal/util_plan9.go b/vendor/golang.org/x/crypto/ssh/terminal/util_plan9.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/terminal/util_plan9.go rename to vendor/golang.org/x/crypto/ssh/terminal/util_plan9.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/terminal/util_solaris.go b/vendor/golang.org/x/crypto/ssh/terminal/util_solaris.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/terminal/util_solaris.go rename to vendor/golang.org/x/crypto/ssh/terminal/util_solaris.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/terminal/util_windows.go b/vendor/golang.org/x/crypto/ssh/terminal/util_windows.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/terminal/util_windows.go rename to vendor/golang.org/x/crypto/ssh/terminal/util_windows.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/test/agent_unix_test.go b/vendor/golang.org/x/crypto/ssh/test/agent_unix_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/test/agent_unix_test.go rename to vendor/golang.org/x/crypto/ssh/test/agent_unix_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/test/banner_test.go b/vendor/golang.org/x/crypto/ssh/test/banner_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/test/banner_test.go rename to vendor/golang.org/x/crypto/ssh/test/banner_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/test/cert_test.go b/vendor/golang.org/x/crypto/ssh/test/cert_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/test/cert_test.go rename to vendor/golang.org/x/crypto/ssh/test/cert_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/test/dial_unix_test.go b/vendor/golang.org/x/crypto/ssh/test/dial_unix_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/test/dial_unix_test.go rename to vendor/golang.org/x/crypto/ssh/test/dial_unix_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/test/doc.go b/vendor/golang.org/x/crypto/ssh/test/doc.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/test/doc.go rename to vendor/golang.org/x/crypto/ssh/test/doc.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/test/forward_unix_test.go b/vendor/golang.org/x/crypto/ssh/test/forward_unix_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/test/forward_unix_test.go rename to vendor/golang.org/x/crypto/ssh/test/forward_unix_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/test/session_test.go b/vendor/golang.org/x/crypto/ssh/test/session_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/test/session_test.go rename to vendor/golang.org/x/crypto/ssh/test/session_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/test/test_unix_test.go b/vendor/golang.org/x/crypto/ssh/test/test_unix_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/test/test_unix_test.go rename to vendor/golang.org/x/crypto/ssh/test/test_unix_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/test/testdata_test.go b/vendor/golang.org/x/crypto/ssh/test/testdata_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/test/testdata_test.go rename to vendor/golang.org/x/crypto/ssh/test/testdata_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/testdata/doc.go b/vendor/golang.org/x/crypto/ssh/testdata/doc.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/testdata/doc.go rename to vendor/golang.org/x/crypto/ssh/testdata/doc.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/testdata/keys.go b/vendor/golang.org/x/crypto/ssh/testdata/keys.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/testdata/keys.go rename to vendor/golang.org/x/crypto/ssh/testdata/keys.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/testdata_test.go b/vendor/golang.org/x/crypto/ssh/testdata_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/testdata_test.go rename to vendor/golang.org/x/crypto/ssh/testdata_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/transport.go b/vendor/golang.org/x/crypto/ssh/transport.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/transport.go rename to vendor/golang.org/x/crypto/ssh/transport.go diff --git a/cmd/share/vendor/golang.org/x/crypto/ssh/transport_test.go b/vendor/golang.org/x/crypto/ssh/transport_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/ssh/transport_test.go rename to vendor/golang.org/x/crypto/ssh/transport_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/tea/cipher.go b/vendor/golang.org/x/crypto/tea/cipher.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/tea/cipher.go rename to vendor/golang.org/x/crypto/tea/cipher.go diff --git a/cmd/share/vendor/golang.org/x/crypto/tea/tea_test.go b/vendor/golang.org/x/crypto/tea/tea_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/tea/tea_test.go rename to vendor/golang.org/x/crypto/tea/tea_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/twofish/twofish.go b/vendor/golang.org/x/crypto/twofish/twofish.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/twofish/twofish.go rename to vendor/golang.org/x/crypto/twofish/twofish.go diff --git a/cmd/share/vendor/golang.org/x/crypto/twofish/twofish_test.go b/vendor/golang.org/x/crypto/twofish/twofish_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/twofish/twofish_test.go rename to vendor/golang.org/x/crypto/twofish/twofish_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/xtea/block.go b/vendor/golang.org/x/crypto/xtea/block.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/xtea/block.go rename to vendor/golang.org/x/crypto/xtea/block.go diff --git a/cmd/share/vendor/golang.org/x/crypto/xtea/cipher.go b/vendor/golang.org/x/crypto/xtea/cipher.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/xtea/cipher.go rename to vendor/golang.org/x/crypto/xtea/cipher.go diff --git a/cmd/share/vendor/golang.org/x/crypto/xtea/xtea_test.go b/vendor/golang.org/x/crypto/xtea/xtea_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/xtea/xtea_test.go rename to vendor/golang.org/x/crypto/xtea/xtea_test.go diff --git a/cmd/share/vendor/golang.org/x/crypto/xts/xts.go b/vendor/golang.org/x/crypto/xts/xts.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/xts/xts.go rename to vendor/golang.org/x/crypto/xts/xts.go diff --git a/cmd/share/vendor/golang.org/x/crypto/xts/xts_test.go b/vendor/golang.org/x/crypto/xts/xts_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/crypto/xts/xts_test.go rename to vendor/golang.org/x/crypto/xts/xts_test.go diff --git a/cmd/share/vendor/golang.org/x/sys/.gitattributes b/vendor/golang.org/x/sys/.gitattributes similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/.gitattributes rename to vendor/golang.org/x/sys/.gitattributes diff --git a/cmd/share/vendor/golang.org/x/sys/.gitignore b/vendor/golang.org/x/sys/.gitignore similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/.gitignore rename to vendor/golang.org/x/sys/.gitignore diff --git a/cmd/share/vendor/golang.org/x/sys/AUTHORS b/vendor/golang.org/x/sys/AUTHORS similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/AUTHORS rename to vendor/golang.org/x/sys/AUTHORS diff --git a/cmd/share/vendor/golang.org/x/sys/CONTRIBUTING.md b/vendor/golang.org/x/sys/CONTRIBUTING.md similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/CONTRIBUTING.md rename to vendor/golang.org/x/sys/CONTRIBUTING.md diff --git a/cmd/share/vendor/golang.org/x/sys/CONTRIBUTORS b/vendor/golang.org/x/sys/CONTRIBUTORS similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/CONTRIBUTORS rename to vendor/golang.org/x/sys/CONTRIBUTORS diff --git a/cmd/share/vendor/golang.org/x/sys/LICENSE b/vendor/golang.org/x/sys/LICENSE similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/LICENSE rename to vendor/golang.org/x/sys/LICENSE diff --git a/cmd/share/vendor/golang.org/x/sys/PATENTS b/vendor/golang.org/x/sys/PATENTS similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/PATENTS rename to vendor/golang.org/x/sys/PATENTS diff --git a/cmd/share/vendor/golang.org/x/sys/README.md b/vendor/golang.org/x/sys/README.md similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/README.md rename to vendor/golang.org/x/sys/README.md diff --git a/cmd/share/vendor/golang.org/x/sys/codereview.cfg b/vendor/golang.org/x/sys/codereview.cfg similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/codereview.cfg rename to vendor/golang.org/x/sys/codereview.cfg diff --git a/cmd/share/vendor/golang.org/x/sys/plan9/asm.s b/vendor/golang.org/x/sys/plan9/asm.s similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/plan9/asm.s rename to vendor/golang.org/x/sys/plan9/asm.s diff --git a/cmd/share/vendor/golang.org/x/sys/plan9/asm_plan9_386.s b/vendor/golang.org/x/sys/plan9/asm_plan9_386.s similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/plan9/asm_plan9_386.s rename to vendor/golang.org/x/sys/plan9/asm_plan9_386.s diff --git a/cmd/share/vendor/golang.org/x/sys/plan9/asm_plan9_amd64.s b/vendor/golang.org/x/sys/plan9/asm_plan9_amd64.s similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/plan9/asm_plan9_amd64.s rename to vendor/golang.org/x/sys/plan9/asm_plan9_amd64.s diff --git a/cmd/share/vendor/golang.org/x/sys/plan9/const_plan9.go b/vendor/golang.org/x/sys/plan9/const_plan9.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/plan9/const_plan9.go rename to vendor/golang.org/x/sys/plan9/const_plan9.go diff --git a/cmd/share/vendor/golang.org/x/sys/plan9/dir_plan9.go b/vendor/golang.org/x/sys/plan9/dir_plan9.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/plan9/dir_plan9.go rename to vendor/golang.org/x/sys/plan9/dir_plan9.go diff --git a/cmd/share/vendor/golang.org/x/sys/plan9/env_plan9.go b/vendor/golang.org/x/sys/plan9/env_plan9.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/plan9/env_plan9.go rename to vendor/golang.org/x/sys/plan9/env_plan9.go diff --git a/cmd/share/vendor/golang.org/x/sys/plan9/env_unset.go b/vendor/golang.org/x/sys/plan9/env_unset.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/plan9/env_unset.go rename to vendor/golang.org/x/sys/plan9/env_unset.go diff --git a/cmd/share/vendor/golang.org/x/sys/plan9/errors_plan9.go b/vendor/golang.org/x/sys/plan9/errors_plan9.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/plan9/errors_plan9.go rename to vendor/golang.org/x/sys/plan9/errors_plan9.go diff --git a/cmd/share/vendor/golang.org/x/sys/plan9/mkall.sh b/vendor/golang.org/x/sys/plan9/mkall.sh similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/plan9/mkall.sh rename to vendor/golang.org/x/sys/plan9/mkall.sh diff --git a/cmd/share/vendor/golang.org/x/sys/plan9/mkerrors.sh b/vendor/golang.org/x/sys/plan9/mkerrors.sh similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/plan9/mkerrors.sh rename to vendor/golang.org/x/sys/plan9/mkerrors.sh diff --git a/cmd/share/vendor/golang.org/x/sys/plan9/mksyscall.pl b/vendor/golang.org/x/sys/plan9/mksyscall.pl similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/plan9/mksyscall.pl rename to vendor/golang.org/x/sys/plan9/mksyscall.pl diff --git a/cmd/share/vendor/golang.org/x/sys/plan9/mksysnum_plan9.sh b/vendor/golang.org/x/sys/plan9/mksysnum_plan9.sh similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/plan9/mksysnum_plan9.sh rename to vendor/golang.org/x/sys/plan9/mksysnum_plan9.sh diff --git a/cmd/share/vendor/golang.org/x/sys/plan9/pwd_go15_plan9.go b/vendor/golang.org/x/sys/plan9/pwd_go15_plan9.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/plan9/pwd_go15_plan9.go rename to vendor/golang.org/x/sys/plan9/pwd_go15_plan9.go diff --git a/cmd/share/vendor/golang.org/x/sys/plan9/pwd_plan9.go b/vendor/golang.org/x/sys/plan9/pwd_plan9.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/plan9/pwd_plan9.go rename to vendor/golang.org/x/sys/plan9/pwd_plan9.go diff --git a/cmd/share/vendor/golang.org/x/sys/plan9/race.go b/vendor/golang.org/x/sys/plan9/race.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/plan9/race.go rename to vendor/golang.org/x/sys/plan9/race.go diff --git a/cmd/share/vendor/golang.org/x/sys/plan9/race0.go b/vendor/golang.org/x/sys/plan9/race0.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/plan9/race0.go rename to vendor/golang.org/x/sys/plan9/race0.go diff --git a/cmd/share/vendor/golang.org/x/sys/plan9/str.go b/vendor/golang.org/x/sys/plan9/str.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/plan9/str.go rename to vendor/golang.org/x/sys/plan9/str.go diff --git a/cmd/share/vendor/golang.org/x/sys/plan9/syscall.go b/vendor/golang.org/x/sys/plan9/syscall.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/plan9/syscall.go rename to vendor/golang.org/x/sys/plan9/syscall.go diff --git a/cmd/share/vendor/golang.org/x/sys/plan9/syscall_plan9.go b/vendor/golang.org/x/sys/plan9/syscall_plan9.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/plan9/syscall_plan9.go rename to vendor/golang.org/x/sys/plan9/syscall_plan9.go diff --git a/cmd/share/vendor/golang.org/x/sys/plan9/syscall_test.go b/vendor/golang.org/x/sys/plan9/syscall_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/plan9/syscall_test.go rename to vendor/golang.org/x/sys/plan9/syscall_test.go diff --git a/cmd/share/vendor/golang.org/x/sys/plan9/zsyscall_plan9_386.go b/vendor/golang.org/x/sys/plan9/zsyscall_plan9_386.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/plan9/zsyscall_plan9_386.go rename to vendor/golang.org/x/sys/plan9/zsyscall_plan9_386.go diff --git a/cmd/share/vendor/golang.org/x/sys/plan9/zsyscall_plan9_amd64.go b/vendor/golang.org/x/sys/plan9/zsyscall_plan9_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/plan9/zsyscall_plan9_amd64.go rename to vendor/golang.org/x/sys/plan9/zsyscall_plan9_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/plan9/zsysnum_plan9.go b/vendor/golang.org/x/sys/plan9/zsysnum_plan9.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/plan9/zsysnum_plan9.go rename to vendor/golang.org/x/sys/plan9/zsysnum_plan9.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/.gitignore b/vendor/golang.org/x/sys/unix/.gitignore similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/.gitignore rename to vendor/golang.org/x/sys/unix/.gitignore diff --git a/cmd/share/vendor/golang.org/x/sys/unix/README.md b/vendor/golang.org/x/sys/unix/README.md similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/README.md rename to vendor/golang.org/x/sys/unix/README.md diff --git a/cmd/share/vendor/golang.org/x/sys/unix/asm_darwin_386.s b/vendor/golang.org/x/sys/unix/asm_darwin_386.s similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/asm_darwin_386.s rename to vendor/golang.org/x/sys/unix/asm_darwin_386.s diff --git a/cmd/share/vendor/golang.org/x/sys/unix/asm_darwin_amd64.s b/vendor/golang.org/x/sys/unix/asm_darwin_amd64.s similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/asm_darwin_amd64.s rename to vendor/golang.org/x/sys/unix/asm_darwin_amd64.s diff --git a/cmd/share/vendor/golang.org/x/sys/unix/asm_darwin_arm.s b/vendor/golang.org/x/sys/unix/asm_darwin_arm.s similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/asm_darwin_arm.s rename to vendor/golang.org/x/sys/unix/asm_darwin_arm.s diff --git a/cmd/share/vendor/golang.org/x/sys/unix/asm_darwin_arm64.s b/vendor/golang.org/x/sys/unix/asm_darwin_arm64.s similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/asm_darwin_arm64.s rename to vendor/golang.org/x/sys/unix/asm_darwin_arm64.s diff --git a/cmd/share/vendor/golang.org/x/sys/unix/asm_dragonfly_amd64.s b/vendor/golang.org/x/sys/unix/asm_dragonfly_amd64.s similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/asm_dragonfly_amd64.s rename to vendor/golang.org/x/sys/unix/asm_dragonfly_amd64.s diff --git a/cmd/share/vendor/golang.org/x/sys/unix/asm_freebsd_386.s b/vendor/golang.org/x/sys/unix/asm_freebsd_386.s similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/asm_freebsd_386.s rename to vendor/golang.org/x/sys/unix/asm_freebsd_386.s diff --git a/cmd/share/vendor/golang.org/x/sys/unix/asm_freebsd_amd64.s b/vendor/golang.org/x/sys/unix/asm_freebsd_amd64.s similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/asm_freebsd_amd64.s rename to vendor/golang.org/x/sys/unix/asm_freebsd_amd64.s diff --git a/cmd/share/vendor/golang.org/x/sys/unix/asm_freebsd_arm.s b/vendor/golang.org/x/sys/unix/asm_freebsd_arm.s similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/asm_freebsd_arm.s rename to vendor/golang.org/x/sys/unix/asm_freebsd_arm.s diff --git a/cmd/share/vendor/golang.org/x/sys/unix/asm_linux_386.s b/vendor/golang.org/x/sys/unix/asm_linux_386.s similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/asm_linux_386.s rename to vendor/golang.org/x/sys/unix/asm_linux_386.s diff --git a/cmd/share/vendor/golang.org/x/sys/unix/asm_linux_amd64.s b/vendor/golang.org/x/sys/unix/asm_linux_amd64.s similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/asm_linux_amd64.s rename to vendor/golang.org/x/sys/unix/asm_linux_amd64.s diff --git a/cmd/share/vendor/golang.org/x/sys/unix/asm_linux_arm.s b/vendor/golang.org/x/sys/unix/asm_linux_arm.s similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/asm_linux_arm.s rename to vendor/golang.org/x/sys/unix/asm_linux_arm.s diff --git a/cmd/share/vendor/golang.org/x/sys/unix/asm_linux_arm64.s b/vendor/golang.org/x/sys/unix/asm_linux_arm64.s similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/asm_linux_arm64.s rename to vendor/golang.org/x/sys/unix/asm_linux_arm64.s diff --git a/cmd/share/vendor/golang.org/x/sys/unix/asm_linux_mips64x.s b/vendor/golang.org/x/sys/unix/asm_linux_mips64x.s similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/asm_linux_mips64x.s rename to vendor/golang.org/x/sys/unix/asm_linux_mips64x.s diff --git a/cmd/share/vendor/golang.org/x/sys/unix/asm_linux_mipsx.s b/vendor/golang.org/x/sys/unix/asm_linux_mipsx.s similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/asm_linux_mipsx.s rename to vendor/golang.org/x/sys/unix/asm_linux_mipsx.s diff --git a/cmd/share/vendor/golang.org/x/sys/unix/asm_linux_ppc64x.s b/vendor/golang.org/x/sys/unix/asm_linux_ppc64x.s similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/asm_linux_ppc64x.s rename to vendor/golang.org/x/sys/unix/asm_linux_ppc64x.s diff --git a/cmd/share/vendor/golang.org/x/sys/unix/asm_linux_s390x.s b/vendor/golang.org/x/sys/unix/asm_linux_s390x.s similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/asm_linux_s390x.s rename to vendor/golang.org/x/sys/unix/asm_linux_s390x.s diff --git a/cmd/share/vendor/golang.org/x/sys/unix/asm_netbsd_386.s b/vendor/golang.org/x/sys/unix/asm_netbsd_386.s similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/asm_netbsd_386.s rename to vendor/golang.org/x/sys/unix/asm_netbsd_386.s diff --git a/cmd/share/vendor/golang.org/x/sys/unix/asm_netbsd_amd64.s b/vendor/golang.org/x/sys/unix/asm_netbsd_amd64.s similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/asm_netbsd_amd64.s rename to vendor/golang.org/x/sys/unix/asm_netbsd_amd64.s diff --git a/cmd/share/vendor/golang.org/x/sys/unix/asm_netbsd_arm.s b/vendor/golang.org/x/sys/unix/asm_netbsd_arm.s similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/asm_netbsd_arm.s rename to vendor/golang.org/x/sys/unix/asm_netbsd_arm.s diff --git a/cmd/share/vendor/golang.org/x/sys/unix/asm_openbsd_386.s b/vendor/golang.org/x/sys/unix/asm_openbsd_386.s similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/asm_openbsd_386.s rename to vendor/golang.org/x/sys/unix/asm_openbsd_386.s diff --git a/cmd/share/vendor/golang.org/x/sys/unix/asm_openbsd_amd64.s b/vendor/golang.org/x/sys/unix/asm_openbsd_amd64.s similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/asm_openbsd_amd64.s rename to vendor/golang.org/x/sys/unix/asm_openbsd_amd64.s diff --git a/cmd/share/vendor/golang.org/x/sys/unix/asm_openbsd_arm.s b/vendor/golang.org/x/sys/unix/asm_openbsd_arm.s similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/asm_openbsd_arm.s rename to vendor/golang.org/x/sys/unix/asm_openbsd_arm.s diff --git a/cmd/share/vendor/golang.org/x/sys/unix/asm_solaris_amd64.s b/vendor/golang.org/x/sys/unix/asm_solaris_amd64.s similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/asm_solaris_amd64.s rename to vendor/golang.org/x/sys/unix/asm_solaris_amd64.s diff --git a/cmd/share/vendor/golang.org/x/sys/unix/bluetooth_linux.go b/vendor/golang.org/x/sys/unix/bluetooth_linux.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/bluetooth_linux.go rename to vendor/golang.org/x/sys/unix/bluetooth_linux.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/cap_freebsd.go b/vendor/golang.org/x/sys/unix/cap_freebsd.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/cap_freebsd.go rename to vendor/golang.org/x/sys/unix/cap_freebsd.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/constants.go b/vendor/golang.org/x/sys/unix/constants.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/constants.go rename to vendor/golang.org/x/sys/unix/constants.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/creds_test.go b/vendor/golang.org/x/sys/unix/creds_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/creds_test.go rename to vendor/golang.org/x/sys/unix/creds_test.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/dev_darwin.go b/vendor/golang.org/x/sys/unix/dev_darwin.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/dev_darwin.go rename to vendor/golang.org/x/sys/unix/dev_darwin.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/dev_darwin_test.go b/vendor/golang.org/x/sys/unix/dev_darwin_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/dev_darwin_test.go rename to vendor/golang.org/x/sys/unix/dev_darwin_test.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/dev_dragonfly.go b/vendor/golang.org/x/sys/unix/dev_dragonfly.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/dev_dragonfly.go rename to vendor/golang.org/x/sys/unix/dev_dragonfly.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/dev_dragonfly_test.go b/vendor/golang.org/x/sys/unix/dev_dragonfly_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/dev_dragonfly_test.go rename to vendor/golang.org/x/sys/unix/dev_dragonfly_test.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/dev_freebsd.go b/vendor/golang.org/x/sys/unix/dev_freebsd.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/dev_freebsd.go rename to vendor/golang.org/x/sys/unix/dev_freebsd.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/dev_linux.go b/vendor/golang.org/x/sys/unix/dev_linux.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/dev_linux.go rename to vendor/golang.org/x/sys/unix/dev_linux.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/dev_linux_test.go b/vendor/golang.org/x/sys/unix/dev_linux_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/dev_linux_test.go rename to vendor/golang.org/x/sys/unix/dev_linux_test.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/dev_netbsd.go b/vendor/golang.org/x/sys/unix/dev_netbsd.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/dev_netbsd.go rename to vendor/golang.org/x/sys/unix/dev_netbsd.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/dev_netbsd_test.go b/vendor/golang.org/x/sys/unix/dev_netbsd_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/dev_netbsd_test.go rename to vendor/golang.org/x/sys/unix/dev_netbsd_test.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/dev_openbsd.go b/vendor/golang.org/x/sys/unix/dev_openbsd.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/dev_openbsd.go rename to vendor/golang.org/x/sys/unix/dev_openbsd.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/dev_openbsd_test.go b/vendor/golang.org/x/sys/unix/dev_openbsd_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/dev_openbsd_test.go rename to vendor/golang.org/x/sys/unix/dev_openbsd_test.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/dev_solaris_test.go b/vendor/golang.org/x/sys/unix/dev_solaris_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/dev_solaris_test.go rename to vendor/golang.org/x/sys/unix/dev_solaris_test.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/dirent.go b/vendor/golang.org/x/sys/unix/dirent.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/dirent.go rename to vendor/golang.org/x/sys/unix/dirent.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/endian_big.go b/vendor/golang.org/x/sys/unix/endian_big.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/endian_big.go rename to vendor/golang.org/x/sys/unix/endian_big.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/endian_little.go b/vendor/golang.org/x/sys/unix/endian_little.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/endian_little.go rename to vendor/golang.org/x/sys/unix/endian_little.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/env_unix.go b/vendor/golang.org/x/sys/unix/env_unix.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/env_unix.go rename to vendor/golang.org/x/sys/unix/env_unix.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/env_unset.go b/vendor/golang.org/x/sys/unix/env_unset.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/env_unset.go rename to vendor/golang.org/x/sys/unix/env_unset.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/errors_freebsd_386.go b/vendor/golang.org/x/sys/unix/errors_freebsd_386.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/errors_freebsd_386.go rename to vendor/golang.org/x/sys/unix/errors_freebsd_386.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/errors_freebsd_amd64.go b/vendor/golang.org/x/sys/unix/errors_freebsd_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/errors_freebsd_amd64.go rename to vendor/golang.org/x/sys/unix/errors_freebsd_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/errors_freebsd_arm.go b/vendor/golang.org/x/sys/unix/errors_freebsd_arm.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/errors_freebsd_arm.go rename to vendor/golang.org/x/sys/unix/errors_freebsd_arm.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/export_test.go b/vendor/golang.org/x/sys/unix/export_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/export_test.go rename to vendor/golang.org/x/sys/unix/export_test.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/flock.go b/vendor/golang.org/x/sys/unix/flock.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/flock.go rename to vendor/golang.org/x/sys/unix/flock.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/flock_linux_32bit.go b/vendor/golang.org/x/sys/unix/flock_linux_32bit.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/flock_linux_32bit.go rename to vendor/golang.org/x/sys/unix/flock_linux_32bit.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/gccgo.go b/vendor/golang.org/x/sys/unix/gccgo.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/gccgo.go rename to vendor/golang.org/x/sys/unix/gccgo.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/gccgo_c.c b/vendor/golang.org/x/sys/unix/gccgo_c.c similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/gccgo_c.c rename to vendor/golang.org/x/sys/unix/gccgo_c.c diff --git a/cmd/share/vendor/golang.org/x/sys/unix/gccgo_linux_amd64.go b/vendor/golang.org/x/sys/unix/gccgo_linux_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/gccgo_linux_amd64.go rename to vendor/golang.org/x/sys/unix/gccgo_linux_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/linux/Dockerfile b/vendor/golang.org/x/sys/unix/linux/Dockerfile similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/linux/Dockerfile rename to vendor/golang.org/x/sys/unix/linux/Dockerfile diff --git a/cmd/share/vendor/golang.org/x/sys/unix/linux/mkall.go b/vendor/golang.org/x/sys/unix/linux/mkall.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/linux/mkall.go rename to vendor/golang.org/x/sys/unix/linux/mkall.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/linux/mksysnum.pl b/vendor/golang.org/x/sys/unix/linux/mksysnum.pl similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/linux/mksysnum.pl rename to vendor/golang.org/x/sys/unix/linux/mksysnum.pl diff --git a/cmd/share/vendor/golang.org/x/sys/unix/linux/types.go b/vendor/golang.org/x/sys/unix/linux/types.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/linux/types.go rename to vendor/golang.org/x/sys/unix/linux/types.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/mkall.sh b/vendor/golang.org/x/sys/unix/mkall.sh similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/mkall.sh rename to vendor/golang.org/x/sys/unix/mkall.sh diff --git a/cmd/share/vendor/golang.org/x/sys/unix/mkerrors.sh b/vendor/golang.org/x/sys/unix/mkerrors.sh similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/mkerrors.sh rename to vendor/golang.org/x/sys/unix/mkerrors.sh diff --git a/cmd/share/vendor/golang.org/x/sys/unix/mkpost.go b/vendor/golang.org/x/sys/unix/mkpost.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/mkpost.go rename to vendor/golang.org/x/sys/unix/mkpost.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/mksyscall.pl b/vendor/golang.org/x/sys/unix/mksyscall.pl similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/mksyscall.pl rename to vendor/golang.org/x/sys/unix/mksyscall.pl diff --git a/cmd/share/vendor/golang.org/x/sys/unix/mksyscall_solaris.pl b/vendor/golang.org/x/sys/unix/mksyscall_solaris.pl similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/mksyscall_solaris.pl rename to vendor/golang.org/x/sys/unix/mksyscall_solaris.pl diff --git a/cmd/share/vendor/golang.org/x/sys/unix/mksysctl_openbsd.pl b/vendor/golang.org/x/sys/unix/mksysctl_openbsd.pl similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/mksysctl_openbsd.pl rename to vendor/golang.org/x/sys/unix/mksysctl_openbsd.pl diff --git a/cmd/share/vendor/golang.org/x/sys/unix/mksysnum_darwin.pl b/vendor/golang.org/x/sys/unix/mksysnum_darwin.pl similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/mksysnum_darwin.pl rename to vendor/golang.org/x/sys/unix/mksysnum_darwin.pl diff --git a/cmd/share/vendor/golang.org/x/sys/unix/mksysnum_dragonfly.pl b/vendor/golang.org/x/sys/unix/mksysnum_dragonfly.pl similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/mksysnum_dragonfly.pl rename to vendor/golang.org/x/sys/unix/mksysnum_dragonfly.pl diff --git a/cmd/share/vendor/golang.org/x/sys/unix/mksysnum_freebsd.pl b/vendor/golang.org/x/sys/unix/mksysnum_freebsd.pl similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/mksysnum_freebsd.pl rename to vendor/golang.org/x/sys/unix/mksysnum_freebsd.pl diff --git a/cmd/share/vendor/golang.org/x/sys/unix/mksysnum_netbsd.pl b/vendor/golang.org/x/sys/unix/mksysnum_netbsd.pl similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/mksysnum_netbsd.pl rename to vendor/golang.org/x/sys/unix/mksysnum_netbsd.pl diff --git a/cmd/share/vendor/golang.org/x/sys/unix/mksysnum_openbsd.pl b/vendor/golang.org/x/sys/unix/mksysnum_openbsd.pl similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/mksysnum_openbsd.pl rename to vendor/golang.org/x/sys/unix/mksysnum_openbsd.pl diff --git a/cmd/share/vendor/golang.org/x/sys/unix/mmap_unix_test.go b/vendor/golang.org/x/sys/unix/mmap_unix_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/mmap_unix_test.go rename to vendor/golang.org/x/sys/unix/mmap_unix_test.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/openbsd_pledge.go b/vendor/golang.org/x/sys/unix/openbsd_pledge.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/openbsd_pledge.go rename to vendor/golang.org/x/sys/unix/openbsd_pledge.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/openbsd_test.go b/vendor/golang.org/x/sys/unix/openbsd_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/openbsd_test.go rename to vendor/golang.org/x/sys/unix/openbsd_test.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/pagesize_unix.go b/vendor/golang.org/x/sys/unix/pagesize_unix.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/pagesize_unix.go rename to vendor/golang.org/x/sys/unix/pagesize_unix.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/race.go b/vendor/golang.org/x/sys/unix/race.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/race.go rename to vendor/golang.org/x/sys/unix/race.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/race0.go b/vendor/golang.org/x/sys/unix/race0.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/race0.go rename to vendor/golang.org/x/sys/unix/race0.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/sockcmsg_linux.go b/vendor/golang.org/x/sys/unix/sockcmsg_linux.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/sockcmsg_linux.go rename to vendor/golang.org/x/sys/unix/sockcmsg_linux.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/sockcmsg_unix.go b/vendor/golang.org/x/sys/unix/sockcmsg_unix.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/sockcmsg_unix.go rename to vendor/golang.org/x/sys/unix/sockcmsg_unix.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/str.go b/vendor/golang.org/x/sys/unix/str.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/str.go rename to vendor/golang.org/x/sys/unix/str.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall.go b/vendor/golang.org/x/sys/unix/syscall.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall.go rename to vendor/golang.org/x/sys/unix/syscall.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_bsd.go b/vendor/golang.org/x/sys/unix/syscall_bsd.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_bsd.go rename to vendor/golang.org/x/sys/unix/syscall_bsd.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_bsd_test.go b/vendor/golang.org/x/sys/unix/syscall_bsd_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_bsd_test.go rename to vendor/golang.org/x/sys/unix/syscall_bsd_test.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_darwin.go b/vendor/golang.org/x/sys/unix/syscall_darwin.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_darwin.go rename to vendor/golang.org/x/sys/unix/syscall_darwin.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_darwin_386.go b/vendor/golang.org/x/sys/unix/syscall_darwin_386.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_darwin_386.go rename to vendor/golang.org/x/sys/unix/syscall_darwin_386.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go b/vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go rename to vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_darwin_arm.go b/vendor/golang.org/x/sys/unix/syscall_darwin_arm.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_darwin_arm.go rename to vendor/golang.org/x/sys/unix/syscall_darwin_arm.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go b/vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go rename to vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_dragonfly.go b/vendor/golang.org/x/sys/unix/syscall_dragonfly.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_dragonfly.go rename to vendor/golang.org/x/sys/unix/syscall_dragonfly.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_dragonfly_amd64.go b/vendor/golang.org/x/sys/unix/syscall_dragonfly_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_dragonfly_amd64.go rename to vendor/golang.org/x/sys/unix/syscall_dragonfly_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_freebsd.go b/vendor/golang.org/x/sys/unix/syscall_freebsd.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_freebsd.go rename to vendor/golang.org/x/sys/unix/syscall_freebsd.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_freebsd_386.go b/vendor/golang.org/x/sys/unix/syscall_freebsd_386.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_freebsd_386.go rename to vendor/golang.org/x/sys/unix/syscall_freebsd_386.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go b/vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go rename to vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go b/vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go rename to vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_freebsd_test.go b/vendor/golang.org/x/sys/unix/syscall_freebsd_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_freebsd_test.go rename to vendor/golang.org/x/sys/unix/syscall_freebsd_test.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_linux.go b/vendor/golang.org/x/sys/unix/syscall_linux.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_linux.go rename to vendor/golang.org/x/sys/unix/syscall_linux.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_linux_386.go b/vendor/golang.org/x/sys/unix/syscall_linux_386.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_linux_386.go rename to vendor/golang.org/x/sys/unix/syscall_linux_386.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_linux_amd64.go b/vendor/golang.org/x/sys/unix/syscall_linux_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_linux_amd64.go rename to vendor/golang.org/x/sys/unix/syscall_linux_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go b/vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go rename to vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_linux_arm.go b/vendor/golang.org/x/sys/unix/syscall_linux_arm.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_linux_arm.go rename to vendor/golang.org/x/sys/unix/syscall_linux_arm.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_linux_arm64.go b/vendor/golang.org/x/sys/unix/syscall_linux_arm64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_linux_arm64.go rename to vendor/golang.org/x/sys/unix/syscall_linux_arm64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go b/vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go rename to vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go b/vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go rename to vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go b/vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go rename to vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_linux_s390x.go b/vendor/golang.org/x/sys/unix/syscall_linux_s390x.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_linux_s390x.go rename to vendor/golang.org/x/sys/unix/syscall_linux_s390x.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go b/vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go rename to vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_linux_test.go b/vendor/golang.org/x/sys/unix/syscall_linux_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_linux_test.go rename to vendor/golang.org/x/sys/unix/syscall_linux_test.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_netbsd.go b/vendor/golang.org/x/sys/unix/syscall_netbsd.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_netbsd.go rename to vendor/golang.org/x/sys/unix/syscall_netbsd.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_netbsd_386.go b/vendor/golang.org/x/sys/unix/syscall_netbsd_386.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_netbsd_386.go rename to vendor/golang.org/x/sys/unix/syscall_netbsd_386.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_netbsd_amd64.go b/vendor/golang.org/x/sys/unix/syscall_netbsd_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_netbsd_amd64.go rename to vendor/golang.org/x/sys/unix/syscall_netbsd_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go b/vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go rename to vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_no_getwd.go b/vendor/golang.org/x/sys/unix/syscall_no_getwd.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_no_getwd.go rename to vendor/golang.org/x/sys/unix/syscall_no_getwd.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_openbsd.go b/vendor/golang.org/x/sys/unix/syscall_openbsd.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_openbsd.go rename to vendor/golang.org/x/sys/unix/syscall_openbsd.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_openbsd_386.go b/vendor/golang.org/x/sys/unix/syscall_openbsd_386.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_openbsd_386.go rename to vendor/golang.org/x/sys/unix/syscall_openbsd_386.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_openbsd_amd64.go b/vendor/golang.org/x/sys/unix/syscall_openbsd_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_openbsd_amd64.go rename to vendor/golang.org/x/sys/unix/syscall_openbsd_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_openbsd_arm.go b/vendor/golang.org/x/sys/unix/syscall_openbsd_arm.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_openbsd_arm.go rename to vendor/golang.org/x/sys/unix/syscall_openbsd_arm.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_solaris.go b/vendor/golang.org/x/sys/unix/syscall_solaris.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_solaris.go rename to vendor/golang.org/x/sys/unix/syscall_solaris.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_solaris_amd64.go b/vendor/golang.org/x/sys/unix/syscall_solaris_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_solaris_amd64.go rename to vendor/golang.org/x/sys/unix/syscall_solaris_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_solaris_test.go b/vendor/golang.org/x/sys/unix/syscall_solaris_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_solaris_test.go rename to vendor/golang.org/x/sys/unix/syscall_solaris_test.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_test.go b/vendor/golang.org/x/sys/unix/syscall_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_test.go rename to vendor/golang.org/x/sys/unix/syscall_test.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_unix.go b/vendor/golang.org/x/sys/unix/syscall_unix.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_unix.go rename to vendor/golang.org/x/sys/unix/syscall_unix.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_unix_gc.go b/vendor/golang.org/x/sys/unix/syscall_unix_gc.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_unix_gc.go rename to vendor/golang.org/x/sys/unix/syscall_unix_gc.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/syscall_unix_test.go b/vendor/golang.org/x/sys/unix/syscall_unix_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/syscall_unix_test.go rename to vendor/golang.org/x/sys/unix/syscall_unix_test.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/timestruct.go b/vendor/golang.org/x/sys/unix/timestruct.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/timestruct.go rename to vendor/golang.org/x/sys/unix/timestruct.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/types_darwin.go b/vendor/golang.org/x/sys/unix/types_darwin.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/types_darwin.go rename to vendor/golang.org/x/sys/unix/types_darwin.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/types_dragonfly.go b/vendor/golang.org/x/sys/unix/types_dragonfly.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/types_dragonfly.go rename to vendor/golang.org/x/sys/unix/types_dragonfly.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/types_freebsd.go b/vendor/golang.org/x/sys/unix/types_freebsd.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/types_freebsd.go rename to vendor/golang.org/x/sys/unix/types_freebsd.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/types_netbsd.go b/vendor/golang.org/x/sys/unix/types_netbsd.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/types_netbsd.go rename to vendor/golang.org/x/sys/unix/types_netbsd.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/types_openbsd.go b/vendor/golang.org/x/sys/unix/types_openbsd.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/types_openbsd.go rename to vendor/golang.org/x/sys/unix/types_openbsd.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/types_solaris.go b/vendor/golang.org/x/sys/unix/types_solaris.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/types_solaris.go rename to vendor/golang.org/x/sys/unix/types_solaris.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zerrors_darwin_386.go b/vendor/golang.org/x/sys/unix/zerrors_darwin_386.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zerrors_darwin_386.go rename to vendor/golang.org/x/sys/unix/zerrors_darwin_386.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go b/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go rename to vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zerrors_darwin_arm.go b/vendor/golang.org/x/sys/unix/zerrors_darwin_arm.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zerrors_darwin_arm.go rename to vendor/golang.org/x/sys/unix/zerrors_darwin_arm.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go b/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go rename to vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go b/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go rename to vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go b/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go rename to vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go b/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go rename to vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go b/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go rename to vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zerrors_linux_386.go b/vendor/golang.org/x/sys/unix/zerrors_linux_386.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zerrors_linux_386.go rename to vendor/golang.org/x/sys/unix/zerrors_linux_386.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go b/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go rename to vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go b/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go rename to vendor/golang.org/x/sys/unix/zerrors_linux_arm.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go b/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go rename to vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go b/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go rename to vendor/golang.org/x/sys/unix/zerrors_linux_mips.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go b/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go rename to vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go b/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go rename to vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go b/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go rename to vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go b/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go rename to vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go b/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go rename to vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go b/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go rename to vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go b/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go rename to vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go b/vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go rename to vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go b/vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go rename to vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go b/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go rename to vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go b/vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go rename to vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go b/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go rename to vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go b/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go rename to vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go b/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go rename to vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zptrace386_linux.go b/vendor/golang.org/x/sys/unix/zptrace386_linux.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zptrace386_linux.go rename to vendor/golang.org/x/sys/unix/zptrace386_linux.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zptracearm_linux.go b/vendor/golang.org/x/sys/unix/zptracearm_linux.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zptracearm_linux.go rename to vendor/golang.org/x/sys/unix/zptracearm_linux.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zptracemips_linux.go b/vendor/golang.org/x/sys/unix/zptracemips_linux.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zptracemips_linux.go rename to vendor/golang.org/x/sys/unix/zptracemips_linux.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zptracemipsle_linux.go b/vendor/golang.org/x/sys/unix/zptracemipsle_linux.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zptracemipsle_linux.go rename to vendor/golang.org/x/sys/unix/zptracemipsle_linux.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsyscall_darwin_386.go b/vendor/golang.org/x/sys/unix/zsyscall_darwin_386.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsyscall_darwin_386.go rename to vendor/golang.org/x/sys/unix/zsyscall_darwin_386.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go b/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go rename to vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.go b/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.go rename to vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go b/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go rename to vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go b/vendor/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go rename to vendor/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go b/vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go rename to vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go b/vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go rename to vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go b/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go rename to vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsyscall_linux_386.go b/vendor/golang.org/x/sys/unix/zsyscall_linux_386.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsyscall_linux_386.go rename to vendor/golang.org/x/sys/unix/zsyscall_linux_386.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go b/vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go rename to vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go b/vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go rename to vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go b/vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go rename to vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go b/vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go rename to vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go b/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go rename to vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go b/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go rename to vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go b/vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go rename to vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go b/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go rename to vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go b/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go rename to vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go b/vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go rename to vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go b/vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go rename to vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsyscall_netbsd_386.go b/vendor/golang.org/x/sys/unix/zsyscall_netbsd_386.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsyscall_netbsd_386.go rename to vendor/golang.org/x/sys/unix/zsyscall_netbsd_386.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go b/vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go rename to vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm.go b/vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm.go rename to vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go rename to vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go rename to vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go b/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go rename to vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go b/vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go rename to vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go b/vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go rename to vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go b/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go rename to vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go b/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go rename to vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsysnum_darwin_386.go b/vendor/golang.org/x/sys/unix/zsysnum_darwin_386.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsysnum_darwin_386.go rename to vendor/golang.org/x/sys/unix/zsysnum_darwin_386.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go b/vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go rename to vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsysnum_darwin_arm.go b/vendor/golang.org/x/sys/unix/zsysnum_darwin_arm.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsysnum_darwin_arm.go rename to vendor/golang.org/x/sys/unix/zsysnum_darwin_arm.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go b/vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go rename to vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go b/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go rename to vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go b/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go rename to vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go b/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go rename to vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go b/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go rename to vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go rename to vendor/golang.org/x/sys/unix/zsysnum_linux_386.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go rename to vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go rename to vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go rename to vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go rename to vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go rename to vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go rename to vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go rename to vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go rename to vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go rename to vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go rename to vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go rename to vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go b/vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go rename to vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go b/vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go rename to vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go b/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go rename to vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go b/vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go rename to vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go b/vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go rename to vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go b/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go rename to vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/zsysnum_solaris_amd64.go b/vendor/golang.org/x/sys/unix/zsysnum_solaris_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/zsysnum_solaris_amd64.go rename to vendor/golang.org/x/sys/unix/zsysnum_solaris_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/ztypes_darwin_386.go b/vendor/golang.org/x/sys/unix/ztypes_darwin_386.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/ztypes_darwin_386.go rename to vendor/golang.org/x/sys/unix/ztypes_darwin_386.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go b/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go rename to vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/ztypes_darwin_arm.go b/vendor/golang.org/x/sys/unix/ztypes_darwin_arm.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/ztypes_darwin_arm.go rename to vendor/golang.org/x/sys/unix/ztypes_darwin_arm.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go b/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go rename to vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go b/vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go rename to vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go b/vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go rename to vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go b/vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go rename to vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go b/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go rename to vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/ztypes_linux_386.go b/vendor/golang.org/x/sys/unix/ztypes_linux_386.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/ztypes_linux_386.go rename to vendor/golang.org/x/sys/unix/ztypes_linux_386.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go b/vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go rename to vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/ztypes_linux_arm.go b/vendor/golang.org/x/sys/unix/ztypes_linux_arm.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/ztypes_linux_arm.go rename to vendor/golang.org/x/sys/unix/ztypes_linux_arm.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go b/vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go rename to vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/ztypes_linux_mips.go b/vendor/golang.org/x/sys/unix/ztypes_linux_mips.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/ztypes_linux_mips.go rename to vendor/golang.org/x/sys/unix/ztypes_linux_mips.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go b/vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go rename to vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go b/vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go rename to vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go b/vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go rename to vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go b/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go rename to vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go b/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go rename to vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go b/vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go rename to vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go b/vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go rename to vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go b/vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go rename to vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go b/vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go rename to vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go b/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go rename to vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go b/vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go rename to vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go b/vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go rename to vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go b/vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go rename to vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go diff --git a/cmd/share/vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go b/vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go rename to vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/asm_windows_386.s b/vendor/golang.org/x/sys/windows/asm_windows_386.s similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/asm_windows_386.s rename to vendor/golang.org/x/sys/windows/asm_windows_386.s diff --git a/cmd/share/vendor/golang.org/x/sys/windows/asm_windows_amd64.s b/vendor/golang.org/x/sys/windows/asm_windows_amd64.s similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/asm_windows_amd64.s rename to vendor/golang.org/x/sys/windows/asm_windows_amd64.s diff --git a/cmd/share/vendor/golang.org/x/sys/windows/dll_windows.go b/vendor/golang.org/x/sys/windows/dll_windows.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/dll_windows.go rename to vendor/golang.org/x/sys/windows/dll_windows.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/env_unset.go b/vendor/golang.org/x/sys/windows/env_unset.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/env_unset.go rename to vendor/golang.org/x/sys/windows/env_unset.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/env_windows.go b/vendor/golang.org/x/sys/windows/env_windows.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/env_windows.go rename to vendor/golang.org/x/sys/windows/env_windows.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/eventlog.go b/vendor/golang.org/x/sys/windows/eventlog.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/eventlog.go rename to vendor/golang.org/x/sys/windows/eventlog.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/exec_windows.go b/vendor/golang.org/x/sys/windows/exec_windows.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/exec_windows.go rename to vendor/golang.org/x/sys/windows/exec_windows.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/memory_windows.go b/vendor/golang.org/x/sys/windows/memory_windows.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/memory_windows.go rename to vendor/golang.org/x/sys/windows/memory_windows.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/mksyscall.go b/vendor/golang.org/x/sys/windows/mksyscall.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/mksyscall.go rename to vendor/golang.org/x/sys/windows/mksyscall.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/race.go b/vendor/golang.org/x/sys/windows/race.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/race.go rename to vendor/golang.org/x/sys/windows/race.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/race0.go b/vendor/golang.org/x/sys/windows/race0.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/race0.go rename to vendor/golang.org/x/sys/windows/race0.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/registry/export_test.go b/vendor/golang.org/x/sys/windows/registry/export_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/registry/export_test.go rename to vendor/golang.org/x/sys/windows/registry/export_test.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/registry/key.go b/vendor/golang.org/x/sys/windows/registry/key.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/registry/key.go rename to vendor/golang.org/x/sys/windows/registry/key.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/registry/mksyscall.go b/vendor/golang.org/x/sys/windows/registry/mksyscall.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/registry/mksyscall.go rename to vendor/golang.org/x/sys/windows/registry/mksyscall.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/registry/registry_test.go b/vendor/golang.org/x/sys/windows/registry/registry_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/registry/registry_test.go rename to vendor/golang.org/x/sys/windows/registry/registry_test.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/registry/syscall.go b/vendor/golang.org/x/sys/windows/registry/syscall.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/registry/syscall.go rename to vendor/golang.org/x/sys/windows/registry/syscall.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/registry/value.go b/vendor/golang.org/x/sys/windows/registry/value.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/registry/value.go rename to vendor/golang.org/x/sys/windows/registry/value.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/registry/zsyscall_windows.go b/vendor/golang.org/x/sys/windows/registry/zsyscall_windows.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/registry/zsyscall_windows.go rename to vendor/golang.org/x/sys/windows/registry/zsyscall_windows.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/security_windows.go b/vendor/golang.org/x/sys/windows/security_windows.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/security_windows.go rename to vendor/golang.org/x/sys/windows/security_windows.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/service.go b/vendor/golang.org/x/sys/windows/service.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/service.go rename to vendor/golang.org/x/sys/windows/service.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/str.go b/vendor/golang.org/x/sys/windows/str.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/str.go rename to vendor/golang.org/x/sys/windows/str.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/svc/debug/log.go b/vendor/golang.org/x/sys/windows/svc/debug/log.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/svc/debug/log.go rename to vendor/golang.org/x/sys/windows/svc/debug/log.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/svc/debug/service.go b/vendor/golang.org/x/sys/windows/svc/debug/service.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/svc/debug/service.go rename to vendor/golang.org/x/sys/windows/svc/debug/service.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/svc/event.go b/vendor/golang.org/x/sys/windows/svc/event.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/svc/event.go rename to vendor/golang.org/x/sys/windows/svc/event.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/svc/eventlog/install.go b/vendor/golang.org/x/sys/windows/svc/eventlog/install.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/svc/eventlog/install.go rename to vendor/golang.org/x/sys/windows/svc/eventlog/install.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/svc/eventlog/log.go b/vendor/golang.org/x/sys/windows/svc/eventlog/log.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/svc/eventlog/log.go rename to vendor/golang.org/x/sys/windows/svc/eventlog/log.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/svc/eventlog/log_test.go b/vendor/golang.org/x/sys/windows/svc/eventlog/log_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/svc/eventlog/log_test.go rename to vendor/golang.org/x/sys/windows/svc/eventlog/log_test.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/svc/example/beep.go b/vendor/golang.org/x/sys/windows/svc/example/beep.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/svc/example/beep.go rename to vendor/golang.org/x/sys/windows/svc/example/beep.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/svc/example/install.go b/vendor/golang.org/x/sys/windows/svc/example/install.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/svc/example/install.go rename to vendor/golang.org/x/sys/windows/svc/example/install.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/svc/example/main.go b/vendor/golang.org/x/sys/windows/svc/example/main.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/svc/example/main.go rename to vendor/golang.org/x/sys/windows/svc/example/main.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/svc/example/manage.go b/vendor/golang.org/x/sys/windows/svc/example/manage.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/svc/example/manage.go rename to vendor/golang.org/x/sys/windows/svc/example/manage.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/svc/example/service.go b/vendor/golang.org/x/sys/windows/svc/example/service.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/svc/example/service.go rename to vendor/golang.org/x/sys/windows/svc/example/service.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/svc/go12.c b/vendor/golang.org/x/sys/windows/svc/go12.c similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/svc/go12.c rename to vendor/golang.org/x/sys/windows/svc/go12.c diff --git a/cmd/share/vendor/golang.org/x/sys/windows/svc/go12.go b/vendor/golang.org/x/sys/windows/svc/go12.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/svc/go12.go rename to vendor/golang.org/x/sys/windows/svc/go12.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/svc/go13.go b/vendor/golang.org/x/sys/windows/svc/go13.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/svc/go13.go rename to vendor/golang.org/x/sys/windows/svc/go13.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/svc/mgr/config.go b/vendor/golang.org/x/sys/windows/svc/mgr/config.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/svc/mgr/config.go rename to vendor/golang.org/x/sys/windows/svc/mgr/config.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/svc/mgr/mgr.go b/vendor/golang.org/x/sys/windows/svc/mgr/mgr.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/svc/mgr/mgr.go rename to vendor/golang.org/x/sys/windows/svc/mgr/mgr.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/svc/mgr/mgr_test.go b/vendor/golang.org/x/sys/windows/svc/mgr/mgr_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/svc/mgr/mgr_test.go rename to vendor/golang.org/x/sys/windows/svc/mgr/mgr_test.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/svc/mgr/service.go b/vendor/golang.org/x/sys/windows/svc/mgr/service.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/svc/mgr/service.go rename to vendor/golang.org/x/sys/windows/svc/mgr/service.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/svc/security.go b/vendor/golang.org/x/sys/windows/svc/security.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/svc/security.go rename to vendor/golang.org/x/sys/windows/svc/security.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/svc/service.go b/vendor/golang.org/x/sys/windows/svc/service.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/svc/service.go rename to vendor/golang.org/x/sys/windows/svc/service.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/svc/svc_test.go b/vendor/golang.org/x/sys/windows/svc/svc_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/svc/svc_test.go rename to vendor/golang.org/x/sys/windows/svc/svc_test.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/svc/sys_386.s b/vendor/golang.org/x/sys/windows/svc/sys_386.s similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/svc/sys_386.s rename to vendor/golang.org/x/sys/windows/svc/sys_386.s diff --git a/cmd/share/vendor/golang.org/x/sys/windows/svc/sys_amd64.s b/vendor/golang.org/x/sys/windows/svc/sys_amd64.s similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/svc/sys_amd64.s rename to vendor/golang.org/x/sys/windows/svc/sys_amd64.s diff --git a/cmd/share/vendor/golang.org/x/sys/windows/syscall.go b/vendor/golang.org/x/sys/windows/syscall.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/syscall.go rename to vendor/golang.org/x/sys/windows/syscall.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/syscall_test.go b/vendor/golang.org/x/sys/windows/syscall_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/syscall_test.go rename to vendor/golang.org/x/sys/windows/syscall_test.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/syscall_windows.go b/vendor/golang.org/x/sys/windows/syscall_windows.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/syscall_windows.go rename to vendor/golang.org/x/sys/windows/syscall_windows.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/syscall_windows_test.go b/vendor/golang.org/x/sys/windows/syscall_windows_test.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/syscall_windows_test.go rename to vendor/golang.org/x/sys/windows/syscall_windows_test.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/types_windows.go b/vendor/golang.org/x/sys/windows/types_windows.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/types_windows.go rename to vendor/golang.org/x/sys/windows/types_windows.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/types_windows_386.go b/vendor/golang.org/x/sys/windows/types_windows_386.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/types_windows_386.go rename to vendor/golang.org/x/sys/windows/types_windows_386.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/types_windows_amd64.go b/vendor/golang.org/x/sys/windows/types_windows_amd64.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/types_windows_amd64.go rename to vendor/golang.org/x/sys/windows/types_windows_amd64.go diff --git a/cmd/share/vendor/golang.org/x/sys/windows/zsyscall_windows.go b/vendor/golang.org/x/sys/windows/zsyscall_windows.go similarity index 100% rename from cmd/share/vendor/golang.org/x/sys/windows/zsyscall_windows.go rename to vendor/golang.org/x/sys/windows/zsyscall_windows.go diff --git a/cmd/share/vendor/gopkg.in/validator.v2/.gitignore b/vendor/gopkg.in/validator.v2/.gitignore similarity index 100% rename from cmd/share/vendor/gopkg.in/validator.v2/.gitignore rename to vendor/gopkg.in/validator.v2/.gitignore diff --git a/cmd/share/vendor/gopkg.in/validator.v2/.travis.yml b/vendor/gopkg.in/validator.v2/.travis.yml similarity index 100% rename from cmd/share/vendor/gopkg.in/validator.v2/.travis.yml rename to vendor/gopkg.in/validator.v2/.travis.yml diff --git a/cmd/share/vendor/gopkg.in/validator.v2/LICENSE b/vendor/gopkg.in/validator.v2/LICENSE similarity index 100% rename from cmd/share/vendor/gopkg.in/validator.v2/LICENSE rename to vendor/gopkg.in/validator.v2/LICENSE diff --git a/cmd/share/vendor/gopkg.in/validator.v2/README.md b/vendor/gopkg.in/validator.v2/README.md similarity index 100% rename from cmd/share/vendor/gopkg.in/validator.v2/README.md rename to vendor/gopkg.in/validator.v2/README.md diff --git a/cmd/share/vendor/gopkg.in/validator.v2/builtins.go b/vendor/gopkg.in/validator.v2/builtins.go similarity index 100% rename from cmd/share/vendor/gopkg.in/validator.v2/builtins.go rename to vendor/gopkg.in/validator.v2/builtins.go diff --git a/cmd/share/vendor/gopkg.in/validator.v2/doc.go b/vendor/gopkg.in/validator.v2/doc.go similarity index 100% rename from cmd/share/vendor/gopkg.in/validator.v2/doc.go rename to vendor/gopkg.in/validator.v2/doc.go diff --git a/cmd/share/vendor/gopkg.in/validator.v2/examplevalidate_test.go b/vendor/gopkg.in/validator.v2/examplevalidate_test.go similarity index 100% rename from cmd/share/vendor/gopkg.in/validator.v2/examplevalidate_test.go rename to vendor/gopkg.in/validator.v2/examplevalidate_test.go diff --git a/cmd/share/vendor/gopkg.in/validator.v2/validator.go b/vendor/gopkg.in/validator.v2/validator.go similarity index 100% rename from cmd/share/vendor/gopkg.in/validator.v2/validator.go rename to vendor/gopkg.in/validator.v2/validator.go diff --git a/cmd/share/vendor/gopkg.in/validator.v2/validator_test.go b/vendor/gopkg.in/validator.v2/validator_test.go similarity index 100% rename from cmd/share/vendor/gopkg.in/validator.v2/validator_test.go rename to vendor/gopkg.in/validator.v2/validator_test.go diff --git a/cmd/share/vendor/gopkg.in/yaml.v2/.travis.yml b/vendor/gopkg.in/yaml.v2/.travis.yml similarity index 100% rename from cmd/share/vendor/gopkg.in/yaml.v2/.travis.yml rename to vendor/gopkg.in/yaml.v2/.travis.yml diff --git a/cmd/share/vendor/gopkg.in/yaml.v2/LICENSE b/vendor/gopkg.in/yaml.v2/LICENSE similarity index 100% rename from cmd/share/vendor/gopkg.in/yaml.v2/LICENSE rename to vendor/gopkg.in/yaml.v2/LICENSE diff --git a/cmd/share/vendor/gopkg.in/yaml.v2/LICENSE.libyaml b/vendor/gopkg.in/yaml.v2/LICENSE.libyaml similarity index 100% rename from cmd/share/vendor/gopkg.in/yaml.v2/LICENSE.libyaml rename to vendor/gopkg.in/yaml.v2/LICENSE.libyaml diff --git a/cmd/share/vendor/gopkg.in/yaml.v2/README.md b/vendor/gopkg.in/yaml.v2/README.md similarity index 100% rename from cmd/share/vendor/gopkg.in/yaml.v2/README.md rename to vendor/gopkg.in/yaml.v2/README.md diff --git a/cmd/share/vendor/gopkg.in/yaml.v2/apic.go b/vendor/gopkg.in/yaml.v2/apic.go similarity index 100% rename from cmd/share/vendor/gopkg.in/yaml.v2/apic.go rename to vendor/gopkg.in/yaml.v2/apic.go diff --git a/cmd/share/vendor/gopkg.in/yaml.v2/decode.go b/vendor/gopkg.in/yaml.v2/decode.go similarity index 100% rename from cmd/share/vendor/gopkg.in/yaml.v2/decode.go rename to vendor/gopkg.in/yaml.v2/decode.go diff --git a/cmd/share/vendor/gopkg.in/yaml.v2/decode_test.go b/vendor/gopkg.in/yaml.v2/decode_test.go similarity index 100% rename from cmd/share/vendor/gopkg.in/yaml.v2/decode_test.go rename to vendor/gopkg.in/yaml.v2/decode_test.go diff --git a/cmd/share/vendor/gopkg.in/yaml.v2/emitterc.go b/vendor/gopkg.in/yaml.v2/emitterc.go similarity index 100% rename from cmd/share/vendor/gopkg.in/yaml.v2/emitterc.go rename to vendor/gopkg.in/yaml.v2/emitterc.go diff --git a/cmd/share/vendor/gopkg.in/yaml.v2/encode.go b/vendor/gopkg.in/yaml.v2/encode.go similarity index 100% rename from cmd/share/vendor/gopkg.in/yaml.v2/encode.go rename to vendor/gopkg.in/yaml.v2/encode.go diff --git a/cmd/share/vendor/gopkg.in/yaml.v2/encode_test.go b/vendor/gopkg.in/yaml.v2/encode_test.go similarity index 100% rename from cmd/share/vendor/gopkg.in/yaml.v2/encode_test.go rename to vendor/gopkg.in/yaml.v2/encode_test.go diff --git a/cmd/share/vendor/gopkg.in/yaml.v2/example_embedded_test.go b/vendor/gopkg.in/yaml.v2/example_embedded_test.go similarity index 100% rename from cmd/share/vendor/gopkg.in/yaml.v2/example_embedded_test.go rename to vendor/gopkg.in/yaml.v2/example_embedded_test.go diff --git a/cmd/share/vendor/gopkg.in/yaml.v2/parserc.go b/vendor/gopkg.in/yaml.v2/parserc.go similarity index 100% rename from cmd/share/vendor/gopkg.in/yaml.v2/parserc.go rename to vendor/gopkg.in/yaml.v2/parserc.go diff --git a/cmd/share/vendor/gopkg.in/yaml.v2/readerc.go b/vendor/gopkg.in/yaml.v2/readerc.go similarity index 100% rename from cmd/share/vendor/gopkg.in/yaml.v2/readerc.go rename to vendor/gopkg.in/yaml.v2/readerc.go diff --git a/cmd/share/vendor/gopkg.in/yaml.v2/resolve.go b/vendor/gopkg.in/yaml.v2/resolve.go similarity index 100% rename from cmd/share/vendor/gopkg.in/yaml.v2/resolve.go rename to vendor/gopkg.in/yaml.v2/resolve.go diff --git a/cmd/share/vendor/gopkg.in/yaml.v2/scannerc.go b/vendor/gopkg.in/yaml.v2/scannerc.go similarity index 100% rename from cmd/share/vendor/gopkg.in/yaml.v2/scannerc.go rename to vendor/gopkg.in/yaml.v2/scannerc.go diff --git a/cmd/share/vendor/gopkg.in/yaml.v2/sorter.go b/vendor/gopkg.in/yaml.v2/sorter.go similarity index 100% rename from cmd/share/vendor/gopkg.in/yaml.v2/sorter.go rename to vendor/gopkg.in/yaml.v2/sorter.go diff --git a/cmd/share/vendor/gopkg.in/yaml.v2/suite_test.go b/vendor/gopkg.in/yaml.v2/suite_test.go similarity index 100% rename from cmd/share/vendor/gopkg.in/yaml.v2/suite_test.go rename to vendor/gopkg.in/yaml.v2/suite_test.go diff --git a/cmd/share/vendor/gopkg.in/yaml.v2/writerc.go b/vendor/gopkg.in/yaml.v2/writerc.go similarity index 100% rename from cmd/share/vendor/gopkg.in/yaml.v2/writerc.go rename to vendor/gopkg.in/yaml.v2/writerc.go diff --git a/cmd/share/vendor/gopkg.in/yaml.v2/yaml.go b/vendor/gopkg.in/yaml.v2/yaml.go similarity index 100% rename from cmd/share/vendor/gopkg.in/yaml.v2/yaml.go rename to vendor/gopkg.in/yaml.v2/yaml.go diff --git a/cmd/share/vendor/gopkg.in/yaml.v2/yamlh.go b/vendor/gopkg.in/yaml.v2/yamlh.go similarity index 100% rename from cmd/share/vendor/gopkg.in/yaml.v2/yamlh.go rename to vendor/gopkg.in/yaml.v2/yamlh.go diff --git a/cmd/share/vendor/gopkg.in/yaml.v2/yamlprivateh.go b/vendor/gopkg.in/yaml.v2/yamlprivateh.go similarity index 100% rename from cmd/share/vendor/gopkg.in/yaml.v2/yamlprivateh.go rename to vendor/gopkg.in/yaml.v2/yamlprivateh.go