From 26bac8cd7bc407e34ba2258c25e94d925d8ec0d0 Mon Sep 17 00:00:00 2001 From: Lukas Heimann Date: Wed, 24 Aug 2022 16:07:27 +0200 Subject: [PATCH] Fix absolute references --- .github/cf_example.gif | Bin 2629693 -> 2629636 bytes README.md | 6 +- .../duplicate_service_error_test.go | 2 +- .../duplicate_service_plan_error_test.go | 2 +- actor/actionerror/enrich_api_errors.go | 2 +- actor/actionerror/enrich_api_errors_test.go | 4 +- .../package_not_found_in_app_error_test.go | 2 +- .../actionerror/route_not_found_error_test.go | 2 +- ...security_group_not_bound_to_space_error.go | 2 +- .../service_instance_type_error.go | 2 +- .../service_not_found_error_test.go | 2 +- .../service_offering_name_ambiguity_error.go | 2 +- .../service_plan_not_found_error_test.go | 2 +- .../actionerror/space_not_found_error_test.go | 2 +- actor/actionerror/user_not_found.go | 2 +- .../fake_cloud_controller_client.go | 6 +- .../fake_networking_client.go | 2 +- .../cloud_controller_client.go | 4 +- actor/cfnetworkingaction/policy.go | 12 ++-- actor/cfnetworkingaction/policy_test.go | 14 ++--- actor/pluginaction/checksum.go | 2 +- actor/pluginaction/checksum_test.go | 4 +- actor/pluginaction/config.go | 2 +- actor/pluginaction/install.go | 8 +-- actor/pluginaction/install_test.go | 14 ++--- actor/pluginaction/install_unix_test.go | 6 +- actor/pluginaction/install_windows_test.go | 4 +- actor/pluginaction/list.go | 2 +- actor/pluginaction/list_test.go | 10 ++-- actor/pluginaction/plugin_client.go | 2 +- actor/pluginaction/plugin_info.go | 6 +- actor/pluginaction/plugin_info_test.go | 10 ++-- actor/pluginaction/plugin_repository.go | 4 +- actor/pluginaction/plugin_repository_test.go | 10 ++-- .../pluginactionfakes/fake_command_list.go | 2 +- .../pluginactionfakes/fake_config.go | 4 +- .../pluginactionfakes/fake_plugin_client.go | 4 +- .../pluginactionfakes/fake_plugin_metadata.go | 4 +- .../fake_plugin_uninstaller.go | 2 +- actor/pluginaction/uninstall.go | 2 +- actor/pluginaction/uninstall_test.go | 8 +-- actor/sharedaction/auth_test.go | 4 +- actor/sharedaction/check_target.go | 2 +- actor/sharedaction/check_target_test.go | 6 +- actor/sharedaction/help.go | 4 +- actor/sharedaction/help_test.go | 6 +- actor/sharedaction/is_org_targeted_test.go | 4 +- actor/sharedaction/is_space_targeted_test.go | 4 +- actor/sharedaction/logging_test.go | 4 +- actor/sharedaction/resource.go | 4 +- actor/sharedaction/resource_darwin_test.go | 4 +- actor/sharedaction/resource_linux_test.go | 4 +- actor/sharedaction/resource_test.go | 8 +-- actor/sharedaction/resource_unix_test.go | 6 +- actor/sharedaction/resource_windows_test.go | 6 +- actor/sharedaction/secure_shell_client.go | 2 +- .../sharedactionfakes/fake_config.go | 2 +- .../fake_log_cache_client.go | 2 +- .../fake_secure_shell_client.go | 4 +- actor/sharedaction/ssh.go | 2 +- actor/sharedaction/ssh_test.go | 6 +- actor/v7action/actor.go | 6 +- actor/v7action/application.go | 14 ++--- actor/v7action/application_feature.go | 4 +- actor/v7action/application_feature_test.go | 8 +-- actor/v7action/application_manifest.go | 4 +- actor/v7action/application_manifest_test.go | 12 ++-- actor/v7action/application_summary.go | 8 +-- actor/v7action/application_summary_test.go | 18 +++--- actor/v7action/application_test.go | 18 +++--- actor/v7action/auth.go | 8 +-- actor/v7action/auth_test.go | 10 ++-- actor/v7action/build.go | 8 +-- actor/v7action/build_test.go | 12 ++-- actor/v7action/buildpack.go | 10 ++-- actor/v7action/buildpack_test.go | 14 ++--- actor/v7action/buildpack_unix_test.go | 4 +- actor/v7action/buildpack_windows_test.go | 4 +- actor/v7action/cloud_controller_client.go | 8 +-- actor/v7action/config.go | 2 +- actor/v7action/curl.go | 2 +- actor/v7action/curl_test.go | 6 +- actor/v7action/deployment.go | 8 +-- actor/v7action/deployment_test.go | 14 ++--- actor/v7action/domain.go | 8 +-- actor/v7action/domain_test.go | 12 ++-- actor/v7action/droplet.go | 8 +-- actor/v7action/droplet_test.go | 14 ++--- actor/v7action/environment_variable.go | 10 ++-- actor/v7action/environment_variable_test.go | 14 ++--- actor/v7action/event.go | 4 +- actor/v7action/event_test.go | 8 +-- actor/v7action/feature_flag.go | 6 +- actor/v7action/feature_flag_test.go | 12 ++-- actor/v7action/info.go | 2 +- actor/v7action/info_test.go | 8 +-- actor/v7action/isolation_segment.go | 8 +-- actor/v7action/isolation_segment_test.go | 12 ++-- actor/v7action/job.go | 4 +- actor/v7action/job_test.go | 10 ++-- actor/v7action/k8s_auth.go | 10 ++-- actor/v7action/k8s_auth_test.go | 12 ++-- actor/v7action/label.go | 6 +- actor/v7action/label_test.go | 14 ++--- actor/v7action/logging.go | 2 +- actor/v7action/logging_test.go | 12 ++-- actor/v7action/marketplace.go | 2 +- actor/v7action/marketplace_test.go | 8 +-- actor/v7action/organization.go | 6 +- actor/v7action/organization_quota.go | 8 +-- actor/v7action/organization_quota_test.go | 12 ++-- actor/v7action/organization_summary.go | 2 +- actor/v7action/organization_summary_test.go | 8 +-- actor/v7action/organization_test.go | 10 ++-- actor/v7action/package.go | 10 ++-- actor/v7action/package_test.go | 14 ++--- actor/v7action/process.go | 8 +-- actor/v7action/process_health_check.go | 2 +- actor/v7action/process_health_check_test.go | 12 ++-- actor/v7action/process_instance.go | 8 +-- actor/v7action/process_instance_test.go | 12 ++-- actor/v7action/process_summary.go | 4 +- actor/v7action/process_summary_test.go | 6 +- actor/v7action/process_test.go | 16 ++--- actor/v7action/resource_match.go | 6 +- actor/v7action/resource_match_test.go | 12 ++-- actor/v7action/revisions.go | 10 ++-- actor/v7action/revisions_test.go | 12 ++-- actor/v7action/role.go | 10 ++-- actor/v7action/role_test.go | 14 ++--- actor/v7action/route.go | 20 +++---- actor/v7action/route_binding.go | 12 ++-- actor/v7action/route_binding_test.go | 18 +++--- actor/v7action/route_test.go | 16 ++--- actor/v7action/router_group.go | 6 +- actor/v7action/router_group_test.go | 10 ++-- actor/v7action/routing_client.go | 2 +- actor/v7action/security_group.go | 14 ++--- actor/v7action/security_group_test.go | 16 ++--- actor/v7action/service_access.go | 6 +- actor/v7action/service_access_test.go | 12 ++-- actor/v7action/service_app_binding.go | 12 ++-- actor/v7action/service_app_binding_test.go | 16 ++--- actor/v7action/service_broker.go | 8 +-- actor/v7action/service_broker_test.go | 10 ++-- actor/v7action/service_instance.go | 14 ++--- actor/v7action/service_instance_details.go | 12 ++-- .../v7action/service_instance_details_test.go | 14 ++--- actor/v7action/service_instance_list.go | 14 ++--- actor/v7action/service_instance_list_test.go | 12 ++-- actor/v7action/service_instance_sharing.go | 8 +-- .../v7action/service_instance_sharing_test.go | 14 ++--- actor/v7action/service_instance_test.go | 16 ++--- actor/v7action/service_key.go | 12 ++-- actor/v7action/service_key_test.go | 18 +++--- actor/v7action/service_offering.go | 8 +-- actor/v7action/service_offering_test.go | 12 ++-- actor/v7action/service_plan.go | 6 +- actor/v7action/service_plan_test.go | 10 ++-- actor/v7action/shared_actor.go | 2 +- actor/v7action/space.go | 10 ++-- actor/v7action/space_feature.go | 2 +- actor/v7action/space_feature_test.go | 10 ++-- actor/v7action/space_manifest.go | 6 +- actor/v7action/space_manifest_test.go | 12 ++-- actor/v7action/space_quota.go | 6 +- actor/v7action/space_quota_test.go | 12 ++-- actor/v7action/space_test.go | 14 ++--- actor/v7action/ssh.go | 4 +- actor/v7action/ssh_actor.go | 2 +- actor/v7action/ssh_test.go | 12 ++-- actor/v7action/stack.go | 6 +- actor/v7action/stack_test.go | 10 ++-- actor/v7action/target.go | 4 +- actor/v7action/target_test.go | 8 +-- actor/v7action/task.go | 8 +-- actor/v7action/task_test.go | 14 ++--- actor/v7action/token_test.go | 8 +-- actor/v7action/uaa_client.go | 4 +- actor/v7action/user.go | 8 +-- actor/v7action/user_test.go | 14 ++--- actor/v7action/v7action_suite_test.go | 4 +- .../fake_cloud_controller_client.go | 10 ++-- actor/v7action/v7actionfakes/fake_config.go | 4 +- .../v7action/v7actionfakes/fake_downloader.go | 2 +- .../fake_kubernetes_config_getter.go | 2 +- .../v7actionfakes/fake_manifest_parser.go | 2 +- .../v7actionfakes/fake_routing_client.go | 4 +- .../v7actionfakes/fake_shared_actor.go | 4 +- .../v7actionfakes/fake_simple_progress_bar.go | 2 +- actor/v7action/v7actionfakes/fake_sshactor.go | 4 +- .../v7action/v7actionfakes/fake_uaaclient.go | 6 +- .../v7action/v7actionfakes/fake_who_am_ier.go | 6 +- actor/v7action/version_test.go | 4 +- actor/v7pushaction/actor_test.go | 4 +- actor/v7pushaction/actualize_test.go | 10 ++-- .../create_bits_package_for_application.go | 10 ++-- ...reate_bits_package_for_application_test.go | 16 ++--- .../create_deployment_for_push_plan_test.go | 8 +-- ...ate_docker_package_for_application_test.go | 10 ++-- .../create_droplet_for_application.go | 6 +- .../create_droplet_for_application_test.go | 12 ++-- actor/v7pushaction/create_push_plans.go | 6 +- actor/v7pushaction/create_push_plans_test.go | 10 ++-- .../v7pushaction/handle_app_name_override.go | 6 +- .../handle_app_name_override_test.go | 6 +- .../v7pushaction/handle_app_path_override.go | 4 +- .../handle_app_path_override_test.go | 8 +-- .../handle_buildpacks_override.go | 4 +- .../handle_buildpacks_override_test.go | 6 +- .../handle_default_route_override.go | 2 +- .../handle_default_route_override_test.go | 4 +- actor/v7pushaction/handle_disk_override.go | 4 +- .../v7pushaction/handle_disk_override_test.go | 6 +- .../handle_docker_image_override.go | 4 +- .../handle_docker_image_override_test.go | 6 +- .../handle_docker_username_override.go | 4 +- .../handle_docker_username_override_test.go | 6 +- .../handle_droplet_path_override.go | 4 +- .../handle_droplet_path_override_test.go | 6 +- .../v7pushaction/handle_flag_override_func.go | 2 +- actor/v7pushaction/handle_flag_overrides.go | 2 +- .../handle_flag_overrides_test.go | 4 +- .../handle_health_check_endpoint_override.go | 6 +- ...dle_health_check_endpoint_override_test.go | 6 +- .../handle_health_check_timeout_override.go | 4 +- ...ndle_health_check_timeout_override_test.go | 6 +- .../handle_health_check_type_override.go | 6 +- .../handle_health_check_type_override_test.go | 8 +-- .../v7pushaction/handle_instances_override.go | 4 +- .../handle_instances_override_test.go | 8 +-- actor/v7pushaction/handle_memory_override.go | 6 +- .../handle_memory_override_test.go | 6 +- .../v7pushaction/handle_no_route_override.go | 4 +- .../handle_no_route_override_test.go | 6 +- .../handle_random_route_override.go | 4 +- .../handle_random_route_override_test.go | 6 +- actor/v7pushaction/handle_stack_override.go | 4 +- .../handle_stack_override_test.go | 6 +- .../handle_start_command_override.go | 4 +- .../handle_start_command_override_test.go | 8 +-- .../v7pushaction/handle_strategy_override.go | 4 +- .../handle_strategy_override_test.go | 8 +-- actor/v7pushaction/handle_task_override.go | 4 +- .../v7pushaction/handle_task_override_test.go | 6 +- actor/v7pushaction/push_plan.go | 10 ++-- actor/v7pushaction/resource_match.go | 2 +- actor/v7pushaction/resource_match_test.go | 10 ++-- .../v7pushaction/restart_application_test.go | 10 ++-- actor/v7pushaction/sequence.go | 2 +- actor/v7pushaction/sequence_test.go | 10 ++-- ...et_default_bits_path_for_push_plan_test.go | 4 +- .../set_droplet_for_application_test.go | 8 +-- .../setup_all_resources_for_push_plan.go | 4 +- .../setup_all_resources_for_push_plan_test.go | 8 +-- ..._deployment_strategy_for_push_plan_test.go | 4 +- .../setup_droplet_path_for_push_plan_test.go | 2 +- .../setup_no_start_for_push_plan_test.go | 2 +- .../setup_no_wait_for_push_plan_test.go | 2 +- .../setup_task_app_for_push_plan_test.go | 2 +- actor/v7pushaction/shared_actor.go | 2 +- .../stage_package_for_application_test.go | 8 +-- actor/v7pushaction/stop_application.go | 2 +- actor/v7pushaction/stop_application_test.go | 10 ++-- actor/v7pushaction/v7_actor.go | 6 +- actor/v7pushaction/v7pushaction_suite_test.go | 4 +- .../v7pushactionfakes/fake_progress_bar.go | 2 +- .../v7pushactionfakes/fake_shared_actor.go | 4 +- .../v7pushactionfakes/fake_v7actor.go | 8 +-- .../minimum_version_check_test.go | 2 +- .../ccerror/multi_error_test.go | 2 +- ...vice_offering_name_ambiguity_error_test.go | 2 +- .../service_offering_not_found_error_test.go | 2 +- api/cloudcontroller/ccerror/user_not_found.go | 2 +- .../v2_unexpected_response_error_test.go | 2 +- .../ccerror/v3_job_failed_error.go | 2 +- .../v3_unexpected_response_error_test.go | 2 +- api/cloudcontroller/ccv3/application.go | 6 +- .../ccv3/application_feature.go | 4 +- .../ccv3/application_feature_test.go | 6 +- api/cloudcontroller/ccv3/application_test.go | 14 ++--- api/cloudcontroller/ccv3/build.go | 4 +- api/cloudcontroller/ccv3/build_test.go | 8 +-- api/cloudcontroller/ccv3/buildpack.go | 6 +- api/cloudcontroller/ccv3/buildpack_test.go | 20 +++---- api/cloudcontroller/ccv3/ccv3_suite_test.go | 4 +- .../ccv3/ccv3fakes/fake_clock.go | 2 +- .../ccv3/ccv3fakes/fake_connection_wrapper.go | 4 +- .../ccv3/ccv3fakes/fake_requester.go | 4 +- api/cloudcontroller/ccv3/client.go | 2 +- api/cloudcontroller/ccv3/client_test.go | 4 +- .../ccv3/connection_wrapper.go | 2 +- api/cloudcontroller/ccv3/deployment.go | 6 +- api/cloudcontroller/ccv3/deployment_test.go | 8 +-- api/cloudcontroller/ccv3/domain.go | 6 +- api/cloudcontroller/ccv3/domain_test.go | 8 +-- api/cloudcontroller/ccv3/droplet.go | 8 +-- api/cloudcontroller/ccv3/droplet_test.go | 18 +++--- api/cloudcontroller/ccv3/environment.go | 2 +- api/cloudcontroller/ccv3/environment_test.go | 4 +- .../ccv3/environment_variables.go | 6 +- .../ccv3/environment_variables_test.go | 8 +-- api/cloudcontroller/ccv3/errors.go | 4 +- api/cloudcontroller/ccv3/errors_test.go | 4 +- api/cloudcontroller/ccv3/event.go | 4 +- api/cloudcontroller/ccv3/event_test.go | 4 +- api/cloudcontroller/ccv3/feature_flag.go | 4 +- api/cloudcontroller/ccv3/feature_flag_test.go | 6 +- .../ccv3/included_resources.go | 2 +- api/cloudcontroller/ccv3/info.go | 6 +- api/cloudcontroller/ccv3/info_test.go | 4 +- .../ccv3/internal/routing_test.go | 2 +- api/cloudcontroller/ccv3/isolation_segment.go | 4 +- .../ccv3/isolation_segment_test.go | 6 +- api/cloudcontroller/ccv3/job.go | 4 +- api/cloudcontroller/ccv3/job_test.go | 8 +-- api/cloudcontroller/ccv3/job_url.go | 2 +- api/cloudcontroller/ccv3/job_url_test.go | 4 +- api/cloudcontroller/ccv3/manifest.go | 4 +- api/cloudcontroller/ccv3/manifest_test.go | 14 ++--- api/cloudcontroller/ccv3/metadata.go | 4 +- api/cloudcontroller/ccv3/metadata_test.go | 8 +-- api/cloudcontroller/ccv3/organization.go | 4 +- .../ccv3/organization_quota.go | 4 +- .../ccv3/organization_quota_test.go | 8 +-- api/cloudcontroller/ccv3/organization_test.go | 10 ++-- api/cloudcontroller/ccv3/package.go | 10 ++-- api/cloudcontroller/ccv3/package_test.go | 14 ++--- api/cloudcontroller/ccv3/paginate.go | 2 +- .../ccv3/paginated_resources_test.go | 8 +-- api/cloudcontroller/ccv3/process.go | 6 +- api/cloudcontroller/ccv3/process_instance.go | 6 +- .../ccv3/process_instance_test.go | 6 +- api/cloudcontroller/ccv3/process_test.go | 10 ++-- api/cloudcontroller/ccv3/query_test.go | 2 +- api/cloudcontroller/ccv3/relationship.go | 4 +- api/cloudcontroller/ccv3/relationship_list.go | 4 +- .../ccv3/relationship_list_test.go | 6 +- api/cloudcontroller/ccv3/relationship_test.go | 6 +- api/cloudcontroller/ccv3/request.go | 4 +- api/cloudcontroller/ccv3/requester.go | 4 +- api/cloudcontroller/ccv3/requester_test.go | 14 ++--- api/cloudcontroller/ccv3/resource.go | 4 +- api/cloudcontroller/ccv3/resource_test.go | 4 +- api/cloudcontroller/ccv3/revisions.go | 4 +- api/cloudcontroller/ccv3/revisions_test.go | 10 ++-- api/cloudcontroller/ccv3/role.go | 4 +- api/cloudcontroller/ccv3/role_test.go | 8 +-- api/cloudcontroller/ccv3/route.go | 4 +- api/cloudcontroller/ccv3/route_binding.go | 4 +- .../ccv3/route_binding_test.go | 10 ++-- api/cloudcontroller/ccv3/route_test.go | 8 +-- api/cloudcontroller/ccv3/security_group.go | 4 +- .../ccv3/security_group_test.go | 10 ++-- api/cloudcontroller/ccv3/service_broker.go | 4 +- .../ccv3/service_broker_test.go | 8 +-- .../ccv3/service_credential_binding.go | 6 +- .../ccv3/service_credential_binding_test.go | 12 ++-- api/cloudcontroller/ccv3/service_instance.go | 12 ++-- .../ccv3/service_instance_test.go | 12 ++-- api/cloudcontroller/ccv3/service_offering.go | 8 +-- .../ccv3/service_offering_test.go | 10 ++-- api/cloudcontroller/ccv3/service_plan.go | 10 ++-- api/cloudcontroller/ccv3/service_plan_test.go | 10 ++-- .../ccv3/service_plan_visibility.go | 4 +- .../ccv3/service_plan_visibility_test.go | 6 +- api/cloudcontroller/ccv3/sidecar.go | 4 +- api/cloudcontroller/ccv3/sidecar_test.go | 8 +-- api/cloudcontroller/ccv3/space.go | 4 +- api/cloudcontroller/ccv3/space_feature.go | 4 +- .../ccv3/space_feature_test.go | 4 +- api/cloudcontroller/ccv3/space_quota.go | 4 +- api/cloudcontroller/ccv3/space_quota_test.go | 8 +-- api/cloudcontroller/ccv3/space_test.go | 12 ++-- api/cloudcontroller/ccv3/stack.go | 4 +- api/cloudcontroller/ccv3/stack_test.go | 6 +- api/cloudcontroller/ccv3/target_test.go | 6 +- api/cloudcontroller/ccv3/task.go | 4 +- api/cloudcontroller/ccv3/task_test.go | 8 +-- api/cloudcontroller/ccv3/user.go | 4 +- api/cloudcontroller/ccv3/user_test.go | 6 +- .../ccv3/v2_formatted_resource.go | 2 +- .../ccv3/v2_formatted_resource_test.go | 2 +- .../cloud_controller_connection.go | 4 +- .../cloud_controller_connection_test.go | 4 +- .../cloudcontrollerfakes/fake_connection.go | 2 +- api/cloudcontroller/pipebomb.go | 2 +- api/cloudcontroller/uploads/upload.go | 2 +- api/cloudcontroller/wrapper/custom_wrapper.go | 2 +- .../wrapper/kubernetes_authentication.go | 8 +-- .../wrapper/kubernetes_authentication_test.go | 10 ++-- api/cloudcontroller/wrapper/request_logger.go | 2 +- .../wrapper/request_logger_test.go | 8 +-- api/cloudcontroller/wrapper/retry_request.go | 4 +- .../wrapper/retry_request_test.go | 8 +-- .../wrapper/uaa_authentication.go | 4 +- .../wrapper/uaa_authentication_test.go | 14 ++--- .../fake_request_logger_output.go | 2 +- .../wrapper/wrapperfakes/fake_token_cache.go | 2 +- .../wrapper/wrapperfakes/fake_uaaclient.go | 4 +- api/logcache/log_cache_client.go | 8 +-- api/plugin/client_test.go | 4 +- api/plugin/download_plugin_test.go | 6 +- api/plugin/plugin_connection.go | 4 +- api/plugin/plugin_connection_test.go | 6 +- api/plugin/plugin_repository_test.go | 4 +- api/plugin/plugin_suite_test.go | 2 +- api/plugin/pluginfakes/fake_connection.go | 2 +- .../pluginfakes/fake_connection_wrapper.go | 2 +- api/plugin/pluginfakes/fake_proxy_reader.go | 2 +- api/plugin/wrapper/request_logger.go | 2 +- api/plugin/wrapper/request_logger_test.go | 8 +-- api/plugin/wrapper/retry_request.go | 2 +- api/plugin/wrapper/retry_request_test.go | 8 +-- .../fake_request_logger_output.go | 2 +- api/router/client.go | 2 +- api/router/router_connection.go | 6 +- api/router/router_group.go | 4 +- api/router/router_group_test.go | 6 +- api/router/router_suite_test.go | 2 +- api/router/routerfakes/fake_connection.go | 2 +- .../routerfakes/fake_connection_wrapper.go | 2 +- api/router/wrapper/error_wrapper.go | 4 +- api/router/wrapper/error_wrapper_test.go | 8 +-- api/router/wrapper/request_logger.go | 2 +- api/router/wrapper/request_logger_test.go | 8 +-- api/router/wrapper/uaa_authentication.go | 6 +- api/router/wrapper/uaa_authentication_test.go | 14 ++--- .../fake_request_logger_output.go | 2 +- .../wrapper/wrapperfakes/fake_token_cache.go | 2 +- .../wrapper/wrapperfakes/fake_uaaclient.go | 4 +- api/shared/wrap_for_cf_on_k8s.go | 4 +- api/shared/wrap_for_cf_on_k8s_test.go | 8 +-- api/uaa/auth.go | 4 +- api/uaa/auth_test.go | 6 +- api/uaa/client.go | 2 +- api/uaa/client_test.go | 4 +- api/uaa/error_converter_test.go | 4 +- api/uaa/info_test.go | 2 +- api/uaa/internal/routing_test.go | 2 +- .../noaabridgefakes/fake_token_cache.go | 2 +- .../noaabridgefakes/fake_uaaclient.go | 4 +- api/uaa/noaabridge/token_refresher.go | 2 +- api/uaa/noaabridge/token_refresher_test.go | 6 +- api/uaa/prompts_test.go | 6 +- api/uaa/refresh_token.go | 4 +- api/uaa/refresh_token_test.go | 6 +- api/uaa/request.go | 2 +- api/uaa/resources.go | 2 +- api/uaa/resources_test.go | 4 +- api/uaa/ssh.go | 2 +- api/uaa/ssh_test.go | 4 +- api/uaa/uaa_connection.go | 2 +- api/uaa/uaa_connection_test.go | 2 +- api/uaa/uaa_suite_test.go | 4 +- api/uaa/uaafakes/fake_config.go | 2 +- api/uaa/uaafakes/fake_connection.go | 2 +- api/uaa/uaafakes/fake_connection_wrapper.go | 2 +- api/uaa/user.go | 4 +- api/uaa/user_test.go | 6 +- api/uaa/version_test.go | 6 +- api/uaa/wrapper/request_logger.go | 2 +- api/uaa/wrapper/request_logger_test.go | 8 +-- api/uaa/wrapper/retry_request.go | 2 +- api/uaa/wrapper/retry_request_test.go | 6 +- api/uaa/wrapper/uaa_authentication.go | 2 +- api/uaa/wrapper/uaa_authentication_test.go | 10 ++-- .../fake_request_logger_output.go | 2 +- .../wrapper/wrapperfakes/fake_token_cache.go | 2 +- .../wrapper/wrapperfakes/fake_uaaclient.go | 4 +- cf/actors/actors_suite_test.go | 4 +- cf/actors/actorsfakes/fake_push_actor.go | 6 +- cf/actors/actorsfakes/fake_route_actor.go | 4 +- cf/actors/actorsfakes/fake_service_actor.go | 4 +- .../actorsfakes/fake_service_plan_actor.go | 2 +- cf/actors/brokerbuilder/broker_builder.go | 6 +- .../brokerbuilder/broker_builder_test.go | 8 +-- .../brokerbuilderfakes/fake_broker_builder.go | 4 +- cf/actors/planbuilder/plan_builder.go | 6 +- cf/actors/planbuilder/plan_builder_test.go | 8 +-- .../planbuilderfakes/fake_plan_builder.go | 4 +- .../plugininstaller/plugin_downloader.go | 6 +- cf/actors/plugininstaller/plugin_installer.go | 10 ++-- .../plugin_installer_with_repo.go | 10 ++-- .../plugin_installer_without_repo.go | 4 +- .../fake_plugin_installer.go | 2 +- cf/actors/pluginrepo/plugin_repo.go | 4 +- .../pluginrepo/plugin_repo_suite_test.go | 4 +- cf/actors/pluginrepo/plugin_repo_test.go | 6 +- .../pluginrepofakes/fake_plugin_repo.go | 4 +- cf/actors/push.go | 10 ++-- cf/actors/push_test.go | 14 ++--- cf/actors/routes.go | 12 ++-- cf/actors/routes_test.go | 12 ++-- cf/actors/servicebuilder/service_builder.go | 6 +- .../servicebuilder/service_builder_test.go | 8 +-- .../fake_service_builder.go | 4 +- cf/actors/services.go | 8 +-- cf/actors/services_plans.go | 10 ++-- cf/actors/services_plans_test.go | 16 ++--- cf/actors/services_test.go | 12 ++-- cf/actors/userprint/plugin.go | 4 +- cf/actors/userprint/ui.go | 6 +- .../userprintfakes/fake_user_printer.go | 2 +- cf/api/api_suite_test.go | 4 +- .../apifakes/fake_app_summary_repository.go | 4 +- .../fake_buildpack_bits_repository.go | 4 +- cf/api/apifakes/fake_buildpack_repository.go | 4 +- cf/api/apifakes/fake_client_repository.go | 2 +- cf/api/apifakes/fake_curl_repository.go | 2 +- cf/api/apifakes/fake_domain_repository.go | 4 +- cf/api/apifakes/fake_route_repository.go | 4 +- .../fake_route_service_binding_repository.go | 2 +- cf/api/apifakes/fake_routing_apirepository.go | 4 +- .../fake_service_auth_token_repository.go | 4 +- .../fake_service_binding_repository.go | 4 +- .../fake_service_broker_repository.go | 4 +- .../apifakes/fake_service_key_repository.go | 4 +- .../apifakes/fake_service_plan_repository.go | 4 +- ...fake_service_plan_visibility_repository.go | 4 +- cf/api/apifakes/fake_service_repository.go | 6 +- .../fake_service_summary_repository.go | 4 +- ...er_provided_service_instance_repository.go | 4 +- cf/api/apifakes/fake_user_repository.go | 4 +- cf/api/apifakes/old_fake_app_summary_repo.go | 4 +- cf/api/apifakes/old_fake_auth_token_repo.go | 2 +- .../apifakes/old_fake_buildpack_bits_repo.go | 4 +- cf/api/apifakes/old_fake_buildpack_repo.go | 4 +- cf/api/apifakes/old_fake_cc_request.go | 2 +- cf/api/apifakes/old_fake_password_repo.go | 2 +- cf/api/apifakes/old_fake_service_key_repo.go | 2 +- cf/api/apifakes/old_fake_service_plan_repo.go | 2 +- .../apifakes/old_fake_service_summary_repo.go | 2 +- cf/api/app_summary.go | 6 +- cf/api/app_summary_test.go | 16 ++--- cf/api/appevents/app_events.go | 8 +-- cf/api/appevents/app_events_suite_test.go | 4 +- cf/api/appevents/app_events_test.go | 16 ++--- .../fake_app_events_repository.go | 4 +- .../appeventsfakes/fake_repository.go | 4 +- cf/api/appfiles/app_files.go | 4 +- cf/api/appfiles/app_files_suite_test.go | 4 +- cf/api/appfiles/app_files_test.go | 16 ++--- .../fake_app_files_repository.go | 2 +- .../appfiles/appfilesfakes/fake_repository.go | 2 +- cf/api/appinstances/app_instances.go | 6 +- .../appinstances/app_instances_suite_test.go | 4 +- cf/api/appinstances/app_instances_test.go | 20 +++---- .../fake_app_instances_repository.go | 4 +- .../appinstancesfakes/fake_repository.go | 4 +- cf/api/applicationbits/application_bits.go | 8 +-- .../application_bits_suite_test.go | 4 +- .../applicationbits/application_bits_test.go | 20 +++---- .../fake_application_bits_repository.go | 4 +- .../applicationbitsfakes/fake_repository.go | 4 +- cf/api/applications/applications.go | 12 ++-- .../applications/applications_suite_test.go | 4 +- cf/api/applications/applications_test.go | 26 ++++---- .../applicationsfakes/fake_repository.go | 4 +- cf/api/authentication/authentication.go | 10 ++-- .../authentication_suite_test.go | 4 +- cf/api/authentication/authentication_test.go | 18 +++--- .../authenticationfakes/fake_repository.go | 4 +- .../fake_token_refresher.go | 2 +- cf/api/buildpack_bits.go | 14 ++--- cf/api/buildpack_bits_test.go | 22 +++---- cf/api/buildpacks.go | 12 ++-- cf/api/buildpacks_test.go | 22 +++---- cf/api/clients.go | 10 ++-- cf/api/clients_test.go | 14 ++--- .../copy_application_source.go | 4 +- .../copy_application_source_suite_test.go | 4 +- .../copy_application_source_test.go | 18 +++--- .../fake_repository.go | 2 +- cf/api/curl.go | 8 +-- cf/api/curl_test.go | 20 +++---- cf/api/domains.go | 12 ++-- cf/api/domains_test.go | 24 ++++---- cf/api/endpoints.go | 4 +- cf/api/endpoints_test.go | 16 ++--- .../environment_variable_groups.go | 6 +- .../environment_variable_groups_suite_test.go | 4 +- .../environment_variable_groups_test.go | 14 ++--- .../fake_repository.go | 4 +- cf/api/featureflags/feature_flags.go | 6 +- .../featureflags/feature_flags_suite_test.go | 4 +- cf/api/featureflags/feature_flags_test.go | 20 +++---- .../fake_feature_flag_repository.go | 4 +- cf/api/logs/log_cache_message.go | 2 +- cf/api/logs/log_cache_message_test.go | 6 +- cf/api/logs/log_cache_repository.go | 4 +- cf/api/logs/log_cache_repository_test.go | 6 +- cf/api/logs/logsfakes/fake_color_logger.go | 2 +- cf/api/logs/logsfakes/fake_loggable.go | 2 +- cf/api/logs/logsfakes/fake_repository.go | 2 +- cf/api/organizations/organizations.go | 10 ++-- .../organizations/organizations_suite_test.go | 4 +- cf/api/organizations/organizations_test.go | 22 +++---- .../fake_organization_repository.go | 4 +- cf/api/password/password.go | 8 +-- cf/api/password/password_suite_test.go | 4 +- cf/api/password/password_test.go | 16 ++--- .../password/passwordfakes/fake_repository.go | 2 +- cf/api/quotas/quotas.go | 10 ++-- cf/api/quotas/quotas_suite_test.go | 4 +- cf/api/quotas/quotas_test.go | 14 ++--- .../quotasfakes/fake_quota_repository.go | 4 +- cf/api/repository_locator.go | 56 +++++++++--------- cf/api/resources/applications.go | 2 +- cf/api/resources/applications_test.go | 4 +- cf/api/resources/auth_tokens.go | 2 +- cf/api/resources/buildpacks.go | 2 +- cf/api/resources/domains.go | 2 +- cf/api/resources/events.go | 6 +- cf/api/resources/events_test.go | 2 +- cf/api/resources/feature_flags.go | 2 +- cf/api/resources/organizations.go | 2 +- cf/api/resources/quotas.go | 2 +- cf/api/resources/quotas_test.go | 4 +- cf/api/resources/resources_test.go | 4 +- cf/api/resources/routes.go | 2 +- cf/api/resources/security_groups.go | 2 +- cf/api/resources/service_bindings.go | 2 +- cf/api/resources/service_brokers.go | 2 +- cf/api/resources/service_instances.go | 2 +- cf/api/resources/service_instances_test.go | 2 +- cf/api/resources/service_keys.go | 2 +- cf/api/resources/service_keys_test.go | 2 +- cf/api/resources/service_offerings.go | 2 +- cf/api/resources/service_plan_visibility.go | 2 +- cf/api/resources/service_plans.go | 2 +- cf/api/resources/space_quotas.go | 2 +- cf/api/resources/spaces.go | 2 +- cf/api/resources/stacks.go | 2 +- cf/api/resources/users.go | 2 +- cf/api/route_service_binding_repository.go | 4 +- .../route_service_binding_repository_test.go | 14 ++--- cf/api/routes.go | 10 ++-- cf/api/routes_test.go | 24 ++++---- cf/api/routing_api.go | 6 +- cf/api/routing_api_test.go | 16 ++--- cf/api/securitygroups/defaults/defaults.go | 8 +-- .../defaults/running/running.go | 8 +-- .../defaults/running/running_suite_test.go | 4 +- .../defaults/running/running_test.go | 22 +++---- .../runningfakes/fake_security_groups_repo.go | 4 +- .../defaults/staging/staging.go | 8 +-- .../defaults/staging/staging_suite_test.go | 4 +- .../defaults/staging/staging_test.go | 22 +++---- .../stagingfakes/fake_security_groups_repo.go | 4 +- cf/api/securitygroups/security_groups.go | 10 ++-- .../security_groups_suite_test.go | 4 +- cf/api/securitygroups/security_groups_test.go | 22 +++---- .../fake_security_group_repo.go | 4 +- cf/api/securitygroups/spaces/space_binder.go | 6 +- .../spaces/space_binder_test.go | 18 +++--- .../fake_security_group_space_binder.go | 2 +- cf/api/securitygroups/spaces/suite_test.go | 4 +- cf/api/service_auth_tokens.go | 10 ++-- cf/api/service_auth_tokens_test.go | 24 ++++---- cf/api/service_bindings.go | 8 +-- cf/api/service_bindings_test.go | 18 +++--- cf/api/service_brokers.go | 10 ++-- cf/api/service_brokers_test.go | 20 +++---- cf/api/service_keys.go | 10 ++-- cf/api/service_keys_test.go | 18 +++--- cf/api/service_plan.go | 8 +-- cf/api/service_plan_test.go | 20 +++---- cf/api/service_plan_visibility.go | 8 +-- cf/api/service_plan_visibility_test.go | 20 +++---- cf/api/service_summary.go | 6 +- cf/api/service_summary_test.go | 16 ++--- cf/api/services.go | 10 ++-- cf/api/services_test.go | 26 ++++---- cf/api/spacequotas/space_quotas.go | 10 ++-- cf/api/spacequotas/space_quotas_suite_test.go | 4 +- cf/api/spacequotas/space_quotas_test.go | 16 ++--- .../fake_space_quota_repository.go | 4 +- cf/api/spaces/spaces.go | 10 ++-- cf/api/spaces/spaces_suite_test.go | 4 +- cf/api/spaces/spaces_test.go | 22 +++---- .../spacesfakes/fake_space_repository.go | 4 +- cf/api/stacks/stacks.go | 12 ++-- cf/api/stacks/stacks_suite_test.go | 4 +- cf/api/stacks/stacks_test.go | 16 ++--- .../stacksfakes/fake_stack_repository.go | 4 +- cf/api/user_provided_service_instances.go | 6 +- .../user_provided_service_instances_test.go | 20 +++---- cf/api/users.go | 12 ++-- cf/api/users_test.go | 18 +++--- cf/appfiles/app_files.go | 2 +- cf/appfiles/app_files_suite_test.go | 4 +- cf/appfiles/app_files_test.go | 4 +- cf/appfiles/appfilesfakes/fake_app_files.go | 4 +- cf/appfiles/appfilesfakes/fake_cf_ignore.go | 2 +- cf/appfiles/appfilesfakes/fake_zipper.go | 2 +- cf/appfiles/cf_ignore.go | 2 +- cf/appfiles/cf_ignore_test.go | 2 +- cf/appfiles/zipper.go | 2 +- cf/appfiles/zipper_test.go | 2 +- cf/cmd/cmd.go | 30 +++++----- cf/commandregistry/command.go | 4 +- .../commandregistryfakes/fake_command.go | 6 +- .../fake_random_word_generator.go | 2 +- cf/commandregistry/dependency.go | 36 +++++------ cf/commandregistry/dependency_test.go | 4 +- .../fakecommand/fake_command1.go | 6 +- .../fakecommand/fake_command2.go | 6 +- .../fake_command_max_length_name.go | 6 +- cf/commandregistry/registry.go | 12 ++-- cf/commandregistry/registry_test.go | 8 +-- cf/commands/api.go | 16 ++--- cf/commands/api_test.go | 22 +++---- cf/commands/application/app.go | 30 +++++----- cf/commands/application/app_test.go | 40 ++++++------- .../application/application_suite_test.go | 4 +- .../applicationfakes/fake_app_displayer.go | 8 +-- .../applicationfakes/fake_displayer.go | 4 +- .../applicationfakes/fake_restarter.go | 10 ++-- .../applicationfakes/fake_staging_watcher.go | 4 +- .../applicationfakes/fake_starter.go | 10 ++-- .../applicationfakes/fake_stopper.go | 10 ++-- cf/commands/application/apps.go | 24 ++++---- cf/commands/application/apps_test.go | 28 ++++----- cf/commands/application/copy_source.go | 24 ++++---- cf/commands/application/copy_source_test.go | 36 +++++------ cf/commands/application/delete.go | 18 +++--- cf/commands/application/delete_test.go | 24 ++++---- cf/commands/application/disable_ssh.go | 16 ++--- cf/commands/application/disable_ssh_test.go | 22 +++---- cf/commands/application/enable_ssh.go | 16 ++--- cf/commands/application/enable_ssh_test.go | 22 +++---- cf/commands/application/env.go | 18 +++--- cf/commands/application/env_test.go | 24 ++++---- cf/commands/application/events.go | 14 ++--- cf/commands/application/events_test.go | 26 ++++---- cf/commands/application/files.go | 14 ++--- cf/commands/application/files_test.go | 26 ++++---- cf/commands/application/get_health_check.go | 14 ++--- .../application/get_health_check_test.go | 22 +++---- cf/commands/application/logs.go | 18 +++--- cf/commands/application/logs_test.go | 26 ++++---- cf/commands/application/push.go | 36 +++++------ cf/commands/application/push_test.go | 50 ++++++++-------- cf/commands/application/rename.go | 16 ++--- cf/commands/application/rename_test.go | 20 +++---- cf/commands/application/restage.go | 18 +++--- cf/commands/application/restage_test.go | 24 ++++---- cf/commands/application/restart.go | 14 ++--- .../application/restart_app_instance.go | 14 ++--- .../application/restart_app_instance_test.go | 22 +++---- cf/commands/application/restart_test.go | 24 ++++---- cf/commands/application/scale.go | 18 +++--- cf/commands/application/scale_test.go | 22 +++---- cf/commands/application/set_env.go | 18 +++--- cf/commands/application/set_env_test.go | 22 +++---- cf/commands/application/set_health_check.go | 18 +++--- .../application/set_health_check_test.go | 22 +++---- cf/commands/application/ssh.go | 22 +++---- cf/commands/application/ssh_enabled.go | 12 ++-- cf/commands/application/ssh_enabled_test.go | 20 +++---- cf/commands/application/ssh_test.go | 32 +++++----- cf/commands/application/start.go | 22 +++---- cf/commands/application/start_test.go | 40 ++++++------- cf/commands/application/stop.go | 18 +++--- cf/commands/application/stop_test.go | 24 ++++---- cf/commands/application/unset_env.go | 18 +++--- cf/commands/application/unset_env_test.go | 22 +++---- cf/commands/auth.go | 16 ++--- cf/commands/auth_test.go | 22 +++---- cf/commands/buildpack/buildpack_suite_test.go | 4 +- cf/commands/buildpack/buildpacks.go | 14 ++--- cf/commands/buildpack/buildpacks_test.go | 22 +++---- cf/commands/buildpack/create_buildpack.go | 20 +++---- .../buildpack/create_buildpack_test.go | 20 +++---- cf/commands/buildpack/delete_buildpack.go | 16 ++--- .../buildpack/delete_buildpack_test.go | 18 +++--- cf/commands/buildpack/rename_buildpack.go | 12 ++-- .../buildpack/rename_buildpack_test.go | 18 +++--- cf/commands/buildpack/update_buildpack.go | 12 ++-- .../buildpack/update_buildpack_test.go | 18 +++--- cf/commands/commands_suite_test.go | 6 +- .../commandsfakes/fake_sshcode_getter.go | 8 +-- cf/commands/config.go | 12 ++-- cf/commands/config_test.go | 16 ++--- cf/commands/create_app_manifest.go | 24 ++++---- cf/commands/create_app_manifest_test.go | 28 ++++----- cf/commands/curl.go | 22 +++---- cf/commands/curl_test.go | 22 +++---- cf/commands/domain/create_domain.go | 14 ++--- cf/commands/domain/create_domain_test.go | 20 +++---- cf/commands/domain/create_shared_domain.go | 16 ++--- .../domain/create_shared_domain_test.go | 22 +++---- cf/commands/domain/delete_domain.go | 16 ++--- cf/commands/domain/delete_domain_test.go | 22 +++---- cf/commands/domain/delete_shared_domain.go | 16 ++--- .../domain/delete_shared_domain_test.go | 24 ++++---- cf/commands/domain/domain_suite_test.go | 4 +- cf/commands/domain/domains.go | 16 ++--- cf/commands/domain/domains_test.go | 24 ++++---- .../environmentvariablegroup_suite_test.go | 4 +- .../running_environment_variable_group.go | 16 ++--- ...running_environment_variable_group_test.go | 24 ++++---- .../set_running_environment_variable_group.go | 16 ++--- ...running_environment_variable_group_test.go | 20 +++---- .../set_staging_environment_variable_group.go | 16 ++--- ...staging_environment_variable_group_test.go | 20 +++---- .../staging_environment_variable_group.go | 16 ++--- ...staging_environment_variable_group_test.go | 24 ++++---- .../featureflag/disable_feature_flag.go | 14 ++--- .../featureflag/disable_feature_flag_test.go | 18 +++--- .../featureflag/enable_feature_flag.go | 14 ++--- .../featureflag/enable_feature_flag_test.go | 18 +++--- cf/commands/featureflag/feature_flag.go | 14 ++--- cf/commands/featureflag/feature_flag_test.go | 20 +++---- cf/commands/featureflag/feature_flags.go | 14 ++--- cf/commands/featureflag/feature_flags_test.go | 24 ++++---- .../featureflag/featureflag_suite_test.go | 4 +- cf/commands/help.go | 16 ++--- cf/commands/help_test.go | 20 +++---- cf/commands/login.go | 28 ++++----- cf/commands/login_test.go | 24 ++++---- cf/commands/logout.go | 12 ++-- cf/commands/logout_test.go | 12 ++-- cf/commands/oauth_token.go | 16 ++--- cf/commands/oauth_token_test.go | 22 +++---- cf/commands/organization/create_org.go | 26 ++++---- cf/commands/organization/create_org_test.go | 32 +++++----- cf/commands/organization/delete_org.go | 18 +++--- cf/commands/organization/delete_org_test.go | 26 ++++---- cf/commands/organization/org.go | 20 +++---- cf/commands/organization/org_test.go | 24 ++++---- .../organization/organization_suite_test.go | 4 +- cf/commands/organization/orgs.go | 18 +++--- cf/commands/organization/orgs_test.go | 28 ++++----- cf/commands/organization/rename_org.go | 14 ++--- cf/commands/organization/rename_org_test.go | 20 +++---- cf/commands/organization/set_quota.go | 14 ++--- cf/commands/organization/set_quota_test.go | 22 +++---- .../organization/share_private_domain.go | 16 ++--- .../organization/unshare_private_domain.go | 16 ++--- cf/commands/passwd.go | 16 ++--- cf/commands/passwd_test.go | 20 +++---- cf/commands/plugin/install_plugin.go | 26 ++++---- cf/commands/plugin/install_plugin_test.go | 32 +++++----- cf/commands/plugin/plugin_suite_test.go | 8 +-- cf/commands/plugin/plugins.go | 16 ++--- cf/commands/plugin/plugins_test.go | 20 +++---- cf/commands/plugin/uninstall_plugin.go | 14 ++--- cf/commands/plugin/uninstall_plugin_test.go | 16 ++--- cf/commands/pluginrepo/add_plugin_repo.go | 14 ++--- .../pluginrepo/add_plugin_repo_test.go | 18 +++--- cf/commands/pluginrepo/list_plugin_repos.go | 12 ++-- .../pluginrepo/list_plugin_repos_test.go | 16 ++--- .../pluginrepo/plugin_repo_suite_test.go | 6 +- cf/commands/pluginrepo/remove_plugin_repo.go | 12 ++-- .../pluginrepo/remove_plugin_repo_test.go | 16 ++--- cf/commands/pluginrepo/repo_plugins.go | 16 ++--- cf/commands/pluginrepo/repo_plugins_test.go | 18 +++--- cf/commands/quota/create_quota.go | 22 +++---- cf/commands/quota/create_quota_test.go | 26 ++++---- cf/commands/quota/delete_quota.go | 16 ++--- cf/commands/quota/delete_quota_test.go | 24 ++++---- cf/commands/quota/quota.go | 20 +++---- cf/commands/quota/quota_suite_test.go | 4 +- cf/commands/quota/quota_test.go | 22 +++---- cf/commands/quota/quotas.go | 20 +++---- cf/commands/quota/quotas_test.go | 30 +++++----- cf/commands/quota/update_quota.go | 16 ++--- cf/commands/quota/update_quota_test.go | 28 ++++----- cf/commands/route/check_route.go | 14 ++--- cf/commands/route/check_route_test.go | 22 +++---- cf/commands/route/create_route.go | 16 ++--- cf/commands/route/create_route_test.go | 20 +++---- cf/commands/route/delete_orphaned_routes.go | 16 ++--- .../route/delete_orphaned_routes_test.go | 26 ++++---- cf/commands/route/delete_route.go | 18 +++--- cf/commands/route/delete_route_test.go | 24 ++++---- cf/commands/route/map_route.go | 14 ++--- cf/commands/route/map_route_test.go | 24 ++++---- cf/commands/route/route_suite_test.go | 4 +- cf/commands/route/routefakes/fake_creator.go | 4 +- .../routefakes/old_fake_route_creator.go | 10 ++-- cf/commands/route/routes.go | 18 +++--- cf/commands/route/routes_test.go | 26 ++++---- cf/commands/route/unmap_route.go | 14 ++--- cf/commands/route/unmap_route_test.go | 22 +++---- cf/commands/routergroups/router_groups.go | 16 ++--- .../routergroups/router_groups_test.go | 24 ++++---- .../routergroups/routergroups_suite_test.go | 4 +- .../bind_running_security_group.go | 16 ++--- .../bind_running_security_group_test.go | 24 ++++---- .../securitygroup/bind_security_group.go | 22 +++---- .../securitygroup/bind_security_group_test.go | 30 +++++----- .../bind_staging_security_group.go | 16 ++--- .../bind_staging_security_group_test.go | 24 ++++---- .../securitygroup/create_security_group.go | 20 +++---- .../create_security_group_test.go | 22 +++---- .../securitygroup/delete_security_group.go | 16 ++--- .../delete_security_group_test.go | 24 ++++---- .../securitygroup/running_security_groups.go | 14 ++--- .../running_security_groups_test.go | 22 +++---- cf/commands/securitygroup/security_group.go | 16 ++--- .../securitygroup/security_group_test.go | 24 ++++---- cf/commands/securitygroup/security_groups.go | 18 +++--- .../securitygroup/security_groups_test.go | 28 ++++----- .../securitygroup/staging_security_groups.go | 14 ++--- .../staging_security_groups_test.go | 22 +++---- cf/commands/securitygroup/suite_test.go | 4 +- .../unbind_running_security_group.go | 18 +++--- .../unbind_running_security_group_test.go | 26 ++++---- .../securitygroup/unbind_security_group.go | 20 +++---- .../unbind_security_group_test.go | 28 ++++----- .../unbind_staging_security_group.go | 18 +++--- .../unbind_staging_security_group_test.go | 26 ++++---- .../securitygroup/update_security_group.go | 16 ++--- .../update_security_group_test.go | 24 ++++---- cf/commands/service/bind_route_service.go | 18 +++--- .../service/bind_route_service_test.go | 28 ++++----- cf/commands/service/bind_service.go | 22 +++---- cf/commands/service/bind_service_test.go | 22 +++---- cf/commands/service/create_service.go | 24 ++++---- cf/commands/service/create_service_test.go | 24 ++++---- .../service/create_user_provided_service.go | 20 +++---- .../create_user_provided_service_test.go | 20 +++---- cf/commands/service/delete_service.go | 16 ++--- cf/commands/service/delete_service_test.go | 22 +++---- cf/commands/service/marketplace.go | 18 +++--- cf/commands/service/marketplace_test.go | 24 ++++---- .../service/migrate_service_instances.go | 22 +++---- .../service/migrate_service_instances_test.go | 22 +++---- cf/commands/service/purge_service_instance.go | 14 ++--- .../service/purge_service_instance_test.go | 24 ++++---- cf/commands/service/purge_service_offering.go | 18 +++--- .../service/purge_service_offering_test.go | 28 ++++----- cf/commands/service/rename_service.go | 18 +++--- cf/commands/service/rename_service_test.go | 22 +++---- cf/commands/service/service.go | 16 ++--- cf/commands/service/service_suite_test.go | 4 +- cf/commands/service/service_test.go | 22 +++---- .../service/servicefakes/fake_app_binder.go | 8 +-- .../service/servicefakes/fake_binder.go | 4 +- .../fake_route_service_unbinder.go | 4 +- cf/commands/service/services.go | 18 +++--- cf/commands/service/services_test.go | 34 +++++------ cf/commands/service/unbind_route_service.go | 18 +++--- .../service/unbind_route_service_test.go | 28 ++++----- cf/commands/service/unbind_service.go | 14 ++--- cf/commands/service/unbind_service_test.go | 20 +++---- cf/commands/service/update_service.go | 22 +++---- cf/commands/service/update_service_test.go | 22 +++---- .../service/update_user_provided_service.go | 22 +++---- .../update_user_provided_service_test.go | 22 +++---- .../serviceaccess/disable_service_access.go | 16 ++--- .../disable_service_access_test.go | 20 +++---- .../serviceaccess/enable_service_access.go | 18 +++--- .../enable_service_access_test.go | 22 +++---- cf/commands/serviceaccess/service_access.go | 18 +++--- .../serviceaccess/service_access_test.go | 28 ++++----- .../serviceaccess/serviceaccess_suite_test.go | 4 +- .../create_service_auth_token.go | 18 +++--- .../create_service_auth_token_test.go | 20 +++---- .../delete_service_auth_token.go | 20 +++---- .../delete_service_auth_token_test.go | 22 +++---- .../serviceauthtoken/service_auth_tokens.go | 16 ++--- .../service_auth_tokens_test.go | 26 ++++---- .../serviceauthtoken_suite_test.go | 4 +- .../update_service_auth_token.go | 16 ++--- .../update_service_auth_token_test.go | 20 +++---- .../servicebroker/create_service_broker.go | 14 ++--- .../create_service_broker_test.go | 24 ++++---- .../servicebroker/delete_service_broker.go | 16 ++--- .../delete_service_broker_test.go | 22 +++---- .../servicebroker/rename_service_broker.go | 14 ++--- .../rename_service_broker_test.go | 20 +++---- cf/commands/servicebroker/service_brokers.go | 16 ++--- .../servicebroker/service_brokers_test.go | 24 ++++---- .../servicebroker/servicebroker_suite_test.go | 4 +- .../servicebroker/update_service_broker.go | 14 ++--- .../update_service_broker_test.go | 20 +++---- cf/commands/servicekey/create_service_key.go | 20 +++---- .../servicekey/create_service_key_test.go | 26 ++++---- cf/commands/servicekey/delete_service_key.go | 18 +++--- .../servicekey/delete_service_key_test.go | 26 ++++---- cf/commands/servicekey/service_key.go | 18 +++--- cf/commands/servicekey/service_key_test.go | 26 ++++---- cf/commands/servicekey/service_keys.go | 16 ++--- cf/commands/servicekey/service_keys_test.go | 20 +++---- .../servicekey/servicekey_suite_test.go | 4 +- cf/commands/space/allow_space_ssh.go | 14 ++--- cf/commands/space/allow_space_ssh_test.go | 22 +++---- cf/commands/space/create_space.go | 28 ++++----- cf/commands/space/create_space_test.go | 34 +++++------ cf/commands/space/delete_space.go | 20 +++---- cf/commands/space/delete_space_test.go | 22 +++---- cf/commands/space/disallow_space_ssh.go | 14 ++--- cf/commands/space/disallow_space_ssh_test.go | 22 +++---- cf/commands/space/rename_space.go | 14 ++--- cf/commands/space/rename_space_test.go | 20 +++---- cf/commands/space/space.go | 22 +++---- cf/commands/space/space_ssh_allowed.go | 14 ++--- cf/commands/space/space_ssh_allowed_test.go | 14 ++--- cf/commands/space/space_suite_test.go | 4 +- cf/commands/space/space_test.go | 24 ++++---- cf/commands/space/spaces.go | 18 +++--- cf/commands/space/spaces_test.go | 30 +++++----- cf/commands/spacequota/create_space_quota.go | 22 +++---- .../spacequota/create_space_quota_test.go | 30 +++++----- cf/commands/spacequota/delete_space_quota.go | 18 +++--- .../spacequota/delete_space_quota_test.go | 26 ++++---- cf/commands/spacequota/set_space_quota.go | 16 ++--- .../spacequota/set_space_quota_test.go | 26 ++++---- cf/commands/spacequota/space_quota.go | 16 ++--- cf/commands/spacequota/space_quota_test.go | 24 ++++---- cf/commands/spacequota/space_quotas.go | 16 ++--- cf/commands/spacequota/space_quotas_test.go | 28 ++++----- .../spacequota/spacequota_suite_test.go | 4 +- cf/commands/spacequota/unset_space_quota.go | 16 ++--- .../spacequota/unset_space_quota_test.go | 24 ++++---- cf/commands/spacequota/update_space_quota.go | 16 ++--- .../spacequota/update_space_quota_test.go | 22 +++---- cf/commands/ssh_code.go | 16 ++--- cf/commands/ssh_code_test.go | 26 ++++---- cf/commands/stack.go | 14 ++--- cf/commands/stack_test.go | 20 +++---- cf/commands/stacks.go | 14 ++--- cf/commands/stacks_test.go | 24 ++++---- cf/commands/target.go | 20 +++---- cf/commands/target_test.go | 28 ++++----- cf/commands/user/create_user.go | 18 +++--- cf/commands/user/create_user_test.go | 20 +++---- cf/commands/user/delete_user.go | 16 ++--- cf/commands/user/delete_user_test.go | 22 +++---- cf/commands/user/org_users.go | 20 +++---- cf/commands/user/org_users_test.go | 24 ++++---- cf/commands/user/set_org_role.go | 18 +++--- cf/commands/user/set_org_role_test.go | 28 ++++----- cf/commands/user/set_space_role.go | 22 +++---- cf/commands/user/set_space_role_test.go | 30 +++++----- cf/commands/user/space_users.go | 22 +++---- cf/commands/user/space_users_test.go | 26 ++++---- cf/commands/user/unset_org_role.go | 18 +++--- cf/commands/user/unset_org_role_test.go | 28 ++++----- cf/commands/user/unset_space_role.go | 20 +++---- cf/commands/user/unset_space_role_test.go | 30 +++++----- cf/commands/user/user_suite_test.go | 4 +- .../user/userfakes/fake_org_role_setter.go | 10 ++-- .../user/userfakes/fake_space_role_setter.go | 10 ++-- cf/commands/version.go | 14 ++--- cf/commands/version_test.go | 10 ++-- cf/commandsloader/commands_loader.go | 42 ++++++------- cf/commandsloader/commands_loader_test.go | 4 +- .../config_disk_persistor_test.go | 2 +- .../configurationfakes/fake_data_interface.go | 2 +- .../configurationfakes/fake_persistor.go | 2 +- .../coreconfig/access_token_test.go | 2 +- .../coreconfig/api_config_refresher.go | 2 +- .../coreconfig/api_config_refresher_test.go | 8 +-- cf/configuration/coreconfig/config_data.go | 4 +- .../coreconfig/config_data_test.go | 4 +- .../coreconfig/config_repository.go | 6 +- .../coreconfig/config_repository_test.go | 10 ++-- .../fake_endpoint_repository.go | 2 +- .../coreconfigfakes/fake_read_writer.go | 4 +- .../coreconfigfakes/fake_repository.go | 4 +- .../pluginconfig/plugin_config.go | 2 +- .../pluginconfig/plugin_config_test.go | 10 ++-- cf/configuration/pluginconfig/plugin_data.go | 2 +- .../fake_plugin_configuration.go | 2 +- cf/errors/access_denied_error.go | 2 +- cf/errors/ambiguous_model_error.go | 2 +- cf/errors/curl_http_error.go | 2 +- cf/errors/empty_dir_error.go | 2 +- cf/errors/errorsfakes/fake_httperror.go | 2 +- cf/errors/gateway_error.go | 2 +- cf/errors/http_error.go | 2 +- cf/errors/invalid_ssl_cert_error.go | 2 +- cf/errors/invalid_token_error.go | 2 +- cf/errors/model_already_exists_error.go | 2 +- cf/errors/model_not_found_error.go | 2 +- cf/errors/not_authorized_error.go | 2 +- cf/errors/service_association_error.go | 2 +- cf/errors/unbindable_service_error.go | 2 +- cf/flagcontext/flag_content_helper_test.go | 2 +- cf/flags/flag_constructor_test.go | 2 +- cf/flags/flags_test.go | 2 +- cf/flags/flags_usage_test.go | 2 +- cf/formatters/bools.go | 2 +- cf/formatters/bools_test.go | 2 +- cf/formatters/bytes.go | 2 +- cf/formatters/bytes_test.go | 2 +- cf/formatters/formatters_suite_test.go | 4 +- cf/formatters/memoryLimit_test.go | 2 +- cf/help/help.go | 14 ++--- cf/help/help_suite_test.go | 2 +- cf/help/help_test.go | 8 +-- cf/help/template.go | 2 +- cf/i18n/i18n.go | 2 +- cf/i18n/locale.go | 4 +- cf/i18n/locale_test.go | 2 +- cf/manifest/generate_manifest.go | 4 +- cf/manifest/generate_manifest_test.go | 2 +- cf/manifest/manifest.go | 10 ++-- cf/manifest/manifest_disk_repository.go | 6 +- cf/manifest/manifest_disk_repository_test.go | 2 +- cf/manifest/manifest_suite_test.go | 4 +- cf/manifest/manifest_test.go | 6 +- cf/manifest/manifestfakes/fake_app.go | 4 +- cf/manifest/manifestfakes/fake_repository.go | 2 +- cf/models/application_test.go | 2 +- cf/models/domain_test.go | 2 +- cf/models/route_summary_test.go | 2 +- cf/models/route_test.go | 2 +- cf/models/service_instance_test.go | 2 +- cf/models/service_plan_test.go | 2 +- cf/models/space_quota.go | 4 +- cf/net/cloud_controller_gateway.go | 8 +-- cf/net/cloud_controller_gateway_test.go | 12 ++-- cf/net/gateway.go | 14 ++--- cf/net/gateway_test.go | 20 +++---- cf/net/http_client.go | 4 +- cf/net/http_client_test.go | 6 +- cf/net/net_suite_test.go | 4 +- cf/net/netfakes/fake_httpclient_interface.go | 2 +- .../netfakes/fake_request_dumper_interface.go | 2 +- cf/net/netfakes/fake_warning_producer.go | 2 +- cf/net/progress_reader.go | 4 +- cf/net/progress_reader_test.go | 4 +- cf/net/request_dumper.go | 8 +-- cf/net/request_dumper_test.go | 4 +- cf/net/routing_api_gateway.go | 8 +-- cf/net/routing_api_gateway_test.go | 12 ++-- cf/net/uaa_gateway.go | 8 +-- cf/net/uaa_gateway_test.go | 12 ++-- cf/net/warnings_collector.go | 2 +- cf/net/warnings_collector_test.go | 6 +- cf/requirements/api_endpoint.go | 8 +-- cf/requirements/api_endpoint_test.go | 6 +- cf/requirements/application.go | 4 +- cf/requirements/application_test.go | 8 +-- cf/requirements/buildpack.go | 4 +- cf/requirements/buildpack_test.go | 6 +- .../config_refreshing_requirement.go | 2 +- .../config_refreshing_requirement_test.go | 4 +- cf/requirements/dea_application.go | 8 +-- cf/requirements/dea_application_test.go | 6 +- cf/requirements/domain.go | 6 +- cf/requirements/domain_test.go | 12 ++-- cf/requirements/factory.go | 4 +- cf/requirements/login.go | 4 +- cf/requirements/login_test.go | 6 +- cf/requirements/max_api_version.go | 4 +- cf/requirements/max_api_version_test.go | 6 +- cf/requirements/min_api_version.go | 4 +- cf/requirements/min_api_version_test.go | 6 +- cf/requirements/number_arguments.go | 2 +- cf/requirements/number_arguments_test.go | 2 +- cf/requirements/organization.go | 4 +- cf/requirements/organization_test.go | 6 +- cf/requirements/requirements_suite_test.go | 4 +- cf/requirements/requirements_test.go | 4 +- .../fake_application_requirement.go | 4 +- .../fake_buildpack_requirement.go | 4 +- .../fake_config_refresher.go | 4 +- .../fake_deaapplication_requirement.go | 4 +- .../fake_domain_requirement.go | 4 +- .../requirementsfakes/fake_factory.go | 2 +- .../fake_organization_requirement.go | 4 +- .../requirementsfakes/fake_requirement.go | 2 +- .../fake_service_instance_requirement.go | 4 +- .../fake_space_requirement.go | 4 +- .../fake_targeted_org_requirement.go | 4 +- .../fake_user_requirement.go | 4 +- cf/requirements/service_instance.go | 4 +- cf/requirements/service_instance_test.go | 8 +-- cf/requirements/space.go | 4 +- cf/requirements/space_test.go | 6 +- cf/requirements/targeted_organization.go | 10 ++-- cf/requirements/targeted_organization_test.go | 8 +-- cf/requirements/targeted_space.go | 8 +-- cf/requirements/targeted_space_test.go | 8 +-- cf/requirements/unsupported_legacy_flag.go | 2 +- .../unsupported_legacy_flag_test.go | 2 +- cf/requirements/usage_requirement.go | 2 +- cf/requirements/usage_requirement_test.go | 2 +- cf/requirements/user.go | 4 +- cf/requirements/user_test.go | 6 +- cf/ssh/options/ssh_options.go | 2 +- cf/ssh/options/ssh_options_test.go | 4 +- cf/ssh/ssh.go | 8 +-- cf/ssh/ssh_test.go | 12 ++-- cf/ssh/sshfakes/fake_listener_factory.go | 2 +- cf/ssh/sshfakes/fake_secure_client.go | 2 +- cf/ssh/sshfakes/fake_secure_dialer.go | 2 +- cf/ssh/sshfakes/fake_secure_session.go | 2 +- cf/ssh/sshfakes/fake_secure_shell.go | 4 +- cf/ssh/terminal/helper_test.go | 2 +- .../terminalfakes/fake_terminal_helper.go | 2 +- cf/terminal/color_test.go | 2 +- cf/terminal/table_test.go | 4 +- cf/terminal/tee_printer_test.go | 4 +- cf/terminal/terminal_suite_test.go | 4 +- cf/terminal/terminalfakes/fake_ui.go | 4 +- cf/terminal/ui.go | 8 +-- cf/terminal/ui_test.go | 24 ++++---- cf/terminal/ui_unix.go | 2 +- cf/trace/combined_printer_test.go | 4 +- cf/trace/logger_provider.go | 2 +- cf/trace/logger_provider_test.go | 2 +- cf/trace/trace.go | 2 +- cf/trace/trace_suite_test.go | 4 +- cf/trace/trace_test.go | 2 +- cf/trace/tracefakes/fake_printer.go | 2 +- cf/uihelpers/tags_parser_test.go | 2 +- cf/uihelpers/ui.go | 6 +- cf/util/downloader/file_download.go | 2 +- cf/util/downloader/file_download_test.go | 2 +- cf/util/json/json_parser_test.go | 2 +- cf/util/spellcheck/spellcheck_test.go | 2 +- cf/util/testhelpers/commands/requirements.go | 2 +- cf/util/testhelpers/commands/runner.go | 8 +-- .../testhelpers/configuration/access_token.go | 2 +- .../configuration/fake_config_persistance.go | 4 +- .../testhelpers/configuration/test_config.go | 4 +- cf/util/testhelpers/io/io_test.go | 2 +- .../matchers/all_requests_called_matcher.go | 2 +- .../matchers/be_in_display_order.go | 2 +- .../matchers/be_in_display_order_test.go | 2 +- .../matchers/contain_element_times_test.go | 2 +- .../contain_elements_in_order_test.go | 2 +- .../matchers/contain_substrings.go | 2 +- .../testhelpers/matchers/have_succeeded.go | 2 +- .../testhelpers/matchers/have_type_of_test.go | 2 +- .../matchers/match_func_name_test.go | 2 +- .../testhelpers/matchers/match_path_test.go | 2 +- .../matchers/passed_requirements.go | 2 +- .../rpcserver/rpcserverfakes/fake_handlers.go | 6 +- cf/util/testhelpers/rpcserver/server.go | 4 +- cf/util/testhelpers/terminal/ui.go | 4 +- cf/util/utilfakes/fake_sha1checksum.go | 2 +- command/api_version_warning.go | 4 +- command/api_version_warning_test.go | 10 ++-- command/commandfakes/fake_config.go | 4 +- command/commandfakes/fake_shared_actor.go | 2 +- command/commandfakes/fake_ui.go | 4 +- command/common/command_list_v7.go | 4 +- command/common/command_list_v7_test.go | 2 +- command/common/commonfakes/fake_help_actor.go | 4 +- .../commonfakes/fake_install_plugin_actor.go | 8 +-- command/common/help_command.go | 12 ++-- command/common/install_plugin_command.go | 20 +++---- command/common/install_plugin_command_test.go | 18 +++--- .../install_plugin_from_repo_command_test.go | 24 ++++---- .../common/internal/help_all_display_test.go | 4 +- command/common/internal/help_display.go | 6 +- command/common/version_command.go | 2 +- command/common/version_command_test.go | 6 +- command/config.go | 2 +- command/flag/app_type_test.go | 2 +- command/flag/binding_name_test.go | 2 +- command/flag/buildpack.go | 2 +- command/flag/buildpack_test.go | 2 +- command/flag/color_test.go | 2 +- command/flag/command.go | 2 +- command/flag/command_test.go | 2 +- command/flag/credentials_or_json.go | 2 +- command/flag/credentials_or_json_test.go | 2 +- command/flag/deployment_strategy.go | 2 +- command/flag/deployment_strategy_test.go | 4 +- command/flag/docker_test.go | 2 +- command/flag/droplet_test.go | 2 +- command/flag/environment_variable_test.go | 2 +- command/flag/health_check_type.go | 2 +- command/flag/health_check_type_test.go | 4 +- ...h_check_type_with_deprecated_value_test.go | 2 +- command/flag/instances.go | 2 +- command/flag/instances_test.go | 4 +- command/flag/integer_limit.go | 2 +- command/flag/integer_limit_test.go | 2 +- command/flag/locale.go | 2 +- command/flag/locale_test.go | 2 +- command/flag/megabytes.go | 2 +- command/flag/megabytes_test.go | 2 +- command/flag/memory_with_unlimited.go | 2 +- command/flag/memory_with_unlimited_test.go | 2 +- command/flag/network_port_test.go | 2 +- command/flag/network_protocol_test.go | 2 +- command/flag/optional_string.go | 2 +- command/flag/optional_string_test.go | 2 +- command/flag/org_role_test.go | 2 +- command/flag/path.go | 4 +- command/flag/path_test.go | 4 +- command/flag/port.go | 2 +- command/flag/port_test.go | 4 +- command/flag/positive_integer_test.go | 2 +- command/flag/revision.go | 2 +- command/flag/revision_test.go | 4 +- command/flag/route_path_test.go | 2 +- command/flag/security_group_lifecycle_test.go | 2 +- command/flag/space_role_test.go | 2 +- command/flag/ssh_port_forwarding_test.go | 2 +- command/flag/tags.go | 2 +- command/flag/tags_test.go | 2 +- command/flag/timeout.go | 2 +- command/flag/timeout_test.go | 2 +- command/flag/trimmed_string_test.go | 2 +- command/minimum_version_check.go | 2 +- command/minimum_version_check_test.go | 6 +- command/plugin/add_plugin_repo_command.go | 10 ++-- .../plugin/add_plugin_repo_command_test.go | 10 ++-- command/plugin/list_plugin_repos_command.go | 4 +- .../pluginfakes/fake_add_plugin_repo_actor.go | 2 +- .../plugin/pluginfakes/fake_plugins_actor.go | 4 +- .../fake_uninstall_plugin_actor.go | 4 +- command/plugin/plugins_command.go | 12 ++-- command/plugin/plugins_command_test.go | 16 ++--- command/plugin/remove_plugin_repo_command.go | 6 +- command/plugin/repo_plugins_command.go | 4 +- command/plugin/shared/new_client.go | 6 +- command/plugin/shared/rpc.go | 8 +-- command/plugin/uninstall_plugin_command.go | 12 ++-- .../plugin/uninstall_plugin_command_test.go | 14 ++--- .../convert_to_translatable_error.go | 14 ++--- .../convert_to_translatable_error_test.go | 16 ++--- ...nimum_cf_api_version_not_met_error_test.go | 2 +- .../minimum_cli_version_not_met_error_test.go | 2 +- ...imum_uaa_api_version_not_met_error_test.go | 2 +- .../missing_credential_error_test.go | 2 +- ...rvice_instance_not_shareable_error_test.go | 2 +- .../service_plan_not_found_error_test.go | 2 +- .../staging_timeout_error_test.go | 2 +- .../tip_decorator_error_test.go | 4 +- .../fake_translatable_error.go | 2 +- command/translatableerror/translate_test.go | 2 +- .../unauthorized_error_test.go | 2 +- command/ui.go | 2 +- command/v7/actor.go | 18 +++--- command/v7/add_network_policy_command.go | 14 ++--- command/v7/add_network_policy_command_test.go | 22 +++---- command/v7/allow_space_ssh_command.go | 4 +- command/v7/allow_space_ssh_command_test.go | 14 ++--- command/v7/api_command.go | 8 +-- command/v7/api_command_test.go | 12 ++-- command/v7/app_command.go | 4 +- command/v7/app_command_test.go | 22 +++---- command/v7/apply_manifest_command.go | 14 ++--- command/v7/apply_manifest_command_test.go | 24 ++++---- command/v7/apps_command.go | 4 +- command/v7/apps_command_test.go | 20 +++---- command/v7/auth_command.go | 12 ++-- command/v7/auth_command_test.go | 18 +++--- command/v7/base_command.go | 12 ++-- command/v7/bind_route_service_command.go | 10 ++-- command/v7/bind_route_service_command_test.go | 16 ++--- .../v7/bind_running_security_group_command.go | 4 +- ...ind_running_security_group_command_test.go | 16 ++--- command/v7/bind_security_group_command.go | 8 +-- .../v7/bind_security_group_command_test.go | 20 +++---- command/v7/bind_service_command.go | 10 ++-- command/v7/bind_service_command_test.go | 16 ++--- .../v7/bind_staging_security_group_command.go | 4 +- ...ind_staging_security_group_command_test.go | 16 ++--- command/v7/buildpacks_command.go | 4 +- command/v7/buildpacks_command_test.go | 20 +++---- command/v7/cancel_deployment_command.go | 2 +- command/v7/cancel_deployment_command_test.go | 18 +++--- command/v7/check_route_command.go | 2 +- command/v7/check_route_command_test.go | 18 +++--- command/v7/config_command.go | 6 +- command/v7/config_command_test.go | 14 ++--- command/v7/copy_source_command.go | 16 ++--- command/v7/copy_source_command_test.go | 24 ++++---- command/v7/create_app_command.go | 8 +-- command/v7/create_app_command_test.go | 22 +++---- command/v7/create_app_manifest_command.go | 6 +- .../v7/create_app_manifest_command_test.go | 16 ++--- command/v7/create_buildpack_command.go | 16 ++--- command/v7/create_buildpack_command_test.go | 26 ++++---- .../v7/create_isolation_segment_command.go | 6 +- .../create_isolation_segment_command_test.go | 16 ++--- command/v7/create_org_command.go | 4 +- command/v7/create_org_command_test.go | 22 +++---- command/v7/create_org_quota_command.go | 8 +-- command/v7/create_org_quota_command_test.go | 18 +++--- command/v7/create_package_command.go | 12 ++-- command/v7/create_package_command_test.go | 22 +++---- command/v7/create_private_domain_command.go | 2 +- .../v7/create_private_domain_command_test.go | 16 ++--- command/v7/create_route_command.go | 4 +- command/v7/create_route_command_test.go | 18 +++--- command/v7/create_security_group_command.go | 6 +- .../v7/create_security_group_command_test.go | 18 +++--- command/v7/create_service_broker_command.go | 6 +- .../v7/create_service_broker_command_test.go | 12 ++-- command/v7/create_service_command.go | 10 ++-- command/v7/create_service_command_test.go | 18 +++--- command/v7/create_service_key_command.go | 10 ++-- command/v7/create_service_key_command_test.go | 16 ++--- command/v7/create_shared_domain_command.go | 2 +- .../v7/create_shared_domain_command_test.go | 16 ++--- command/v7/create_space_command.go | 10 ++-- command/v7/create_space_command_test.go | 20 +++---- command/v7/create_space_quota_command.go | 6 +- command/v7/create_space_quota_command_test.go | 20 +++---- command/v7/create_user_command.go | 8 +-- command/v7/create_user_command_test.go | 20 +++---- .../create_user_provided_service_command.go | 8 +-- ...eate_user_provided_service_command_test.go | 20 +++---- command/v7/curl_command.go | 4 +- command/v7/curl_command_test.go | 10 ++-- command/v7/delete_buildpack_command.go | 4 +- command/v7/delete_buildpack_command_test.go | 12 ++-- command/v7/delete_command.go | 4 +- command/v7/delete_command_test.go | 16 ++--- .../v7/delete_isolation_segment_command.go | 4 +- .../delete_isolation_segment_command_test.go | 14 ++--- command/v7/delete_org_command.go | 4 +- command/v7/delete_org_command_test.go | 14 ++--- command/v7/delete_org_quota_command.go | 4 +- command/v7/delete_org_quota_command_test.go | 16 ++--- .../v7/delete_orphaned_routes_command_test.go | 14 ++--- command/v7/delete_private_domain_command.go | 4 +- .../v7/delete_private_domain_command_test.go | 20 +++---- command/v7/delete_route_command.go | 4 +- command/v7/delete_route_command_test.go | 16 ++--- command/v7/delete_security_group_command.go | 4 +- .../v7/delete_security_group_command_test.go | 14 ++--- command/v7/delete_service_broker_command.go | 4 +- .../v7/delete_service_broker_command_test.go | 16 ++--- command/v7/delete_service_command.go | 6 +- command/v7/delete_service_command_test.go | 14 ++--- command/v7/delete_service_key_command.go | 8 +-- command/v7/delete_service_key_command_test.go | 18 +++--- command/v7/delete_shared_domain_command.go | 6 +- .../v7/delete_shared_domain_command_test.go | 22 +++---- command/v7/delete_space_command.go | 4 +- command/v7/delete_space_command_test.go | 14 ++--- command/v7/delete_space_quota_command.go | 4 +- command/v7/delete_space_quota_command_test.go | 16 ++--- command/v7/delete_user_command.go | 4 +- command/v7/delete_user_command_test.go | 18 +++--- command/v7/disable_feature_flag_command.go | 2 +- .../v7/disable_feature_flag_command_test.go | 14 ++--- command/v7/disable_org_isolation_command.go | 2 +- .../v7/disable_org_isolation_command_test.go | 14 ++--- command/v7/disable_service_access_command.go | 2 +- .../v7/disable_service_access_command_test.go | 12 ++-- command/v7/disable_ssh_command.go | 2 +- command/v7/disable_ssh_command_test.go | 16 ++--- command/v7/disallow_space_ssh_command.go | 4 +- command/v7/disallow_space_ssh_command_test.go | 14 ++--- command/v7/docker_password_getter_test.go | 6 +- command/v7/domains_command.go | 6 +- command/v7/domains_command_test.go | 20 +++---- command/v7/download_droplet_command.go | 8 +-- command/v7/download_droplet_command_test.go | 16 ++--- command/v7/droplets_command.go | 4 +- command/v7/droplets_command_test.go | 22 +++---- command/v7/enable_feature_flag_command.go | 2 +- .../v7/enable_feature_flag_command_test.go | 14 ++--- command/v7/enable_org_isolation_command.go | 2 +- .../v7/enable_org_isolation_command_test.go | 14 ++--- command/v7/enable_service_access_command.go | 6 +- .../v7/enable_service_access_command_test.go | 12 ++-- command/v7/enable_ssh_command.go | 2 +- command/v7/enable_ssh_command_test.go | 18 +++--- command/v7/env_command.go | 2 +- command/v7/env_command_test.go | 14 ++--- command/v7/events_command.go | 4 +- command/v7/events_command_test.go | 20 +++---- command/v7/feature_flag_command.go | 8 +-- command/v7/feature_flag_command_test.go | 16 ++--- command/v7/feature_flags_command.go | 6 +- command/v7/feature_flags_command_test.go | 16 ++--- command/v7/get_health_check_command.go | 6 +- command/v7/get_health_check_command_test.go | 18 +++--- command/v7/isolation_segments_command.go | 2 +- command/v7/isolation_segments_command_test.go | 14 ++--- command/v7/label_updater.go | 10 ++-- command/v7/label_updater_test.go | 16 ++--- command/v7/labels_command.go | 10 ++-- command/v7/labels_command_test.go | 18 +++--- command/v7/login_command.go | 22 +++---- command/v7/login_command_test.go | 26 ++++---- command/v7/logout_command.go | 8 +-- command/v7/logout_command_test.go | 12 ++-- command/v7/logs_command.go | 12 ++-- command/v7/logs_command_test.go | 18 +++--- command/v7/map_route_command.go | 4 +- command/v7/map_route_command_test.go | 18 +++--- command/v7/marketplace_command.go | 8 +-- command/v7/marketplace_command_test.go | 16 ++--- command/v7/network_policies_command.go | 8 +-- command/v7/network_policies_command_test.go | 14 ++--- command/v7/oauth_token_command.go | 2 +- command/v7/oauth_token_command_test.go | 10 ++-- command/v7/org_command.go | 2 +- command/v7/org_command_test.go | 16 ++--- command/v7/org_quota_command.go | 6 +- command/v7/org_quota_command_test.go | 18 +++--- command/v7/org_quotas_command.go | 4 +- command/v7/org_quotas_command_test.go | 18 +++--- command/v7/org_users_command.go | 8 +-- command/v7/org_users_command_test.go | 18 +++--- command/v7/orgs_command.go | 4 +- command/v7/orgs_command_test.go | 16 ++--- command/v7/packages_command.go | 4 +- command/v7/packages_command_test.go | 22 +++---- command/v7/passwd_command.go | 2 +- command/v7/passwd_command_test.go | 12 ++-- command/v7/purge_service_instance_command.go | 4 +- .../v7/purge_service_instance_command_test.go | 14 ++--- command/v7/purge_service_offering_command.go | 4 +- .../v7/purge_service_offering_command_test.go | 12 ++-- command/v7/push_command.go | 32 +++++----- command/v7/push_command_test.go | 34 +++++------ command/v7/remove_network_policy_command.go | 12 ++-- .../v7/remove_network_policy_command_test.go | 22 +++---- command/v7/rename_command.go | 2 +- command/v7/rename_command_test.go | 14 ++--- command/v7/rename_org_command.go | 2 +- command/v7/rename_org_command_test.go | 14 ++--- command/v7/rename_service_broker_command.go | 4 +- .../v7/rename_service_broker_command_test.go | 16 ++--- command/v7/rename_service_command.go | 6 +- command/v7/rename_service_command_test.go | 16 ++--- command/v7/rename_space_command.go | 2 +- command/v7/rename_space_command_test.go | 16 ++--- ...t_org_default_isolation_segment_command.go | 2 +- ..._default_isolation_segment_command_test.go | 16 ++--- .../reset_space_isolation_segment_command.go | 2 +- ...et_space_isolation_segment_command_test.go | 16 ++--- command/v7/restage_command.go | 16 ++--- command/v7/restage_command_test.go | 22 +++---- command/v7/restart_app_instance_command.go | 2 +- .../v7/restart_app_instance_command_test.go | 16 ++--- command/v7/restart_command.go | 12 ++-- command/v7/restart_command_test.go | 22 +++---- command/v7/revision_command.go | 4 +- command/v7/revision_command_test.go | 8 +-- command/v7/revisions_command.go | 10 ++-- command/v7/revisions_command_test.go | 20 +++---- command/v7/rollback_command.go | 12 ++-- command/v7/rollback_command_test.go | 24 ++++---- command/v7/route_command.go | 4 +- command/v7/route_command_test.go | 20 +++---- command/v7/router_groups_command.go | 4 +- command/v7/router_groups_command_test.go | 14 ++--- command/v7/routes_command.go | 6 +- command/v7/routes_command_test.go | 16 ++--- command/v7/run_task_command.go | 4 +- command/v7/run_task_command_test.go | 22 +++---- ...ning_environment_variable_group_command.go | 4 +- ...environment_variable_group_command_test.go | 14 ++--- command/v7/running_security_groups_command.go | 2 +- .../running_security_groups_command_test.go | 16 ++--- command/v7/scale_command.go | 12 ++-- command/v7/scale_command_test.go | 24 ++++---- command/v7/security_group_command.go | 4 +- command/v7/security_group_command_test.go | 18 +++--- command/v7/security_groups_command.go | 2 +- command/v7/security_groups_command_test.go | 18 +++--- command/v7/service_access_command.go | 6 +- command/v7/service_access_command_test.go | 14 ++--- command/v7/service_brokers_command.go | 4 +- command/v7/service_brokers_command_test.go | 16 ++--- command/v7/service_command.go | 8 +-- command/v7/service_command_test.go | 16 ++--- command/v7/service_key_command.go | 2 +- command/v7/service_key_command_test.go | 14 ++--- command/v7/service_keys_command.go | 6 +- command/v7/service_keys_command_test.go | 14 ++--- command/v7/services_command.go | 8 +-- command/v7/services_command_test.go | 18 +++--- command/v7/set_droplet_command.go | 2 +- command/v7/set_droplet_command_test.go | 16 ++--- command/v7/set_env_command.go | 4 +- command/v7/set_env_command_test.go | 14 ++--- command/v7/set_health_check_command.go | 2 +- command/v7/set_health_check_command_test.go | 20 +++---- command/v7/set_label_command.go | 6 +- command/v7/set_label_command_test.go | 8 +-- ...t_org_default_isolation_segment_command.go | 2 +- ..._default_isolation_segment_command_test.go | 18 +++--- command/v7/set_org_quota_command.go | 2 +- command/v7/set_org_quota_command_test.go | 20 +++---- command/v7/set_org_role_command.go | 10 ++-- command/v7/set_org_role_command_test.go | 26 ++++---- ...ning_environment_variable_group_command.go | 8 +-- ...environment_variable_group_command_test.go | 20 +++---- .../v7/set_space_isolation_segment_command.go | 2 +- ...et_space_isolation_segment_command_test.go | 16 ++--- command/v7/set_space_quota_command.go | 2 +- command/v7/set_space_quota_command_test.go | 22 +++---- command/v7/set_space_role_command.go | 10 ++-- command/v7/set_space_role_command_test.go | 26 ++++---- ...ging_environment_variable_group_command.go | 8 +-- ...environment_variable_group_command_test.go | 20 +++---- command/v7/share_private_domain_command.go | 2 +- .../v7/share_private_domain_command_test.go | 18 +++--- command/v7/share_route_command.go | 4 +- command/v7/share_route_command_test.go | 20 +++---- command/v7/share_service_command.go | 6 +- command/v7/share_service_command_test.go | 16 ++--- command/v7/shared/app_stager.go | 12 ++-- command/v7/shared/app_stager_test.go | 22 +++---- command/v7/shared/app_summary_displayer.go | 10 ++-- .../v7/shared/app_summary_displayer_test.go | 14 ++--- command/v7/shared/manifest_diff_displayer.go | 4 +- .../v7/shared/manifest_diff_displayer_test.go | 6 +- command/v7/shared/new_clients.go | 18 +++--- command/v7/shared/new_clients_test.go | 8 +-- command/v7/shared/new_networking_client.go | 6 +- .../v7/shared/new_networking_client_test.go | 8 +-- command/v7/shared/package_displayer.go | 2 +- command/v7/shared/quota_displayer.go | 8 +-- command/v7/shared/result_waiter.go | 4 +- .../v7/shared/sharedfakes/fake_app_stager.go | 8 +-- command/v7/shared/v3_poll_stage.go | 10 ++-- command/v7/shared/v3_poll_stage_test.go | 12 ++-- command/v7/shared/version_checker.go | 2 +- command/v7/shared/version_checker_test.go | 2 +- command/v7/space_command.go | 8 +-- command/v7/space_command_test.go | 20 +++---- command/v7/space_quota_command.go | 6 +- command/v7/space_quota_command_test.go | 18 +++--- command/v7/space_quotas_command.go | 4 +- command/v7/space_quotas_command_test.go | 18 +++--- command/v7/space_ssh_allowed_command.go | 4 +- command/v7/space_ssh_allowed_command_test.go | 16 ++--- command/v7/space_users_command.go | 8 +-- command/v7/space_users_command_test.go | 18 +++--- command/v7/spaces_command.go | 4 +- command/v7/spaces_command_test.go | 16 ++--- command/v7/ssh_code_command_test.go | 12 ++-- command/v7/ssh_command.go | 10 ++-- command/v7/ssh_command_test.go | 20 +++---- command/v7/ssh_enabled_command.go | 2 +- command/v7/ssh_enabled_command_test.go | 14 ++--- command/v7/stack_command.go | 4 +- command/v7/stack_command_test.go | 18 +++--- command/v7/stacks_command.go | 6 +- command/v7/stacks_command_test.go | 16 ++--- command/v7/stage_package_command.go | 14 ++--- command/v7/stage_package_command_test.go | 24 ++++---- ...ging_environment_variable_group_command.go | 6 +- ...environment_variable_group_command_test.go | 14 ++--- command/v7/staging_security_groups_command.go | 2 +- .../staging_security_groups_command_test.go | 16 ++--- command/v7/start_command.go | 14 ++--- command/v7/start_command_test.go | 24 ++++---- command/v7/stop_command.go | 2 +- command/v7/stop_command_test.go | 20 +++---- command/v7/target_command.go | 4 +- command/v7/target_command_test.go | 20 +++---- command/v7/tasks_command.go | 6 +- command/v7/tasks_command_test.go | 20 +++---- command/v7/terminate_task_command.go | 4 +- command/v7/terminate_task_command_test.go | 20 +++---- command/v7/unbind_route_service_command.go | 8 +-- .../v7/unbind_route_service_command_test.go | 16 ++--- .../v7/unbind_running_group_command_test.go | 14 ++--- .../unbind_running_security_group_command.go | 6 +- command/v7/unbind_security_group.go | 8 +-- command/v7/unbind_security_group_test.go | 16 ++--- command/v7/unbind_service_command.go | 8 +-- command/v7/unbind_service_command_test.go | 14 ++--- .../unbind_staging_security_group_command.go | 6 +- ...ind_staging_security_group_command_test.go | 14 ++--- command/v7/unmap_route_command.go | 4 +- command/v7/unmap_route_command_test.go | 18 +++--- command/v7/unset_env_command.go | 4 +- command/v7/unset_env_command_test.go | 14 ++--- command/v7/unset_label_command.go | 6 +- command/v7/unset_label_command_test.go | 8 +-- command/v7/unset_org_role_command.go | 4 +- command/v7/unset_org_role_command_test.go | 24 ++++---- command/v7/unset_space_quota_command.go | 2 +- command/v7/unset_space_quota_command_test.go | 18 +++--- command/v7/unset_space_role_command.go | 4 +- command/v7/unset_space_role_command_test.go | 24 ++++---- command/v7/unshare_private_domain_command.go | 2 +- .../v7/unshare_private_domain_command_test.go | 18 +++--- command/v7/unshare_service_command.go | 6 +- command/v7/unshare_service_command_test.go | 16 ++--- command/v7/update_buildpack_command.go | 20 +++---- command/v7/update_buildpack_command_test.go | 28 ++++----- command/v7/update_destination_command.go | 4 +- command/v7/update_destination_command_test.go | 20 +++---- command/v7/update_org_quota_command.go | 6 +- command/v7/update_org_quota_command_test.go | 20 +++---- command/v7/update_security_group_command.go | 4 +- .../v7/update_security_group_command_test.go | 16 ++--- command/v7/update_service_broker_command.go | 4 +- .../v7/update_service_broker_command_test.go | 18 +++--- command/v7/update_service_command.go | 10 ++-- command/v7/update_service_command_test.go | 18 +++--- command/v7/update_space_quota_command.go | 6 +- command/v7/update_space_quota_command_test.go | 20 +++---- .../update_user_provided_service_command.go | 10 ++-- ...date_user_provided_service_command_test.go | 26 ++++---- command/v7/upgrade_service_command.go | 6 +- command/v7/upgrade_service_command_test.go | 16 ++--- command/v7/v7fakes/fake_actor.go | 20 +++---- command/v7/v7fakes/fake_actor_reloader.go | 4 +- command/v7/v7fakes/fake_diff_displayer.go | 4 +- command/v7/v7fakes/fake_label_setter.go | 4 +- command/v7/v7fakes/fake_label_unsetter.go | 4 +- command/v7/v7fakes/fake_manifest_locator.go | 2 +- command/v7/v7fakes/fake_manifest_parser.go | 4 +- .../v7/v7fakes/fake_network_policies_actor.go | 4 +- command/v7/v7fakes/fake_networking_actor.go | 4 +- command/v7/v7fakes/fake_progress_bar.go | 2 +- command/v7/v7fakes/fake_push_actor.go | 8 +-- .../fake_remove_network_policy_actor.go | 4 +- command/v7/v7fakes/fake_revisions_actor.go | 6 +- command/v7/v7fakes/fake_set_label_actor.go | 8 +-- command/v7/v7fakes/fake_shared_sshactor.go | 4 +- command/v7/v7fakes/fake_v7actor_for_push.go | 8 +-- doc/cf-cli-architecture-2.png | Bin 284945 -> 284943 bytes doc/cf-cli-architecture.png | Bin 97576 -> 97570 bytes doc/cli-architecture-proposal-adr-0011.jpg | Bin 1655078 -> 1655069 bytes doc/cli-layered-arch.png | Bin 161059 -> 161057 bytes doc/cli-timeline.png | Bin 72315 -> 72313 bytes doc/create-org_fast_fail.png | Bin 62264 -> 62263 bytes doc/create-space.png | Bin 52170 -> 52168 bytes doc/rollback_fast_fail.png | Bin 26438 -> 26436 bytes doc/target_fast_fail.png | Bin 31603 -> 31601 bytes fixtures/applications/example-app.zip | Bin 1803 -> 1794 bytes fixtures/plugins/alias_conflicts.go | 2 +- fixtures/plugins/call_core_cmd.go | 2 +- fixtures/plugins/empty_plugin.go | 2 +- fixtures/plugins/input.go | 2 +- fixtures/plugins/my_say.go | 2 +- fixtures/plugins/panics.go | 2 +- fixtures/plugins/test_1.go | 2 +- fixtures/plugins/test_2.go | 2 +- fixtures/plugins/test_with_help.go | 2 +- fixtures/plugins/test_with_orgs.go | 2 +- fixtures/plugins/test_with_orgs_short_name.go | 2 +- fixtures/plugins/test_with_push.go | 2 +- fixtures/plugins/test_with_push_short_name.go | 2 +- .../assets/configurable_plugin/test_plugin.go | 2 +- .../test_plugin_fails_uninstall.go | 2 +- integration/assets/hydrabroker/app/app.go | 2 +- integration/assets/hydrabroker/app/broker.go | 6 +- integration/assets/hydrabroker/app/config.go | 4 +- integration/assets/hydrabroker/app/helpers.go | 2 +- .../hydrabroker/database/database_test.go | 2 +- .../integrationtest/integrationtest_test.go | 6 +- integration/assets/hydrabroker/main.go | 2 +- .../assets/hydrabroker/store/bindings.go | 4 +- .../assets/hydrabroker/store/bindings_test.go | 6 +- .../assets/hydrabroker/store/brokers.go | 4 +- .../assets/hydrabroker/store/brokers_test.go | 4 +- .../assets/hydrabroker/store/instances.go | 6 +- .../hydrabroker/store/instances_test.go | 6 +- integration/assets/hydrabroker/store/store.go | 2 +- integration/assets/test_plugin/test_plugin.go | 2 +- .../test_plugin_fails_metadata/test_plugin.go | 2 +- .../test_plugin.go | 2 +- .../test_plugin_with_panic/test_plugin.go | 2 +- .../test_plugin_with_panic | Bin 9833173 -> 9832275 bytes .../helpers/app_instance_table_test.go | 2 +- integration/helpers/app_test.go | 2 +- .../commonisolated/common_isolated_setup.go | 2 +- integration/helpers/config.go | 2 +- integration/helpers/plugin.go | 2 +- integration/helpers/plugin_repo.go | 4 +- integration/helpers/route.go | 2 +- integration/helpers/security_group.go | 2 +- integration/helpers/servicebrokerstub/api.go | 4 +- .../helpers/servicebrokerstub/app_config.go | 4 +- .../helpers/servicebrokerstub/app_deploy.go | 2 +- integration/helpers/servicebrokerstub/cf.go | 2 +- integration/helpers/version.go | 2 +- .../experimental/experimental_suite_test.go | 2 +- .../shared/global/global_suite_test.go | 2 +- ...environment_variable_group_command_test.go | 2 +- ...environment_variable_group_command_test.go | 2 +- .../shared/isolated/apps_command_test.go | 2 +- integration/shared/isolated/config_test.go | 2 +- .../shared/isolated/error_handling_test.go | 2 +- .../isolated/internationalization_test.go | 2 +- .../shared/isolated/isolated_suite_test.go | 2 +- .../shared/isolated/logs_command_test.go | 2 +- .../restart_app_instance_command_test.go | 2 +- .../shared/isolated/spaces_command_test.go | 2 +- .../shared/isolated/version_command_test.go | 2 +- .../performance/performance_suite_test.go | 2 +- .../shared/plugin/add_plugin_repo_test.go | 2 +- integration/shared/plugin/api_test.go | 4 +- integration/shared/plugin/help_test.go | 2 +- .../plugin/install_plugin_command_test.go | 10 ++-- .../install_plugin_command_unix_test.go | 2 +- .../install_plugin_from_repo_command_test.go | 4 +- integration/shared/plugin/logs_test.go | 2 +- .../shared/plugin/plugin_suite_test.go | 8 +-- .../shared/plugin/plugins_command_test.go | 4 +- integration/shared/plugin/runner_test.go | 2 +- .../plugin/uninstall_plugin_command_test.go | 4 +- .../uninstall_plugin_command_unix_test.go | 4 +- ...ind_running_security_group_command_test.go | 4 +- .../bind_security_group_command_test.go | 4 +- ...ind_staging_security_group_command_test.go | 4 +- .../global/create_buildpack_command_test.go | 2 +- .../create_security_group_command_test.go | 4 +- .../global/delete_buildpack_command_test.go | 2 +- .../disable_feature_flag_command_test.go | 2 +- .../enable_feature_flag_command_test.go | 2 +- integration/v7/global/env_command_test.go | 2 +- integration/v7/global/global_suite_test.go | 2 +- .../v7/global/org_quota_command_test.go | 2 +- .../v7/global/org_quotas_command_test.go | 2 +- ...environment_variable_group_command_test.go | 2 +- .../running_security_groups_command_test.go | 4 +- .../v7/global/security_group_command_test.go | 4 +- .../v7/global/set_org_role_command_test.go | 2 +- ...environment_variable_group_command_test.go | 2 +- .../v7/global/set_space_role_command_test.go | 2 +- ...environment_variable_group_command_test.go | 2 +- ...environment_variable_group_command_test.go | 2 +- .../staging_security_groups_command_test.go | 4 +- ...ind_running_security_group_command_test.go | 4 +- .../unbind_security_group_command_test.go | 2 +- ...ind_staging_security_group_command_test.go | 4 +- .../global/update_buildpack_command_test.go | 2 +- .../update_security_group_command_test.go | 4 +- .../add_network_policy_command_test.go | 2 +- .../isolated/allow_space_ssh_command_test.go | 4 +- integration/v7/isolated/api_command_test.go | 4 +- integration/v7/isolated/app_command_test.go | 4 +- .../isolated/apply_manifest_command_test.go | 4 +- integration/v7/isolated/apps_command_test.go | 4 +- integration/v7/isolated/auth_command_test.go | 6 +- .../bind_route_service_command_test.go | 6 +- .../v7/isolated/bind_service_command_test.go | 6 +- .../v7/isolated/buildpacks_command_test.go | 4 +- .../v7/isolated/cancel_deployment_test.go | 4 +- .../v7/isolated/check_route_command_test.go | 4 +- .../v7/isolated/config_command_test.go | 2 +- integration/v7/isolated/config_test.go | 4 +- .../v7/isolated/copy_source_command_test.go | 4 +- .../v7/isolated/create_app_command_test.go | 4 +- .../create_app_manifest_command_test.go | 4 +- .../create_isolation_segment_command_test.go | 2 +- .../v7/isolated/create_org_command_test.go | 4 +- .../isolated/create_org_quota_command_test.go | 4 +- .../isolated/create_package_cfignore_test.go | 2 +- .../isolated/create_package_command_test.go | 4 +- .../v7/isolated/create_private_domain_test.go | 4 +- .../v7/isolated/create_route_command_test.go | 4 +- .../create_service_broker_command_test.go | 6 +- .../isolated/create_service_command_test.go | 4 +- .../create_service_key_command_test.go | 6 +- .../v7/isolated/create_shared_domain_test.go | 4 +- .../v7/isolated/create_space_command_test.go | 4 +- .../create_space_quota_command_test.go | 4 +- .../v7/isolated/create_user_command_test.go | 2 +- ...eate_user_provided_service_command_test.go | 2 +- integration/v7/isolated/curl_command_test.go | 4 +- .../v7/isolated/delete_command_test.go | 4 +- .../delete_isolation_segment_command_test.go | 2 +- .../v7/isolated/delete_org_command_test.go | 4 +- .../isolated/delete_org_quota_command_test.go | 2 +- .../delete_orphaned_routes_command_test.go | 4 +- .../delete_private_domain_command_test.go | 4 +- .../v7/isolated/delete_route_command_test.go | 4 +- .../delete_security_group_command_test.go | 4 +- .../delete_service_broker_command_test.go | 6 +- .../isolated/delete_service_command_test.go | 4 +- .../delete_service_key_command_test.go | 4 +- .../delete_shared_domain_command_test.go | 4 +- .../v7/isolated/delete_space_command_test.go | 2 +- .../delete_space_quota_command_test.go | 2 +- .../v7/isolated/delete_user_command_test.go | 2 +- .../disable_org_isolation_command_test.go | 2 +- .../disable_service_access_command_test.go | 4 +- .../v7/isolated/disable_ssh_command_test.go | 4 +- .../disallow_space_ssh_command_test.go | 4 +- .../v7/isolated/domains_command_test.go | 4 +- .../isolated/download_droplet_command_test.go | 4 +- .../v7/isolated/droplets_command_test.go | 4 +- .../enable_org_isolation_command_test.go | 2 +- .../enable_service_access_command_test.go | 4 +- .../v7/isolated/enable_ssh_command_test.go | 4 +- .../isolated/error_on_extra_arguments_test.go | 2 +- .../v7/isolated/events_command_test.go | 4 +- .../v7/isolated/feature_flag_command_test.go | 4 +- .../v7/isolated/feature_flags_command_test.go | 4 +- .../isolated/get_health_check_command_test.go | 4 +- integration/v7/isolated/help_command_test.go | 4 +- .../v7/isolated/isolated_suite_test.go | 2 +- .../isolation_segments_command_test.go | 2 +- .../v7/isolated/labels_command_test.go | 6 +- integration/v7/isolated/login_command_test.go | 4 +- .../v7/isolated/logout_command_test.go | 4 +- integration/v7/isolated/logs_command_test.go | 4 +- .../v7/isolated/map_route_command_test.go | 6 +- .../v7/isolated/marketplace_command_test.go | 6 +- .../isolated/network_policies_command_test.go | 2 +- integration/v7/isolated/oauth_client_test.go | 4 +- .../v7/isolated/oauth_token_command_test.go | 4 +- integration/v7/isolated/org_command_test.go | 2 +- .../v7/isolated/org_users_command_test.go | 2 +- integration/v7/isolated/orgs_command_test.go | 2 +- .../v7/isolated/packages_command_test.go | 4 +- .../v7/isolated/passwd_command_test.go | 4 +- .../v7/isolated/proxy_connection_test.go | 2 +- .../purge_service_instance_command_test.go | 4 +- .../purge_service_offering_command_test.go | 4 +- .../remove_network_policy_command_test.go | 2 +- .../v7/isolated/rename_command_test.go | 4 +- .../v7/isolated/rename_org_command_test.go | 4 +- .../rename_service_broker_command_test.go | 4 +- .../isolated/rename_service_command_test.go | 4 +- .../v7/isolated/rename_space_command_test.go | 4 +- ..._default_isolation_segment_command_test.go | 2 +- .../reset_space_isolation_segment_test.go | 2 +- .../v7/isolated/restage_command_test.go | 2 +- .../restart_app_instance_command_test.go | 6 +- .../v7/isolated/restart_command_test.go | 4 +- .../v7/isolated/revision_command_test.go | 4 +- .../v7/isolated/revisions_command_test.go | 4 +- .../v7/isolated/rollback_command_test.go | 4 +- integration/v7/isolated/route_command_test.go | 6 +- .../v7/isolated/router_groups_command_test.go | 2 +- .../v7/isolated/routes_command_test.go | 6 +- .../v7/isolated/run_task_command_test.go | 2 +- integration/v7/isolated/scale_command_test.go | 4 +- .../isolated/security_groups_command_test.go | 4 +- .../isolated/service_access_command_test.go | 4 +- .../isolated/service_brokers_command_test.go | 4 +- .../v7/isolated/service_command_test.go | 4 +- .../v7/isolated/service_key_command_test.go | 4 +- .../v7/isolated/service_keys_command_test.go | 4 +- .../v7/isolated/services_command_test.go | 6 +- .../v7/isolated/set_droplet_command_test.go | 4 +- .../v7/isolated/set_env_command_test.go | 4 +- .../isolated/set_health_check_command_test.go | 4 +- .../v7/isolated/set_label_command_test.go | 6 +- ..._default_isolation_segment_command_test.go | 2 +- .../v7/isolated/set_org_quota_command_test.go | 4 +- .../v7/isolated/set_org_role_command_test.go | 4 +- ...et_space_isolation_segment_command_test.go | 2 +- .../isolated/set_space_quota_command_test.go | 4 +- .../isolated/set_space_role_command_test.go | 2 +- .../v7/isolated/share_private_domain_test.go | 4 +- .../v7/isolated/share_route_command_test.go | 6 +- .../v7/isolated/share_service_command_test.go | 4 +- integration/v7/isolated/space_command_test.go | 6 +- .../v7/isolated/space_quota_command_test.go | 2 +- .../v7/isolated/space_quotas_command_test.go | 2 +- .../space_ssh_allowed_command_test.go | 2 +- .../v7/isolated/space_users_command_test.go | 4 +- .../v7/isolated/spaces_command_test.go | 2 +- .../v7/isolated/ssh_code_command_test.go | 2 +- integration/v7/isolated/ssh_command_test.go | 4 +- .../v7/isolated/ssh_enabled_command_test.go | 4 +- integration/v7/isolated/stack_command_test.go | 4 +- .../v7/isolated/stacks_command_test.go | 4 +- .../v7/isolated/stage_package_command_test.go | 4 +- integration/v7/isolated/start_command_test.go | 4 +- integration/v7/isolated/stop_command_test.go | 4 +- .../v7/isolated/table_alignment_test.go | 2 +- .../v7/isolated/target_command_test.go | 6 +- integration/v7/isolated/tasks_command_test.go | 2 +- .../isolated/terminate_task_command_test.go | 2 +- integration/v7/isolated/token_refresh_test.go | 4 +- .../unbind_route_service_command_test.go | 6 +- .../isolated/unbind_service_command_test.go | 6 +- .../v7/isolated/unmap_route_command_test.go | 4 +- .../v7/isolated/unset_env_command_test.go | 4 +- .../v7/isolated/unset_label_command_test.go | 6 +- .../isolated/unset_org_role_command_test.go | 2 +- .../unset_space_quota_command_test.go | 4 +- .../isolated/unset_space_role_command_test.go | 2 +- .../isolated/unshare_private_domain_test.go | 4 +- .../isolated/unshare_service_command_test.go | 4 +- .../update_destination_command_test.go | 6 +- .../isolated/update_org_quota_command_test.go | 2 +- .../update_service_broker_command_test.go | 4 +- .../isolated/update_service_command_test.go | 4 +- .../update_space_quota_command_test.go | 2 +- ...date_user_provided_service_command_test.go | 2 +- .../isolated/upgrade_service_command_test.go | 6 +- integration/v7/isolated/verbose_flag_test.go | 4 +- .../v7/push/app_start_timeout_flag_test.go | 2 +- integration/v7/push/buildpacks_test.go | 2 +- integration/v7/push/cfignore_test.go | 2 +- .../combination_manifest_and_flag_test.go | 2 +- integration/v7/push/disk_flag_test.go | 2 +- integration/v7/push/docker_test.go | 2 +- integration/v7/push/droplet_flag_test.go | 2 +- integration/v7/push/health_check_test.go | 2 +- integration/v7/push/help_test.go | 2 +- integration/v7/push/ignore_app_files_test.go | 2 +- integration/v7/push/input_errors_test.go | 2 +- integration/v7/push/instances_flag_test.go | 2 +- integration/v7/push/manifest_diff_test.go | 2 +- integration/v7/push/manifest_location_test.go | 2 +- ...st_with_app_name_and_no_route_flag_test.go | 2 +- .../v7/push/manifest_with_app_name_test.go | 2 +- integration/v7/push/memory_flag_test.go | 2 +- integration/v7/push/name_only_test.go | 2 +- integration/v7/push/no_route_test.go | 2 +- integration/v7/push/no_start_test.go | 2 +- integration/v7/push/no_wait_test.go | 2 +- integration/v7/push/path_test.go | 2 +- integration/v7/push/push_output_test.go | 2 +- integration/v7/push/push_suite_test.go | 2 +- integration/v7/push/random_route_test.go | 2 +- integration/v7/push/resource_matching_test.go | 2 +- integration/v7/push/rolling_push_test.go | 2 +- .../v7/push/simple_manifest_only_test.go | 2 +- integration/v7/push/stacks_test.go | 2 +- integration/v7/push/start_command_test.go | 2 +- integration/v7/push/symlink_resources_test.go | 2 +- integration/v7/push/symlink_test.go | 2 +- integration/v7/push/targeting_test.go | 2 +- integration/v7/push/tasks_test.go | 2 +- .../v7/selfcontained/api_command_test.go | 8 +-- .../create_space_command_test.go | 6 +- .../selfcontained/kubernetes_auth_log_test.go | 6 +- .../v7/selfcontained/kubernetes_auth_test.go | 8 +-- .../v7/selfcontained/login_command_test.go | 10 ++-- .../v7/selfcontained/logout_command_test.go | 6 +- .../selfcontained/selfcontained_suite_test.go | 6 +- main.go | 14 ++--- plugin/cli_connection.go | 2 +- plugin/plugin.go | 2 +- plugin/plugin_examples/basic_plugin.go | 6 +- plugin/plugin_examples/echo.go | 2 +- plugin/plugin_examples/images/rpc_flow1.png | Bin 34875 -> 34872 bytes plugin/plugin_examples/images/rpc_flow2.png | Bin 29966 -> 29965 bytes plugin/plugin_examples/images/rpc_flow3.png | Bin 34344 -> 34343 bytes plugin/plugin_examples/interactive.go | 2 +- plugin/plugin_examples/multiple_commands.go | 2 +- .../test_rpc_server_example.go | 4 +- .../test_rpc_server_example_suite_test.go | 2 +- .../test_rpc_server_example_test.go | 6 +- plugin/plugin_shim_test.go | 6 +- plugin/plugin_suite_test.go | 2 +- plugin/pluginfakes/fake_cli_connection.go | 4 +- plugin/rpc/call_command_registry.go | 6 +- plugin/rpc/call_command_registry_test.go | 10 ++-- plugin/rpc/cli_rpc_server.go | 16 ++--- plugin/rpc/cli_rpc_server_test.go | 24 ++++---- plugin/rpc/fakecommand/fake_command1.go | 8 +-- plugin/rpc/fakecommand/fake_command2.go | 8 +-- plugin/rpc/fakecommand/fake_command3.go | 6 +- plugin/rpc/fakecommand/fake_command4.go | 6 +- plugin/rpc/rpc_suite_test.go | 2 +- plugin/rpc/rpcfakes/fake_command_runner.go | 4 +- plugin/rpc/rpcfakes/fake_output_capture.go | 2 +- .../rpcfakes/fake_terminal_output_switch.go | 2 +- plugin/rpc/run_plugin.go | 2 +- plugin/transition/run_plugin_legacy.go | 6 +- resources/application_resource.go | 4 +- resources/build_resource.go | 4 +- resources/buildpack_resource.go | 4 +- resources/deployment_resource.go | 4 +- resources/domain_resource.go | 2 +- resources/droplet_resource.go | 2 +- resources/environment_variables_resource.go | 4 +- resources/last_operation_resource_test.go | 2 +- resources/metadata_resource.go | 2 +- resources/package_resource.go | 4 +- resources/process_resource.go | 6 +- resources/process_resource_test.go | 6 +- resources/quota_resource.go | 2 +- resources/quota_resource_test.go | 2 +- resources/relationship_resource.go | 4 +- resources/role_resource.go | 4 +- resources/route_binding.go | 2 +- resources/route_binding_test.go | 2 +- resources/route_resource.go | 2 +- resources/security_group_resource_test.go | 2 +- resources/service_broker_resource_test.go | 4 +- .../service_credential_binding_resource.go | 2 +- ...ervice_credential_binding_resource_test.go | 4 +- resources/service_instance_resource.go | 2 +- resources/service_instance_resource_test.go | 4 +- ...ce_instance_usage_summary_resource_test.go | 2 +- resources/service_offering_resource.go | 2 +- resources/service_offering_resource_test.go | 4 +- resources/service_plan_resource_test.go | 4 +- .../service_plan_visibility_resource_test.go | 2 +- resources/shared_to_spaces_resource_test.go | 4 +- resources/sidecar_resource.go | 2 +- resources/task_resource.go | 2 +- types/filtered_interface_test.go | 2 +- types/filtered_string_test.go | 2 +- types/json_object_test.go | 2 +- types/null_bool_test.go | 2 +- types/null_bytesize_in_mb_test.go | 2 +- types/null_int_test.go | 2 +- types/null_string_test.go | 2 +- types/null_uint64_test.go | 2 +- types/optional_boolean_test.go | 2 +- types/optional_object_test.go | 2 +- types/optional_string_slice_test.go | 2 +- types/optional_string_test.go | 2 +- util/batcher/batcher.go | 2 +- util/batcher/batcher_test.go | 6 +- util/checksum_test.go | 2 +- .../clisshfakes/fake_listener_factory.go | 2 +- util/clissh/clisshfakes/fake_secure_client.go | 2 +- util/clissh/clisshfakes/fake_secure_dialer.go | 2 +- .../clissh/clisshfakes/fake_secure_session.go | 2 +- .../clisshfakes/fake_terminal_helper.go | 2 +- util/clissh/ssh.go | 4 +- util/clissh/ssh_test.go | 6 +- util/command_parser/command_parser.go | 14 ++--- util/command_parser/command_parser_test.go | 10 ++-- util/command_parser/prevent_extra_args_v7.go | 2 +- util/command_parser/unknown_command_error.go | 4 +- util/configv3/color_test.go | 2 +- util/configv3/config.go | 2 +- util/configv3/config_suite_test.go | 2 +- util/configv3/config_test.go | 2 +- util/configv3/config_unix_test.go | 2 +- util/configv3/config_windows_test.go | 2 +- .../configv3fakes/fake_user_config.go | 2 +- util/configv3/default_user_config_test.go | 2 +- util/configv3/dynamic_user_config_test.go | 4 +- util/configv3/env_test.go | 2 +- util/configv3/json_config_test.go | 4 +- util/configv3/k8s_test.go | 2 +- util/configv3/kubernetes_user_config_test.go | 2 +- util/configv3/load_config.go | 2 +- util/configv3/load_config_test.go | 8 +-- util/configv3/locale_test.go | 2 +- util/configv3/plugin_repository_test.go | 2 +- util/configv3/plugins_config.go | 2 +- util/configv3/plugins_config_test.go | 2 +- util/configv3/write_config_test.go | 2 +- util/download/downloader.go | 2 +- util/download/downloader_test.go | 4 +- .../download/downloadfakes/fake_httpclient.go | 2 +- .../downloadfakes/fake_progress_bar.go | 2 +- util/extract/extract.go | 2 +- util/extract/extract_test.go | 2 +- util/generic/architecture_test.go | 2 +- util/generic/executable_filename_unix_test.go | 2 +- .../executable_filename_windows_test.go | 2 +- util/generic/map_test.go | 2 +- util/generic/slice_test.go | 2 +- util/lookuptable/name_from_guid_test.go | 2 +- util/lookuptable/resource_from_guid.go | 2 +- util/manifest/application.go | 2 +- util/manifest/manifest_test.go | 4 +- util/manifest/manifest_unix_test.go | 2 +- util/manifest/manifest_windows_test.go | 2 +- util/manifestparser/application.go | 2 +- util/manifestparser/application_test.go | 2 +- util/manifestparser/locator_test.go | 2 +- util/manifestparser/manifest_test.go | 2 +- util/manifestparser/parser_test.go | 2 +- util/manifestparser/process.go | 2 +- util/manifestparser/process_test.go | 2 +- util/panichandler/handler.go | 2 +- util/plugin/plugin.go | 10 ++-- util/railway/railway.go | 2 +- util/railway/railway_test.go | 4 +- util/randomword/generator_test.go | 2 +- util/sorting/alphabetic_test.go | 2 +- util/tls_test.go | 2 +- util/ui/config.go | 2 +- util/ui/i18n.go | 2 +- util/ui/i18n_test.go | 4 +- util/ui/log_message_test.go | 6 +- util/ui/prompt_test.go | 6 +- util/ui/request_logger_file_writer_test.go | 2 +- .../request_logger_terminal_display_test.go | 2 +- util/ui/sanitize_json_test.go | 2 +- util/ui/table_test.go | 6 +- util/ui/ui.go | 4 +- util/ui/ui_for_app_test.go | 6 +- util/ui/ui_for_push.go | 2 +- util/ui/ui_for_push_test.go | 8 +-- util/ui/ui_test.go | 8 +-- util/ui/ui_v7_test.go | 6 +- util/ui/uifakes/fake_config.go | 4 +- util/ui/uifakes/fake_exiter.go | 2 +- util/ui/uifakes/fake_interactor.go | 2 +- util/ui/uifakes/fake_log_message.go | 2 +- util/ui/uifakes/fake_resolver.go | 2 +- util/unique/string_slice_test.go | 2 +- util/url_test.go | 2 +- util/utilfakes/fake_sha1checksum.go | 2 +- version/version_test.go | 2 +- 2192 files changed, 9191 insertions(+), 9191 deletions(-) diff --git a/.github/cf_example.gif b/.github/cf_example.gif index 65af790c669e4f4aea77250c61b6716d199d1568..12d6b83d8b1a55fa946bf6c1b2457bb17ce09720 100644 GIT binary patch delta 418 zcmV;T0bTyRz@Pzyz@P!J63w#{&8{4S!s&;?=>fOG=>oPVw|Nl*BF49z*8_NHw-rDH zcFVVn3k7o;wk8GWX1D2#1$DcJUq}YGUq}b2q_+s|2iTQ|;erUa;erX0@`rSF3b%B1 z3oszJrIib2VTTO&3%3mS3_&BeP8tm^6}Npa4NonH&0GzK&0G$*&0G%~K)30f4_4l{ zKzk4)4!2~95KIiWv6T?Yn74c`5jpC&wipr?JBQ6v61UA$6C0qn>GKnZ7q@W>6da7V zj+Ye77>8T16t`Qj75Qw3RUH<$RUH?~fwv%^7vO8R0Sg$0m$!(b7?3Bo8Oj)+rMJ0n z8J=~wSmha?`nUMs8cb1#MKK$CDS%_M&9jZg3L@<*W<7O?E0@6QKSzn|9>4!b6rMnq<+rvEAwugDJuUG;U`}cz5U-e9!F)Mn7tIQo+yyc)#vrs1HDEoRI*kvELxF-F}1U&m17zLRM_Mg{=6g zMxZ>?eDMd_K>87vMB8*Aov}z_0w_#=oRpZq6i83cmz-A$q)nen&i@6ZuiTgN2?Uy< zU?{y^!BFNPC_Em%k=g$6jjT2kP@d<#Y5R^dmFX<|#lmsi#$eSZ#aiX>}ct852LK OFX9H$#(&f=DgywYlfP^L diff --git a/README.md b/README.md index 8d4d787448..6e6750cd27 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ View our [CLI v6 & v7 & v8 Versioning and Support Policy](https://github.com/clo If you have any questions, ask away on the #cli channel in [our Slack community](https://slack.cloudfoundry.org/) and the [cf-dev](https://lists.cloudfoundry.org/archives/list/cf-dev@lists.cloudfoundry.org/) -mailing list, or [open a GitHub issue](https://github.com/cloudfoundry/cli/issues/new). +mailing list, or [open a GitHub issue](https://github.com/cloudfoundry/cli/issues/new). You can follow our development progress on [Core CF CLI Pivotal Tracker](https://www.pivotaltracker.com/n/projects/892938). @@ -80,7 +80,7 @@ Check out our [community contributed CLI plugins](https://plugins.cloudfoundry.o * .cfignore used in `cf push` must be in UTF-8 encoding for CLI to interpret correctly. ([issue #281](https://github.com/cloudfoundry/cli/issues/281#issuecomment-65315518)) * On Linux, when encountering message "bash: .cf: No such file or directory", ensure that you're using the [correct binary or installer for your architecture](https://askubuntu.com/questions/133389/no-such-file-or-directory-but-the-file-exists). * X-Cf-Warnings are printed through the `stdout`, if that's an inconvenience you could set `CF_RAISE_ERROR_ON_WARNINGS` and in that case warnings will be printed through the `stderr`. See [X-Cf-Warnings printed through stdout issue](https://github.com/cloudfoundry/cli/issues/2164) -* False negative message for user org creation. CLI v7.0 and CLI v7.1 non-admin users with the user-org-creation feature flag enabled will experience a failure when running cf create-org. The command will explicitly fail attempting to grant the user an org-manager role. However, it actually succeeds because the user would have an org-manager role granted to them via CAPI and therefore be able to access their org. This issue is resolved as of CLI v7.2. See [Inconsistent v2/v3 behavior around creating new orgs + assigning roles](https://github.com/cloudfoundry/cloud_controller_ng/issues/1879). +* False negative message for user org creation. CLI v7.0 and CLI v7.1 non-admin users with the user-org-creation feature flag enabled will experience a failure when running cf create-org. The command will explicitly fail attempting to grant the user an org-manager role. However, it actually succeeds because the user would have an org-manager role granted to them via CAPI and therefore be able to access their org. This issue is resolved as of CLI v7.2. See [Inconsistent v2/v3 behavior around creating new orgs + assigning roles](https://github.com/cloudfoundry/cloud_controller_ng/issues/1879). ## Filing Issues & Feature Requests @@ -97,6 +97,6 @@ information follow: * [The CF CLI plugin development guide](https://github.com/cloudfoundry/cli/tree/master/plugin/plugin_examples) * [The official plugins repository](https://plugins.cloudfoundry.org/) -When importing the plugin code use `import "code.cloudfoundry.org/cli/plugin"`. +When importing the plugin code use `import "github.com/LukasHeimann/cloudfoundrycli/v8/plugin"`. Older plugins that import `github.com/cloudfoundry/cli/plugin` will still work as long they vendor the plugins directory. diff --git a/actor/actionerror/duplicate_service_error_test.go b/actor/actionerror/duplicate_service_error_test.go index 101c7edd77..5faf56cf8b 100644 --- a/actor/actionerror/duplicate_service_error_test.go +++ b/actor/actionerror/duplicate_service_error_test.go @@ -1,7 +1,7 @@ package actionerror_test import ( - "code.cloudfoundry.org/cli/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/actionerror/duplicate_service_plan_error_test.go b/actor/actionerror/duplicate_service_plan_error_test.go index 5944cf984b..2f620295ce 100644 --- a/actor/actionerror/duplicate_service_plan_error_test.go +++ b/actor/actionerror/duplicate_service_plan_error_test.go @@ -1,7 +1,7 @@ package actionerror_test import ( - "code.cloudfoundry.org/cli/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/actionerror/enrich_api_errors.go b/actor/actionerror/enrich_api_errors.go index d372f41221..817d894ee6 100644 --- a/actor/actionerror/enrich_api_errors.go +++ b/actor/actionerror/enrich_api_errors.go @@ -1,6 +1,6 @@ package actionerror -import "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" +import "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" func EnrichAPIErrors(e error) error { switch err := e.(type) { diff --git a/actor/actionerror/enrich_api_errors_test.go b/actor/actionerror/enrich_api_errors_test.go index 0acf73fa9d..cdb79fc116 100644 --- a/actor/actionerror/enrich_api_errors_test.go +++ b/actor/actionerror/enrich_api_errors_test.go @@ -3,9 +3,9 @@ package actionerror_test import ( "errors" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/actionerror/package_not_found_in_app_error_test.go b/actor/actionerror/package_not_found_in_app_error_test.go index 6aae72411c..ecee21749f 100644 --- a/actor/actionerror/package_not_found_in_app_error_test.go +++ b/actor/actionerror/package_not_found_in_app_error_test.go @@ -1,7 +1,7 @@ package actionerror_test import ( - "code.cloudfoundry.org/cli/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/actionerror/route_not_found_error_test.go b/actor/actionerror/route_not_found_error_test.go index 6a22471663..a2c480d739 100644 --- a/actor/actionerror/route_not_found_error_test.go +++ b/actor/actionerror/route_not_found_error_test.go @@ -1,7 +1,7 @@ package actionerror_test import ( - "code.cloudfoundry.org/cli/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/actionerror/security_group_not_bound_to_space_error.go b/actor/actionerror/security_group_not_bound_to_space_error.go index 7714874d62..3993e5d599 100644 --- a/actor/actionerror/security_group_not_bound_to_space_error.go +++ b/actor/actionerror/security_group_not_bound_to_space_error.go @@ -3,7 +3,7 @@ package actionerror import ( "fmt" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" ) // SecurityGroupNotBoundToSpaceError is returned when a requested security group is diff --git a/actor/actionerror/service_instance_type_error.go b/actor/actionerror/service_instance_type_error.go index 9021fcd059..dfcc74bf4f 100644 --- a/actor/actionerror/service_instance_type_error.go +++ b/actor/actionerror/service_instance_type_error.go @@ -3,7 +3,7 @@ package actionerror import ( "fmt" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type ServiceInstanceTypeError struct { diff --git a/actor/actionerror/service_not_found_error_test.go b/actor/actionerror/service_not_found_error_test.go index dd5760e832..31c8ad0ea2 100644 --- a/actor/actionerror/service_not_found_error_test.go +++ b/actor/actionerror/service_not_found_error_test.go @@ -1,7 +1,7 @@ package actionerror_test import ( - "code.cloudfoundry.org/cli/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/actionerror/service_offering_name_ambiguity_error.go b/actor/actionerror/service_offering_name_ambiguity_error.go index b7ec535195..fb7d76e308 100644 --- a/actor/actionerror/service_offering_name_ambiguity_error.go +++ b/actor/actionerror/service_offering_name_ambiguity_error.go @@ -1,6 +1,6 @@ package actionerror -import "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" +import "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" type ServiceOfferingNameAmbiguityError struct { ccerror.ServiceOfferingNameAmbiguityError diff --git a/actor/actionerror/service_plan_not_found_error_test.go b/actor/actionerror/service_plan_not_found_error_test.go index d3519eb5ec..67c676c4c8 100644 --- a/actor/actionerror/service_plan_not_found_error_test.go +++ b/actor/actionerror/service_plan_not_found_error_test.go @@ -3,7 +3,7 @@ package actionerror_test import ( "fmt" - "code.cloudfoundry.org/cli/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/actionerror/space_not_found_error_test.go b/actor/actionerror/space_not_found_error_test.go index a0682186b3..9d1b7833a1 100644 --- a/actor/actionerror/space_not_found_error_test.go +++ b/actor/actionerror/space_not_found_error_test.go @@ -1,7 +1,7 @@ package actionerror_test import ( - "code.cloudfoundry.org/cli/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/actionerror/user_not_found.go b/actor/actionerror/user_not_found.go index 57f50c8ee1..eb795cd9da 100644 --- a/actor/actionerror/user_not_found.go +++ b/actor/actionerror/user_not_found.go @@ -3,7 +3,7 @@ package actionerror import ( "fmt" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" ) // UserNotFoundError is an error wrapper that represents the case diff --git a/actor/cfnetworkingaction/cfnetworkingactionfakes/fake_cloud_controller_client.go b/actor/cfnetworkingaction/cfnetworkingactionfakes/fake_cloud_controller_client.go index f83e102f68..2e48b28fa6 100644 --- a/actor/cfnetworkingaction/cfnetworkingactionfakes/fake_cloud_controller_client.go +++ b/actor/cfnetworkingaction/cfnetworkingactionfakes/fake_cloud_controller_client.go @@ -4,9 +4,9 @@ package cfnetworkingactionfakes import ( "sync" - "code.cloudfoundry.org/cli/actor/cfnetworkingaction" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/cfnetworkingaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type FakeCloudControllerClient struct { diff --git a/actor/cfnetworkingaction/cfnetworkingactionfakes/fake_networking_client.go b/actor/cfnetworkingaction/cfnetworkingactionfakes/fake_networking_client.go index ce5fc06a3e..3c5ff51992 100644 --- a/actor/cfnetworkingaction/cfnetworkingactionfakes/fake_networking_client.go +++ b/actor/cfnetworkingaction/cfnetworkingactionfakes/fake_networking_client.go @@ -5,7 +5,7 @@ import ( "sync" "code.cloudfoundry.org/cfnetworking-cli-api/cfnetworking/cfnetv1" - "code.cloudfoundry.org/cli/actor/cfnetworkingaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/cfnetworkingaction" ) type FakeNetworkingClient struct { diff --git a/actor/cfnetworkingaction/cloud_controller_client.go b/actor/cfnetworkingaction/cloud_controller_client.go index c5d6c48c91..3ab92eaa36 100644 --- a/actor/cfnetworkingaction/cloud_controller_client.go +++ b/actor/cfnetworkingaction/cloud_controller_client.go @@ -1,8 +1,8 @@ package cfnetworkingaction import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . CloudControllerClient diff --git a/actor/cfnetworkingaction/policy.go b/actor/cfnetworkingaction/policy.go index a0e44b246e..e23f5ad8cc 100644 --- a/actor/cfnetworkingaction/policy.go +++ b/actor/cfnetworkingaction/policy.go @@ -2,12 +2,12 @@ package cfnetworkingaction import ( "code.cloudfoundry.org/cfnetworking-cli-api/cfnetworking/cfnetv1" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/batcher" - "code.cloudfoundry.org/cli/util/lookuptable" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/batcher" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/lookuptable" ) type Policy struct { diff --git a/actor/cfnetworkingaction/policy_test.go b/actor/cfnetworkingaction/policy_test.go index d1319b509f..6439c75c31 100644 --- a/actor/cfnetworkingaction/policy_test.go +++ b/actor/cfnetworkingaction/policy_test.go @@ -4,15 +4,15 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/batcher" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/batcher" "code.cloudfoundry.org/cfnetworking-cli-api/cfnetworking/cfnetv1" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/cfnetworkingaction" - "code.cloudfoundry.org/cli/actor/cfnetworkingaction/cfnetworkingactionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/cfnetworkingaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/cfnetworkingaction/cfnetworkingactionfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/pluginaction/checksum.go b/actor/pluginaction/checksum.go index 0d0a0f9e07..ee46efe726 100644 --- a/actor/pluginaction/checksum.go +++ b/actor/pluginaction/checksum.go @@ -1,6 +1,6 @@ package pluginaction -import "code.cloudfoundry.org/cli/util/configv3" +import "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" func (actor Actor) ValidateFileChecksum(path string, checksum string) bool { plugin := configv3.Plugin{Location: path} diff --git a/actor/pluginaction/checksum_test.go b/actor/pluginaction/checksum_test.go index 73792f2bcb..fcc23f8f01 100644 --- a/actor/pluginaction/checksum_test.go +++ b/actor/pluginaction/checksum_test.go @@ -4,8 +4,8 @@ import ( "io/ioutil" "os" - . "code.cloudfoundry.org/cli/actor/pluginaction" - "code.cloudfoundry.org/cli/actor/pluginaction/pluginactionfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/pluginaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/pluginaction/pluginactionfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/pluginaction/config.go b/actor/pluginaction/config.go index 74410faa41..70bd1578bd 100644 --- a/actor/pluginaction/config.go +++ b/actor/pluginaction/config.go @@ -1,6 +1,6 @@ package pluginaction -import "code.cloudfoundry.org/cli/util/configv3" +import "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . Config diff --git a/actor/pluginaction/install.go b/actor/pluginaction/install.go index 7ce2e23bbc..e7a07bea44 100644 --- a/actor/pluginaction/install.go +++ b/actor/pluginaction/install.go @@ -9,10 +9,10 @@ import ( "github.com/blang/semver" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/plugin" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/generic" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/generic" "code.cloudfoundry.org/gofileutils/fileutils" ) diff --git a/actor/pluginaction/install_test.go b/actor/pluginaction/install_test.go index cd4da19c82..a2ebcdfd22 100644 --- a/actor/pluginaction/install_test.go +++ b/actor/pluginaction/install_test.go @@ -6,13 +6,13 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/pluginaction" - "code.cloudfoundry.org/cli/actor/pluginaction/pluginactionfakes" - "code.cloudfoundry.org/cli/api/plugin" - "code.cloudfoundry.org/cli/api/plugin/pluginfakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/generic" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/pluginaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/pluginaction/pluginactionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin/pluginfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/generic" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/pluginaction/install_unix_test.go b/actor/pluginaction/install_unix_test.go index 3c5227c5a6..923cc896c5 100644 --- a/actor/pluginaction/install_unix_test.go +++ b/actor/pluginaction/install_unix_test.go @@ -8,9 +8,9 @@ import ( "os" "path/filepath" - . "code.cloudfoundry.org/cli/actor/pluginaction" - "code.cloudfoundry.org/cli/actor/pluginaction/pluginactionfakes" - "code.cloudfoundry.org/cli/util/configv3" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/pluginaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/pluginaction/pluginactionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/pluginaction/install_windows_test.go b/actor/pluginaction/install_windows_test.go index f1ce037a6f..d1ce05cbcd 100644 --- a/actor/pluginaction/install_windows_test.go +++ b/actor/pluginaction/install_windows_test.go @@ -7,8 +7,8 @@ import ( "io/ioutil" "os" - . "code.cloudfoundry.org/cli/actor/pluginaction" - "code.cloudfoundry.org/cli/actor/pluginaction/pluginactionfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/pluginaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/pluginaction/pluginactionfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/pluginaction/list.go b/actor/pluginaction/list.go index 437ba91a35..5ae74c9083 100644 --- a/actor/pluginaction/list.go +++ b/actor/pluginaction/list.go @@ -1,7 +1,7 @@ package pluginaction import ( - "code.cloudfoundry.org/cli/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" "github.com/blang/semver" ) diff --git a/actor/pluginaction/list_test.go b/actor/pluginaction/list_test.go index 0fa9a7a72f..02194d52e8 100644 --- a/actor/pluginaction/list_test.go +++ b/actor/pluginaction/list_test.go @@ -3,11 +3,11 @@ package pluginaction_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/pluginaction" - "code.cloudfoundry.org/cli/actor/pluginaction/pluginactionfakes" - "code.cloudfoundry.org/cli/api/plugin" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/pluginaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/pluginaction/pluginactionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/pluginaction/plugin_client.go b/actor/pluginaction/plugin_client.go index b7cb807171..fb44268356 100644 --- a/actor/pluginaction/plugin_client.go +++ b/actor/pluginaction/plugin_client.go @@ -1,6 +1,6 @@ package pluginaction -import "code.cloudfoundry.org/cli/api/plugin" +import "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin" //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . PluginClient diff --git a/actor/pluginaction/plugin_info.go b/actor/pluginaction/plugin_info.go index 8ca0133f28..824be88644 100644 --- a/actor/pluginaction/plugin_info.go +++ b/actor/pluginaction/plugin_info.go @@ -3,9 +3,9 @@ package pluginaction import ( "runtime" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/generic" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/generic" ) type PluginInfo struct { diff --git a/actor/pluginaction/plugin_info_test.go b/actor/pluginaction/plugin_info_test.go index caf4728ac3..2f0e90741c 100644 --- a/actor/pluginaction/plugin_info_test.go +++ b/actor/pluginaction/plugin_info_test.go @@ -3,11 +3,11 @@ package pluginaction_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/pluginaction" - "code.cloudfoundry.org/cli/actor/pluginaction/pluginactionfakes" - "code.cloudfoundry.org/cli/api/plugin" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/pluginaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/pluginaction/pluginactionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/pluginaction/plugin_repository.go b/actor/pluginaction/plugin_repository.go index 600ba67a91..1a56e54156 100644 --- a/actor/pluginaction/plugin_repository.go +++ b/actor/pluginaction/plugin_repository.go @@ -4,8 +4,8 @@ import ( "fmt" "strings" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" ) func (actor Actor) AddPluginRepository(repoName string, repoURL string) error { diff --git a/actor/pluginaction/plugin_repository_test.go b/actor/pluginaction/plugin_repository_test.go index d7d3956aab..676d173ab7 100644 --- a/actor/pluginaction/plugin_repository_test.go +++ b/actor/pluginaction/plugin_repository_test.go @@ -4,11 +4,11 @@ import ( "errors" "strings" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/pluginaction" - "code.cloudfoundry.org/cli/actor/pluginaction/pluginactionfakes" - "code.cloudfoundry.org/cli/api/plugin" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/pluginaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/pluginaction/pluginactionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/pluginaction/pluginactionfakes/fake_command_list.go b/actor/pluginaction/pluginactionfakes/fake_command_list.go index 8d72e43488..83d630063e 100644 --- a/actor/pluginaction/pluginactionfakes/fake_command_list.go +++ b/actor/pluginaction/pluginactionfakes/fake_command_list.go @@ -4,7 +4,7 @@ package pluginactionfakes import ( "sync" - "code.cloudfoundry.org/cli/actor/pluginaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/pluginaction" ) type FakeCommandList struct { diff --git a/actor/pluginaction/pluginactionfakes/fake_config.go b/actor/pluginaction/pluginactionfakes/fake_config.go index 4d2581800e..719740b8ee 100644 --- a/actor/pluginaction/pluginactionfakes/fake_config.go +++ b/actor/pluginaction/pluginactionfakes/fake_config.go @@ -4,8 +4,8 @@ package pluginactionfakes import ( "sync" - "code.cloudfoundry.org/cli/actor/pluginaction" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/pluginaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" ) type FakeConfig struct { diff --git a/actor/pluginaction/pluginactionfakes/fake_plugin_client.go b/actor/pluginaction/pluginactionfakes/fake_plugin_client.go index 4cd201cd61..1b3c799b15 100644 --- a/actor/pluginaction/pluginactionfakes/fake_plugin_client.go +++ b/actor/pluginaction/pluginactionfakes/fake_plugin_client.go @@ -4,8 +4,8 @@ package pluginactionfakes import ( "sync" - "code.cloudfoundry.org/cli/actor/pluginaction" - "code.cloudfoundry.org/cli/api/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/pluginaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin" ) type FakePluginClient struct { diff --git a/actor/pluginaction/pluginactionfakes/fake_plugin_metadata.go b/actor/pluginaction/pluginactionfakes/fake_plugin_metadata.go index 47d16dc403..7647de8ef1 100644 --- a/actor/pluginaction/pluginactionfakes/fake_plugin_metadata.go +++ b/actor/pluginaction/pluginactionfakes/fake_plugin_metadata.go @@ -4,8 +4,8 @@ package pluginactionfakes import ( "sync" - "code.cloudfoundry.org/cli/actor/pluginaction" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/pluginaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" ) type FakePluginMetadata struct { diff --git a/actor/pluginaction/pluginactionfakes/fake_plugin_uninstaller.go b/actor/pluginaction/pluginactionfakes/fake_plugin_uninstaller.go index 060fa43875..e7dc7c190b 100644 --- a/actor/pluginaction/pluginactionfakes/fake_plugin_uninstaller.go +++ b/actor/pluginaction/pluginactionfakes/fake_plugin_uninstaller.go @@ -4,7 +4,7 @@ package pluginactionfakes import ( "sync" - "code.cloudfoundry.org/cli/actor/pluginaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/pluginaction" ) type FakePluginUninstaller struct { diff --git a/actor/pluginaction/uninstall.go b/actor/pluginaction/uninstall.go index 485217256b..ab6396870e 100644 --- a/actor/pluginaction/uninstall.go +++ b/actor/pluginaction/uninstall.go @@ -5,7 +5,7 @@ import ( "os/exec" "time" - "code.cloudfoundry.org/cli/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . PluginUninstaller diff --git a/actor/pluginaction/uninstall_test.go b/actor/pluginaction/uninstall_test.go index 895f4e2cb5..6a6a66c670 100644 --- a/actor/pluginaction/uninstall_test.go +++ b/actor/pluginaction/uninstall_test.go @@ -7,10 +7,10 @@ import ( "os/exec" "path/filepath" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/pluginaction" - "code.cloudfoundry.org/cli/actor/pluginaction/pluginactionfakes" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/pluginaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/pluginaction/pluginactionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/sharedaction/auth_test.go b/actor/sharedaction/auth_test.go index 9fbf5e6506..c5055fed1f 100644 --- a/actor/sharedaction/auth_test.go +++ b/actor/sharedaction/auth_test.go @@ -3,8 +3,8 @@ package sharedaction_test import ( "errors" - . "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/sharedaction/sharedactionfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction/sharedactionfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/sharedaction/check_target.go b/actor/sharedaction/check_target.go index 5621e84505..e7ce8557c4 100644 --- a/actor/sharedaction/check_target.go +++ b/actor/sharedaction/check_target.go @@ -1,6 +1,6 @@ package sharedaction -import "code.cloudfoundry.org/cli/actor/actionerror" +import "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" // CheckTarget confirms that the user is logged in. Optionally it will also // check if an organization and space are targeted. diff --git a/actor/sharedaction/check_target_test.go b/actor/sharedaction/check_target_test.go index a084607262..54d9d7c405 100644 --- a/actor/sharedaction/check_target_test.go +++ b/actor/sharedaction/check_target_test.go @@ -3,9 +3,9 @@ package sharedaction_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/sharedaction/sharedactionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction/sharedactionfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/actor/sharedaction/help.go b/actor/sharedaction/help.go index a1120cd3ed..266790e710 100644 --- a/actor/sharedaction/help.go +++ b/actor/sharedaction/help.go @@ -5,8 +5,8 @@ import ( "sort" "strings" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/util/sorting" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/sorting" ) const ( diff --git a/actor/sharedaction/help_test.go b/actor/sharedaction/help_test.go index d729999aa5..52332e4c52 100644 --- a/actor/sharedaction/help_test.go +++ b/actor/sharedaction/help_test.go @@ -1,9 +1,9 @@ package sharedaction_test import ( - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/sharedaction/sharedactionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction/sharedactionfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/sharedaction/is_org_targeted_test.go b/actor/sharedaction/is_org_targeted_test.go index e13bca342f..ca328720c0 100644 --- a/actor/sharedaction/is_org_targeted_test.go +++ b/actor/sharedaction/is_org_targeted_test.go @@ -1,8 +1,8 @@ package sharedaction_test import ( - . "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/sharedaction/sharedactionfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction/sharedactionfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/sharedaction/is_space_targeted_test.go b/actor/sharedaction/is_space_targeted_test.go index a1bdaca43a..50c1554d3d 100644 --- a/actor/sharedaction/is_space_targeted_test.go +++ b/actor/sharedaction/is_space_targeted_test.go @@ -1,8 +1,8 @@ package sharedaction_test import ( - . "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/sharedaction/sharedactionfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction/sharedactionfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/sharedaction/logging_test.go b/actor/sharedaction/logging_test.go index abbb94c125..1eb3ca14ba 100644 --- a/actor/sharedaction/logging_test.go +++ b/actor/sharedaction/logging_test.go @@ -7,8 +7,8 @@ import ( "net/url" "time" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/sharedaction/sharedactionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction/sharedactionfakes" logcache "code.cloudfoundry.org/go-log-cache" "code.cloudfoundry.org/go-loggregator/v8/rpc/loggregator_v2" . "github.com/onsi/ginkgo" diff --git a/actor/sharedaction/resource.go b/actor/sharedaction/resource.go index 944883be0e..7a20ae0588 100644 --- a/actor/sharedaction/resource.go +++ b/actor/sharedaction/resource.go @@ -10,9 +10,9 @@ import ( "path/filepath" "strings" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" "code.cloudfoundry.org/ykk" ignore "github.com/sabhiram/go-gitignore" log "github.com/sirupsen/logrus" diff --git a/actor/sharedaction/resource_darwin_test.go b/actor/sharedaction/resource_darwin_test.go index 21444f4d46..1d8d814e01 100644 --- a/actor/sharedaction/resource_darwin_test.go +++ b/actor/sharedaction/resource_darwin_test.go @@ -8,8 +8,8 @@ import ( "os" "path/filepath" - . "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/sharedaction/sharedactionfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction/sharedactionfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/sharedaction/resource_linux_test.go b/actor/sharedaction/resource_linux_test.go index 525a41444f..dd43c38b14 100644 --- a/actor/sharedaction/resource_linux_test.go +++ b/actor/sharedaction/resource_linux_test.go @@ -8,8 +8,8 @@ import ( "os" "path/filepath" - . "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/sharedaction/sharedactionfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction/sharedactionfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/sharedaction/resource_test.go b/actor/sharedaction/resource_test.go index 46a002ee79..47d57016f2 100644 --- a/actor/sharedaction/resource_test.go +++ b/actor/sharedaction/resource_test.go @@ -7,11 +7,11 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/sharedaction/sharedactionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction/sharedactionfakes" "code.cloudfoundry.org/ykk" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/sharedaction/resource_unix_test.go b/actor/sharedaction/resource_unix_test.go index 4de5d12432..1f076c36d3 100644 --- a/actor/sharedaction/resource_unix_test.go +++ b/actor/sharedaction/resource_unix_test.go @@ -8,9 +8,9 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/sharedaction/sharedactionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction/sharedactionfakes" "code.cloudfoundry.org/ykk" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/sharedaction/resource_windows_test.go b/actor/sharedaction/resource_windows_test.go index 9aa3b6ee29..ead78ec963 100644 --- a/actor/sharedaction/resource_windows_test.go +++ b/actor/sharedaction/resource_windows_test.go @@ -5,9 +5,9 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/sharedaction/sharedactionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction/sharedactionfakes" "code.cloudfoundry.org/ykk" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/sharedaction/secure_shell_client.go b/actor/sharedaction/secure_shell_client.go index af276009b0..7fc562eff9 100644 --- a/actor/sharedaction/secure_shell_client.go +++ b/actor/sharedaction/secure_shell_client.go @@ -1,6 +1,6 @@ package sharedaction -import "code.cloudfoundry.org/cli/util/clissh" +import "github.com/LukasHeimann/cloudfoundrycli/v8/util/clissh" //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . SecureShellClient diff --git a/actor/sharedaction/sharedactionfakes/fake_config.go b/actor/sharedaction/sharedactionfakes/fake_config.go index 9bad4b6fb7..91832c0f60 100644 --- a/actor/sharedaction/sharedactionfakes/fake_config.go +++ b/actor/sharedaction/sharedactionfakes/fake_config.go @@ -4,7 +4,7 @@ package sharedactionfakes import ( "sync" - "code.cloudfoundry.org/cli/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" ) type FakeConfig struct { diff --git a/actor/sharedaction/sharedactionfakes/fake_log_cache_client.go b/actor/sharedaction/sharedactionfakes/fake_log_cache_client.go index ac0cf83dfa..352948c6bd 100644 --- a/actor/sharedaction/sharedactionfakes/fake_log_cache_client.go +++ b/actor/sharedaction/sharedactionfakes/fake_log_cache_client.go @@ -6,7 +6,7 @@ import ( "sync" "time" - "code.cloudfoundry.org/cli/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" client "code.cloudfoundry.org/go-log-cache" "code.cloudfoundry.org/go-loggregator/v8/rpc/loggregator_v2" ) diff --git a/actor/sharedaction/sharedactionfakes/fake_secure_shell_client.go b/actor/sharedaction/sharedactionfakes/fake_secure_shell_client.go index a9fa609a87..cbda8de8e8 100644 --- a/actor/sharedaction/sharedactionfakes/fake_secure_shell_client.go +++ b/actor/sharedaction/sharedactionfakes/fake_secure_shell_client.go @@ -4,8 +4,8 @@ package sharedactionfakes import ( "sync" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/util/clissh" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/clissh" ) type FakeSecureShellClient struct { diff --git a/actor/sharedaction/ssh.go b/actor/sharedaction/ssh.go index 600d4cc3ec..314ed27fed 100644 --- a/actor/sharedaction/ssh.go +++ b/actor/sharedaction/ssh.go @@ -1,6 +1,6 @@ package sharedaction -import "code.cloudfoundry.org/cli/util/clissh" +import "github.com/LukasHeimann/cloudfoundrycli/v8/util/clissh" type TTYOption clissh.TTYRequest diff --git a/actor/sharedaction/ssh_test.go b/actor/sharedaction/ssh_test.go index ce193cc9d1..75473b8068 100644 --- a/actor/sharedaction/ssh_test.go +++ b/actor/sharedaction/ssh_test.go @@ -3,9 +3,9 @@ package sharedaction_test import ( "errors" - . "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/sharedaction/sharedactionfakes" - "code.cloudfoundry.org/cli/util/clissh" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction/sharedactionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/clissh" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/actor.go b/actor/v7action/actor.go index 6fb6cbe0a3..f70ed5156c 100644 --- a/actor/v7action/actor.go +++ b/actor/v7action/actor.go @@ -2,9 +2,9 @@ package v7action import ( - "code.cloudfoundry.org/cli/api/uaa/constant" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" "code.cloudfoundry.org/clock" ) diff --git a/actor/v7action/application.go b/actor/v7action/application.go index 95f1abb469..965b738da4 100644 --- a/actor/v7action/application.go +++ b/actor/v7action/application.go @@ -5,13 +5,13 @@ import ( "fmt" "time" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/batcher" - "code.cloudfoundry.org/cli/util/unique" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/batcher" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/unique" ) func (actor Actor) DeleteApplicationByNameAndSpace(name, spaceGUID string, deleteRoutes bool) (Warnings, error) { diff --git a/actor/v7action/application_feature.go b/actor/v7action/application_feature.go index 24c00e7e0d..8992d6b465 100644 --- a/actor/v7action/application_feature.go +++ b/actor/v7action/application_feature.go @@ -1,8 +1,8 @@ package v7action import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) func (actor Actor) GetAppFeature(appGUID string, featureName string) (resources.ApplicationFeature, Warnings, error) { diff --git a/actor/v7action/application_feature_test.go b/actor/v7action/application_feature_test.go index aabe1dff9c..fb6d190261 100644 --- a/actor/v7action/application_feature_test.go +++ b/actor/v7action/application_feature_test.go @@ -4,10 +4,10 @@ import ( "errors" "time" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" "code.cloudfoundry.org/clock/fakeclock" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7action/application_manifest.go b/actor/v7action/application_manifest.go index 9e23a1ee87..58ebfe48a5 100644 --- a/actor/v7action/application_manifest.go +++ b/actor/v7action/application_manifest.go @@ -1,8 +1,8 @@ package v7action import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . ManifestParser diff --git a/actor/v7action/application_manifest_test.go b/actor/v7action/application_manifest_test.go index 709fcbbe65..d7cb616409 100644 --- a/actor/v7action/application_manifest_test.go +++ b/actor/v7action/application_manifest_test.go @@ -3,12 +3,12 @@ package v7action_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" "code.cloudfoundry.org/clock" . "github.com/onsi/ginkgo" diff --git a/actor/v7action/application_summary.go b/actor/v7action/application_summary.go index 42776cf493..9821230a3c 100644 --- a/actor/v7action/application_summary.go +++ b/actor/v7action/application_summary.go @@ -1,10 +1,10 @@ package v7action import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/batcher" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/batcher" ) type ApplicationSummary struct { diff --git a/actor/v7action/application_summary_test.go b/actor/v7action/application_summary_test.go index ef136015aa..298993334e 100644 --- a/actor/v7action/application_summary_test.go +++ b/actor/v7action/application_summary_test.go @@ -4,17 +4,17 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/actor/v7action" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" "code.cloudfoundry.org/clock" - "code.cloudfoundry.org/cli/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/actor/v7action/application_test.go b/actor/v7action/application_test.go index 4d02f5c565..7e604a6d01 100644 --- a/actor/v7action/application_test.go +++ b/actor/v7action/application_test.go @@ -5,15 +5,15 @@ import ( "fmt" "time" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/batcher" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/batcher" "code.cloudfoundry.org/clock/fakeclock" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7action/auth.go b/actor/v7action/auth.go index c69d4836a9..45483bb0da 100644 --- a/actor/v7action/auth.go +++ b/actor/v7action/auth.go @@ -6,10 +6,10 @@ import ( "fmt" "strings" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/uaa/constant" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" ) type defaultAuthActor struct { diff --git a/actor/v7action/auth_test.go b/actor/v7action/auth_test.go index 1949fe8183..f39585dcee 100644 --- a/actor/v7action/auth_test.go +++ b/actor/v7action/auth_test.go @@ -3,11 +3,11 @@ package v7action_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/uaa/constant" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/build.go b/actor/v7action/build.go index a6aeda49b3..0c52386c55 100644 --- a/actor/v7action/build.go +++ b/actor/v7action/build.go @@ -5,10 +5,10 @@ import ( "strings" "time" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" log "github.com/sirupsen/logrus" ) diff --git a/actor/v7action/build_test.go b/actor/v7action/build_test.go index 380188c5bc..71f1aaafb4 100644 --- a/actor/v7action/build_test.go +++ b/actor/v7action/build_test.go @@ -4,12 +4,12 @@ import ( "errors" "time" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" "code.cloudfoundry.org/clock" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7action/buildpack.go b/actor/v7action/buildpack.go index 0fc3eab27c..de9e68e493 100644 --- a/actor/v7action/buildpack.go +++ b/actor/v7action/buildpack.go @@ -6,11 +6,11 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util" ) type JobURL ccv3.JobURL diff --git a/actor/v7action/buildpack_test.go b/actor/v7action/buildpack_test.go index 22052d53b3..e177f43944 100644 --- a/actor/v7action/buildpack_test.go +++ b/actor/v7action/buildpack_test.go @@ -8,13 +8,13 @@ import ( "path/filepath" "strings" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/buildpack_unix_test.go b/actor/v7action/buildpack_unix_test.go index 5df6bd7c72..1af54cdcd3 100644 --- a/actor/v7action/buildpack_unix_test.go +++ b/actor/v7action/buildpack_unix_test.go @@ -12,8 +12,8 @@ import ( . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" "code.cloudfoundry.org/ykk" ) diff --git a/actor/v7action/buildpack_windows_test.go b/actor/v7action/buildpack_windows_test.go index eb48786c53..0e84500924 100644 --- a/actor/v7action/buildpack_windows_test.go +++ b/actor/v7action/buildpack_windows_test.go @@ -12,8 +12,8 @@ import ( . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" "code.cloudfoundry.org/ykk" ) diff --git a/actor/v7action/cloud_controller_client.go b/actor/v7action/cloud_controller_client.go index 756c0528ff..c2caee9995 100644 --- a/actor/v7action/cloud_controller_client.go +++ b/actor/v7action/cloud_controller_client.go @@ -4,10 +4,10 @@ import ( "io" "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . CloudControllerClient diff --git a/actor/v7action/config.go b/actor/v7action/config.go index 8c4eb01020..0ec3e7eb0b 100644 --- a/actor/v7action/config.go +++ b/actor/v7action/config.go @@ -3,7 +3,7 @@ package v7action import ( "time" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . Config diff --git a/actor/v7action/curl.go b/actor/v7action/curl.go index 7e82c966fe..5803a459d5 100644 --- a/actor/v7action/curl.go +++ b/actor/v7action/curl.go @@ -8,7 +8,7 @@ import ( "net/textproto" "strings" - "code.cloudfoundry.org/cli/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" ) func (actor Actor) MakeCurlRequest( diff --git a/actor/v7action/curl_test.go b/actor/v7action/curl_test.go index 19849c1370..46f5b677be 100644 --- a/actor/v7action/curl_test.go +++ b/actor/v7action/curl_test.go @@ -6,9 +6,9 @@ import ( "net/http" "os" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/command/translatableerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/deployment.go b/actor/v7action/deployment.go index c532df8539..be1f415d9c 100644 --- a/actor/v7action/deployment.go +++ b/actor/v7action/deployment.go @@ -1,10 +1,10 @@ package v7action import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) func (actor Actor) CreateDeploymentByApplicationAndDroplet(appGUID string, dropletGUID string) (string, Warnings, error) { diff --git a/actor/v7action/deployment_test.go b/actor/v7action/deployment_test.go index 0cb8744cc5..1564b76c38 100644 --- a/actor/v7action/deployment_test.go +++ b/actor/v7action/deployment_test.go @@ -3,13 +3,13 @@ package v7action_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/domain.go b/actor/v7action/domain.go index d9ed8c9ac5..367a445727 100644 --- a/actor/v7action/domain.go +++ b/actor/v7action/domain.go @@ -1,10 +1,10 @@ package v7action import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" ) type SharedOrgs ccv3.SharedOrgs diff --git a/actor/v7action/domain_test.go b/actor/v7action/domain_test.go index 645ac92fb2..ccb631958e 100644 --- a/actor/v7action/domain_test.go +++ b/actor/v7action/domain_test.go @@ -3,12 +3,12 @@ package v7action_test import ( "errors" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/router" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/droplet.go b/actor/v7action/droplet.go index e9ec7935c4..f32165af3d 100644 --- a/actor/v7action/droplet.go +++ b/actor/v7action/droplet.go @@ -3,10 +3,10 @@ package v7action import ( "io" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) // CreateApplicationDroplet creates a new droplet without a package for the app with diff --git a/actor/v7action/droplet_test.go b/actor/v7action/droplet_test.go index f477c28362..fff9daddb2 100644 --- a/actor/v7action/droplet_test.go +++ b/actor/v7action/droplet_test.go @@ -5,13 +5,13 @@ import ( "io" "strings" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7action/environment_variable.go b/actor/v7action/environment_variable.go index a5588b5a5d..ecf1fe1de5 100644 --- a/actor/v7action/environment_variable.go +++ b/actor/v7action/environment_variable.go @@ -1,11 +1,11 @@ package v7action import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" ) // EnvironmentVariableGroups represents all environment variables for application diff --git a/actor/v7action/environment_variable_test.go b/actor/v7action/environment_variable_test.go index 81b2aaa738..7cb8959556 100644 --- a/actor/v7action/environment_variable_test.go +++ b/actor/v7action/environment_variable_test.go @@ -3,13 +3,13 @@ package v7action_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/event.go b/actor/v7action/event.go index 36b1726f69..722aec91d9 100644 --- a/actor/v7action/event.go +++ b/actor/v7action/event.go @@ -6,8 +6,8 @@ import ( "strings" "time" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/util/generic" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/generic" ) type Event struct { diff --git a/actor/v7action/event_test.go b/actor/v7action/event_test.go index b8eb6f30c9..7f63d7f495 100644 --- a/actor/v7action/event_test.go +++ b/actor/v7action/event_test.go @@ -3,10 +3,10 @@ package v7action_test import ( "errors" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/feature_flag.go b/actor/v7action/feature_flag.go index 00b97402fb..42bbf547dd 100644 --- a/actor/v7action/feature_flag.go +++ b/actor/v7action/feature_flag.go @@ -1,9 +1,9 @@ package v7action import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) // GetFeatureFlagByName returns a featureFlag with the provided name. diff --git a/actor/v7action/feature_flag_test.go b/actor/v7action/feature_flag_test.go index 0c245ae55d..4e8a31e838 100644 --- a/actor/v7action/feature_flag_test.go +++ b/actor/v7action/feature_flag_test.go @@ -3,12 +3,12 @@ package v7action_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/info.go b/actor/v7action/info.go index 723c1b5852..ff971c04e9 100644 --- a/actor/v7action/info.go +++ b/actor/v7action/info.go @@ -1,6 +1,6 @@ package v7action -import "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" +import "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" type Info ccv3.Info diff --git a/actor/v7action/info_test.go b/actor/v7action/info_test.go index a0e4e4f166..1b8864cbb0 100644 --- a/actor/v7action/info_test.go +++ b/actor/v7action/info_test.go @@ -3,10 +3,10 @@ package v7action_test import ( "errors" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/isolation_segment.go b/actor/v7action/isolation_segment.go index 1ca9e7671a..6a751da5b8 100644 --- a/actor/v7action/isolation_segment.go +++ b/actor/v7action/isolation_segment.go @@ -1,10 +1,10 @@ package v7action import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type IsolationSegmentSummary struct { diff --git a/actor/v7action/isolation_segment_test.go b/actor/v7action/isolation_segment_test.go index 8b8a89e7ef..5234539220 100644 --- a/actor/v7action/isolation_segment_test.go +++ b/actor/v7action/isolation_segment_test.go @@ -3,12 +3,12 @@ package v7action_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/job.go b/actor/v7action/job.go index 03244778eb..a358ce1398 100644 --- a/actor/v7action/job.go +++ b/actor/v7action/job.go @@ -1,8 +1,8 @@ package v7action import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" ) type JobState constant.JobState diff --git a/actor/v7action/job_test.go b/actor/v7action/job_test.go index 01f8ae8079..3fe974fd6f 100644 --- a/actor/v7action/job_test.go +++ b/actor/v7action/job_test.go @@ -3,11 +3,11 @@ package v7action_test import ( "errors" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/k8s_auth.go b/actor/v7action/k8s_auth.go index bbbfadb905..25295591a0 100644 --- a/actor/v7action/k8s_auth.go +++ b/actor/v7action/k8s_auth.go @@ -5,11 +5,11 @@ import ( "fmt" "sort" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/uaa/constant" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" "k8s.io/client-go/tools/clientcmd" clientcmdapi "k8s.io/client-go/tools/clientcmd/api" ) diff --git a/actor/v7action/k8s_auth_test.go b/actor/v7action/k8s_auth_test.go index 91ee1c6eda..d3df0c5311 100644 --- a/actor/v7action/k8s_auth_test.go +++ b/actor/v7action/k8s_auth_test.go @@ -3,12 +3,12 @@ package v7action_test import ( "errors" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/uaa/constant" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" clientcmdapi "k8s.io/client-go/tools/clientcmd/api" diff --git a/actor/v7action/label.go b/actor/v7action/label.go index 5ed9845e86..78a879748f 100644 --- a/actor/v7action/label.go +++ b/actor/v7action/label.go @@ -1,9 +1,9 @@ package v7action import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" ) func (actor *Actor) GetApplicationLabels(appName string, spaceGUID string) (map[string]types.NullString, Warnings, error) { diff --git a/actor/v7action/label_test.go b/actor/v7action/label_test.go index df3a573ad4..d59732113d 100644 --- a/actor/v7action/label_test.go +++ b/actor/v7action/label_test.go @@ -3,13 +3,13 @@ package v7action_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/logging.go b/actor/v7action/logging.go index 5c77b2d159..52b07bf446 100644 --- a/actor/v7action/logging.go +++ b/actor/v7action/logging.go @@ -6,7 +6,7 @@ import ( "strings" "time" - "code.cloudfoundry.org/cli/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" "github.com/SermoDigital/jose/jws" ) diff --git a/actor/v7action/logging_test.go b/actor/v7action/logging_test.go index 8cefdb9a6b..b0f80aabcd 100644 --- a/actor/v7action/logging_test.go +++ b/actor/v7action/logging_test.go @@ -5,12 +5,12 @@ import ( "errors" "time" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/sharedaction/sharedactionfakes" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction/sharedactionfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" logcache "code.cloudfoundry.org/go-log-cache" "code.cloudfoundry.org/go-loggregator/v8/rpc/loggregator_v2" . "github.com/onsi/ginkgo" diff --git a/actor/v7action/marketplace.go b/actor/v7action/marketplace.go index cc6f3a3ffb..5316ca6194 100644 --- a/actor/v7action/marketplace.go +++ b/actor/v7action/marketplace.go @@ -1,7 +1,7 @@ package v7action import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" ) type ServiceOfferingWithPlans ccv3.ServiceOfferingWithPlans diff --git a/actor/v7action/marketplace_test.go b/actor/v7action/marketplace_test.go index 7cb2fdda9e..d198cc198a 100644 --- a/actor/v7action/marketplace_test.go +++ b/actor/v7action/marketplace_test.go @@ -3,10 +3,10 @@ package v7action_test import ( "errors" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/organization.go b/actor/v7action/organization.go index dbe432ef64..f2a11d102d 100644 --- a/actor/v7action/organization.go +++ b/actor/v7action/organization.go @@ -1,9 +1,9 @@ package v7action import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) func (actor Actor) GetOrganizations(labelSelector string) ([]resources.Organization, Warnings, error) { diff --git a/actor/v7action/organization_quota.go b/actor/v7action/organization_quota.go index 1352d43dc4..bb6d0297ae 100644 --- a/actor/v7action/organization_quota.go +++ b/actor/v7action/organization_quota.go @@ -1,10 +1,10 @@ package v7action import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" ) type QuotaLimits struct { diff --git a/actor/v7action/organization_quota_test.go b/actor/v7action/organization_quota_test.go index 6cfe1fd21a..e8ba8957dc 100644 --- a/actor/v7action/organization_quota_test.go +++ b/actor/v7action/organization_quota_test.go @@ -3,12 +3,12 @@ package v7action_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/organization_summary.go b/actor/v7action/organization_summary.go index 2fdc28c4a0..490fc15402 100644 --- a/actor/v7action/organization_summary.go +++ b/actor/v7action/organization_summary.go @@ -3,7 +3,7 @@ package v7action import ( "sort" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type OrganizationSummary struct { diff --git a/actor/v7action/organization_summary_test.go b/actor/v7action/organization_summary_test.go index c711b4a7d1..1661191c3e 100644 --- a/actor/v7action/organization_summary_test.go +++ b/actor/v7action/organization_summary_test.go @@ -3,10 +3,10 @@ package v7action_test import ( "errors" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" "code.cloudfoundry.org/clock" . "github.com/onsi/ginkgo" diff --git a/actor/v7action/organization_test.go b/actor/v7action/organization_test.go index a3aa236505..b306488c54 100644 --- a/actor/v7action/organization_test.go +++ b/actor/v7action/organization_test.go @@ -3,11 +3,11 @@ package v7action_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7action/package.go b/actor/v7action/package.go index 38f080da08..631e521ce5 100644 --- a/actor/v7action/package.go +++ b/actor/v7action/package.go @@ -5,11 +5,11 @@ import ( "os" "time" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" log "github.com/sirupsen/logrus" ) diff --git a/actor/v7action/package_test.go b/actor/v7action/package_test.go index 1bcaf162c5..8ff3cf7ceb 100644 --- a/actor/v7action/package_test.go +++ b/actor/v7action/package_test.go @@ -7,13 +7,13 @@ import ( "os" "strings" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/sharedaction" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" diff --git a/actor/v7action/process.go b/actor/v7action/process.go index c25884e94c..7f1009b9f3 100644 --- a/actor/v7action/process.go +++ b/actor/v7action/process.go @@ -1,10 +1,10 @@ package v7action import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) func (actor Actor) GetProcess(processGUID string) (resources.Process, Warnings, error) { diff --git a/actor/v7action/process_health_check.go b/actor/v7action/process_health_check.go index 51f2edb57f..1910d89d11 100644 --- a/actor/v7action/process_health_check.go +++ b/actor/v7action/process_health_check.go @@ -3,7 +3,7 @@ package v7action import ( "sort" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" ) type ProcessHealthCheck struct { diff --git a/actor/v7action/process_health_check_test.go b/actor/v7action/process_health_check_test.go index 33d1340b66..4a85779d64 100644 --- a/actor/v7action/process_health_check_test.go +++ b/actor/v7action/process_health_check_test.go @@ -3,12 +3,12 @@ package v7action_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/process_instance.go b/actor/v7action/process_instance.go index 53938990a2..e5ed209cbf 100644 --- a/actor/v7action/process_instance.go +++ b/actor/v7action/process_instance.go @@ -3,11 +3,11 @@ package v7action import ( "time" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" ) type ProcessInstance ccv3.ProcessInstance diff --git a/actor/v7action/process_instance_test.go b/actor/v7action/process_instance_test.go index 96ecff7c60..b512a76daf 100644 --- a/actor/v7action/process_instance_test.go +++ b/actor/v7action/process_instance_test.go @@ -4,12 +4,12 @@ import ( "errors" "time" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/process_summary.go b/actor/v7action/process_summary.go index 72f1e9aa66..e19e5c7431 100644 --- a/actor/v7action/process_summary.go +++ b/actor/v7action/process_summary.go @@ -5,8 +5,8 @@ import ( "sort" "strings" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" log "github.com/sirupsen/logrus" ) diff --git a/actor/v7action/process_summary_test.go b/actor/v7action/process_summary_test.go index f5bee52adc..1eb5c8f0b9 100644 --- a/actor/v7action/process_summary_test.go +++ b/actor/v7action/process_summary_test.go @@ -1,9 +1,9 @@ package v7action_test import ( - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7action/process_test.go b/actor/v7action/process_test.go index 9c95905f31..8cd253b6fc 100644 --- a/actor/v7action/process_test.go +++ b/actor/v7action/process_test.go @@ -3,14 +3,14 @@ package v7action_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gstruct" diff --git a/actor/v7action/resource_match.go b/actor/v7action/resource_match.go index dc5db1c342..cda6b38353 100644 --- a/actor/v7action/resource_match.go +++ b/actor/v7action/resource_match.go @@ -1,9 +1,9 @@ package v7action import ( - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" log "github.com/sirupsen/logrus" ) diff --git a/actor/v7action/resource_match_test.go b/actor/v7action/resource_match_test.go index 1759b2a5ba..5ce2069389 100644 --- a/actor/v7action/resource_match_test.go +++ b/actor/v7action/resource_match_test.go @@ -3,12 +3,12 @@ package v7action_test import ( "fmt" - "code.cloudfoundry.org/cli/actor/sharedaction" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/revisions.go b/actor/v7action/revisions.go index 47b79205db..7c3b22317b 100644 --- a/actor/v7action/revisions.go +++ b/actor/v7action/revisions.go @@ -3,11 +3,11 @@ package v7action import ( "strconv" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/versioncheck" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/versioncheck" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) const MinimumCCAPIVersionForDeployable = "3.86.0" diff --git a/actor/v7action/revisions_test.go b/actor/v7action/revisions_test.go index 176707531d..be034c74d9 100644 --- a/actor/v7action/revisions_test.go +++ b/actor/v7action/revisions_test.go @@ -4,12 +4,12 @@ import ( "errors" "strconv" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/role.go b/actor/v7action/role.go index 437d3242a9..c1ee7e8a9a 100644 --- a/actor/v7action/role.go +++ b/actor/v7action/role.go @@ -1,11 +1,11 @@ package v7action import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) func (actor Actor) CreateOrgRole(roleType constant.RoleType, orgGUID string, userNameOrGUID string, userOrigin string, isClient bool) (Warnings, error) { diff --git a/actor/v7action/role_test.go b/actor/v7action/role_test.go index fa280ec8f1..7dd7b4f3c7 100644 --- a/actor/v7action/role_test.go +++ b/actor/v7action/role_test.go @@ -3,13 +3,13 @@ package v7action_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/route.go b/actor/v7action/route.go index 16f7bc9f4c..c66e8be64b 100644 --- a/actor/v7action/route.go +++ b/actor/v7action/route.go @@ -5,16 +5,16 @@ import ( "strconv" "strings" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/batcher" - "code.cloudfoundry.org/cli/util/extract" - "code.cloudfoundry.org/cli/util/lookuptable" - "code.cloudfoundry.org/cli/util/railway" - "code.cloudfoundry.org/cli/util/sorting" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/batcher" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/extract" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/lookuptable" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/railway" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/sorting" ) type RouteSummary struct { diff --git a/actor/v7action/route_binding.go b/actor/v7action/route_binding.go index 6d2d2788b5..27a889a6b7 100644 --- a/actor/v7action/route_binding.go +++ b/actor/v7action/route_binding.go @@ -1,12 +1,12 @@ package v7action import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/railway" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/railway" ) type CreateRouteBindingParams struct { diff --git a/actor/v7action/route_binding_test.go b/actor/v7action/route_binding_test.go index 34a7485a18..e92844af31 100644 --- a/actor/v7action/route_binding_test.go +++ b/actor/v7action/route_binding_test.go @@ -1,15 +1,15 @@ package v7action_test import ( - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/route_test.go b/actor/v7action/route_test.go index 56381a0032..6a2b99656e 100644 --- a/actor/v7action/route_test.go +++ b/actor/v7action/route_test.go @@ -4,14 +4,14 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/batcher" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/batcher" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/router_group.go b/actor/v7action/router_group.go index 2be81f31ae..cbcec540c0 100644 --- a/actor/v7action/router_group.go +++ b/actor/v7action/router_group.go @@ -1,9 +1,9 @@ package v7action import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/router" - "code.cloudfoundry.org/cli/api/router/routererror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router/routererror" ) type RouterGroup router.RouterGroup diff --git a/actor/v7action/router_group_test.go b/actor/v7action/router_group_test.go index 4c1f5239d1..23b338ec89 100644 --- a/actor/v7action/router_group_test.go +++ b/actor/v7action/router_group_test.go @@ -3,11 +3,11 @@ package v7action_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/router" - "code.cloudfoundry.org/cli/api/router/routererror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router/routererror" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/routing_client.go b/actor/v7action/routing_client.go index 2922959161..420cf73491 100644 --- a/actor/v7action/routing_client.go +++ b/actor/v7action/routing_client.go @@ -1,6 +1,6 @@ package v7action -import "code.cloudfoundry.org/cli/api/router" +import "github.com/LukasHeimann/cloudfoundrycli/v8/api/router" //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . RoutingClient diff --git a/actor/v7action/security_group.go b/actor/v7action/security_group.go index 73099a307e..4bcca1ea68 100644 --- a/actor/v7action/security_group.go +++ b/actor/v7action/security_group.go @@ -5,13 +5,13 @@ import ( "io/ioutil" "os" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/batcher" - "code.cloudfoundry.org/cli/util/lookuptable" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/batcher" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/lookuptable" ) type SecurityGroupSummary struct { diff --git a/actor/v7action/security_group_test.go b/actor/v7action/security_group_test.go index ed0a72500e..f6ab8418e7 100644 --- a/actor/v7action/security_group_test.go +++ b/actor/v7action/security_group_test.go @@ -7,14 +7,14 @@ import ( "io/ioutil" "os" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/batcher" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/batcher" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/service_access.go b/actor/v7action/service_access.go index 7f32b7736c..308e6eecdd 100644 --- a/actor/v7action/service_access.go +++ b/actor/v7action/service_access.go @@ -5,9 +5,9 @@ import ( "fmt" "sort" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type ServicePlanWithSpaceAndOrganization ccv3.ServicePlanWithSpaceAndOrganization diff --git a/actor/v7action/service_access_test.go b/actor/v7action/service_access_test.go index ec94694a36..04083ed8a4 100644 --- a/actor/v7action/service_access_test.go +++ b/actor/v7action/service_access_test.go @@ -3,12 +3,12 @@ package v7action_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/service_app_binding.go b/actor/v7action/service_app_binding.go index 0ff5779794..02b8040503 100644 --- a/actor/v7action/service_app_binding.go +++ b/actor/v7action/service_app_binding.go @@ -1,12 +1,12 @@ package v7action import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/railway" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/railway" ) type CreateServiceAppBindingParams struct { diff --git a/actor/v7action/service_app_binding_test.go b/actor/v7action/service_app_binding_test.go index e9db46d4ad..8686837dbc 100644 --- a/actor/v7action/service_app_binding_test.go +++ b/actor/v7action/service_app_binding_test.go @@ -3,14 +3,14 @@ package v7action_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/service_broker.go b/actor/v7action/service_broker.go index 620ddce1c6..0a3ca8a69f 100644 --- a/actor/v7action/service_broker.go +++ b/actor/v7action/service_broker.go @@ -1,10 +1,10 @@ package v7action import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/railway" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/railway" ) func (actor Actor) GetServiceBrokers() ([]resources.ServiceBroker, Warnings, error) { diff --git a/actor/v7action/service_broker_test.go b/actor/v7action/service_broker_test.go index 195843f229..b9d63a753b 100644 --- a/actor/v7action/service_broker_test.go +++ b/actor/v7action/service_broker_test.go @@ -3,11 +3,11 @@ package v7action_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/service_instance.go b/actor/v7action/service_instance.go index 7ac5c7bbd5..91d0f3f82f 100644 --- a/actor/v7action/service_instance.go +++ b/actor/v7action/service_instance.go @@ -1,13 +1,13 @@ package v7action import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/railway" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/railway" ) type UpdateManagedServiceInstanceParams struct { diff --git a/actor/v7action/service_instance_details.go b/actor/v7action/service_instance_details.go index 80597c0fc4..eebe2aafab 100644 --- a/actor/v7action/service_instance_details.go +++ b/actor/v7action/service_instance_details.go @@ -1,12 +1,12 @@ package v7action import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/extract" - "code.cloudfoundry.org/cli/util/railway" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/extract" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/railway" ) const featureFlagServiceInstanceSharing string = "service_instance_sharing" diff --git a/actor/v7action/service_instance_details_test.go b/actor/v7action/service_instance_details_test.go index 018facf4a5..c89b0068c3 100644 --- a/actor/v7action/service_instance_details_test.go +++ b/actor/v7action/service_instance_details_test.go @@ -3,13 +3,13 @@ package v7action_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/service_instance_list.go b/actor/v7action/service_instance_list.go index d090b6ba5f..5ec2c8ab0b 100644 --- a/actor/v7action/service_instance_list.go +++ b/actor/v7action/service_instance_list.go @@ -3,13 +3,13 @@ package v7action import ( "fmt" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/batcher" - "code.cloudfoundry.org/cli/util/extract" - "code.cloudfoundry.org/cli/util/lookuptable" - "code.cloudfoundry.org/cli/util/railway" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/batcher" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/extract" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/lookuptable" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/railway" ) type ServiceInstance struct { diff --git a/actor/v7action/service_instance_list_test.go b/actor/v7action/service_instance_list_test.go index d81e4c7f26..75094985cd 100644 --- a/actor/v7action/service_instance_list_test.go +++ b/actor/v7action/service_instance_list_test.go @@ -4,12 +4,12 @@ import ( "errors" "fmt" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/batcher" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/batcher" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/service_instance_sharing.go b/actor/v7action/service_instance_sharing.go index d02118579d..c09e6426ff 100644 --- a/actor/v7action/service_instance_sharing.go +++ b/actor/v7action/service_instance_sharing.go @@ -1,10 +1,10 @@ package v7action import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/railway" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/railway" ) type ServiceInstanceSharingParams struct { diff --git a/actor/v7action/service_instance_sharing_test.go b/actor/v7action/service_instance_sharing_test.go index 7f722d6ba3..da88e66d71 100644 --- a/actor/v7action/service_instance_sharing_test.go +++ b/actor/v7action/service_instance_sharing_test.go @@ -3,13 +3,13 @@ package v7action_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/service_instance_test.go b/actor/v7action/service_instance_test.go index cb1551a3db..3af16b082d 100644 --- a/actor/v7action/service_instance_test.go +++ b/actor/v7action/service_instance_test.go @@ -3,14 +3,14 @@ package v7action_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/service_key.go b/actor/v7action/service_key.go index 0a31563620..bfa5dd2113 100644 --- a/actor/v7action/service_key.go +++ b/actor/v7action/service_key.go @@ -3,12 +3,12 @@ package v7action import ( "fmt" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/railway" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/railway" ) type CreateServiceKeyParams struct { diff --git a/actor/v7action/service_key_test.go b/actor/v7action/service_key_test.go index 231e322a15..a3dd016253 100644 --- a/actor/v7action/service_key_test.go +++ b/actor/v7action/service_key_test.go @@ -1,15 +1,15 @@ package v7action_test import ( - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/service_offering.go b/actor/v7action/service_offering.go index 0b61ec4b14..29e1c70047 100644 --- a/actor/v7action/service_offering.go +++ b/actor/v7action/service_offering.go @@ -1,10 +1,10 @@ package v7action import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/railway" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/railway" ) func (actor Actor) PurgeServiceOfferingByNameAndBroker(serviceOfferingName, serviceBrokerName string) (Warnings, error) { diff --git a/actor/v7action/service_offering_test.go b/actor/v7action/service_offering_test.go index a0379258dc..af2a96702c 100644 --- a/actor/v7action/service_offering_test.go +++ b/actor/v7action/service_offering_test.go @@ -3,12 +3,12 @@ package v7action_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/actor/v7action/service_plan.go b/actor/v7action/service_plan.go index 0fcd237348..53cd5b708c 100644 --- a/actor/v7action/service_plan.go +++ b/actor/v7action/service_plan.go @@ -1,9 +1,9 @@ package v7action import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) func (actor Actor) GetServicePlanByNameOfferingAndBroker(servicePlanName, serviceOfferingName, serviceBrokerName string) (resources.ServicePlan, Warnings, error) { diff --git a/actor/v7action/service_plan_test.go b/actor/v7action/service_plan_test.go index 62a3e59292..f442115f67 100644 --- a/actor/v7action/service_plan_test.go +++ b/actor/v7action/service_plan_test.go @@ -3,11 +3,11 @@ package v7action_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/shared_actor.go b/actor/v7action/shared_actor.go index 95dab5aea2..7b649a2114 100644 --- a/actor/v7action/shared_actor.go +++ b/actor/v7action/shared_actor.go @@ -1,6 +1,6 @@ package v7action -import "code.cloudfoundry.org/cli/actor/sharedaction" +import "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . SharedActor diff --git a/actor/v7action/space.go b/actor/v7action/space.go index 449c18d865..019e0aa1e3 100644 --- a/actor/v7action/space.go +++ b/actor/v7action/space.go @@ -4,11 +4,11 @@ import ( "fmt" "sort" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type SpaceSummary struct { diff --git a/actor/v7action/space_feature.go b/actor/v7action/space_feature.go index d60a8d8a10..62a34f6416 100644 --- a/actor/v7action/space_feature.go +++ b/actor/v7action/space_feature.go @@ -1,6 +1,6 @@ package v7action -import "code.cloudfoundry.org/cli/actor/actionerror" +import "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" func (actor Actor) UpdateSpaceFeature(spaceName string, orgGUID string, enabled bool, feature string) (Warnings, error) { var allWarnings Warnings diff --git a/actor/v7action/space_feature_test.go b/actor/v7action/space_feature_test.go index 8e2bfc05c8..a417a7facc 100644 --- a/actor/v7action/space_feature_test.go +++ b/actor/v7action/space_feature_test.go @@ -3,12 +3,12 @@ package v7action_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/space_manifest.go b/actor/v7action/space_manifest.go index 763ccfc12f..26b57890e6 100644 --- a/actor/v7action/space_manifest.go +++ b/actor/v7action/space_manifest.go @@ -1,9 +1,9 @@ package v7action import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) func (actor Actor) DiffSpaceManifest(spaceGUID string, rawManifest []byte) (resources.ManifestDiff, Warnings, error) { diff --git a/actor/v7action/space_manifest_test.go b/actor/v7action/space_manifest_test.go index d35987201b..66a033468b 100644 --- a/actor/v7action/space_manifest_test.go +++ b/actor/v7action/space_manifest_test.go @@ -3,12 +3,12 @@ package v7action_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7action/space_quota.go b/actor/v7action/space_quota.go index 78f5acc38c..64f49be70e 100644 --- a/actor/v7action/space_quota.go +++ b/actor/v7action/space_quota.go @@ -1,9 +1,9 @@ package v7action import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) func (actor Actor) ApplySpaceQuotaByName(quotaName, spaceGUID, orgGUID string) (Warnings, error) { diff --git a/actor/v7action/space_quota_test.go b/actor/v7action/space_quota_test.go index fed2d91c0c..0ca4318851 100644 --- a/actor/v7action/space_quota_test.go +++ b/actor/v7action/space_quota_test.go @@ -3,12 +3,12 @@ package v7action_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/space_test.go b/actor/v7action/space_test.go index b3f67ab13b..1951bc33bb 100644 --- a/actor/v7action/space_test.go +++ b/actor/v7action/space_test.go @@ -3,13 +3,13 @@ package v7action_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/ssh.go b/actor/v7action/ssh.go index 30fcc6ff9e..026aeae9e7 100644 --- a/actor/v7action/ssh.go +++ b/actor/v7action/ssh.go @@ -3,8 +3,8 @@ package v7action import ( "fmt" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type SSHAuthentication struct { diff --git a/actor/v7action/ssh_actor.go b/actor/v7action/ssh_actor.go index 84fd26091e..5a0fe6e78b 100644 --- a/actor/v7action/ssh_actor.go +++ b/actor/v7action/ssh_actor.go @@ -1,6 +1,6 @@ package v7action -import "code.cloudfoundry.org/cli/actor/sharedaction" +import "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . SSHActor diff --git a/actor/v7action/ssh_test.go b/actor/v7action/ssh_test.go index a8a7008b01..30a8d85cae 100644 --- a/actor/v7action/ssh_test.go +++ b/actor/v7action/ssh_test.go @@ -3,12 +3,12 @@ package v7action_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/stack.go b/actor/v7action/stack.go index 29ed49727d..dd14928c67 100644 --- a/actor/v7action/stack.go +++ b/actor/v7action/stack.go @@ -1,9 +1,9 @@ package v7action import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) func (actor *Actor) GetStackByName(stackName string) (resources.Stack, Warnings, error) { diff --git a/actor/v7action/stack_test.go b/actor/v7action/stack_test.go index aaab0d4aa0..84120c7542 100644 --- a/actor/v7action/stack_test.go +++ b/actor/v7action/stack_test.go @@ -3,11 +3,11 @@ package v7action_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/target.go b/actor/v7action/target.go index a63a02711c..a10cbe1512 100644 --- a/actor/v7action/target.go +++ b/actor/v7action/target.go @@ -1,8 +1,8 @@ package v7action import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" ) type TargetSettings ccv3.TargetSettings diff --git a/actor/v7action/target_test.go b/actor/v7action/target_test.go index 54123fd35c..1cd0572e66 100644 --- a/actor/v7action/target_test.go +++ b/actor/v7action/target_test.go @@ -3,10 +3,10 @@ package v7action_test import ( "errors" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7action/task.go b/actor/v7action/task.go index fd255bff20..2ffeb15b82 100644 --- a/actor/v7action/task.go +++ b/actor/v7action/task.go @@ -5,10 +5,10 @@ import ( "sort" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) // Run resources.Task runs the provided command in the application environment associated diff --git a/actor/v7action/task_test.go b/actor/v7action/task_test.go index 612951c72d..4d12429e49 100644 --- a/actor/v7action/task_test.go +++ b/actor/v7action/task_test.go @@ -3,13 +3,13 @@ package v7action_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/token_test.go b/actor/v7action/token_test.go index 59e0b2bf3f..6cce8fd52d 100644 --- a/actor/v7action/token_test.go +++ b/actor/v7action/token_test.go @@ -4,10 +4,10 @@ import ( "errors" "time" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/uaa" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/uaa_client.go b/actor/v7action/uaa_client.go index e11903e8d3..ddf2232ebb 100644 --- a/actor/v7action/uaa_client.go +++ b/actor/v7action/uaa_client.go @@ -1,8 +1,8 @@ package v7action import ( - "code.cloudfoundry.org/cli/api/uaa" - "code.cloudfoundry.org/cli/api/uaa/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/constant" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . UAAClient diff --git a/actor/v7action/user.go b/actor/v7action/user.go index ceee43a9d9..4ad7218374 100644 --- a/actor/v7action/user.go +++ b/actor/v7action/user.go @@ -3,10 +3,10 @@ package v7action import ( "sort" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) // CreateUser creates a new user in UAA and registers it with cloud controller. diff --git a/actor/v7action/user_test.go b/actor/v7action/user_test.go index 64520b2ab7..2214e434b6 100644 --- a/actor/v7action/user_test.go +++ b/actor/v7action/user_test.go @@ -3,13 +3,13 @@ package v7action_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/uaa" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7action/v7action_suite_test.go b/actor/v7action/v7action_suite_test.go index 675a860f22..46d4bd0e48 100644 --- a/actor/v7action/v7action_suite_test.go +++ b/actor/v7action/v7action_suite_test.go @@ -9,8 +9,8 @@ import ( "testing" "time" - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" "code.cloudfoundry.org/clock/fakeclock" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7action/v7actionfakes/fake_cloud_controller_client.go b/actor/v7action/v7actionfakes/fake_cloud_controller_client.go index 15a378271c..dc08b61d77 100644 --- a/actor/v7action/v7actionfakes/fake_cloud_controller_client.go +++ b/actor/v7action/v7actionfakes/fake_cloud_controller_client.go @@ -6,11 +6,11 @@ import ( "net/http" "sync" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" ) type FakeCloudControllerClient struct { diff --git a/actor/v7action/v7actionfakes/fake_config.go b/actor/v7action/v7actionfakes/fake_config.go index 9bbf83bc71..04da9bbb69 100644 --- a/actor/v7action/v7actionfakes/fake_config.go +++ b/actor/v7action/v7actionfakes/fake_config.go @@ -5,8 +5,8 @@ import ( "sync" "time" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" ) type FakeConfig struct { diff --git a/actor/v7action/v7actionfakes/fake_downloader.go b/actor/v7action/v7actionfakes/fake_downloader.go index f0cb1f7590..2fba4234b3 100644 --- a/actor/v7action/v7actionfakes/fake_downloader.go +++ b/actor/v7action/v7actionfakes/fake_downloader.go @@ -4,7 +4,7 @@ package v7actionfakes import ( "sync" - "code.cloudfoundry.org/cli/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" ) type FakeDownloader struct { diff --git a/actor/v7action/v7actionfakes/fake_kubernetes_config_getter.go b/actor/v7action/v7actionfakes/fake_kubernetes_config_getter.go index f22933d1bb..fef819a079 100644 --- a/actor/v7action/v7actionfakes/fake_kubernetes_config_getter.go +++ b/actor/v7action/v7actionfakes/fake_kubernetes_config_getter.go @@ -4,7 +4,7 @@ package v7actionfakes import ( "sync" - "code.cloudfoundry.org/cli/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" "k8s.io/client-go/tools/clientcmd/api" ) diff --git a/actor/v7action/v7actionfakes/fake_manifest_parser.go b/actor/v7action/v7actionfakes/fake_manifest_parser.go index 6f0275be7b..1d2387a7da 100644 --- a/actor/v7action/v7actionfakes/fake_manifest_parser.go +++ b/actor/v7action/v7actionfakes/fake_manifest_parser.go @@ -4,7 +4,7 @@ package v7actionfakes import ( "sync" - "code.cloudfoundry.org/cli/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" ) type FakeManifestParser struct { diff --git a/actor/v7action/v7actionfakes/fake_routing_client.go b/actor/v7action/v7actionfakes/fake_routing_client.go index 873d4834a3..8aa782ff91 100644 --- a/actor/v7action/v7actionfakes/fake_routing_client.go +++ b/actor/v7action/v7actionfakes/fake_routing_client.go @@ -4,8 +4,8 @@ package v7actionfakes import ( "sync" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/router" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router" ) type FakeRoutingClient struct { diff --git a/actor/v7action/v7actionfakes/fake_shared_actor.go b/actor/v7action/v7actionfakes/fake_shared_actor.go index 5a2ff877ab..4ac0783919 100644 --- a/actor/v7action/v7actionfakes/fake_shared_actor.go +++ b/actor/v7action/v7actionfakes/fake_shared_actor.go @@ -4,8 +4,8 @@ package v7actionfakes import ( "sync" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" ) type FakeSharedActor struct { diff --git a/actor/v7action/v7actionfakes/fake_simple_progress_bar.go b/actor/v7action/v7actionfakes/fake_simple_progress_bar.go index 41cf5a49c6..d253605779 100644 --- a/actor/v7action/v7actionfakes/fake_simple_progress_bar.go +++ b/actor/v7action/v7actionfakes/fake_simple_progress_bar.go @@ -5,7 +5,7 @@ import ( "io" "sync" - "code.cloudfoundry.org/cli/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" ) type FakeSimpleProgressBar struct { diff --git a/actor/v7action/v7actionfakes/fake_sshactor.go b/actor/v7action/v7actionfakes/fake_sshactor.go index c3179aa0a0..5301429420 100644 --- a/actor/v7action/v7actionfakes/fake_sshactor.go +++ b/actor/v7action/v7actionfakes/fake_sshactor.go @@ -4,8 +4,8 @@ package v7actionfakes import ( "sync" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" ) type FakeSSHActor struct { diff --git a/actor/v7action/v7actionfakes/fake_uaaclient.go b/actor/v7action/v7actionfakes/fake_uaaclient.go index 2924db8515..8eca7d7326 100644 --- a/actor/v7action/v7actionfakes/fake_uaaclient.go +++ b/actor/v7action/v7actionfakes/fake_uaaclient.go @@ -4,9 +4,9 @@ package v7actionfakes import ( "sync" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/uaa" - "code.cloudfoundry.org/cli/api/uaa/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/constant" ) type FakeUAAClient struct { diff --git a/actor/v7action/v7actionfakes/fake_who_am_ier.go b/actor/v7action/v7actionfakes/fake_who_am_ier.go index 0d1eb42bac..ebb6edba4d 100644 --- a/actor/v7action/v7actionfakes/fake_who_am_ier.go +++ b/actor/v7action/v7actionfakes/fake_who_am_ier.go @@ -4,9 +4,9 @@ package v7actionfakes import ( "sync" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type FakeWhoAmIer struct { diff --git a/actor/v7action/version_test.go b/actor/v7action/version_test.go index 5cc8ee8325..6398e6028d 100644 --- a/actor/v7action/version_test.go +++ b/actor/v7action/version_test.go @@ -1,8 +1,8 @@ package v7action_test import ( - . "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7pushaction/actor_test.go b/actor/v7pushaction/actor_test.go index 88d00aba0e..f9afbc9f9e 100644 --- a/actor/v7pushaction/actor_test.go +++ b/actor/v7pushaction/actor_test.go @@ -1,8 +1,8 @@ package v7pushaction_test import ( - . "code.cloudfoundry.org/cli/actor/v7pushaction" - "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7pushaction/actualize_test.go b/actor/v7pushaction/actualize_test.go index 4130d35697..93cb0e21e5 100644 --- a/actor/v7pushaction/actualize_test.go +++ b/actor/v7pushaction/actualize_test.go @@ -4,11 +4,11 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/actor/sharedaction" - . "code.cloudfoundry.org/cli/actor/v7pushaction" - "code.cloudfoundry.org/cli/actor/v7pushaction/v7pushactionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction/v7pushactionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7pushaction/create_bits_package_for_application.go b/actor/v7pushaction/create_bits_package_for_application.go index bc40f05f58..7f67758b23 100644 --- a/actor/v7pushaction/create_bits_package_for_application.go +++ b/actor/v7pushaction/create_bits_package_for_application.go @@ -3,11 +3,11 @@ package v7pushaction import ( "os" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" log "github.com/sirupsen/logrus" ) diff --git a/actor/v7pushaction/create_bits_package_for_application_test.go b/actor/v7pushaction/create_bits_package_for_application_test.go index dfde7e8cce..d3b6e8a243 100644 --- a/actor/v7pushaction/create_bits_package_for_application_test.go +++ b/actor/v7pushaction/create_bits_package_for_application_test.go @@ -4,14 +4,14 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/v7action" - . "code.cloudfoundry.org/cli/actor/v7pushaction" - "code.cloudfoundry.org/cli/actor/v7pushaction/v7pushactionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction/v7pushactionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7pushaction/create_deployment_for_push_plan_test.go b/actor/v7pushaction/create_deployment_for_push_plan_test.go index 3004c6c624..c46d209fa8 100644 --- a/actor/v7pushaction/create_deployment_for_push_plan_test.go +++ b/actor/v7pushaction/create_deployment_for_push_plan_test.go @@ -3,10 +3,10 @@ package v7pushaction_test import ( "errors" - "code.cloudfoundry.org/cli/actor/v7action" - . "code.cloudfoundry.org/cli/actor/v7pushaction" - "code.cloudfoundry.org/cli/actor/v7pushaction/v7pushactionfakes" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction/v7pushactionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7pushaction/create_docker_package_for_application_test.go b/actor/v7pushaction/create_docker_package_for_application_test.go index 6b85891691..aa34403c13 100644 --- a/actor/v7pushaction/create_docker_package_for_application_test.go +++ b/actor/v7pushaction/create_docker_package_for_application_test.go @@ -3,11 +3,11 @@ package v7pushaction_test import ( "errors" - "code.cloudfoundry.org/cli/actor/v7action" - . "code.cloudfoundry.org/cli/actor/v7pushaction" - "code.cloudfoundry.org/cli/actor/v7pushaction/v7pushactionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction/v7pushactionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gstruct" diff --git a/actor/v7pushaction/create_droplet_for_application.go b/actor/v7pushaction/create_droplet_for_application.go index 705d8227cc..2791302159 100644 --- a/actor/v7pushaction/create_droplet_for_application.go +++ b/actor/v7pushaction/create_droplet_for_application.go @@ -1,9 +1,9 @@ package v7pushaction import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" ) const UploadRetries = 3 diff --git a/actor/v7pushaction/create_droplet_for_application_test.go b/actor/v7pushaction/create_droplet_for_application_test.go index 42e1a83b14..4c80532e07 100644 --- a/actor/v7pushaction/create_droplet_for_application_test.go +++ b/actor/v7pushaction/create_droplet_for_application_test.go @@ -4,12 +4,12 @@ import ( "errors" "strings" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - . "code.cloudfoundry.org/cli/actor/v7pushaction" - "code.cloudfoundry.org/cli/actor/v7pushaction/v7pushactionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction/v7pushactionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7pushaction/create_push_plans.go b/actor/v7pushaction/create_push_plans.go index 0b9efcf2af..bef5f4b77e 100644 --- a/actor/v7pushaction/create_push_plans.go +++ b/actor/v7pushaction/create_push_plans.go @@ -1,9 +1,9 @@ package v7pushaction import ( - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" ) // CreatePushPlans returns a set of PushPlan objects based off the inputs diff --git a/actor/v7pushaction/create_push_plans_test.go b/actor/v7pushaction/create_push_plans_test.go index b15fa64da9..7d3bed6e79 100644 --- a/actor/v7pushaction/create_push_plans_test.go +++ b/actor/v7pushaction/create_push_plans_test.go @@ -4,11 +4,11 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/actor/v7action" - . "code.cloudfoundry.org/cli/actor/v7pushaction" - "code.cloudfoundry.org/cli/actor/v7pushaction/v7pushactionfakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction/v7pushactionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7pushaction/handle_app_name_override.go b/actor/v7pushaction/handle_app_name_override.go index 329a312934..c49977aae9 100644 --- a/actor/v7pushaction/handle_app_name_override.go +++ b/actor/v7pushaction/handle_app_name_override.go @@ -1,9 +1,9 @@ package v7pushaction import ( - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" ) func HandleAppNameOverride(manifest manifestparser.Manifest, overrides FlagOverrides) (manifestparser.Manifest, error) { diff --git a/actor/v7pushaction/handle_app_name_override_test.go b/actor/v7pushaction/handle_app_name_override_test.go index 7c87fad455..8b3e34f26f 100644 --- a/actor/v7pushaction/handle_app_name_override_test.go +++ b/actor/v7pushaction/handle_app_name_override_test.go @@ -1,10 +1,10 @@ package v7pushaction_test import ( - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" - . "code.cloudfoundry.org/cli/actor/v7pushaction" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7pushaction/handle_app_path_override.go b/actor/v7pushaction/handle_app_path_override.go index c10ace982d..0c6276e44d 100644 --- a/actor/v7pushaction/handle_app_path_override.go +++ b/actor/v7pushaction/handle_app_path_override.go @@ -4,8 +4,8 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" ) // Overrides the path if path is given. Changes empty paths to pwd. Validates paths diff --git a/actor/v7pushaction/handle_app_path_override_test.go b/actor/v7pushaction/handle_app_path_override_test.go index 60376947d7..7140415530 100644 --- a/actor/v7pushaction/handle_app_path_override_test.go +++ b/actor/v7pushaction/handle_app_path_override_test.go @@ -5,10 +5,10 @@ import ( "os" "path/filepath" - . "code.cloudfoundry.org/cli/actor/v7pushaction" - "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7pushaction/handle_buildpacks_override.go b/actor/v7pushaction/handle_buildpacks_override.go index 669d04ab01..40bc14b085 100644 --- a/actor/v7pushaction/handle_buildpacks_override.go +++ b/actor/v7pushaction/handle_buildpacks_override.go @@ -1,8 +1,8 @@ package v7pushaction import ( - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" ) func HandleBuildpacksOverride(manifest manifestparser.Manifest, overrides FlagOverrides) (manifestparser.Manifest, error) { diff --git a/actor/v7pushaction/handle_buildpacks_override_test.go b/actor/v7pushaction/handle_buildpacks_override_test.go index 6942dfa568..a9fbc6b7e5 100644 --- a/actor/v7pushaction/handle_buildpacks_override_test.go +++ b/actor/v7pushaction/handle_buildpacks_override_test.go @@ -1,10 +1,10 @@ package v7pushaction_test import ( - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" - . "code.cloudfoundry.org/cli/actor/v7pushaction" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7pushaction/handle_default_route_override.go b/actor/v7pushaction/handle_default_route_override.go index fb664ea0c3..7308202ddb 100644 --- a/actor/v7pushaction/handle_default_route_override.go +++ b/actor/v7pushaction/handle_default_route_override.go @@ -1,7 +1,7 @@ package v7pushaction import ( - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" ) func HandleDefaultRouteOverride(manifest manifestparser.Manifest, overrides FlagOverrides) (manifestparser.Manifest, error) { diff --git a/actor/v7pushaction/handle_default_route_override_test.go b/actor/v7pushaction/handle_default_route_override_test.go index 3fed099f08..aca954019e 100644 --- a/actor/v7pushaction/handle_default_route_override_test.go +++ b/actor/v7pushaction/handle_default_route_override_test.go @@ -1,9 +1,9 @@ package v7pushaction_test import ( - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" - . "code.cloudfoundry.org/cli/actor/v7pushaction" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7pushaction/handle_disk_override.go b/actor/v7pushaction/handle_disk_override.go index 47adb500fd..7e9c82dec5 100644 --- a/actor/v7pushaction/handle_disk_override.go +++ b/actor/v7pushaction/handle_disk_override.go @@ -1,8 +1,8 @@ package v7pushaction import ( - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" ) func HandleDiskOverride(manifest manifestparser.Manifest, overrides FlagOverrides) (manifestparser.Manifest, error) { diff --git a/actor/v7pushaction/handle_disk_override_test.go b/actor/v7pushaction/handle_disk_override_test.go index c87f774925..c8922ef95c 100644 --- a/actor/v7pushaction/handle_disk_override_test.go +++ b/actor/v7pushaction/handle_disk_override_test.go @@ -1,10 +1,10 @@ package v7pushaction_test import ( - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" - . "code.cloudfoundry.org/cli/actor/v7pushaction" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7pushaction/handle_docker_image_override.go b/actor/v7pushaction/handle_docker_image_override.go index 9190bca816..8837de645d 100644 --- a/actor/v7pushaction/handle_docker_image_override.go +++ b/actor/v7pushaction/handle_docker_image_override.go @@ -1,8 +1,8 @@ package v7pushaction import ( - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" ) func HandleDockerImageOverride(manifest manifestparser.Manifest, overrides FlagOverrides) (manifestparser.Manifest, error) { diff --git a/actor/v7pushaction/handle_docker_image_override_test.go b/actor/v7pushaction/handle_docker_image_override_test.go index 77591dc5fb..0b5a03f980 100644 --- a/actor/v7pushaction/handle_docker_image_override_test.go +++ b/actor/v7pushaction/handle_docker_image_override_test.go @@ -1,10 +1,10 @@ package v7pushaction_test import ( - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" - . "code.cloudfoundry.org/cli/actor/v7pushaction" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7pushaction/handle_docker_username_override.go b/actor/v7pushaction/handle_docker_username_override.go index b9c31ad3e5..e014baabd8 100644 --- a/actor/v7pushaction/handle_docker_username_override.go +++ b/actor/v7pushaction/handle_docker_username_override.go @@ -1,8 +1,8 @@ package v7pushaction import ( - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" ) func HandleDockerUsernameOverride(manifest manifestparser.Manifest, overrides FlagOverrides) (manifestparser.Manifest, error) { diff --git a/actor/v7pushaction/handle_docker_username_override_test.go b/actor/v7pushaction/handle_docker_username_override_test.go index 2322b087c0..7930042351 100644 --- a/actor/v7pushaction/handle_docker_username_override_test.go +++ b/actor/v7pushaction/handle_docker_username_override_test.go @@ -1,10 +1,10 @@ package v7pushaction_test import ( - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" - . "code.cloudfoundry.org/cli/actor/v7pushaction" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7pushaction/handle_droplet_path_override.go b/actor/v7pushaction/handle_droplet_path_override.go index 8a5e97e8a7..4fffca6cf8 100644 --- a/actor/v7pushaction/handle_droplet_path_override.go +++ b/actor/v7pushaction/handle_droplet_path_override.go @@ -1,8 +1,8 @@ package v7pushaction import ( - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" ) func HandleDropletPathOverride(manifest manifestparser.Manifest, overrides FlagOverrides) (manifestparser.Manifest, error) { diff --git a/actor/v7pushaction/handle_droplet_path_override_test.go b/actor/v7pushaction/handle_droplet_path_override_test.go index 98dd997f20..c924612255 100644 --- a/actor/v7pushaction/handle_droplet_path_override_test.go +++ b/actor/v7pushaction/handle_droplet_path_override_test.go @@ -1,9 +1,9 @@ package v7pushaction_test import ( - . "code.cloudfoundry.org/cli/actor/v7pushaction" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7pushaction/handle_flag_override_func.go b/actor/v7pushaction/handle_flag_override_func.go index dc382117c9..351982d519 100644 --- a/actor/v7pushaction/handle_flag_override_func.go +++ b/actor/v7pushaction/handle_flag_override_func.go @@ -1,5 +1,5 @@ package v7pushaction -import "code.cloudfoundry.org/cli/util/manifestparser" +import "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" type HandleFlagOverrideFunc func(manifest manifestparser.Manifest, overrides FlagOverrides) (manifestparser.Manifest, error) diff --git a/actor/v7pushaction/handle_flag_overrides.go b/actor/v7pushaction/handle_flag_overrides.go index 0b140d98b7..5bcb973f0d 100644 --- a/actor/v7pushaction/handle_flag_overrides.go +++ b/actor/v7pushaction/handle_flag_overrides.go @@ -1,7 +1,7 @@ package v7pushaction import ( - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" ) func (actor Actor) HandleFlagOverrides( diff --git a/actor/v7pushaction/handle_flag_overrides_test.go b/actor/v7pushaction/handle_flag_overrides_test.go index 88f0135463..cf7a62be8f 100644 --- a/actor/v7pushaction/handle_flag_overrides_test.go +++ b/actor/v7pushaction/handle_flag_overrides_test.go @@ -1,8 +1,8 @@ package v7pushaction_test import ( - . "code.cloudfoundry.org/cli/actor/v7pushaction" - "code.cloudfoundry.org/cli/util/manifestparser" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7pushaction/handle_health_check_endpoint_override.go b/actor/v7pushaction/handle_health_check_endpoint_override.go index ab9659ac7d..70086fa6ec 100644 --- a/actor/v7pushaction/handle_health_check_endpoint_override.go +++ b/actor/v7pushaction/handle_health_check_endpoint_override.go @@ -1,9 +1,9 @@ package v7pushaction import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" ) func HandleHealthCheckEndpointOverride(manifest manifestparser.Manifest, overrides FlagOverrides) (manifestparser.Manifest, error) { diff --git a/actor/v7pushaction/handle_health_check_endpoint_override_test.go b/actor/v7pushaction/handle_health_check_endpoint_override_test.go index 8313357eb8..2253e58cf8 100644 --- a/actor/v7pushaction/handle_health_check_endpoint_override_test.go +++ b/actor/v7pushaction/handle_health_check_endpoint_override_test.go @@ -1,10 +1,10 @@ package v7pushaction_test import ( - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" - . "code.cloudfoundry.org/cli/actor/v7pushaction" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7pushaction/handle_health_check_timeout_override.go b/actor/v7pushaction/handle_health_check_timeout_override.go index b4c6f97718..d7171a23b4 100644 --- a/actor/v7pushaction/handle_health_check_timeout_override.go +++ b/actor/v7pushaction/handle_health_check_timeout_override.go @@ -1,8 +1,8 @@ package v7pushaction import ( - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" ) func HandleHealthCheckTimeoutOverride(manifest manifestparser.Manifest, overrides FlagOverrides) (manifestparser.Manifest, error) { diff --git a/actor/v7pushaction/handle_health_check_timeout_override_test.go b/actor/v7pushaction/handle_health_check_timeout_override_test.go index 6292c4897d..0dfadafc54 100644 --- a/actor/v7pushaction/handle_health_check_timeout_override_test.go +++ b/actor/v7pushaction/handle_health_check_timeout_override_test.go @@ -1,10 +1,10 @@ package v7pushaction_test import ( - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" - . "code.cloudfoundry.org/cli/actor/v7pushaction" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7pushaction/handle_health_check_type_override.go b/actor/v7pushaction/handle_health_check_type_override.go index e9f0d4091c..497e9e3b50 100644 --- a/actor/v7pushaction/handle_health_check_type_override.go +++ b/actor/v7pushaction/handle_health_check_type_override.go @@ -1,9 +1,9 @@ package v7pushaction import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" ) func HandleHealthCheckTypeOverride(manifest manifestparser.Manifest, overrides FlagOverrides) (manifestparser.Manifest, error) { diff --git a/actor/v7pushaction/handle_health_check_type_override_test.go b/actor/v7pushaction/handle_health_check_type_override_test.go index 03a353e83f..b6c7e3b751 100644 --- a/actor/v7pushaction/handle_health_check_type_override_test.go +++ b/actor/v7pushaction/handle_health_check_type_override_test.go @@ -1,11 +1,11 @@ package v7pushaction_test import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" - . "code.cloudfoundry.org/cli/actor/v7pushaction" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7pushaction/handle_instances_override.go b/actor/v7pushaction/handle_instances_override.go index 018ab02e8a..9f22177763 100644 --- a/actor/v7pushaction/handle_instances_override.go +++ b/actor/v7pushaction/handle_instances_override.go @@ -1,8 +1,8 @@ package v7pushaction import ( - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" ) func HandleInstancesOverride(manifest manifestparser.Manifest, overrides FlagOverrides) (manifestparser.Manifest, error) { diff --git a/actor/v7pushaction/handle_instances_override_test.go b/actor/v7pushaction/handle_instances_override_test.go index b036eddc2f..5f1e95460f 100644 --- a/actor/v7pushaction/handle_instances_override_test.go +++ b/actor/v7pushaction/handle_instances_override_test.go @@ -1,11 +1,11 @@ package v7pushaction_test import ( - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" - . "code.cloudfoundry.org/cli/actor/v7pushaction" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7pushaction/handle_memory_override.go b/actor/v7pushaction/handle_memory_override.go index 82944bba6e..b67834e36f 100644 --- a/actor/v7pushaction/handle_memory_override.go +++ b/actor/v7pushaction/handle_memory_override.go @@ -1,9 +1,9 @@ package v7pushaction import ( - //"code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + //"github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" ) func HandleMemoryOverride(manifest manifestparser.Manifest, overrides FlagOverrides) (manifestparser.Manifest, error) { diff --git a/actor/v7pushaction/handle_memory_override_test.go b/actor/v7pushaction/handle_memory_override_test.go index ff1c7c3e2e..76912c9830 100644 --- a/actor/v7pushaction/handle_memory_override_test.go +++ b/actor/v7pushaction/handle_memory_override_test.go @@ -1,10 +1,10 @@ package v7pushaction_test import ( - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" - . "code.cloudfoundry.org/cli/actor/v7pushaction" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7pushaction/handle_no_route_override.go b/actor/v7pushaction/handle_no_route_override.go index 10d5c170cd..030439c32e 100644 --- a/actor/v7pushaction/handle_no_route_override.go +++ b/actor/v7pushaction/handle_no_route_override.go @@ -1,8 +1,8 @@ package v7pushaction import ( - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" ) func HandleNoRouteOverride(manifest manifestparser.Manifest, overrides FlagOverrides) (manifestparser.Manifest, error) { diff --git a/actor/v7pushaction/handle_no_route_override_test.go b/actor/v7pushaction/handle_no_route_override_test.go index 385c0469c8..b89dcc1243 100644 --- a/actor/v7pushaction/handle_no_route_override_test.go +++ b/actor/v7pushaction/handle_no_route_override_test.go @@ -1,10 +1,10 @@ package v7pushaction_test import ( - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" - . "code.cloudfoundry.org/cli/actor/v7pushaction" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7pushaction/handle_random_route_override.go b/actor/v7pushaction/handle_random_route_override.go index ba18805c21..f402857dfd 100644 --- a/actor/v7pushaction/handle_random_route_override.go +++ b/actor/v7pushaction/handle_random_route_override.go @@ -1,8 +1,8 @@ package v7pushaction import ( - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" ) func HandleRandomRouteOverride(manifest manifestparser.Manifest, overrides FlagOverrides) (manifestparser.Manifest, error) { diff --git a/actor/v7pushaction/handle_random_route_override_test.go b/actor/v7pushaction/handle_random_route_override_test.go index 30ccd9fbd2..ec2e319737 100644 --- a/actor/v7pushaction/handle_random_route_override_test.go +++ b/actor/v7pushaction/handle_random_route_override_test.go @@ -1,10 +1,10 @@ package v7pushaction_test import ( - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" - . "code.cloudfoundry.org/cli/actor/v7pushaction" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7pushaction/handle_stack_override.go b/actor/v7pushaction/handle_stack_override.go index 3087e67cce..f3d46b3f47 100644 --- a/actor/v7pushaction/handle_stack_override.go +++ b/actor/v7pushaction/handle_stack_override.go @@ -1,8 +1,8 @@ package v7pushaction import ( - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" ) func HandleStackOverride(manifest manifestparser.Manifest, overrides FlagOverrides) (manifestparser.Manifest, error) { diff --git a/actor/v7pushaction/handle_stack_override_test.go b/actor/v7pushaction/handle_stack_override_test.go index 9c6d3e1875..84a98b7633 100644 --- a/actor/v7pushaction/handle_stack_override_test.go +++ b/actor/v7pushaction/handle_stack_override_test.go @@ -1,10 +1,10 @@ package v7pushaction_test import ( - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" - . "code.cloudfoundry.org/cli/actor/v7pushaction" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7pushaction/handle_start_command_override.go b/actor/v7pushaction/handle_start_command_override.go index 45dbe8838b..30bdceddb1 100644 --- a/actor/v7pushaction/handle_start_command_override.go +++ b/actor/v7pushaction/handle_start_command_override.go @@ -1,8 +1,8 @@ package v7pushaction import ( - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" ) func HandleStartCommandOverride(manifest manifestparser.Manifest, overrides FlagOverrides) (manifestparser.Manifest, error) { diff --git a/actor/v7pushaction/handle_start_command_override_test.go b/actor/v7pushaction/handle_start_command_override_test.go index 577efc5824..1fc7ab8128 100644 --- a/actor/v7pushaction/handle_start_command_override_test.go +++ b/actor/v7pushaction/handle_start_command_override_test.go @@ -1,11 +1,11 @@ package v7pushaction_test import ( - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" - . "code.cloudfoundry.org/cli/actor/v7pushaction" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7pushaction/handle_strategy_override.go b/actor/v7pushaction/handle_strategy_override.go index 7501a02427..cacbaf6bdd 100644 --- a/actor/v7pushaction/handle_strategy_override.go +++ b/actor/v7pushaction/handle_strategy_override.go @@ -1,8 +1,8 @@ package v7pushaction import ( - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" ) func HandleStrategyOverride(manifest manifestparser.Manifest, overrides FlagOverrides) (manifestparser.Manifest, error) { diff --git a/actor/v7pushaction/handle_strategy_override_test.go b/actor/v7pushaction/handle_strategy_override_test.go index 57bb0fe6ad..3f65b37bae 100644 --- a/actor/v7pushaction/handle_strategy_override_test.go +++ b/actor/v7pushaction/handle_strategy_override_test.go @@ -1,10 +1,10 @@ package v7pushaction_test import ( - . "code.cloudfoundry.org/cli/actor/v7pushaction" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7pushaction/handle_task_override.go b/actor/v7pushaction/handle_task_override.go index 6d369d8b82..ed0ff25888 100644 --- a/actor/v7pushaction/handle_task_override.go +++ b/actor/v7pushaction/handle_task_override.go @@ -1,8 +1,8 @@ package v7pushaction import ( - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" ) func HandleTaskOverride(manifest manifestparser.Manifest, overrides FlagOverrides) (manifestparser.Manifest, error) { diff --git a/actor/v7pushaction/handle_task_override_test.go b/actor/v7pushaction/handle_task_override_test.go index 7848d9334f..eef9c16582 100644 --- a/actor/v7pushaction/handle_task_override_test.go +++ b/actor/v7pushaction/handle_task_override_test.go @@ -1,10 +1,10 @@ package v7pushaction_test import ( - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" - . "code.cloudfoundry.org/cli/actor/v7pushaction" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7pushaction/push_plan.go b/actor/v7pushaction/push_plan.go index 19d4a32d29..a05a846489 100644 --- a/actor/v7pushaction/push_plan.go +++ b/actor/v7pushaction/push_plan.go @@ -3,11 +3,11 @@ package v7pushaction import ( "fmt" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" "github.com/cloudfoundry/bosh-cli/director/template" ) diff --git a/actor/v7pushaction/resource_match.go b/actor/v7pushaction/resource_match.go index dcfb1ebafd..d02bb1a4f8 100644 --- a/actor/v7pushaction/resource_match.go +++ b/actor/v7pushaction/resource_match.go @@ -1,6 +1,6 @@ package v7pushaction -import "code.cloudfoundry.org/cli/actor/sharedaction" +import "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" // MatchResources returns back a list of matched and unmatched resources for the provided resources. func (actor Actor) MatchResources(resources []sharedaction.V3Resource) ([]sharedaction.V3Resource, []sharedaction.V3Resource, Warnings, error) { diff --git a/actor/v7pushaction/resource_match_test.go b/actor/v7pushaction/resource_match_test.go index 9471a83578..5ac21a16b7 100644 --- a/actor/v7pushaction/resource_match_test.go +++ b/actor/v7pushaction/resource_match_test.go @@ -3,11 +3,11 @@ package v7pushaction_test import ( "errors" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/v7action" - . "code.cloudfoundry.org/cli/actor/v7pushaction" - "code.cloudfoundry.org/cli/actor/v7pushaction/v7pushactionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction/v7pushactionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7pushaction/restart_application_test.go b/actor/v7pushaction/restart_application_test.go index 33c1fee4c0..861fdc6269 100644 --- a/actor/v7pushaction/restart_application_test.go +++ b/actor/v7pushaction/restart_application_test.go @@ -3,11 +3,11 @@ package v7pushaction_test import ( "errors" - "code.cloudfoundry.org/cli/actor/v7action" - . "code.cloudfoundry.org/cli/actor/v7pushaction" - "code.cloudfoundry.org/cli/actor/v7pushaction/v7pushactionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction/v7pushactionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7pushaction/sequence.go b/actor/v7pushaction/sequence.go index b8e4608fe7..1d27ebd11b 100644 --- a/actor/v7pushaction/sequence.go +++ b/actor/v7pushaction/sequence.go @@ -1,7 +1,7 @@ package v7pushaction import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" ) func ShouldCreateBitsPackage(plan PushPlan) bool { diff --git a/actor/v7pushaction/sequence_test.go b/actor/v7pushaction/sequence_test.go index 0acfffd35d..c62830988a 100644 --- a/actor/v7pushaction/sequence_test.go +++ b/actor/v7pushaction/sequence_test.go @@ -1,11 +1,11 @@ package v7pushaction_test import ( - "code.cloudfoundry.org/cli/actor/v7action" - . "code.cloudfoundry.org/cli/actor/v7pushaction" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7pushaction/set_default_bits_path_for_push_plan_test.go b/actor/v7pushaction/set_default_bits_path_for_push_plan_test.go index d5db9e8088..27be0409cc 100644 --- a/actor/v7pushaction/set_default_bits_path_for_push_plan_test.go +++ b/actor/v7pushaction/set_default_bits_path_for_push_plan_test.go @@ -1,8 +1,8 @@ package v7pushaction_test import ( - "code.cloudfoundry.org/cli/actor/v7action" - . "code.cloudfoundry.org/cli/actor/v7pushaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7pushaction/set_droplet_for_application_test.go b/actor/v7pushaction/set_droplet_for_application_test.go index f28e9be842..1cabac65cd 100644 --- a/actor/v7pushaction/set_droplet_for_application_test.go +++ b/actor/v7pushaction/set_droplet_for_application_test.go @@ -3,10 +3,10 @@ package v7pushaction_test import ( "errors" - "code.cloudfoundry.org/cli/actor/v7action" - . "code.cloudfoundry.org/cli/actor/v7pushaction" - "code.cloudfoundry.org/cli/actor/v7pushaction/v7pushactionfakes" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction/v7pushactionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7pushaction/setup_all_resources_for_push_plan.go b/actor/v7pushaction/setup_all_resources_for_push_plan.go index e58b9ed546..00c8007ba3 100644 --- a/actor/v7pushaction/setup_all_resources_for_push_plan.go +++ b/actor/v7pushaction/setup_all_resources_for_push_plan.go @@ -4,8 +4,8 @@ import ( "errors" "os" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" ) func (actor Actor) SetupAllResourcesForPushPlan(pushPlan PushPlan, overrides FlagOverrides) (PushPlan, error) { diff --git a/actor/v7pushaction/setup_all_resources_for_push_plan_test.go b/actor/v7pushaction/setup_all_resources_for_push_plan_test.go index 628f2ff82d..90e2867496 100644 --- a/actor/v7pushaction/setup_all_resources_for_push_plan_test.go +++ b/actor/v7pushaction/setup_all_resources_for_push_plan_test.go @@ -5,11 +5,11 @@ import ( "io/ioutil" "os" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" - . "code.cloudfoundry.org/cli/actor/v7pushaction" - "code.cloudfoundry.org/cli/actor/v7pushaction/v7pushactionfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction/v7pushactionfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7pushaction/setup_deployment_strategy_for_push_plan_test.go b/actor/v7pushaction/setup_deployment_strategy_for_push_plan_test.go index 238dc00772..4ff6c89c2c 100644 --- a/actor/v7pushaction/setup_deployment_strategy_for_push_plan_test.go +++ b/actor/v7pushaction/setup_deployment_strategy_for_push_plan_test.go @@ -1,9 +1,9 @@ package v7pushaction_test import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" - . "code.cloudfoundry.org/cli/actor/v7pushaction" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7pushaction/setup_droplet_path_for_push_plan_test.go b/actor/v7pushaction/setup_droplet_path_for_push_plan_test.go index d2866b0824..28d1998942 100644 --- a/actor/v7pushaction/setup_droplet_path_for_push_plan_test.go +++ b/actor/v7pushaction/setup_droplet_path_for_push_plan_test.go @@ -1,7 +1,7 @@ package v7pushaction_test import ( - . "code.cloudfoundry.org/cli/actor/v7pushaction" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7pushaction/setup_no_start_for_push_plan_test.go b/actor/v7pushaction/setup_no_start_for_push_plan_test.go index 19902e9aa1..d8c6c7ddda 100644 --- a/actor/v7pushaction/setup_no_start_for_push_plan_test.go +++ b/actor/v7pushaction/setup_no_start_for_push_plan_test.go @@ -1,7 +1,7 @@ package v7pushaction_test import ( - . "code.cloudfoundry.org/cli/actor/v7pushaction" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7pushaction/setup_no_wait_for_push_plan_test.go b/actor/v7pushaction/setup_no_wait_for_push_plan_test.go index e0f5b3ad62..86d5b4fdac 100644 --- a/actor/v7pushaction/setup_no_wait_for_push_plan_test.go +++ b/actor/v7pushaction/setup_no_wait_for_push_plan_test.go @@ -1,7 +1,7 @@ package v7pushaction_test import ( - . "code.cloudfoundry.org/cli/actor/v7pushaction" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7pushaction/setup_task_app_for_push_plan_test.go b/actor/v7pushaction/setup_task_app_for_push_plan_test.go index 988a206c13..9ec9f8ed97 100644 --- a/actor/v7pushaction/setup_task_app_for_push_plan_test.go +++ b/actor/v7pushaction/setup_task_app_for_push_plan_test.go @@ -1,7 +1,7 @@ package v7pushaction_test import ( - . "code.cloudfoundry.org/cli/actor/v7pushaction" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7pushaction/shared_actor.go b/actor/v7pushaction/shared_actor.go index cd4efca31b..960adcd485 100644 --- a/actor/v7pushaction/shared_actor.go +++ b/actor/v7pushaction/shared_actor.go @@ -3,7 +3,7 @@ package v7pushaction import ( "io" - "code.cloudfoundry.org/cli/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 io.ReadCloser diff --git a/actor/v7pushaction/stage_package_for_application_test.go b/actor/v7pushaction/stage_package_for_application_test.go index b0a5154380..60fcbd3499 100644 --- a/actor/v7pushaction/stage_package_for_application_test.go +++ b/actor/v7pushaction/stage_package_for_application_test.go @@ -3,10 +3,10 @@ package v7pushaction_test import ( "errors" - "code.cloudfoundry.org/cli/actor/v7action" - . "code.cloudfoundry.org/cli/actor/v7pushaction" - "code.cloudfoundry.org/cli/actor/v7pushaction/v7pushactionfakes" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction/v7pushactionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7pushaction/stop_application.go b/actor/v7pushaction/stop_application.go index b6865a2f16..6f1c2e985f 100644 --- a/actor/v7pushaction/stop_application.go +++ b/actor/v7pushaction/stop_application.go @@ -1,7 +1,7 @@ package v7pushaction import ( - "code.cloudfoundry.org/cli/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" log "github.com/sirupsen/logrus" ) diff --git a/actor/v7pushaction/stop_application_test.go b/actor/v7pushaction/stop_application_test.go index e380b43d9d..0299e4673e 100644 --- a/actor/v7pushaction/stop_application_test.go +++ b/actor/v7pushaction/stop_application_test.go @@ -3,11 +3,11 @@ package v7pushaction_test import ( "errors" - "code.cloudfoundry.org/cli/actor/v7action" - . "code.cloudfoundry.org/cli/actor/v7pushaction" - "code.cloudfoundry.org/cli/actor/v7pushaction/v7pushactionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction/v7pushactionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/actor/v7pushaction/v7_actor.go b/actor/v7pushaction/v7_actor.go index db59052da5..2557c89be6 100644 --- a/actor/v7pushaction/v7_actor.go +++ b/actor/v7pushaction/v7_actor.go @@ -3,9 +3,9 @@ package v7pushaction import ( "io" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . V7Actor diff --git a/actor/v7pushaction/v7pushaction_suite_test.go b/actor/v7pushaction/v7pushaction_suite_test.go index 8a41f84bf3..4278c11a7c 100644 --- a/actor/v7pushaction/v7pushaction_suite_test.go +++ b/actor/v7pushaction/v7pushaction_suite_test.go @@ -6,8 +6,8 @@ import ( "testing" - . "code.cloudfoundry.org/cli/actor/v7pushaction" - "code.cloudfoundry.org/cli/actor/v7pushaction/v7pushactionfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction/v7pushactionfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/actor/v7pushaction/v7pushactionfakes/fake_progress_bar.go b/actor/v7pushaction/v7pushactionfakes/fake_progress_bar.go index 9b0a3aa81c..4ff25780bc 100644 --- a/actor/v7pushaction/v7pushactionfakes/fake_progress_bar.go +++ b/actor/v7pushaction/v7pushactionfakes/fake_progress_bar.go @@ -5,7 +5,7 @@ import ( "io" "sync" - "code.cloudfoundry.org/cli/actor/v7pushaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" ) type FakeProgressBar struct { diff --git a/actor/v7pushaction/v7pushactionfakes/fake_shared_actor.go b/actor/v7pushaction/v7pushactionfakes/fake_shared_actor.go index 63ba72df44..f60296a275 100644 --- a/actor/v7pushaction/v7pushactionfakes/fake_shared_actor.go +++ b/actor/v7pushaction/v7pushactionfakes/fake_shared_actor.go @@ -5,8 +5,8 @@ import ( "io" "sync" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/v7pushaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" ) type FakeSharedActor struct { diff --git a/actor/v7pushaction/v7pushactionfakes/fake_v7actor.go b/actor/v7pushaction/v7pushactionfakes/fake_v7actor.go index c9e8539321..47248b24db 100644 --- a/actor/v7pushaction/v7pushactionfakes/fake_v7actor.go +++ b/actor/v7pushaction/v7pushactionfakes/fake_v7actor.go @@ -5,10 +5,10 @@ import ( "io" "sync" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7pushaction" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type FakeV7Actor struct { diff --git a/actor/versioncheck/minimum_version_check_test.go b/actor/versioncheck/minimum_version_check_test.go index f2a3a8f0bc..ced5ffad12 100644 --- a/actor/versioncheck/minimum_version_check_test.go +++ b/actor/versioncheck/minimum_version_check_test.go @@ -1,7 +1,7 @@ package versioncheck_test import ( - . "code.cloudfoundry.org/cli/actor/versioncheck" + . "github.com/LukasHeimann/cloudfoundrycli/v8/actor/versioncheck" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/api/cloudcontroller/ccerror/multi_error_test.go b/api/cloudcontroller/ccerror/multi_error_test.go index 3f47bff273..2253b6b873 100644 --- a/api/cloudcontroller/ccerror/multi_error_test.go +++ b/api/cloudcontroller/ccerror/multi_error_test.go @@ -3,7 +3,7 @@ package ccerror_test import ( "net/http" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/api/cloudcontroller/ccerror/service_offering_name_ambiguity_error_test.go b/api/cloudcontroller/ccerror/service_offering_name_ambiguity_error_test.go index bba9e87342..b32eba7e3b 100644 --- a/api/cloudcontroller/ccerror/service_offering_name_ambiguity_error_test.go +++ b/api/cloudcontroller/ccerror/service_offering_name_ambiguity_error_test.go @@ -1,7 +1,7 @@ package ccerror_test import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/api/cloudcontroller/ccerror/service_offering_not_found_error_test.go b/api/cloudcontroller/ccerror/service_offering_not_found_error_test.go index d6364d723f..29f567b478 100644 --- a/api/cloudcontroller/ccerror/service_offering_not_found_error_test.go +++ b/api/cloudcontroller/ccerror/service_offering_not_found_error_test.go @@ -1,7 +1,7 @@ package ccerror_test import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/api/cloudcontroller/ccerror/user_not_found.go b/api/cloudcontroller/ccerror/user_not_found.go index 1ed3c3ee6c..8ddb1e027b 100644 --- a/api/cloudcontroller/ccerror/user_not_found.go +++ b/api/cloudcontroller/ccerror/user_not_found.go @@ -3,7 +3,7 @@ package ccerror import ( "fmt" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" ) // UserNotFoundError is returned when a role does not exist. diff --git a/api/cloudcontroller/ccerror/v2_unexpected_response_error_test.go b/api/cloudcontroller/ccerror/v2_unexpected_response_error_test.go index afdaab8fef..ba9b48ea20 100644 --- a/api/cloudcontroller/ccerror/v2_unexpected_response_error_test.go +++ b/api/cloudcontroller/ccerror/v2_unexpected_response_error_test.go @@ -1,7 +1,7 @@ package ccerror_test import ( - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/api/cloudcontroller/ccerror/v3_job_failed_error.go b/api/cloudcontroller/ccerror/v3_job_failed_error.go index aac4025f08..28608e0296 100644 --- a/api/cloudcontroller/ccerror/v3_job_failed_error.go +++ b/api/cloudcontroller/ccerror/v3_job_failed_error.go @@ -3,7 +3,7 @@ package ccerror import ( "fmt" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" ) // V3JobFailedError represents a failed Cloud Controller Job. It wraps the error diff --git a/api/cloudcontroller/ccerror/v3_unexpected_response_error_test.go b/api/cloudcontroller/ccerror/v3_unexpected_response_error_test.go index a5c8811693..0f2415c97f 100644 --- a/api/cloudcontroller/ccerror/v3_unexpected_response_error_test.go +++ b/api/cloudcontroller/ccerror/v3_unexpected_response_error_test.go @@ -3,7 +3,7 @@ package ccerror_test import ( "net/http" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/api/cloudcontroller/ccv3/application.go b/api/cloudcontroller/ccv3/application.go index a060993253..070e98624d 100644 --- a/api/cloudcontroller/ccv3/application.go +++ b/api/cloudcontroller/ccv3/application.go @@ -1,9 +1,9 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) // CreateApplication creates an application with the given settings. diff --git a/api/cloudcontroller/ccv3/application_feature.go b/api/cloudcontroller/ccv3/application_feature.go index ee07cc6cf5..c369224a84 100644 --- a/api/cloudcontroller/ccv3/application_feature.go +++ b/api/cloudcontroller/ccv3/application_feature.go @@ -1,8 +1,8 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type SSHEnabled struct { diff --git a/api/cloudcontroller/ccv3/application_feature_test.go b/api/cloudcontroller/ccv3/application_feature_test.go index e60d219232..ecb4520afa 100644 --- a/api/cloudcontroller/ccv3/application_feature_test.go +++ b/api/cloudcontroller/ccv3/application_feature_test.go @@ -4,9 +4,9 @@ import ( "fmt" "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/application_test.go b/api/cloudcontroller/ccv3/application_test.go index ff2bf9e4d4..616db8f742 100644 --- a/api/cloudcontroller/ccv3/application_test.go +++ b/api/cloudcontroller/ccv3/application_test.go @@ -4,13 +4,13 @@ import ( "encoding/json" "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/ccv3fakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/ccv3fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/api/cloudcontroller/ccv3/build.go b/api/cloudcontroller/ccv3/build.go index 2c67189218..14154f9a11 100644 --- a/api/cloudcontroller/ccv3/build.go +++ b/api/cloudcontroller/ccv3/build.go @@ -1,8 +1,8 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) // CreateBuild creates the given build, requires Package GUID to be set on the diff --git a/api/cloudcontroller/ccv3/build_test.go b/api/cloudcontroller/ccv3/build_test.go index 2a2236c5ff..10c2e241f4 100644 --- a/api/cloudcontroller/ccv3/build_test.go +++ b/api/cloudcontroller/ccv3/build_test.go @@ -3,10 +3,10 @@ package ccv3_test import ( "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/buildpack.go b/api/cloudcontroller/ccv3/buildpack.go index 7846d58952..2599893428 100644 --- a/api/cloudcontroller/ccv3/buildpack.go +++ b/api/cloudcontroller/ccv3/buildpack.go @@ -3,9 +3,9 @@ package ccv3 import ( "io" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/api/cloudcontroller/uploads" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/uploads" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) // CreateBuildpack creates a buildpack with the given settings, Type and the diff --git a/api/cloudcontroller/ccv3/buildpack_test.go b/api/cloudcontroller/ccv3/buildpack_test.go index 5445d35941..7bda5e3081 100644 --- a/api/cloudcontroller/ccv3/buildpack_test.go +++ b/api/cloudcontroller/ccv3/buildpack_test.go @@ -9,16 +9,16 @@ import ( "net/http" "strings" - "code.cloudfoundry.org/cli/api/cloudcontroller" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/ccv3fakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/api/cloudcontroller/wrapper" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - . "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/ccv3fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/wrapper" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + . "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/ccv3_suite_test.go b/api/cloudcontroller/ccv3/ccv3_suite_test.go index c311fc4f31..6a72dfcda0 100644 --- a/api/cloudcontroller/ccv3/ccv3_suite_test.go +++ b/api/cloudcontroller/ccv3/ccv3_suite_test.go @@ -5,8 +5,8 @@ import ( "log" "testing" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/ccv3fakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/ccv3fakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/ccv3fakes/fake_clock.go b/api/cloudcontroller/ccv3/ccv3fakes/fake_clock.go index 5c41fa00cd..ba5790caed 100644 --- a/api/cloudcontroller/ccv3/ccv3fakes/fake_clock.go +++ b/api/cloudcontroller/ccv3/ccv3fakes/fake_clock.go @@ -5,7 +5,7 @@ import ( "sync" "time" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" ) type FakeClock struct { diff --git a/api/cloudcontroller/ccv3/ccv3fakes/fake_connection_wrapper.go b/api/cloudcontroller/ccv3/ccv3fakes/fake_connection_wrapper.go index 46d95f6f2f..3ab5d4cbeb 100644 --- a/api/cloudcontroller/ccv3/ccv3fakes/fake_connection_wrapper.go +++ b/api/cloudcontroller/ccv3/ccv3fakes/fake_connection_wrapper.go @@ -4,8 +4,8 @@ package ccv3fakes import ( "sync" - "code.cloudfoundry.org/cli/api/cloudcontroller" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" ) type FakeConnectionWrapper struct { diff --git a/api/cloudcontroller/ccv3/ccv3fakes/fake_requester.go b/api/cloudcontroller/ccv3/ccv3fakes/fake_requester.go index 528b7ba15b..3863a454e1 100644 --- a/api/cloudcontroller/ccv3/ccv3fakes/fake_requester.go +++ b/api/cloudcontroller/ccv3/ccv3fakes/fake_requester.go @@ -6,8 +6,8 @@ import ( "net/http" "sync" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" ) type FakeRequester struct { diff --git a/api/cloudcontroller/ccv3/client.go b/api/cloudcontroller/ccv3/client.go index 5a998f3515..407e10175c 100644 --- a/api/cloudcontroller/ccv3/client.go +++ b/api/cloudcontroller/ccv3/client.go @@ -75,7 +75,7 @@ package ccv3 import ( "time" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" ) // Warnings are a collection of warnings that the Cloud Controller can return diff --git a/api/cloudcontroller/ccv3/client_test.go b/api/cloudcontroller/ccv3/client_test.go index 9cfaaa197d..5d091dd0aa 100644 --- a/api/cloudcontroller/ccv3/client_test.go +++ b/api/cloudcontroller/ccv3/client_test.go @@ -5,8 +5,8 @@ import ( "net/http" "runtime" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/ccv3fakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/ccv3fakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/api/cloudcontroller/ccv3/connection_wrapper.go b/api/cloudcontroller/ccv3/connection_wrapper.go index 376891cadd..0e212b7524 100644 --- a/api/cloudcontroller/ccv3/connection_wrapper.go +++ b/api/cloudcontroller/ccv3/connection_wrapper.go @@ -1,6 +1,6 @@ package ccv3 -import "code.cloudfoundry.org/cli/api/cloudcontroller" +import "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . ConnectionWrapper diff --git a/api/cloudcontroller/ccv3/deployment.go b/api/cloudcontroller/ccv3/deployment.go index a4dc7da040..64401e7285 100644 --- a/api/cloudcontroller/ccv3/deployment.go +++ b/api/cloudcontroller/ccv3/deployment.go @@ -1,9 +1,9 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) func (client *Client) CancelDeployment(deploymentGUID string) (Warnings, error) { diff --git a/api/cloudcontroller/ccv3/deployment_test.go b/api/cloudcontroller/ccv3/deployment_test.go index 4c4e6c162d..feabff9243 100644 --- a/api/cloudcontroller/ccv3/deployment_test.go +++ b/api/cloudcontroller/ccv3/deployment_test.go @@ -4,11 +4,11 @@ import ( "fmt" "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/domain.go b/api/cloudcontroller/ccv3/domain.go index 6b0aae2141..80176b1b29 100644 --- a/api/cloudcontroller/ccv3/domain.go +++ b/api/cloudcontroller/ccv3/domain.go @@ -4,9 +4,9 @@ import ( "encoding/json" "fmt" - "code.cloudfoundry.org/cli/api/cloudcontroller" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type SharedOrgs struct { diff --git a/api/cloudcontroller/ccv3/domain_test.go b/api/cloudcontroller/ccv3/domain_test.go index 29bf6e6397..4aa5b59401 100644 --- a/api/cloudcontroller/ccv3/domain_test.go +++ b/api/cloudcontroller/ccv3/domain_test.go @@ -4,11 +4,11 @@ import ( "fmt" "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/droplet.go b/api/cloudcontroller/ccv3/droplet.go index 7d9bfe5e70..dfac427861 100644 --- a/api/cloudcontroller/ccv3/droplet.go +++ b/api/cloudcontroller/ccv3/droplet.go @@ -3,10 +3,10 @@ package ccv3 import ( "io" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/api/cloudcontroller/uploads" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/uploads" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type DropletCreateRequest struct { diff --git a/api/cloudcontroller/ccv3/droplet_test.go b/api/cloudcontroller/ccv3/droplet_test.go index 6c4ce7bd63..7a64170a5a 100644 --- a/api/cloudcontroller/ccv3/droplet_test.go +++ b/api/cloudcontroller/ccv3/droplet_test.go @@ -8,15 +8,15 @@ import ( "net/http" "strings" - "code.cloudfoundry.org/cli/api/cloudcontroller" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/ccv3fakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/api/cloudcontroller/wrapper" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/ccv3fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/wrapper" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/environment.go b/api/cloudcontroller/ccv3/environment.go index 45af18d5bb..d595195bac 100644 --- a/api/cloudcontroller/ccv3/environment.go +++ b/api/cloudcontroller/ccv3/environment.go @@ -1,7 +1,7 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" ) // Environment variables that will be provided to an app at runtime. It will diff --git a/api/cloudcontroller/ccv3/environment_test.go b/api/cloudcontroller/ccv3/environment_test.go index d4bfcf9dfa..578c68d58f 100644 --- a/api/cloudcontroller/ccv3/environment_test.go +++ b/api/cloudcontroller/ccv3/environment_test.go @@ -3,8 +3,8 @@ package ccv3_test import ( "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/environment_variables.go b/api/cloudcontroller/ccv3/environment_variables.go index 22c50d8f97..9267eac167 100644 --- a/api/cloudcontroller/ccv3/environment_variables.go +++ b/api/cloudcontroller/ccv3/environment_variables.go @@ -1,9 +1,9 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) // EnvironmentVariables represents the environment variables that can be set on diff --git a/api/cloudcontroller/ccv3/environment_variables_test.go b/api/cloudcontroller/ccv3/environment_variables_test.go index 4735e641eb..4c65a90611 100644 --- a/api/cloudcontroller/ccv3/environment_variables_test.go +++ b/api/cloudcontroller/ccv3/environment_variables_test.go @@ -3,10 +3,10 @@ package ccv3_test import ( "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/errors.go b/api/cloudcontroller/ccv3/errors.go index c89a60d126..9e34efdb7c 100644 --- a/api/cloudcontroller/ccv3/errors.go +++ b/api/cloudcontroller/ccv3/errors.go @@ -6,8 +6,8 @@ import ( "regexp" "strings" - "code.cloudfoundry.org/cli/api/cloudcontroller" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" ) const ( diff --git a/api/cloudcontroller/ccv3/errors_test.go b/api/cloudcontroller/ccv3/errors_test.go index 6873746014..a30bbb2510 100644 --- a/api/cloudcontroller/ccv3/errors_test.go +++ b/api/cloudcontroller/ccv3/errors_test.go @@ -3,8 +3,8 @@ package ccv3_test import ( "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/api/cloudcontroller/ccv3/event.go b/api/cloudcontroller/ccv3/event.go index bedc56faf8..169f6247c1 100644 --- a/api/cloudcontroller/ccv3/event.go +++ b/api/cloudcontroller/ccv3/event.go @@ -3,8 +3,8 @@ package ccv3 import ( "time" - "code.cloudfoundry.org/cli/api/cloudcontroller" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" ) type Event struct { diff --git a/api/cloudcontroller/ccv3/event_test.go b/api/cloudcontroller/ccv3/event_test.go index 0f353910a8..13662cd079 100644 --- a/api/cloudcontroller/ccv3/event_test.go +++ b/api/cloudcontroller/ccv3/event_test.go @@ -5,9 +5,9 @@ import ( "net/http" "time" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/feature_flag.go b/api/cloudcontroller/ccv3/feature_flag.go index 80f775acc8..04b596c0ab 100644 --- a/api/cloudcontroller/ccv3/feature_flag.go +++ b/api/cloudcontroller/ccv3/feature_flag.go @@ -1,8 +1,8 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) func (client *Client) GetFeatureFlag(flagName string) (resources.FeatureFlag, Warnings, error) { diff --git a/api/cloudcontroller/ccv3/feature_flag_test.go b/api/cloudcontroller/ccv3/feature_flag_test.go index a8c8aa1d11..0cc8155737 100644 --- a/api/cloudcontroller/ccv3/feature_flag_test.go +++ b/api/cloudcontroller/ccv3/feature_flag_test.go @@ -4,9 +4,9 @@ import ( "fmt" "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/included_resources.go b/api/cloudcontroller/ccv3/included_resources.go index 0044707663..eb52d92cbd 100644 --- a/api/cloudcontroller/ccv3/included_resources.go +++ b/api/cloudcontroller/ccv3/included_resources.go @@ -1,6 +1,6 @@ package ccv3 -import "code.cloudfoundry.org/cli/resources" +import "github.com/LukasHeimann/cloudfoundrycli/v8/resources" type IncludedResources struct { Users []resources.User `json:"users,omitempty"` diff --git a/api/cloudcontroller/ccv3/info.go b/api/cloudcontroller/ccv3/info.go index 8a2e694a18..b9a66e4e1a 100644 --- a/api/cloudcontroller/ccv3/info.go +++ b/api/cloudcontroller/ccv3/info.go @@ -3,9 +3,9 @@ package ccv3 import ( "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type InfoLinks struct { diff --git a/api/cloudcontroller/ccv3/info_test.go b/api/cloudcontroller/ccv3/info_test.go index 8f77db3ba9..1c18aa20ad 100644 --- a/api/cloudcontroller/ccv3/info_test.go +++ b/api/cloudcontroller/ccv3/info_test.go @@ -5,8 +5,8 @@ import ( "net/http" "strings" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/api/cloudcontroller/ccv3/internal/routing_test.go b/api/cloudcontroller/ccv3/internal/routing_test.go index 09e71f426d..dbcafddde8 100644 --- a/api/cloudcontroller/ccv3/internal/routing_test.go +++ b/api/cloudcontroller/ccv3/internal/routing_test.go @@ -3,7 +3,7 @@ package internal_test import ( "net/http" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/api/cloudcontroller/ccv3/isolation_segment.go b/api/cloudcontroller/ccv3/isolation_segment.go index 16dbd4ec17..4fea55e2da 100644 --- a/api/cloudcontroller/ccv3/isolation_segment.go +++ b/api/cloudcontroller/ccv3/isolation_segment.go @@ -1,8 +1,8 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) // CreateIsolationSegment will create an Isolation Segment on the Cloud diff --git a/api/cloudcontroller/ccv3/isolation_segment_test.go b/api/cloudcontroller/ccv3/isolation_segment_test.go index 79026d7868..0606acfa11 100644 --- a/api/cloudcontroller/ccv3/isolation_segment_test.go +++ b/api/cloudcontroller/ccv3/isolation_segment_test.go @@ -4,9 +4,9 @@ import ( "fmt" "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/job.go b/api/cloudcontroller/ccv3/job.go index a0704a8084..6d96cc703d 100644 --- a/api/cloudcontroller/ccv3/job.go +++ b/api/cloudcontroller/ccv3/job.go @@ -3,8 +3,8 @@ package ccv3 import ( "time" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" ) // Job represents a Cloud Controller Job. diff --git a/api/cloudcontroller/ccv3/job_test.go b/api/cloudcontroller/ccv3/job_test.go index f5d7b99162..d7b3a8f148 100644 --- a/api/cloudcontroller/ccv3/job_test.go +++ b/api/cloudcontroller/ccv3/job_test.go @@ -5,10 +5,10 @@ import ( "net/http" "time" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/ccv3fakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/ccv3fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/api/cloudcontroller/ccv3/job_url.go b/api/cloudcontroller/ccv3/job_url.go index f49a965789..020be3cda3 100644 --- a/api/cloudcontroller/ccv3/job_url.go +++ b/api/cloudcontroller/ccv3/job_url.go @@ -1,7 +1,7 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" ) // JobURL is the URL to a given Job. diff --git a/api/cloudcontroller/ccv3/job_url_test.go b/api/cloudcontroller/ccv3/job_url_test.go index e9fd42e3fd..24d9816b80 100644 --- a/api/cloudcontroller/ccv3/job_url_test.go +++ b/api/cloudcontroller/ccv3/job_url_test.go @@ -3,8 +3,8 @@ package ccv3_test import ( "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/manifest.go b/api/cloudcontroller/ccv3/manifest.go index fba84e1c40..8bbb408f6d 100644 --- a/api/cloudcontroller/ccv3/manifest.go +++ b/api/cloudcontroller/ccv3/manifest.go @@ -1,8 +1,8 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) // GetApplicationManifest returns a (YAML) manifest for an application and its diff --git a/api/cloudcontroller/ccv3/manifest_test.go b/api/cloudcontroller/ccv3/manifest_test.go index 495b57a43e..ec1d1986df 100644 --- a/api/cloudcontroller/ccv3/manifest_test.go +++ b/api/cloudcontroller/ccv3/manifest_test.go @@ -4,13 +4,13 @@ import ( "errors" "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/ccv3fakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/ccv3fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/api/cloudcontroller/ccv3/metadata.go b/api/cloudcontroller/ccv3/metadata.go index a909e49f18..3626f362e9 100644 --- a/api/cloudcontroller/ccv3/metadata.go +++ b/api/cloudcontroller/ccv3/metadata.go @@ -3,8 +3,8 @@ package ccv3 import ( "fmt" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) func (client *Client) UpdateResourceMetadata(resource string, resourceGUID string, metadata resources.Metadata) (JobURL, Warnings, error) { diff --git a/api/cloudcontroller/ccv3/metadata_test.go b/api/cloudcontroller/ccv3/metadata_test.go index b9302e0af5..e5ca6c11fc 100644 --- a/api/cloudcontroller/ccv3/metadata_test.go +++ b/api/cloudcontroller/ccv3/metadata_test.go @@ -4,11 +4,11 @@ import ( "fmt" "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - . "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + . "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/organization.go b/api/cloudcontroller/ccv3/organization.go index b75cad50e9..90fbf48f18 100644 --- a/api/cloudcontroller/ccv3/organization.go +++ b/api/cloudcontroller/ccv3/organization.go @@ -1,8 +1,8 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) func (client *Client) CreateOrganization(orgName string) (resources.Organization, Warnings, error) { diff --git a/api/cloudcontroller/ccv3/organization_quota.go b/api/cloudcontroller/ccv3/organization_quota.go index 8812493a56..a1f2388d10 100644 --- a/api/cloudcontroller/ccv3/organization_quota.go +++ b/api/cloudcontroller/ccv3/organization_quota.go @@ -1,8 +1,8 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) func (client *Client) ApplyOrganizationQuota(quotaGuid, orgGuid string) (resources.RelationshipList, Warnings, error) { diff --git a/api/cloudcontroller/ccv3/organization_quota_test.go b/api/cloudcontroller/ccv3/organization_quota_test.go index 9d509d62a9..5d97fff5df 100644 --- a/api/cloudcontroller/ccv3/organization_quota_test.go +++ b/api/cloudcontroller/ccv3/organization_quota_test.go @@ -4,10 +4,10 @@ import ( "fmt" "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/organization_test.go b/api/cloudcontroller/ccv3/organization_test.go index dcdab99d48..a8999cefa0 100644 --- a/api/cloudcontroller/ccv3/organization_test.go +++ b/api/cloudcontroller/ccv3/organization_test.go @@ -4,11 +4,11 @@ import ( "fmt" "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" - . "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + . "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/package.go b/api/cloudcontroller/ccv3/package.go index 0dcdfcaaaf..6cbb601725 100644 --- a/api/cloudcontroller/ccv3/package.go +++ b/api/cloudcontroller/ccv3/package.go @@ -8,11 +8,11 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/api/cloudcontroller" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 io.Reader diff --git a/api/cloudcontroller/ccv3/package_test.go b/api/cloudcontroller/ccv3/package_test.go index ab1d779776..e521832d3b 100644 --- a/api/cloudcontroller/ccv3/package_test.go +++ b/api/cloudcontroller/ccv3/package_test.go @@ -12,13 +12,13 @@ import ( "strings" "time" - "code.cloudfoundry.org/cli/api/cloudcontroller" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/ccv3fakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/api/cloudcontroller/wrapper" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/ccv3fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/wrapper" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/api/cloudcontroller/ccv3/paginate.go b/api/cloudcontroller/ccv3/paginate.go index 2fcf46a4d1..f15094a5e8 100644 --- a/api/cloudcontroller/ccv3/paginate.go +++ b/api/cloudcontroller/ccv3/paginate.go @@ -3,7 +3,7 @@ package ccv3 import ( "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" ) func (requester RealRequester) paginate(request *cloudcontroller.Request, obj interface{}, appendToExternalList func(interface{}) error) (IncludedResources, Warnings, error) { diff --git a/api/cloudcontroller/ccv3/paginated_resources_test.go b/api/cloudcontroller/ccv3/paginated_resources_test.go index 79088eb95d..e848c30bfe 100644 --- a/api/cloudcontroller/ccv3/paginated_resources_test.go +++ b/api/cloudcontroller/ccv3/paginated_resources_test.go @@ -3,10 +3,10 @@ package ccv3_test import ( "encoding/json" - "code.cloudfoundry.org/cli/api/cloudcontroller" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" - . "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + . "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/api/cloudcontroller/ccv3/process.go b/api/cloudcontroller/ccv3/process.go index d03f2885fb..ae8d66ec6b 100644 --- a/api/cloudcontroller/ccv3/process.go +++ b/api/cloudcontroller/ccv3/process.go @@ -1,9 +1,9 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) // CreateApplicationProcessScale updates process instances count, memory or disk diff --git a/api/cloudcontroller/ccv3/process_instance.go b/api/cloudcontroller/ccv3/process_instance.go index 572ce04b8e..8327f94b0d 100644 --- a/api/cloudcontroller/ccv3/process_instance.go +++ b/api/cloudcontroller/ccv3/process_instance.go @@ -5,9 +5,9 @@ import ( "strconv" "time" - "code.cloudfoundry.org/cli/api/cloudcontroller" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" ) // ProcessInstance represents a single process instance for a particular diff --git a/api/cloudcontroller/ccv3/process_instance_test.go b/api/cloudcontroller/ccv3/process_instance_test.go index a92935a8da..df0ef0788e 100644 --- a/api/cloudcontroller/ccv3/process_instance_test.go +++ b/api/cloudcontroller/ccv3/process_instance_test.go @@ -4,9 +4,9 @@ import ( "net/http" "time" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/process_test.go b/api/cloudcontroller/ccv3/process_test.go index 2502c8e57a..93a92451f3 100644 --- a/api/cloudcontroller/ccv3/process_test.go +++ b/api/cloudcontroller/ccv3/process_test.go @@ -4,11 +4,11 @@ import ( "fmt" "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/query_test.go b/api/cloudcontroller/ccv3/query_test.go index 35e1928bff..f57aae24fd 100644 --- a/api/cloudcontroller/ccv3/query_test.go +++ b/api/cloudcontroller/ccv3/query_test.go @@ -3,7 +3,7 @@ package ccv3_test import ( "net/url" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/api/cloudcontroller/ccv3/relationship.go b/api/cloudcontroller/ccv3/relationship.go index e4ed3b81ef..c66a2b213d 100644 --- a/api/cloudcontroller/ccv3/relationship.go +++ b/api/cloudcontroller/ccv3/relationship.go @@ -1,8 +1,8 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) // DeleteIsolationSegmentOrganization will delete the relationship between diff --git a/api/cloudcontroller/ccv3/relationship_list.go b/api/cloudcontroller/ccv3/relationship_list.go index a60adef250..e4f6667b71 100644 --- a/api/cloudcontroller/ccv3/relationship_list.go +++ b/api/cloudcontroller/ccv3/relationship_list.go @@ -1,8 +1,8 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) // EntitleIsolationSegmentToOrganizations will create a link between the diff --git a/api/cloudcontroller/ccv3/relationship_list_test.go b/api/cloudcontroller/ccv3/relationship_list_test.go index 4d3bfb0eec..5b20831427 100644 --- a/api/cloudcontroller/ccv3/relationship_list_test.go +++ b/api/cloudcontroller/ccv3/relationship_list_test.go @@ -3,9 +3,9 @@ package ccv3_test import ( "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/relationship_test.go b/api/cloudcontroller/ccv3/relationship_test.go index a5e00a8d9a..4a333954c6 100644 --- a/api/cloudcontroller/ccv3/relationship_test.go +++ b/api/cloudcontroller/ccv3/relationship_test.go @@ -4,9 +4,9 @@ import ( "encoding/json" "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/request.go b/api/cloudcontroller/ccv3/request.go index dc799fc59e..fac6bf44af 100644 --- a/api/cloudcontroller/ccv3/request.go +++ b/api/cloudcontroller/ccv3/request.go @@ -4,8 +4,8 @@ import ( "io" "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" ) // requestOptions contains all the options to create an HTTP request. diff --git a/api/cloudcontroller/ccv3/requester.go b/api/cloudcontroller/ccv3/requester.go index f811a00e40..4ef8a13c75 100644 --- a/api/cloudcontroller/ccv3/requester.go +++ b/api/cloudcontroller/ccv3/requester.go @@ -8,8 +8,8 @@ import ( "net/http" "runtime" - "code.cloudfoundry.org/cli/api/cloudcontroller" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . Requester diff --git a/api/cloudcontroller/ccv3/requester_test.go b/api/cloudcontroller/ccv3/requester_test.go index 7eb0a94675..fec813e412 100644 --- a/api/cloudcontroller/ccv3/requester_test.go +++ b/api/cloudcontroller/ccv3/requester_test.go @@ -8,13 +8,13 @@ import ( "net/http" "strings" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" - . "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + . "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/resource.go b/api/cloudcontroller/ccv3/resource.go index cb8d778c37..e228068347 100644 --- a/api/cloudcontroller/ccv3/resource.go +++ b/api/cloudcontroller/ccv3/resource.go @@ -5,8 +5,8 @@ import ( "os" "strconv" - "code.cloudfoundry.org/cli/api/cloudcontroller" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" ) type Checksum struct { diff --git a/api/cloudcontroller/ccv3/resource_test.go b/api/cloudcontroller/ccv3/resource_test.go index d104401772..87dde160c0 100644 --- a/api/cloudcontroller/ccv3/resource_test.go +++ b/api/cloudcontroller/ccv3/resource_test.go @@ -5,8 +5,8 @@ import ( "net/http" "os" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/revisions.go b/api/cloudcontroller/ccv3/revisions.go index 67b14a0fc5..13f88028bc 100644 --- a/api/cloudcontroller/ccv3/revisions.go +++ b/api/cloudcontroller/ccv3/revisions.go @@ -1,8 +1,8 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) func (client *Client) GetApplicationRevisions(appGUID string, query ...Query) ([]resources.Revision, Warnings, error) { diff --git a/api/cloudcontroller/ccv3/revisions_test.go b/api/cloudcontroller/ccv3/revisions_test.go index 34f6b01b53..ce05748473 100644 --- a/api/cloudcontroller/ccv3/revisions_test.go +++ b/api/cloudcontroller/ccv3/revisions_test.go @@ -3,11 +3,11 @@ package ccv3_test import ( "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/ccv3fakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/ccv3fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/api/cloudcontroller/ccv3/role.go b/api/cloudcontroller/ccv3/role.go index 7e12f96dc8..cb806b6054 100644 --- a/api/cloudcontroller/ccv3/role.go +++ b/api/cloudcontroller/ccv3/role.go @@ -1,8 +1,8 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) func (client *Client) CreateRole(roleSpec resources.Role) (resources.Role, Warnings, error) { diff --git a/api/cloudcontroller/ccv3/role_test.go b/api/cloudcontroller/ccv3/role_test.go index befcb7fcf7..e9961d8911 100644 --- a/api/cloudcontroller/ccv3/role_test.go +++ b/api/cloudcontroller/ccv3/role_test.go @@ -4,10 +4,10 @@ import ( "fmt" "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/route.go b/api/cloudcontroller/ccv3/route.go index d7ad9a2c18..a54b4116f4 100644 --- a/api/cloudcontroller/ccv3/route.go +++ b/api/cloudcontroller/ccv3/route.go @@ -1,8 +1,8 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) func (client Client) CreateRoute(route resources.Route) (resources.Route, Warnings, error) { diff --git a/api/cloudcontroller/ccv3/route_binding.go b/api/cloudcontroller/ccv3/route_binding.go index 643479d628..aa82ac9ec2 100644 --- a/api/cloudcontroller/ccv3/route_binding.go +++ b/api/cloudcontroller/ccv3/route_binding.go @@ -1,8 +1,8 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) func (client *Client) CreateRouteBinding(binding resources.RouteBinding) (JobURL, Warnings, error) { diff --git a/api/cloudcontroller/ccv3/route_binding_test.go b/api/cloudcontroller/ccv3/route_binding_test.go index 453159d630..6f3893ef47 100644 --- a/api/cloudcontroller/ccv3/route_binding_test.go +++ b/api/cloudcontroller/ccv3/route_binding_test.go @@ -5,11 +5,11 @@ import ( "fmt" "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/ccv3fakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/ccv3fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/api/cloudcontroller/ccv3/route_test.go b/api/cloudcontroller/ccv3/route_test.go index 1ef7b6d2c5..e8affbcaa7 100644 --- a/api/cloudcontroller/ccv3/route_test.go +++ b/api/cloudcontroller/ccv3/route_test.go @@ -4,10 +4,10 @@ import ( "fmt" "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/security_group.go b/api/cloudcontroller/ccv3/security_group.go index 1880769cef..29cc598003 100644 --- a/api/cloudcontroller/ccv3/security_group.go +++ b/api/cloudcontroller/ccv3/security_group.go @@ -1,8 +1,8 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) func (client *Client) CreateSecurityGroup(securityGroup resources.SecurityGroup) (resources.SecurityGroup, Warnings, error) { diff --git a/api/cloudcontroller/ccv3/security_group_test.go b/api/cloudcontroller/ccv3/security_group_test.go index 7a52af4047..e9e11f6d4a 100644 --- a/api/cloudcontroller/ccv3/security_group_test.go +++ b/api/cloudcontroller/ccv3/security_group_test.go @@ -3,11 +3,11 @@ package ccv3_test import ( "errors" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/ccv3fakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/resources" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/ccv3fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/api/cloudcontroller/ccv3/service_broker.go b/api/cloudcontroller/ccv3/service_broker.go index c61b0d9fa2..9a6f3b5ae4 100644 --- a/api/cloudcontroller/ccv3/service_broker.go +++ b/api/cloudcontroller/ccv3/service_broker.go @@ -3,8 +3,8 @@ package ccv3 import ( "errors" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) // CreateServiceBroker registers a new service broker. diff --git a/api/cloudcontroller/ccv3/service_broker_test.go b/api/cloudcontroller/ccv3/service_broker_test.go index dcfd66ac32..4ac25e1646 100644 --- a/api/cloudcontroller/ccv3/service_broker_test.go +++ b/api/cloudcontroller/ccv3/service_broker_test.go @@ -4,10 +4,10 @@ import ( "fmt" "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/service_credential_binding.go b/api/cloudcontroller/ccv3/service_credential_binding.go index 8d3910273c..05d7763153 100644 --- a/api/cloudcontroller/ccv3/service_credential_binding.go +++ b/api/cloudcontroller/ccv3/service_credential_binding.go @@ -1,9 +1,9 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/lookuptable" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/lookuptable" ) func (client *Client) CreateServiceCredentialBinding(binding resources.ServiceCredentialBinding) (JobURL, Warnings, error) { diff --git a/api/cloudcontroller/ccv3/service_credential_binding_test.go b/api/cloudcontroller/ccv3/service_credential_binding_test.go index 7ae420745b..b32f2eb72e 100644 --- a/api/cloudcontroller/ccv3/service_credential_binding_test.go +++ b/api/cloudcontroller/ccv3/service_credential_binding_test.go @@ -6,12 +6,12 @@ import ( "fmt" "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/ccv3fakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/ccv3fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/api/cloudcontroller/ccv3/service_instance.go b/api/cloudcontroller/ccv3/service_instance.go index 5a0b590f47..c9c97cdb36 100644 --- a/api/cloudcontroller/ccv3/service_instance.go +++ b/api/cloudcontroller/ccv3/service_instance.go @@ -1,12 +1,12 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/lookuptable" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/lookuptable" ) type SpaceWithOrganization struct { diff --git a/api/cloudcontroller/ccv3/service_instance_test.go b/api/cloudcontroller/ccv3/service_instance_test.go index a7d689e53a..5e25ec59b6 100644 --- a/api/cloudcontroller/ccv3/service_instance_test.go +++ b/api/cloudcontroller/ccv3/service_instance_test.go @@ -6,12 +6,12 @@ import ( "fmt" "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/ccv3fakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/ccv3fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" "code.cloudfoundry.org/jsonry" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/api/cloudcontroller/ccv3/service_offering.go b/api/cloudcontroller/ccv3/service_offering.go index 86567c5d3f..ab0af8041b 100644 --- a/api/cloudcontroller/ccv3/service_offering.go +++ b/api/cloudcontroller/ccv3/service_offering.go @@ -1,10 +1,10 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/lookuptable" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/lookuptable" ) // GetServiceOffering lists service offering with optional filters. diff --git a/api/cloudcontroller/ccv3/service_offering_test.go b/api/cloudcontroller/ccv3/service_offering_test.go index 2519a8fd2b..2de12a0dfc 100644 --- a/api/cloudcontroller/ccv3/service_offering_test.go +++ b/api/cloudcontroller/ccv3/service_offering_test.go @@ -5,11 +5,11 @@ import ( "fmt" "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/ccv3fakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/ccv3fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/service_plan.go b/api/cloudcontroller/ccv3/service_plan.go index e61a462e6d..4f7eb9dbdd 100644 --- a/api/cloudcontroller/ccv3/service_plan.go +++ b/api/cloudcontroller/ccv3/service_plan.go @@ -1,11 +1,11 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/lookuptable" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/lookuptable" ) func (client *Client) GetServicePlanByGUID(guid string) (resources.ServicePlan, Warnings, error) { diff --git a/api/cloudcontroller/ccv3/service_plan_test.go b/api/cloudcontroller/ccv3/service_plan_test.go index 60f8610706..5cdba33d05 100644 --- a/api/cloudcontroller/ccv3/service_plan_test.go +++ b/api/cloudcontroller/ccv3/service_plan_test.go @@ -4,11 +4,11 @@ import ( "fmt" "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/ccv3fakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/ccv3fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/service_plan_visibility.go b/api/cloudcontroller/ccv3/service_plan_visibility.go index 89fb79b21f..136da0c388 100644 --- a/api/cloudcontroller/ccv3/service_plan_visibility.go +++ b/api/cloudcontroller/ccv3/service_plan_visibility.go @@ -1,8 +1,8 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) func (client *Client) GetServicePlanVisibility(servicePlanGUID string) (resources.ServicePlanVisibility, Warnings, error) { diff --git a/api/cloudcontroller/ccv3/service_plan_visibility_test.go b/api/cloudcontroller/ccv3/service_plan_visibility_test.go index 078ed20a2c..1ca76bd457 100644 --- a/api/cloudcontroller/ccv3/service_plan_visibility_test.go +++ b/api/cloudcontroller/ccv3/service_plan_visibility_test.go @@ -4,9 +4,9 @@ import ( "fmt" "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/api/cloudcontroller/ccv3/sidecar.go b/api/cloudcontroller/ccv3/sidecar.go index f9e59c92a2..6fae903088 100644 --- a/api/cloudcontroller/ccv3/sidecar.go +++ b/api/cloudcontroller/ccv3/sidecar.go @@ -1,8 +1,8 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) func (client *Client) GetProcessSidecars(processGuid string) ([]resources.Sidecar, Warnings, error) { diff --git a/api/cloudcontroller/ccv3/sidecar_test.go b/api/cloudcontroller/ccv3/sidecar_test.go index 6a963ed4cd..c66935d273 100644 --- a/api/cloudcontroller/ccv3/sidecar_test.go +++ b/api/cloudcontroller/ccv3/sidecar_test.go @@ -3,10 +3,10 @@ package ccv3_test import ( "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/space.go b/api/cloudcontroller/ccv3/space.go index cad31730bc..63b7715a5b 100644 --- a/api/cloudcontroller/ccv3/space.go +++ b/api/cloudcontroller/ccv3/space.go @@ -1,8 +1,8 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) func (client *Client) CreateSpace(space resources.Space) (resources.Space, Warnings, error) { diff --git a/api/cloudcontroller/ccv3/space_feature.go b/api/cloudcontroller/ccv3/space_feature.go index 462295bc4e..172342accf 100644 --- a/api/cloudcontroller/ccv3/space_feature.go +++ b/api/cloudcontroller/ccv3/space_feature.go @@ -1,8 +1,8 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) func (client *Client) GetSpaceFeature(spaceGUID string, featureName string) (bool, Warnings, error) { diff --git a/api/cloudcontroller/ccv3/space_feature_test.go b/api/cloudcontroller/ccv3/space_feature_test.go index 45e97d398f..01ac6aee30 100644 --- a/api/cloudcontroller/ccv3/space_feature_test.go +++ b/api/cloudcontroller/ccv3/space_feature_test.go @@ -4,8 +4,8 @@ import ( "fmt" "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/space_quota.go b/api/cloudcontroller/ccv3/space_quota.go index b8fb01a176..241afac1ce 100644 --- a/api/cloudcontroller/ccv3/space_quota.go +++ b/api/cloudcontroller/ccv3/space_quota.go @@ -1,8 +1,8 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) func (client Client) ApplySpaceQuota(quotaGUID string, spaceGUID string) (resources.RelationshipList, Warnings, error) { diff --git a/api/cloudcontroller/ccv3/space_quota_test.go b/api/cloudcontroller/ccv3/space_quota_test.go index 26ba72d612..912b4e8669 100644 --- a/api/cloudcontroller/ccv3/space_quota_test.go +++ b/api/cloudcontroller/ccv3/space_quota_test.go @@ -4,10 +4,10 @@ import ( "fmt" "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/space_test.go b/api/cloudcontroller/ccv3/space_test.go index c8e5ca29f6..331c8e3e80 100644 --- a/api/cloudcontroller/ccv3/space_test.go +++ b/api/cloudcontroller/ccv3/space_test.go @@ -4,12 +4,12 @@ import ( "fmt" "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" - . "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + . "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/stack.go b/api/cloudcontroller/ccv3/stack.go index e1704a3c39..a3166394e8 100644 --- a/api/cloudcontroller/ccv3/stack.go +++ b/api/cloudcontroller/ccv3/stack.go @@ -1,8 +1,8 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) // GetStacks lists stacks with optional filters. diff --git a/api/cloudcontroller/ccv3/stack_test.go b/api/cloudcontroller/ccv3/stack_test.go index 7dc60174cb..5e2fb733f6 100644 --- a/api/cloudcontroller/ccv3/stack_test.go +++ b/api/cloudcontroller/ccv3/stack_test.go @@ -4,9 +4,9 @@ import ( "fmt" "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/target_test.go b/api/cloudcontroller/ccv3/target_test.go index 35c1d8dd9a..1c5de7901c 100644 --- a/api/cloudcontroller/ccv3/target_test.go +++ b/api/cloudcontroller/ccv3/target_test.go @@ -4,9 +4,9 @@ import ( "fmt" "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/ccv3fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/ccv3fakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/api/cloudcontroller/ccv3/task.go b/api/cloudcontroller/ccv3/task.go index 2b67040596..64821f484a 100644 --- a/api/cloudcontroller/ccv3/task.go +++ b/api/cloudcontroller/ccv3/task.go @@ -1,8 +1,8 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) // CreateApplication resources.Task runs a command in the Application environment diff --git a/api/cloudcontroller/ccv3/task_test.go b/api/cloudcontroller/ccv3/task_test.go index 24d810d219..b8bdf02b42 100644 --- a/api/cloudcontroller/ccv3/task_test.go +++ b/api/cloudcontroller/ccv3/task_test.go @@ -4,10 +4,10 @@ import ( "fmt" "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/user.go b/api/cloudcontroller/ccv3/user.go index 7b2aa8edb2..2a8a029e33 100644 --- a/api/cloudcontroller/ccv3/user.go +++ b/api/cloudcontroller/ccv3/user.go @@ -1,8 +1,8 @@ package ccv3 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/internal" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) // CreateUser creates a new Cloud Controller User from the provided UAA user diff --git a/api/cloudcontroller/ccv3/user_test.go b/api/cloudcontroller/ccv3/user_test.go index 19637ae5b8..2337e50d3b 100644 --- a/api/cloudcontroller/ccv3/user_test.go +++ b/api/cloudcontroller/ccv3/user_test.go @@ -4,9 +4,9 @@ import ( "fmt" "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/ccv3/v2_formatted_resource.go b/api/cloudcontroller/ccv3/v2_formatted_resource.go index 2107a905a9..3d3fed8372 100644 --- a/api/cloudcontroller/ccv3/v2_formatted_resource.go +++ b/api/cloudcontroller/ccv3/v2_formatted_resource.go @@ -5,7 +5,7 @@ import ( "os" "strconv" - "code.cloudfoundry.org/cli/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" ) // V2FormattedResource represents a Cloud Controller Resource that still has the same shape as the V2 Resource. diff --git a/api/cloudcontroller/ccv3/v2_formatted_resource_test.go b/api/cloudcontroller/ccv3/v2_formatted_resource_test.go index 8a5b605c69..6887c333a4 100644 --- a/api/cloudcontroller/ccv3/v2_formatted_resource_test.go +++ b/api/cloudcontroller/ccv3/v2_formatted_resource_test.go @@ -3,7 +3,7 @@ package ccv3_test import ( "encoding/json" - . "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/api/cloudcontroller/cloud_controller_connection.go b/api/cloudcontroller/cloud_controller_connection.go index da37547518..b3c08b8404 100644 --- a/api/cloudcontroller/cloud_controller_connection.go +++ b/api/cloudcontroller/cloud_controller_connection.go @@ -9,8 +9,8 @@ import ( "strings" "time" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/util" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util" ) // Config is for configuring a CloudControllerConnection. diff --git a/api/cloudcontroller/cloud_controller_connection_test.go b/api/cloudcontroller/cloud_controller_connection_test.go index 747d6ff71f..f0d1bace11 100644 --- a/api/cloudcontroller/cloud_controller_connection_test.go +++ b/api/cloudcontroller/cloud_controller_connection_test.go @@ -6,8 +6,8 @@ import ( "runtime" "strings" - . "code.cloudfoundry.org/cli/api/cloudcontroller" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/cloudcontroller/cloudcontrollerfakes/fake_connection.go b/api/cloudcontroller/cloudcontrollerfakes/fake_connection.go index 068ea8e1a5..a6e4dbb87b 100644 --- a/api/cloudcontroller/cloudcontrollerfakes/fake_connection.go +++ b/api/cloudcontroller/cloudcontrollerfakes/fake_connection.go @@ -4,7 +4,7 @@ package cloudcontrollerfakes import ( "sync" - "code.cloudfoundry.org/cli/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" ) type FakeConnection struct { diff --git a/api/cloudcontroller/pipebomb.go b/api/cloudcontroller/pipebomb.go index 29ac6b0fe1..9cec6b047a 100644 --- a/api/cloudcontroller/pipebomb.go +++ b/api/cloudcontroller/pipebomb.go @@ -3,7 +3,7 @@ package cloudcontroller import ( "io" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" ) // Pipebomb is a wrapper around an io.Pipe's io.ReadCloser that turns it into a diff --git a/api/cloudcontroller/uploads/upload.go b/api/cloudcontroller/uploads/upload.go index fa69b97a9a..a64d0f732a 100644 --- a/api/cloudcontroller/uploads/upload.go +++ b/api/cloudcontroller/uploads/upload.go @@ -6,7 +6,7 @@ import ( "mime/multipart" "path/filepath" - "code.cloudfoundry.org/cli/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" ) func CalculateRequestSize(fileSize int64, path string, fieldName string) (int64, error) { diff --git a/api/cloudcontroller/wrapper/custom_wrapper.go b/api/cloudcontroller/wrapper/custom_wrapper.go index dc6b38af74..a7d9054e00 100644 --- a/api/cloudcontroller/wrapper/custom_wrapper.go +++ b/api/cloudcontroller/wrapper/custom_wrapper.go @@ -1,6 +1,6 @@ package wrapper -import "code.cloudfoundry.org/cli/api/cloudcontroller" +import "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" // CustomWrapper is a wrapper that can execute arbitrary code via the // CustomMake function on every request that passes through Make. diff --git a/api/cloudcontroller/wrapper/kubernetes_authentication.go b/api/cloudcontroller/wrapper/kubernetes_authentication.go index 622bd580cc..e661b64fe1 100644 --- a/api/cloudcontroller/wrapper/kubernetes_authentication.go +++ b/api/cloudcontroller/wrapper/kubernetes_authentication.go @@ -3,10 +3,10 @@ package wrapper import ( "net/http" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller" - "code.cloudfoundry.org/cli/api/shared" - "code.cloudfoundry.org/cli/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" ) type KubernetesAuthentication struct { diff --git a/api/cloudcontroller/wrapper/kubernetes_authentication_test.go b/api/cloudcontroller/wrapper/kubernetes_authentication_test.go index b6c9fc3fb3..7cddafc4e3 100644 --- a/api/cloudcontroller/wrapper/kubernetes_authentication_test.go +++ b/api/cloudcontroller/wrapper/kubernetes_authentication_test.go @@ -11,11 +11,11 @@ import ( "strings" "time" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/cloudcontroller" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/ccv3fakes" - "code.cloudfoundry.org/cli/api/cloudcontroller/wrapper" - "code.cloudfoundry.org/cli/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/ccv3fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/wrapper" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" "github.com/SermoDigital/jose/crypto" "github.com/SermoDigital/jose/jws" diff --git a/api/cloudcontroller/wrapper/request_logger.go b/api/cloudcontroller/wrapper/request_logger.go index e354cad208..54be5e77d7 100644 --- a/api/cloudcontroller/wrapper/request_logger.go +++ b/api/cloudcontroller/wrapper/request_logger.go @@ -8,7 +8,7 @@ import ( "strings" "time" - "code.cloudfoundry.org/cli/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . RequestLoggerOutput diff --git a/api/cloudcontroller/wrapper/request_logger_test.go b/api/cloudcontroller/wrapper/request_logger_test.go index 81e3deb124..20b2ced80d 100644 --- a/api/cloudcontroller/wrapper/request_logger_test.go +++ b/api/cloudcontroller/wrapper/request_logger_test.go @@ -8,10 +8,10 @@ import ( "net/url" "time" - "code.cloudfoundry.org/cli/api/cloudcontroller" - "code.cloudfoundry.org/cli/api/cloudcontroller/cloudcontrollerfakes" - . "code.cloudfoundry.org/cli/api/cloudcontroller/wrapper" - "code.cloudfoundry.org/cli/api/cloudcontroller/wrapper/wrapperfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/cloudcontrollerfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/wrapper" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/wrapper/wrapperfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/api/cloudcontroller/wrapper/retry_request.go b/api/cloudcontroller/wrapper/retry_request.go index cf9e7f6cd6..c0bf38b24f 100644 --- a/api/cloudcontroller/wrapper/retry_request.go +++ b/api/cloudcontroller/wrapper/retry_request.go @@ -3,8 +3,8 @@ package wrapper import ( "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" ) // RetryRequest is a wrapper that retries failed requests if they contain a 5XX diff --git a/api/cloudcontroller/wrapper/retry_request_test.go b/api/cloudcontroller/wrapper/retry_request_test.go index 0fe277d490..40044abeb1 100644 --- a/api/cloudcontroller/wrapper/retry_request_test.go +++ b/api/cloudcontroller/wrapper/retry_request_test.go @@ -6,10 +6,10 @@ import ( "net/http" "strings" - "code.cloudfoundry.org/cli/api/cloudcontroller" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/cloudcontrollerfakes" - . "code.cloudfoundry.org/cli/api/cloudcontroller/wrapper" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/cloudcontrollerfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/wrapper" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/api/cloudcontroller/wrapper/uaa_authentication.go b/api/cloudcontroller/wrapper/uaa_authentication.go index d11ae16285..14a0ec0b62 100644 --- a/api/cloudcontroller/wrapper/uaa_authentication.go +++ b/api/cloudcontroller/wrapper/uaa_authentication.go @@ -6,8 +6,8 @@ import ( "github.com/SermoDigital/jose/jws" - "code.cloudfoundry.org/cli/api/cloudcontroller" - "code.cloudfoundry.org/cli/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . UAAClient diff --git a/api/cloudcontroller/wrapper/uaa_authentication_test.go b/api/cloudcontroller/wrapper/uaa_authentication_test.go index e642935623..ffb76d9c57 100644 --- a/api/cloudcontroller/wrapper/uaa_authentication_test.go +++ b/api/cloudcontroller/wrapper/uaa_authentication_test.go @@ -7,18 +7,18 @@ import ( "strings" "time" - "code.cloudfoundry.org/cli/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" "github.com/SermoDigital/jose/crypto" "github.com/SermoDigital/jose/jws" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller" - "code.cloudfoundry.org/cli/api/cloudcontroller/cloudcontrollerfakes" - . "code.cloudfoundry.org/cli/api/cloudcontroller/wrapper" - "code.cloudfoundry.org/cli/api/cloudcontroller/wrapper/wrapperfakes" - "code.cloudfoundry.org/cli/api/uaa/wrapper/util" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/cloudcontrollerfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/wrapper" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/wrapper/wrapperfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/wrapper/util" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/api/cloudcontroller/wrapper/wrapperfakes/fake_request_logger_output.go b/api/cloudcontroller/wrapper/wrapperfakes/fake_request_logger_output.go index 1ef43d6890..daa867c1cc 100644 --- a/api/cloudcontroller/wrapper/wrapperfakes/fake_request_logger_output.go +++ b/api/cloudcontroller/wrapper/wrapperfakes/fake_request_logger_output.go @@ -5,7 +5,7 @@ import ( "sync" "time" - "code.cloudfoundry.org/cli/api/cloudcontroller/wrapper" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/wrapper" ) type FakeRequestLoggerOutput struct { diff --git a/api/cloudcontroller/wrapper/wrapperfakes/fake_token_cache.go b/api/cloudcontroller/wrapper/wrapperfakes/fake_token_cache.go index fc1158cfa3..74a8d0083a 100644 --- a/api/cloudcontroller/wrapper/wrapperfakes/fake_token_cache.go +++ b/api/cloudcontroller/wrapper/wrapperfakes/fake_token_cache.go @@ -4,7 +4,7 @@ package wrapperfakes import ( "sync" - "code.cloudfoundry.org/cli/api/cloudcontroller/wrapper" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/wrapper" ) type FakeTokenCache struct { diff --git a/api/cloudcontroller/wrapper/wrapperfakes/fake_uaaclient.go b/api/cloudcontroller/wrapper/wrapperfakes/fake_uaaclient.go index b328b1d7c8..2be4739cdb 100644 --- a/api/cloudcontroller/wrapper/wrapperfakes/fake_uaaclient.go +++ b/api/cloudcontroller/wrapper/wrapperfakes/fake_uaaclient.go @@ -4,8 +4,8 @@ package wrapperfakes import ( "sync" - "code.cloudfoundry.org/cli/api/cloudcontroller/wrapper" - "code.cloudfoundry.org/cli/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/wrapper" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" ) type FakeUAAClient struct { diff --git a/api/logcache/log_cache_client.go b/api/logcache/log_cache_client.go index c8bdc93595..12d6c4dcad 100644 --- a/api/logcache/log_cache_client.go +++ b/api/logcache/log_cache_client.go @@ -10,10 +10,10 @@ import ( logcache "code.cloudfoundry.org/go-log-cache" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/shared" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/util" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/util" ) type RequestLoggerOutput interface { diff --git a/api/plugin/client_test.go b/api/plugin/client_test.go index 8d7a37b1ab..118af782cd 100644 --- a/api/plugin/client_test.go +++ b/api/plugin/client_test.go @@ -5,8 +5,8 @@ import ( "net/http" "runtime" - . "code.cloudfoundry.org/cli/api/plugin" - "code.cloudfoundry.org/cli/api/plugin/pluginfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin/pluginfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/plugin/download_plugin_test.go b/api/plugin/download_plugin_test.go index 9f53aea4bf..d98e650595 100644 --- a/api/plugin/download_plugin_test.go +++ b/api/plugin/download_plugin_test.go @@ -7,9 +7,9 @@ import ( "net/url" "os" - . "code.cloudfoundry.org/cli/api/plugin" - "code.cloudfoundry.org/cli/api/plugin/pluginerror" - "code.cloudfoundry.org/cli/api/plugin/pluginfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin/pluginerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin/pluginfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/plugin/plugin_connection.go b/api/plugin/plugin_connection.go index a93d6c7847..354fa8eb69 100644 --- a/api/plugin/plugin_connection.go +++ b/api/plugin/plugin_connection.go @@ -11,8 +11,8 @@ import ( "net/url" "time" - "code.cloudfoundry.org/cli/api/plugin/pluginerror" - "code.cloudfoundry.org/cli/util" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin/pluginerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util" ) // PluginConnection represents a connection to a plugin repo. diff --git a/api/plugin/plugin_connection_test.go b/api/plugin/plugin_connection_test.go index 5e1a2fd12b..18285651ad 100644 --- a/api/plugin/plugin_connection_test.go +++ b/api/plugin/plugin_connection_test.go @@ -8,9 +8,9 @@ import ( "runtime" "strings" - . "code.cloudfoundry.org/cli/api/plugin" - "code.cloudfoundry.org/cli/api/plugin/pluginerror" - "code.cloudfoundry.org/cli/api/plugin/pluginfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin/pluginerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin/pluginfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/plugin/plugin_repository_test.go b/api/plugin/plugin_repository_test.go index f0e187f14c..8e0f757d1d 100644 --- a/api/plugin/plugin_repository_test.go +++ b/api/plugin/plugin_repository_test.go @@ -5,8 +5,8 @@ import ( "net/http" "net/url" - . "code.cloudfoundry.org/cli/api/plugin" - "code.cloudfoundry.org/cli/api/plugin/pluginerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin/pluginerror" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/plugin/plugin_suite_test.go b/api/plugin/plugin_suite_test.go index b514244a53..49f0f6aab3 100644 --- a/api/plugin/plugin_suite_test.go +++ b/api/plugin/plugin_suite_test.go @@ -4,7 +4,7 @@ import ( "bytes" "log" - . "code.cloudfoundry.org/cli/api/plugin" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/plugin/pluginfakes/fake_connection.go b/api/plugin/pluginfakes/fake_connection.go index 7c0c8374cf..472815c119 100644 --- a/api/plugin/pluginfakes/fake_connection.go +++ b/api/plugin/pluginfakes/fake_connection.go @@ -5,7 +5,7 @@ import ( "net/http" "sync" - "code.cloudfoundry.org/cli/api/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin" ) type FakeConnection struct { diff --git a/api/plugin/pluginfakes/fake_connection_wrapper.go b/api/plugin/pluginfakes/fake_connection_wrapper.go index 02121dbbc4..a4c013d761 100644 --- a/api/plugin/pluginfakes/fake_connection_wrapper.go +++ b/api/plugin/pluginfakes/fake_connection_wrapper.go @@ -5,7 +5,7 @@ import ( "net/http" "sync" - "code.cloudfoundry.org/cli/api/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin" ) type FakeConnectionWrapper struct { diff --git a/api/plugin/pluginfakes/fake_proxy_reader.go b/api/plugin/pluginfakes/fake_proxy_reader.go index bb9729e831..51d1f0d27c 100644 --- a/api/plugin/pluginfakes/fake_proxy_reader.go +++ b/api/plugin/pluginfakes/fake_proxy_reader.go @@ -5,7 +5,7 @@ import ( "io" "sync" - "code.cloudfoundry.org/cli/api/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin" ) type FakeProxyReader struct { diff --git a/api/plugin/wrapper/request_logger.go b/api/plugin/wrapper/request_logger.go index c878d36e4b..681d77baad 100644 --- a/api/plugin/wrapper/request_logger.go +++ b/api/plugin/wrapper/request_logger.go @@ -7,7 +7,7 @@ import ( "sort" "time" - "code.cloudfoundry.org/cli/api/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . RequestLoggerOutput diff --git a/api/plugin/wrapper/request_logger_test.go b/api/plugin/wrapper/request_logger_test.go index ad447373f6..47506df123 100644 --- a/api/plugin/wrapper/request_logger_test.go +++ b/api/plugin/wrapper/request_logger_test.go @@ -9,10 +9,10 @@ import ( "net/url" "time" - "code.cloudfoundry.org/cli/api/plugin" - "code.cloudfoundry.org/cli/api/plugin/pluginfakes" - . "code.cloudfoundry.org/cli/api/plugin/wrapper" - "code.cloudfoundry.org/cli/api/plugin/wrapper/wrapperfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin/pluginfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin/wrapper" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin/wrapper/wrapperfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/api/plugin/wrapper/retry_request.go b/api/plugin/wrapper/retry_request.go index 83436bd529..d11aa739c3 100644 --- a/api/plugin/wrapper/retry_request.go +++ b/api/plugin/wrapper/retry_request.go @@ -5,7 +5,7 @@ import ( "io/ioutil" "net/http" - "code.cloudfoundry.org/cli/api/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin" ) // RetryRequest is a wrapper that retries failed requests if they contain a 5XX diff --git a/api/plugin/wrapper/retry_request_test.go b/api/plugin/wrapper/retry_request_test.go index dcd97918f5..10307a2399 100644 --- a/api/plugin/wrapper/retry_request_test.go +++ b/api/plugin/wrapper/retry_request_test.go @@ -6,10 +6,10 @@ import ( "net/http" "strings" - "code.cloudfoundry.org/cli/api/plugin" - "code.cloudfoundry.org/cli/api/plugin/pluginerror" - "code.cloudfoundry.org/cli/api/plugin/pluginfakes" - . "code.cloudfoundry.org/cli/api/plugin/wrapper" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin/pluginerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin/pluginfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin/wrapper" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/api/plugin/wrapper/wrapperfakes/fake_request_logger_output.go b/api/plugin/wrapper/wrapperfakes/fake_request_logger_output.go index 5f0b28bfaa..c0c57d53fc 100644 --- a/api/plugin/wrapper/wrapperfakes/fake_request_logger_output.go +++ b/api/plugin/wrapper/wrapperfakes/fake_request_logger_output.go @@ -5,7 +5,7 @@ import ( "sync" "time" - "code.cloudfoundry.org/cli/api/plugin/wrapper" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin/wrapper" ) type FakeRequestLoggerOutput struct { diff --git a/api/router/client.go b/api/router/client.go index b6ceeefe46..25b38da5f7 100644 --- a/api/router/client.go +++ b/api/router/client.go @@ -5,7 +5,7 @@ import ( "fmt" "runtime" - "code.cloudfoundry.org/cli/api/router/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router/internal" "github.com/tedsuo/rata" ) diff --git a/api/router/router_connection.go b/api/router/router_connection.go index 999ec88994..273d726165 100644 --- a/api/router/router_connection.go +++ b/api/router/router_connection.go @@ -10,9 +10,9 @@ import ( "net/url" "time" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/router/routererror" - "code.cloudfoundry.org/cli/util" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router/routererror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util" ) // ConnectionConfig is for configuring the RouterConnection diff --git a/api/router/router_group.go b/api/router/router_group.go index de67d5cf6f..e4d3015150 100644 --- a/api/router/router_group.go +++ b/api/router/router_group.go @@ -3,8 +3,8 @@ package router import ( "net/url" - "code.cloudfoundry.org/cli/api/router/internal" - "code.cloudfoundry.org/cli/api/router/routererror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router/routererror" ) // RouterGroup represents a router group. diff --git a/api/router/router_group_test.go b/api/router/router_group_test.go index 78d60b4b91..e51bd2eea5 100644 --- a/api/router/router_group_test.go +++ b/api/router/router_group_test.go @@ -3,9 +3,9 @@ package router_test import ( "net/http" - . "code.cloudfoundry.org/cli/api/router" - "code.cloudfoundry.org/cli/api/router/routererror" - "code.cloudfoundry.org/cli/api/router/wrapper" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/router" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router/routererror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router/wrapper" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/router/router_suite_test.go b/api/router/router_suite_test.go index d059eb5813..dfd32b9781 100644 --- a/api/router/router_suite_test.go +++ b/api/router/router_suite_test.go @@ -5,7 +5,7 @@ import ( "log" "net/url" - "code.cloudfoundry.org/cli/api/router" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/router/routerfakes/fake_connection.go b/api/router/routerfakes/fake_connection.go index 5185d53c75..32a074771d 100644 --- a/api/router/routerfakes/fake_connection.go +++ b/api/router/routerfakes/fake_connection.go @@ -4,7 +4,7 @@ package routerfakes import ( "sync" - "code.cloudfoundry.org/cli/api/router" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router" ) type FakeConnection struct { diff --git a/api/router/routerfakes/fake_connection_wrapper.go b/api/router/routerfakes/fake_connection_wrapper.go index d890a183eb..4cf5451bb1 100644 --- a/api/router/routerfakes/fake_connection_wrapper.go +++ b/api/router/routerfakes/fake_connection_wrapper.go @@ -4,7 +4,7 @@ package routerfakes import ( "sync" - "code.cloudfoundry.org/cli/api/router" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router" ) type FakeConnectionWrapper struct { diff --git a/api/router/wrapper/error_wrapper.go b/api/router/wrapper/error_wrapper.go index 07579b9095..4ce591625c 100644 --- a/api/router/wrapper/error_wrapper.go +++ b/api/router/wrapper/error_wrapper.go @@ -4,8 +4,8 @@ import ( "encoding/json" "net/http" - "code.cloudfoundry.org/cli/api/router" - "code.cloudfoundry.org/cli/api/router/routererror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router/routererror" ) const expiredTokenMessage = "Token is expired" diff --git a/api/router/wrapper/error_wrapper_test.go b/api/router/wrapper/error_wrapper_test.go index de75d125ff..f486f5cb39 100644 --- a/api/router/wrapper/error_wrapper_test.go +++ b/api/router/wrapper/error_wrapper_test.go @@ -3,10 +3,10 @@ package wrapper_test import ( "net/http" - "code.cloudfoundry.org/cli/api/router" - "code.cloudfoundry.org/cli/api/router/routererror" - "code.cloudfoundry.org/cli/api/router/routerfakes" - . "code.cloudfoundry.org/cli/api/router/wrapper" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router/routererror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router/routerfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/router/wrapper" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/api/router/wrapper/request_logger.go b/api/router/wrapper/request_logger.go index e843d158aa..06df711982 100644 --- a/api/router/wrapper/request_logger.go +++ b/api/router/wrapper/request_logger.go @@ -8,7 +8,7 @@ import ( "strings" "time" - "code.cloudfoundry.org/cli/api/router" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . RequestLoggerOutput diff --git a/api/router/wrapper/request_logger_test.go b/api/router/wrapper/request_logger_test.go index ba36189196..8c34a9a596 100644 --- a/api/router/wrapper/request_logger_test.go +++ b/api/router/wrapper/request_logger_test.go @@ -8,10 +8,10 @@ import ( "net/url" "time" - "code.cloudfoundry.org/cli/api/router" - "code.cloudfoundry.org/cli/api/router/routerfakes" - . "code.cloudfoundry.org/cli/api/router/wrapper" - "code.cloudfoundry.org/cli/api/router/wrapper/wrapperfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router/routerfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/router/wrapper" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router/wrapper/wrapperfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/api/router/wrapper/uaa_authentication.go b/api/router/wrapper/uaa_authentication.go index 6fca8a07d8..024c179f61 100644 --- a/api/router/wrapper/uaa_authentication.go +++ b/api/router/wrapper/uaa_authentication.go @@ -1,9 +1,9 @@ package wrapper import ( - "code.cloudfoundry.org/cli/api/router" - "code.cloudfoundry.org/cli/api/router/routererror" - "code.cloudfoundry.org/cli/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router/routererror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . UAAClient diff --git a/api/router/wrapper/uaa_authentication_test.go b/api/router/wrapper/uaa_authentication_test.go index 86788c337d..90f2059e18 100644 --- a/api/router/wrapper/uaa_authentication_test.go +++ b/api/router/wrapper/uaa_authentication_test.go @@ -6,13 +6,13 @@ import ( "net/http" "strings" - "code.cloudfoundry.org/cli/api/router" - "code.cloudfoundry.org/cli/api/router/routererror" - "code.cloudfoundry.org/cli/api/router/routerfakes" - . "code.cloudfoundry.org/cli/api/router/wrapper" - "code.cloudfoundry.org/cli/api/router/wrapper/wrapperfakes" - "code.cloudfoundry.org/cli/api/uaa" - "code.cloudfoundry.org/cli/api/uaa/wrapper/util" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router/routererror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router/routerfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/router/wrapper" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router/wrapper/wrapperfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/wrapper/util" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/api/router/wrapper/wrapperfakes/fake_request_logger_output.go b/api/router/wrapper/wrapperfakes/fake_request_logger_output.go index 665f9441df..97699fa9dc 100644 --- a/api/router/wrapper/wrapperfakes/fake_request_logger_output.go +++ b/api/router/wrapper/wrapperfakes/fake_request_logger_output.go @@ -5,7 +5,7 @@ import ( "sync" "time" - "code.cloudfoundry.org/cli/api/router/wrapper" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router/wrapper" ) type FakeRequestLoggerOutput struct { diff --git a/api/router/wrapper/wrapperfakes/fake_token_cache.go b/api/router/wrapper/wrapperfakes/fake_token_cache.go index 780d388a0b..3b740908e2 100644 --- a/api/router/wrapper/wrapperfakes/fake_token_cache.go +++ b/api/router/wrapper/wrapperfakes/fake_token_cache.go @@ -4,7 +4,7 @@ package wrapperfakes import ( "sync" - "code.cloudfoundry.org/cli/api/router/wrapper" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router/wrapper" ) type FakeTokenCache struct { diff --git a/api/router/wrapper/wrapperfakes/fake_uaaclient.go b/api/router/wrapper/wrapperfakes/fake_uaaclient.go index e534f49ba4..15be84ca76 100644 --- a/api/router/wrapper/wrapperfakes/fake_uaaclient.go +++ b/api/router/wrapper/wrapperfakes/fake_uaaclient.go @@ -4,8 +4,8 @@ package wrapperfakes import ( "sync" - "code.cloudfoundry.org/cli/api/router/wrapper" - "code.cloudfoundry.org/cli/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router/wrapper" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" ) type FakeUAAClient struct { diff --git a/api/shared/wrap_for_cf_on_k8s.go b/api/shared/wrap_for_cf_on_k8s.go index d5734d6ffd..1e36ea7804 100644 --- a/api/shared/wrap_for_cf_on_k8s.go +++ b/api/shared/wrap_for_cf_on_k8s.go @@ -15,8 +15,8 @@ import ( "k8s.io/client-go/tools/clientcmd/api" "k8s.io/client-go/transport" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" // imported for the side effects _ "k8s.io/client-go/plugin/pkg/client/auth/azure" diff --git a/api/shared/wrap_for_cf_on_k8s_test.go b/api/shared/wrap_for_cf_on_k8s_test.go index a0c79c89eb..091e476523 100644 --- a/api/shared/wrap_for_cf_on_k8s_test.go +++ b/api/shared/wrap_for_cf_on_k8s_test.go @@ -11,10 +11,10 @@ import ( "strings" "time" - "code.cloudfoundry.org/cli/actor/v7action/v7actionfakes" - "code.cloudfoundry.org/cli/api/shared" - "code.cloudfoundry.org/cli/api/shared/sharedfakes" - "code.cloudfoundry.org/cli/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action/v7actionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/shared/sharedfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" "github.com/SermoDigital/jose/crypto" "github.com/SermoDigital/jose/jws" diff --git a/api/uaa/auth.go b/api/uaa/auth.go index fa208611e7..28f4db4c09 100644 --- a/api/uaa/auth.go +++ b/api/uaa/auth.go @@ -8,8 +8,8 @@ import ( "net/url" "strings" - "code.cloudfoundry.org/cli/api/uaa/constant" - "code.cloudfoundry.org/cli/api/uaa/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/internal" ) // AuthResponse contains the access token and refresh token which are granted diff --git a/api/uaa/auth_test.go b/api/uaa/auth_test.go index 4f47fd97b1..47023c2a3e 100644 --- a/api/uaa/auth_test.go +++ b/api/uaa/auth_test.go @@ -6,9 +6,9 @@ import ( "net/http" "net/url" - . "code.cloudfoundry.org/cli/api/uaa" - "code.cloudfoundry.org/cli/api/uaa/constant" - "code.cloudfoundry.org/cli/api/uaa/uaafakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/uaafakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/uaa/client.go b/api/uaa/client.go index a8ccd54e4f..078752305a 100644 --- a/api/uaa/client.go +++ b/api/uaa/client.go @@ -9,7 +9,7 @@ import ( "fmt" "runtime" - "code.cloudfoundry.org/cli/api/uaa/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/internal" ) // Client is the UAA client diff --git a/api/uaa/client_test.go b/api/uaa/client_test.go index 57afc6ee85..b4f8948401 100644 --- a/api/uaa/client_test.go +++ b/api/uaa/client_test.go @@ -5,8 +5,8 @@ import ( "net/http" "runtime" - . "code.cloudfoundry.org/cli/api/uaa" - "code.cloudfoundry.org/cli/api/uaa/uaafakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/uaafakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/api/uaa/error_converter_test.go b/api/uaa/error_converter_test.go index 16ccaca085..bb2b6c50c6 100644 --- a/api/uaa/error_converter_test.go +++ b/api/uaa/error_converter_test.go @@ -3,8 +3,8 @@ package uaa_test import ( "net/http" - . "code.cloudfoundry.org/cli/api/uaa" - "code.cloudfoundry.org/cli/api/uaa/uaafakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/uaafakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/api/uaa/info_test.go b/api/uaa/info_test.go index 4993b24a74..5adc240a49 100644 --- a/api/uaa/info_test.go +++ b/api/uaa/info_test.go @@ -1,7 +1,7 @@ package uaa_test import ( - . "code.cloudfoundry.org/cli/api/uaa" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/api/uaa/internal/routing_test.go b/api/uaa/internal/routing_test.go index ddad27b7d1..8d6218a4ef 100644 --- a/api/uaa/internal/routing_test.go +++ b/api/uaa/internal/routing_test.go @@ -3,7 +3,7 @@ package internal_test import ( "net/http" - . "code.cloudfoundry.org/cli/api/uaa/internal" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/internal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/api/uaa/noaabridge/noaabridgefakes/fake_token_cache.go b/api/uaa/noaabridge/noaabridgefakes/fake_token_cache.go index d905db448b..a10d29f71b 100644 --- a/api/uaa/noaabridge/noaabridgefakes/fake_token_cache.go +++ b/api/uaa/noaabridge/noaabridgefakes/fake_token_cache.go @@ -4,7 +4,7 @@ package noaabridgefakes import ( "sync" - "code.cloudfoundry.org/cli/api/uaa/noaabridge" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/noaabridge" ) type FakeTokenCache struct { diff --git a/api/uaa/noaabridge/noaabridgefakes/fake_uaaclient.go b/api/uaa/noaabridge/noaabridgefakes/fake_uaaclient.go index 21ec904816..6d79a2f90d 100644 --- a/api/uaa/noaabridge/noaabridgefakes/fake_uaaclient.go +++ b/api/uaa/noaabridge/noaabridgefakes/fake_uaaclient.go @@ -4,8 +4,8 @@ package noaabridgefakes import ( "sync" - "code.cloudfoundry.org/cli/api/uaa" - "code.cloudfoundry.org/cli/api/uaa/noaabridge" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/noaabridge" ) type FakeUAAClient struct { diff --git a/api/uaa/noaabridge/token_refresher.go b/api/uaa/noaabridge/token_refresher.go index 1c5278618b..3cdf7dd757 100644 --- a/api/uaa/noaabridge/token_refresher.go +++ b/api/uaa/noaabridge/token_refresher.go @@ -2,7 +2,7 @@ // TokenRefresher interface for noaa/consumer. package noaabridge -import "code.cloudfoundry.org/cli/api/uaa" +import "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . UAAClient diff --git a/api/uaa/noaabridge/token_refresher_test.go b/api/uaa/noaabridge/token_refresher_test.go index cdcb00eb6a..c8befcae78 100644 --- a/api/uaa/noaabridge/token_refresher_test.go +++ b/api/uaa/noaabridge/token_refresher_test.go @@ -3,9 +3,9 @@ package noaabridge_test import ( "errors" - "code.cloudfoundry.org/cli/api/uaa" - . "code.cloudfoundry.org/cli/api/uaa/noaabridge" - "code.cloudfoundry.org/cli/api/uaa/noaabridge/noaabridgefakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/noaabridge" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/noaabridge/noaabridgefakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/api/uaa/prompts_test.go b/api/uaa/prompts_test.go index a44478486b..2546d7c0cb 100644 --- a/api/uaa/prompts_test.go +++ b/api/uaa/prompts_test.go @@ -3,9 +3,9 @@ package uaa_test import ( "net/http" - "code.cloudfoundry.org/cli/api/uaa" - . "code.cloudfoundry.org/cli/api/uaa" - "code.cloudfoundry.org/cli/api/uaa/uaafakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/uaafakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/api/uaa/refresh_token.go b/api/uaa/refresh_token.go index fba19e211e..29341e98ff 100644 --- a/api/uaa/refresh_token.go +++ b/api/uaa/refresh_token.go @@ -6,8 +6,8 @@ import ( "net/url" "strings" - "code.cloudfoundry.org/cli/api/uaa/constant" - "code.cloudfoundry.org/cli/api/uaa/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/internal" ) // RefreshedTokens represents the UAA refresh token response. diff --git a/api/uaa/refresh_token_test.go b/api/uaa/refresh_token_test.go index b648b22fa0..ae0ebf7605 100644 --- a/api/uaa/refresh_token_test.go +++ b/api/uaa/refresh_token_test.go @@ -4,9 +4,9 @@ import ( "fmt" "net/http" - . "code.cloudfoundry.org/cli/api/uaa" - "code.cloudfoundry.org/cli/api/uaa/constant" - "code.cloudfoundry.org/cli/api/uaa/uaafakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/uaafakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/api/uaa/request.go b/api/uaa/request.go index a49df595b4..58cc1594fa 100644 --- a/api/uaa/request.go +++ b/api/uaa/request.go @@ -5,7 +5,7 @@ import ( "net/http" "net/url" - "code.cloudfoundry.org/cli/api/uaa/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/internal" ) // RequestOptions contains all the options to create an HTTP Request. diff --git a/api/uaa/resources.go b/api/uaa/resources.go index 5a674db8c6..340d75b132 100644 --- a/api/uaa/resources.go +++ b/api/uaa/resources.go @@ -1,7 +1,7 @@ package uaa import ( - "code.cloudfoundry.org/cli/api/uaa/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/internal" ) // SetupResources configures the client to use the specified settings and diescopers the UAA and Authentication resources diff --git a/api/uaa/resources_test.go b/api/uaa/resources_test.go index c1e6330e3a..f19ed2781b 100644 --- a/api/uaa/resources_test.go +++ b/api/uaa/resources_test.go @@ -1,8 +1,8 @@ package uaa_test import ( - . "code.cloudfoundry.org/cli/api/uaa" - "code.cloudfoundry.org/cli/api/uaa/uaafakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/uaafakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/api/uaa/ssh.go b/api/uaa/ssh.go index 01cff5eeaa..2b17ae5e9b 100644 --- a/api/uaa/ssh.go +++ b/api/uaa/ssh.go @@ -3,7 +3,7 @@ package uaa import ( "net/url" - "code.cloudfoundry.org/cli/api/uaa/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/internal" ) func (client *Client) GetSSHPasscode(accessToken string, sshOAuthClient string) (string, error) { diff --git a/api/uaa/ssh_test.go b/api/uaa/ssh_test.go index 2e81e9c2c3..666225855b 100644 --- a/api/uaa/ssh_test.go +++ b/api/uaa/ssh_test.go @@ -4,8 +4,8 @@ import ( "fmt" "net/http" - . "code.cloudfoundry.org/cli/api/uaa" - "code.cloudfoundry.org/cli/api/uaa/uaafakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/uaafakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/uaa/uaa_connection.go b/api/uaa/uaa_connection.go index 6e6cd80fc1..cae8b5fd45 100644 --- a/api/uaa/uaa_connection.go +++ b/api/uaa/uaa_connection.go @@ -10,7 +10,7 @@ import ( "net/url" "time" - "code.cloudfoundry.org/cli/util" + "github.com/LukasHeimann/cloudfoundrycli/v8/util" ) // UAAConnection represents the connection to UAA diff --git a/api/uaa/uaa_connection_test.go b/api/uaa/uaa_connection_test.go index 129c72cc17..c13473c22c 100644 --- a/api/uaa/uaa_connection_test.go +++ b/api/uaa/uaa_connection_test.go @@ -5,7 +5,7 @@ import ( "net/http" "runtime" - . "code.cloudfoundry.org/cli/api/uaa" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/uaa/uaa_suite_test.go b/api/uaa/uaa_suite_test.go index b49b0b2e8b..7a83cf66b5 100644 --- a/api/uaa/uaa_suite_test.go +++ b/api/uaa/uaa_suite_test.go @@ -7,8 +7,8 @@ import ( "net/url" "testing" - . "code.cloudfoundry.org/cli/api/uaa" - "code.cloudfoundry.org/cli/api/uaa/uaafakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/uaafakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/uaa/uaafakes/fake_config.go b/api/uaa/uaafakes/fake_config.go index 02dc7f5e99..a7e87a1144 100644 --- a/api/uaa/uaafakes/fake_config.go +++ b/api/uaa/uaafakes/fake_config.go @@ -5,7 +5,7 @@ import ( "sync" "time" - "code.cloudfoundry.org/cli/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" ) type FakeConfig struct { diff --git a/api/uaa/uaafakes/fake_connection.go b/api/uaa/uaafakes/fake_connection.go index b9013ee19d..ae203633c6 100644 --- a/api/uaa/uaafakes/fake_connection.go +++ b/api/uaa/uaafakes/fake_connection.go @@ -5,7 +5,7 @@ import ( "net/http" "sync" - "code.cloudfoundry.org/cli/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" ) type FakeConnection struct { diff --git a/api/uaa/uaafakes/fake_connection_wrapper.go b/api/uaa/uaafakes/fake_connection_wrapper.go index 98ef73893f..410760e98e 100644 --- a/api/uaa/uaafakes/fake_connection_wrapper.go +++ b/api/uaa/uaafakes/fake_connection_wrapper.go @@ -5,7 +5,7 @@ import ( "net/http" "sync" - "code.cloudfoundry.org/cli/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" ) type FakeConnectionWrapper struct { diff --git a/api/uaa/user.go b/api/uaa/user.go index 0ca5fa9d39..4dea333b47 100644 --- a/api/uaa/user.go +++ b/api/uaa/user.go @@ -7,8 +7,8 @@ import ( "net/http" "net/url" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/uaa/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/internal" ) // User represents an UAA user account. diff --git a/api/uaa/user_test.go b/api/uaa/user_test.go index 96ac8e4a6a..8111180ebf 100644 --- a/api/uaa/user_test.go +++ b/api/uaa/user_test.go @@ -3,9 +3,9 @@ package uaa_test import ( "net/http" - "code.cloudfoundry.org/cli/actor/actionerror" - . "code.cloudfoundry.org/cli/api/uaa" - "code.cloudfoundry.org/cli/api/uaa/uaafakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/uaafakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/api/uaa/version_test.go b/api/uaa/version_test.go index 246d19304c..ecb24e3a19 100644 --- a/api/uaa/version_test.go +++ b/api/uaa/version_test.go @@ -3,9 +3,9 @@ package uaa_test import ( "net/http" - "code.cloudfoundry.org/cli/api/uaa" - . "code.cloudfoundry.org/cli/api/uaa" - "code.cloudfoundry.org/cli/api/uaa/uaafakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/uaafakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/api/uaa/wrapper/request_logger.go b/api/uaa/wrapper/request_logger.go index e68a8ad3f8..1152af96d6 100644 --- a/api/uaa/wrapper/request_logger.go +++ b/api/uaa/wrapper/request_logger.go @@ -8,7 +8,7 @@ import ( "sort" "time" - "code.cloudfoundry.org/cli/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . RequestLoggerOutput diff --git a/api/uaa/wrapper/request_logger_test.go b/api/uaa/wrapper/request_logger_test.go index bd19d6455a..364aec12d4 100644 --- a/api/uaa/wrapper/request_logger_test.go +++ b/api/uaa/wrapper/request_logger_test.go @@ -9,10 +9,10 @@ import ( "net/url" "time" - "code.cloudfoundry.org/cli/api/uaa" - "code.cloudfoundry.org/cli/api/uaa/uaafakes" - . "code.cloudfoundry.org/cli/api/uaa/wrapper" - "code.cloudfoundry.org/cli/api/uaa/wrapper/wrapperfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/uaafakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/wrapper" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/wrapper/wrapperfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/api/uaa/wrapper/retry_request.go b/api/uaa/wrapper/retry_request.go index 538752f77d..2f4722aa1f 100644 --- a/api/uaa/wrapper/retry_request.go +++ b/api/uaa/wrapper/retry_request.go @@ -5,7 +5,7 @@ import ( "io/ioutil" "net/http" - "code.cloudfoundry.org/cli/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" ) // RetryRequest is a wrapper that retries failed requests if they contain a 5XX diff --git a/api/uaa/wrapper/retry_request_test.go b/api/uaa/wrapper/retry_request_test.go index 142dca860a..c13067b9c2 100644 --- a/api/uaa/wrapper/retry_request_test.go +++ b/api/uaa/wrapper/retry_request_test.go @@ -5,9 +5,9 @@ import ( "net/http" "strings" - "code.cloudfoundry.org/cli/api/uaa" - "code.cloudfoundry.org/cli/api/uaa/uaafakes" - . "code.cloudfoundry.org/cli/api/uaa/wrapper" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/uaafakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/wrapper" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/api/uaa/wrapper/uaa_authentication.go b/api/uaa/wrapper/uaa_authentication.go index 10b1268e70..e2ac67ffc4 100644 --- a/api/uaa/wrapper/uaa_authentication.go +++ b/api/uaa/wrapper/uaa_authentication.go @@ -6,7 +6,7 @@ import ( "net/http" "strings" - "code.cloudfoundry.org/cli/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . UAAClient diff --git a/api/uaa/wrapper/uaa_authentication_test.go b/api/uaa/wrapper/uaa_authentication_test.go index 63048f4d01..acf65b4ed7 100644 --- a/api/uaa/wrapper/uaa_authentication_test.go +++ b/api/uaa/wrapper/uaa_authentication_test.go @@ -8,11 +8,11 @@ import ( "net/url" "strings" - "code.cloudfoundry.org/cli/api/uaa" - "code.cloudfoundry.org/cli/api/uaa/uaafakes" - . "code.cloudfoundry.org/cli/api/uaa/wrapper" - "code.cloudfoundry.org/cli/api/uaa/wrapper/util" - "code.cloudfoundry.org/cli/api/uaa/wrapper/wrapperfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/uaafakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/wrapper" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/wrapper/util" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/wrapper/wrapperfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/api/uaa/wrapper/wrapperfakes/fake_request_logger_output.go b/api/uaa/wrapper/wrapperfakes/fake_request_logger_output.go index 4d6ba759ad..c4e304b143 100644 --- a/api/uaa/wrapper/wrapperfakes/fake_request_logger_output.go +++ b/api/uaa/wrapper/wrapperfakes/fake_request_logger_output.go @@ -5,7 +5,7 @@ import ( "sync" "time" - "code.cloudfoundry.org/cli/api/uaa/wrapper" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/wrapper" ) type FakeRequestLoggerOutput struct { diff --git a/api/uaa/wrapper/wrapperfakes/fake_token_cache.go b/api/uaa/wrapper/wrapperfakes/fake_token_cache.go index b1516a14ad..e9db798f3c 100644 --- a/api/uaa/wrapper/wrapperfakes/fake_token_cache.go +++ b/api/uaa/wrapper/wrapperfakes/fake_token_cache.go @@ -4,7 +4,7 @@ package wrapperfakes import ( "sync" - "code.cloudfoundry.org/cli/api/uaa/wrapper" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/wrapper" ) type FakeTokenCache struct { diff --git a/api/uaa/wrapper/wrapperfakes/fake_uaaclient.go b/api/uaa/wrapper/wrapperfakes/fake_uaaclient.go index 57836aafcd..97bf023ecd 100644 --- a/api/uaa/wrapper/wrapperfakes/fake_uaaclient.go +++ b/api/uaa/wrapper/wrapperfakes/fake_uaaclient.go @@ -4,8 +4,8 @@ package wrapperfakes import ( "sync" - "code.cloudfoundry.org/cli/api/uaa" - "code.cloudfoundry.org/cli/api/uaa/wrapper" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/wrapper" ) type FakeUAAClient struct { diff --git a/cf/actors/actors_suite_test.go b/cf/actors/actors_suite_test.go index ddedc64c6a..7f27ece2b5 100644 --- a/cf/actors/actors_suite_test.go +++ b/cf/actors/actors_suite_test.go @@ -1,8 +1,8 @@ package actors_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/actors/actorsfakes/fake_push_actor.go b/cf/actors/actorsfakes/fake_push_actor.go index caa013a686..64707699bf 100644 --- a/cf/actors/actorsfakes/fake_push_actor.go +++ b/cf/actors/actorsfakes/fake_push_actor.go @@ -5,9 +5,9 @@ import ( "os" "sync" - "code.cloudfoundry.org/cli/cf/actors" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakePushActor struct { diff --git a/cf/actors/actorsfakes/fake_route_actor.go b/cf/actors/actorsfakes/fake_route_actor.go index 795612f425..b2e02577c6 100644 --- a/cf/actors/actorsfakes/fake_route_actor.go +++ b/cf/actors/actorsfakes/fake_route_actor.go @@ -4,8 +4,8 @@ package actorsfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/actors" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeRouteActor struct { diff --git a/cf/actors/actorsfakes/fake_service_actor.go b/cf/actors/actorsfakes/fake_service_actor.go index 292c15a4da..b361411f4c 100644 --- a/cf/actors/actorsfakes/fake_service_actor.go +++ b/cf/actors/actorsfakes/fake_service_actor.go @@ -4,8 +4,8 @@ package actorsfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/actors" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeServiceActor struct { diff --git a/cf/actors/actorsfakes/fake_service_plan_actor.go b/cf/actors/actorsfakes/fake_service_plan_actor.go index 35cd597e58..e07a47b4d5 100644 --- a/cf/actors/actorsfakes/fake_service_plan_actor.go +++ b/cf/actors/actorsfakes/fake_service_plan_actor.go @@ -4,7 +4,7 @@ package actorsfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/actors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors" ) type FakeServicePlanActor struct { diff --git a/cf/actors/brokerbuilder/broker_builder.go b/cf/actors/brokerbuilder/broker_builder.go index e46d9501f5..2b40fa9f40 100644 --- a/cf/actors/brokerbuilder/broker_builder.go +++ b/cf/actors/brokerbuilder/broker_builder.go @@ -1,9 +1,9 @@ package brokerbuilder import ( - "code.cloudfoundry.org/cli/cf/actors/servicebuilder" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/servicebuilder" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . BrokerBuilder diff --git a/cf/actors/brokerbuilder/broker_builder_test.go b/cf/actors/brokerbuilder/broker_builder_test.go index 174b7e11c9..d6c6092141 100644 --- a/cf/actors/brokerbuilder/broker_builder_test.go +++ b/cf/actors/brokerbuilder/broker_builder_test.go @@ -3,11 +3,11 @@ package brokerbuilder_test import ( "errors" - "code.cloudfoundry.org/cli/cf/actors/brokerbuilder" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/brokerbuilder" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" - "code.cloudfoundry.org/cli/cf/actors/servicebuilder/servicebuilderfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/servicebuilder/servicebuilderfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/actors/brokerbuilder/brokerbuilderfakes/fake_broker_builder.go b/cf/actors/brokerbuilder/brokerbuilderfakes/fake_broker_builder.go index 8afcd08a52..c8b95c5c04 100644 --- a/cf/actors/brokerbuilder/brokerbuilderfakes/fake_broker_builder.go +++ b/cf/actors/brokerbuilder/brokerbuilderfakes/fake_broker_builder.go @@ -4,8 +4,8 @@ package brokerbuilderfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/actors/brokerbuilder" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/brokerbuilder" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeBrokerBuilder struct { diff --git a/cf/actors/planbuilder/plan_builder.go b/cf/actors/planbuilder/plan_builder.go index 871f450a4e..50fd74225f 100644 --- a/cf/actors/planbuilder/plan_builder.go +++ b/cf/actors/planbuilder/plan_builder.go @@ -1,9 +1,9 @@ package planbuilder import ( - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/api/organizations" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . PlanBuilder diff --git a/cf/actors/planbuilder/plan_builder_test.go b/cf/actors/planbuilder/plan_builder_test.go index bcb23d1e4c..badfb6499b 100644 --- a/cf/actors/planbuilder/plan_builder_test.go +++ b/cf/actors/planbuilder/plan_builder_test.go @@ -3,10 +3,10 @@ package planbuilder_test import ( "errors" - "code.cloudfoundry.org/cli/cf/actors/planbuilder" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/api/organizations/organizationsfakes" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/planbuilder" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations/organizationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/actors/planbuilder/planbuilderfakes/fake_plan_builder.go b/cf/actors/planbuilder/planbuilderfakes/fake_plan_builder.go index 73e44142c0..f50b978bba 100644 --- a/cf/actors/planbuilder/planbuilderfakes/fake_plan_builder.go +++ b/cf/actors/planbuilder/planbuilderfakes/fake_plan_builder.go @@ -4,8 +4,8 @@ package planbuilderfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/actors/planbuilder" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/planbuilder" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakePlanBuilder struct { diff --git a/cf/actors/plugininstaller/plugin_downloader.go b/cf/actors/plugininstaller/plugin_downloader.go index b431d11d44..1d91ec6268 100644 --- a/cf/actors/plugininstaller/plugin_downloader.go +++ b/cf/actors/plugininstaller/plugin_downloader.go @@ -7,9 +7,9 @@ import ( "runtime" clipr "code.cloudfoundry.org/cli-plugin-repo/web" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/cf/util/downloader" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/downloader" ) type PluginDownloader struct { diff --git a/cf/actors/plugininstaller/plugin_installer.go b/cf/actors/plugininstaller/plugin_installer.go index d7b8724f17..4099d8279f 100644 --- a/cf/actors/plugininstaller/plugin_installer.go +++ b/cf/actors/plugininstaller/plugin_installer.go @@ -1,11 +1,11 @@ package plugininstaller import ( - "code.cloudfoundry.org/cli/cf/actors/pluginrepo" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/cf/util/downloader" - "code.cloudfoundry.org/cli/util" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/pluginrepo" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/downloader" + "github.com/LukasHeimann/cloudfoundrycli/v8/util" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . PluginInstaller diff --git a/cf/actors/plugininstaller/plugin_installer_with_repo.go b/cf/actors/plugininstaller/plugin_installer_with_repo.go index e089a4ebc3..c865206abe 100644 --- a/cf/actors/plugininstaller/plugin_installer_with_repo.go +++ b/cf/actors/plugininstaller/plugin_installer_with_repo.go @@ -5,11 +5,11 @@ import ( "strings" clipr "code.cloudfoundry.org/cli-plugin-repo/web" - "code.cloudfoundry.org/cli/cf/actors/pluginrepo" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/util" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/pluginrepo" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/util" ) type pluginInstallerWithRepo struct { diff --git a/cf/actors/plugininstaller/plugin_installer_without_repo.go b/cf/actors/plugininstaller/plugin_installer_without_repo.go index 7cf0bf9703..b3f774060b 100644 --- a/cf/actors/plugininstaller/plugin_installer_without_repo.go +++ b/cf/actors/plugininstaller/plugin_installer_without_repo.go @@ -5,8 +5,8 @@ import ( "path/filepath" "strings" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/terminal" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type pluginInstallerWithoutRepo struct { diff --git a/cf/actors/plugininstaller/plugininstallerfakes/fake_plugin_installer.go b/cf/actors/plugininstaller/plugininstallerfakes/fake_plugin_installer.go index fd496df711..35bfea9b13 100644 --- a/cf/actors/plugininstaller/plugininstallerfakes/fake_plugin_installer.go +++ b/cf/actors/plugininstaller/plugininstallerfakes/fake_plugin_installer.go @@ -4,7 +4,7 @@ package plugininstallerfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/actors/plugininstaller" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/plugininstaller" ) type FakePluginInstaller struct { diff --git a/cf/actors/pluginrepo/plugin_repo.go b/cf/actors/pluginrepo/plugin_repo.go index 56a6837867..b574185bca 100644 --- a/cf/actors/pluginrepo/plugin_repo.go +++ b/cf/actors/pluginrepo/plugin_repo.go @@ -8,9 +8,9 @@ import ( "strings" clipr "code.cloudfoundry.org/cli-plugin-repo/web" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . PluginRepo diff --git a/cf/actors/pluginrepo/plugin_repo_suite_test.go b/cf/actors/pluginrepo/plugin_repo_suite_test.go index eb73239086..fed2cff10b 100644 --- a/cf/actors/pluginrepo/plugin_repo_suite_test.go +++ b/cf/actors/pluginrepo/plugin_repo_suite_test.go @@ -1,8 +1,8 @@ package pluginrepo_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/actors/pluginrepo/plugin_repo_test.go b/cf/actors/pluginrepo/plugin_repo_test.go index 913be5f931..9bab069f2d 100644 --- a/cf/actors/pluginrepo/plugin_repo_test.go +++ b/cf/actors/pluginrepo/plugin_repo_test.go @@ -5,9 +5,9 @@ import ( "net/http" "net/http/httptest" - . "code.cloudfoundry.org/cli/cf/actors/pluginrepo" - "code.cloudfoundry.org/cli/cf/models" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/pluginrepo" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/actors/pluginrepo/pluginrepofakes/fake_plugin_repo.go b/cf/actors/pluginrepo/pluginrepofakes/fake_plugin_repo.go index 25c659ee0c..05c2488003 100644 --- a/cf/actors/pluginrepo/pluginrepofakes/fake_plugin_repo.go +++ b/cf/actors/pluginrepo/pluginrepofakes/fake_plugin_repo.go @@ -5,8 +5,8 @@ import ( "sync" "code.cloudfoundry.org/cli-plugin-repo/web" - "code.cloudfoundry.org/cli/cf/actors/pluginrepo" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/pluginrepo" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakePluginRepo struct { diff --git a/cf/actors/push.go b/cf/actors/push.go index 182e2b2f30..c3fc80508b 100644 --- a/cf/actors/push.go +++ b/cf/actors/push.go @@ -7,11 +7,11 @@ import ( "path/filepath" "runtime" - "code.cloudfoundry.org/cli/cf/api/applicationbits" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/appfiles" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applicationbits" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/appfiles" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" "code.cloudfoundry.org/gofileutils/fileutils" ) diff --git a/cf/actors/push_test.go b/cf/actors/push_test.go index 33bd26b596..d4557c8f07 100644 --- a/cf/actors/push_test.go +++ b/cf/actors/push_test.go @@ -8,13 +8,13 @@ import ( "path/filepath" "runtime" - "code.cloudfoundry.org/cli/cf/actors" - "code.cloudfoundry.org/cli/cf/actors/actorsfakes" - "code.cloudfoundry.org/cli/cf/api/applicationbits/applicationbitsfakes" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/appfiles" - "code.cloudfoundry.org/cli/cf/appfiles/appfilesfakes" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/actorsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applicationbits/applicationbitsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/appfiles" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/appfiles/appfilesfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/actors/routes.go b/cf/actors/routes.go index 0b36048050..d6242b5a62 100644 --- a/cf/actors/routes.go +++ b/cf/actors/routes.go @@ -5,12 +5,12 @@ import ( "strconv" "strings" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/errors" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/util/randomword" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/randomword" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . RouteActor diff --git a/cf/actors/routes_test.go b/cf/actors/routes_test.go index 2fbab050aa..02f3023cbb 100644 --- a/cf/actors/routes_test.go +++ b/cf/actors/routes_test.go @@ -3,12 +3,12 @@ package actors_test import ( "errors" - . "code.cloudfoundry.org/cli/cf/actors" - "code.cloudfoundry.org/cli/cf/api/apifakes" - cferrors "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/errors/errorsfakes" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + cferrors "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors/errorsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/actors/servicebuilder/service_builder.go b/cf/actors/servicebuilder/service_builder.go index c91f07a7b1..ed4bd8fce4 100644 --- a/cf/actors/servicebuilder/service_builder.go +++ b/cf/actors/servicebuilder/service_builder.go @@ -3,9 +3,9 @@ package servicebuilder import ( "errors" - "code.cloudfoundry.org/cli/cf/actors/planbuilder" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/planbuilder" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . ServiceBuilder diff --git a/cf/actors/servicebuilder/service_builder_test.go b/cf/actors/servicebuilder/service_builder_test.go index 16b91c8f02..2f43112098 100644 --- a/cf/actors/servicebuilder/service_builder_test.go +++ b/cf/actors/servicebuilder/service_builder_test.go @@ -3,11 +3,11 @@ package servicebuilder_test import ( "errors" - "code.cloudfoundry.org/cli/cf/actors/planbuilder/planbuilderfakes" - "code.cloudfoundry.org/cli/cf/actors/servicebuilder" - "code.cloudfoundry.org/cli/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/planbuilder/planbuilderfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/servicebuilder" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/actors/servicebuilder/servicebuilderfakes/fake_service_builder.go b/cf/actors/servicebuilder/servicebuilderfakes/fake_service_builder.go index 2a05297cc3..6980c6cf5a 100644 --- a/cf/actors/servicebuilder/servicebuilderfakes/fake_service_builder.go +++ b/cf/actors/servicebuilder/servicebuilderfakes/fake_service_builder.go @@ -4,8 +4,8 @@ package servicebuilderfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/actors/servicebuilder" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/servicebuilder" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeServiceBuilder struct { diff --git a/cf/actors/services.go b/cf/actors/services.go index c776e317a3..170b140d1a 100644 --- a/cf/actors/services.go +++ b/cf/actors/services.go @@ -1,10 +1,10 @@ package actors import ( - "code.cloudfoundry.org/cli/cf/actors/brokerbuilder" - "code.cloudfoundry.org/cli/cf/actors/servicebuilder" - "code.cloudfoundry.org/cli/cf/api/organizations" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/brokerbuilder" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/servicebuilder" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . ServiceActor diff --git a/cf/actors/services_plans.go b/cf/actors/services_plans.go index 47bc690aff..d993a193b1 100644 --- a/cf/actors/services_plans.go +++ b/cf/actors/services_plans.go @@ -3,12 +3,12 @@ package actors import ( "fmt" - "code.cloudfoundry.org/cli/cf/api/organizations" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations" - "code.cloudfoundry.org/cli/cf/actors/planbuilder" - "code.cloudfoundry.org/cli/cf/actors/servicebuilder" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/planbuilder" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/servicebuilder" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . ServicePlanActor diff --git a/cf/actors/services_plans_test.go b/cf/actors/services_plans_test.go index 268494abd0..547b1f3cd2 100644 --- a/cf/actors/services_plans_test.go +++ b/cf/actors/services_plans_test.go @@ -1,14 +1,14 @@ package actors_test import ( - "code.cloudfoundry.org/cli/cf/errors" - - "code.cloudfoundry.org/cli/cf/actors" - "code.cloudfoundry.org/cli/cf/actors/planbuilder/planbuilderfakes" - "code.cloudfoundry.org/cli/cf/actors/servicebuilder/servicebuilderfakes" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/api/organizations/organizationsfakes" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/planbuilder/planbuilderfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/servicebuilder/servicebuilderfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations/organizationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/actors/services_test.go b/cf/actors/services_test.go index fc846c2e55..697e7e246c 100644 --- a/cf/actors/services_test.go +++ b/cf/actors/services_test.go @@ -1,12 +1,12 @@ package actors_test import ( - "code.cloudfoundry.org/cli/cf/actors" - "code.cloudfoundry.org/cli/cf/actors/brokerbuilder/brokerbuilderfakes" - "code.cloudfoundry.org/cli/cf/actors/servicebuilder/servicebuilderfakes" - "code.cloudfoundry.org/cli/cf/api/organizations/organizationsfakes" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/brokerbuilder/brokerbuilderfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/servicebuilder/servicebuilderfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations/organizationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/actors/userprint/plugin.go b/cf/actors/userprint/plugin.go index a5e4f2aab6..3edcb55b0d 100644 --- a/cf/actors/userprint/plugin.go +++ b/cf/actors/userprint/plugin.go @@ -1,8 +1,8 @@ package userprint import ( - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/plugin/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/models" ) type pluginPrinter struct { diff --git a/cf/actors/userprint/ui.go b/cf/actors/userprint/ui.go index e75ad01ea0..56d795f1cc 100644 --- a/cf/actors/userprint/ui.go +++ b/cf/actors/userprint/ui.go @@ -1,9 +1,9 @@ package userprint import ( - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/terminal" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type SpaceUsersUIPrinter struct { diff --git a/cf/actors/userprint/userprintfakes/fake_user_printer.go b/cf/actors/userprint/userprintfakes/fake_user_printer.go index 006670f0b3..fa4cc4b52f 100644 --- a/cf/actors/userprint/userprintfakes/fake_user_printer.go +++ b/cf/actors/userprint/userprintfakes/fake_user_printer.go @@ -4,7 +4,7 @@ package userprintfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/actors/userprint" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/userprint" ) type FakeUserPrinter struct { diff --git a/cf/api/api_suite_test.go b/cf/api/api_suite_test.go index 98ae9aee9e..231b6dc650 100644 --- a/cf/api/api_suite_test.go +++ b/cf/api/api_suite_test.go @@ -1,8 +1,8 @@ package api_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/api/apifakes/fake_app_summary_repository.go b/cf/api/apifakes/fake_app_summary_repository.go index 57f5838b1a..86a349fc8f 100644 --- a/cf/api/apifakes/fake_app_summary_repository.go +++ b/cf/api/apifakes/fake_app_summary_repository.go @@ -4,8 +4,8 @@ package apifakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeAppSummaryRepository struct { diff --git a/cf/api/apifakes/fake_buildpack_bits_repository.go b/cf/api/apifakes/fake_buildpack_bits_repository.go index abe7210975..a21f3d8f0f 100644 --- a/cf/api/apifakes/fake_buildpack_bits_repository.go +++ b/cf/api/apifakes/fake_buildpack_bits_repository.go @@ -5,8 +5,8 @@ import ( "os" "sync" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeBuildpackBitsRepository struct { diff --git a/cf/api/apifakes/fake_buildpack_repository.go b/cf/api/apifakes/fake_buildpack_repository.go index 305e43965b..1a3c2b696f 100644 --- a/cf/api/apifakes/fake_buildpack_repository.go +++ b/cf/api/apifakes/fake_buildpack_repository.go @@ -4,8 +4,8 @@ package apifakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeBuildpackRepository struct { diff --git a/cf/api/apifakes/fake_client_repository.go b/cf/api/apifakes/fake_client_repository.go index f470961a95..4fce3bf1fd 100644 --- a/cf/api/apifakes/fake_client_repository.go +++ b/cf/api/apifakes/fake_client_repository.go @@ -4,7 +4,7 @@ package apifakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" ) type FakeClientRepository struct { diff --git a/cf/api/apifakes/fake_curl_repository.go b/cf/api/apifakes/fake_curl_repository.go index 5be62978a6..149f796da0 100644 --- a/cf/api/apifakes/fake_curl_repository.go +++ b/cf/api/apifakes/fake_curl_repository.go @@ -4,7 +4,7 @@ package apifakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" ) type FakeCurlRepository struct { diff --git a/cf/api/apifakes/fake_domain_repository.go b/cf/api/apifakes/fake_domain_repository.go index d87faffe6d..128eaa1947 100644 --- a/cf/api/apifakes/fake_domain_repository.go +++ b/cf/api/apifakes/fake_domain_repository.go @@ -4,8 +4,8 @@ package apifakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeDomainRepository struct { diff --git a/cf/api/apifakes/fake_route_repository.go b/cf/api/apifakes/fake_route_repository.go index 1400d7ee04..d48e47747d 100644 --- a/cf/api/apifakes/fake_route_repository.go +++ b/cf/api/apifakes/fake_route_repository.go @@ -4,8 +4,8 @@ package apifakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeRouteRepository struct { diff --git a/cf/api/apifakes/fake_route_service_binding_repository.go b/cf/api/apifakes/fake_route_service_binding_repository.go index 2c93527c84..88cbd1c5b9 100644 --- a/cf/api/apifakes/fake_route_service_binding_repository.go +++ b/cf/api/apifakes/fake_route_service_binding_repository.go @@ -4,7 +4,7 @@ package apifakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" ) type FakeRouteServiceBindingRepository struct { diff --git a/cf/api/apifakes/fake_routing_apirepository.go b/cf/api/apifakes/fake_routing_apirepository.go index e821850e54..3b9b32ab88 100644 --- a/cf/api/apifakes/fake_routing_apirepository.go +++ b/cf/api/apifakes/fake_routing_apirepository.go @@ -4,8 +4,8 @@ package apifakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeRoutingAPIRepository struct { diff --git a/cf/api/apifakes/fake_service_auth_token_repository.go b/cf/api/apifakes/fake_service_auth_token_repository.go index d68f7817ff..5779724dd6 100644 --- a/cf/api/apifakes/fake_service_auth_token_repository.go +++ b/cf/api/apifakes/fake_service_auth_token_repository.go @@ -4,8 +4,8 @@ package apifakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeServiceAuthTokenRepository struct { diff --git a/cf/api/apifakes/fake_service_binding_repository.go b/cf/api/apifakes/fake_service_binding_repository.go index 265da6a06a..cd4480cdf5 100644 --- a/cf/api/apifakes/fake_service_binding_repository.go +++ b/cf/api/apifakes/fake_service_binding_repository.go @@ -4,8 +4,8 @@ package apifakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeServiceBindingRepository struct { diff --git a/cf/api/apifakes/fake_service_broker_repository.go b/cf/api/apifakes/fake_service_broker_repository.go index 90f1206df3..3f8b1ff946 100644 --- a/cf/api/apifakes/fake_service_broker_repository.go +++ b/cf/api/apifakes/fake_service_broker_repository.go @@ -4,8 +4,8 @@ package apifakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeServiceBrokerRepository struct { diff --git a/cf/api/apifakes/fake_service_key_repository.go b/cf/api/apifakes/fake_service_key_repository.go index d919c306d8..ad176a198a 100644 --- a/cf/api/apifakes/fake_service_key_repository.go +++ b/cf/api/apifakes/fake_service_key_repository.go @@ -4,8 +4,8 @@ package apifakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeServiceKeyRepository struct { diff --git a/cf/api/apifakes/fake_service_plan_repository.go b/cf/api/apifakes/fake_service_plan_repository.go index e650477f61..da05b9759a 100644 --- a/cf/api/apifakes/fake_service_plan_repository.go +++ b/cf/api/apifakes/fake_service_plan_repository.go @@ -4,8 +4,8 @@ package apifakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeServicePlanRepository struct { diff --git a/cf/api/apifakes/fake_service_plan_visibility_repository.go b/cf/api/apifakes/fake_service_plan_visibility_repository.go index dcf0e32cba..16cd2e7ad3 100644 --- a/cf/api/apifakes/fake_service_plan_visibility_repository.go +++ b/cf/api/apifakes/fake_service_plan_visibility_repository.go @@ -4,8 +4,8 @@ package apifakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeServicePlanVisibilityRepository struct { diff --git a/cf/api/apifakes/fake_service_repository.go b/cf/api/apifakes/fake_service_repository.go index 752834cfad..7dd533067d 100644 --- a/cf/api/apifakes/fake_service_repository.go +++ b/cf/api/apifakes/fake_service_repository.go @@ -4,9 +4,9 @@ package apifakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeServiceRepository struct { diff --git a/cf/api/apifakes/fake_service_summary_repository.go b/cf/api/apifakes/fake_service_summary_repository.go index f2ca290524..f3a8fa62b7 100644 --- a/cf/api/apifakes/fake_service_summary_repository.go +++ b/cf/api/apifakes/fake_service_summary_repository.go @@ -4,8 +4,8 @@ package apifakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeServiceSummaryRepository struct { diff --git a/cf/api/apifakes/fake_user_provided_service_instance_repository.go b/cf/api/apifakes/fake_user_provided_service_instance_repository.go index 175e18d2bf..db9fa37ce5 100644 --- a/cf/api/apifakes/fake_user_provided_service_instance_repository.go +++ b/cf/api/apifakes/fake_user_provided_service_instance_repository.go @@ -4,8 +4,8 @@ package apifakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeUserProvidedServiceInstanceRepository struct { diff --git a/cf/api/apifakes/fake_user_repository.go b/cf/api/apifakes/fake_user_repository.go index 04fa96b965..def75e81c4 100644 --- a/cf/api/apifakes/fake_user_repository.go +++ b/cf/api/apifakes/fake_user_repository.go @@ -4,8 +4,8 @@ package apifakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeUserRepository struct { diff --git a/cf/api/apifakes/old_fake_app_summary_repo.go b/cf/api/apifakes/old_fake_app_summary_repo.go index 25c6de4982..895d58fac5 100644 --- a/cf/api/apifakes/old_fake_app_summary_repo.go +++ b/cf/api/apifakes/old_fake_app_summary_repo.go @@ -1,8 +1,8 @@ package apifakes import ( - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type OldFakeAppSummaryRepo struct { diff --git a/cf/api/apifakes/old_fake_auth_token_repo.go b/cf/api/apifakes/old_fake_auth_token_repo.go index 4fb3576bad..f7d3d62406 100644 --- a/cf/api/apifakes/old_fake_auth_token_repo.go +++ b/cf/api/apifakes/old_fake_auth_token_repo.go @@ -1,6 +1,6 @@ package apifakes -import "code.cloudfoundry.org/cli/cf/models" +import "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" type OldFakeAuthTokenRepo struct { CreatedServiceAuthTokenFields models.ServiceAuthTokenFields diff --git a/cf/api/apifakes/old_fake_buildpack_bits_repo.go b/cf/api/apifakes/old_fake_buildpack_bits_repo.go index b82b3a0e6d..29d02cf12a 100644 --- a/cf/api/apifakes/old_fake_buildpack_bits_repo.go +++ b/cf/api/apifakes/old_fake_buildpack_bits_repo.go @@ -1,8 +1,8 @@ package apifakes import ( - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type OldFakeBuildpackBitsRepository struct { diff --git a/cf/api/apifakes/old_fake_buildpack_repo.go b/cf/api/apifakes/old_fake_buildpack_repo.go index 1b361d6e7f..c592bcde9f 100644 --- a/cf/api/apifakes/old_fake_buildpack_repo.go +++ b/cf/api/apifakes/old_fake_buildpack_repo.go @@ -1,8 +1,8 @@ package apifakes import ( - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type OldFakeBuildpackRepository struct { diff --git a/cf/api/apifakes/old_fake_cc_request.go b/cf/api/apifakes/old_fake_cc_request.go index 0b64b79c80..cfc9b01e83 100644 --- a/cf/api/apifakes/old_fake_cc_request.go +++ b/cf/api/apifakes/old_fake_cc_request.go @@ -3,7 +3,7 @@ package apifakes import ( "net/http" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" ) func NewCloudControllerTestRequest(request testnet.TestRequest) testnet.TestRequest { diff --git a/cf/api/apifakes/old_fake_password_repo.go b/cf/api/apifakes/old_fake_password_repo.go index 53798334cd..ea4d12c063 100644 --- a/cf/api/apifakes/old_fake_password_repo.go +++ b/cf/api/apifakes/old_fake_password_repo.go @@ -1,6 +1,6 @@ package apifakes -import "code.cloudfoundry.org/cli/cf/errors" +import "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" type OldFakePasswordRepo struct { Score string diff --git a/cf/api/apifakes/old_fake_service_key_repo.go b/cf/api/apifakes/old_fake_service_key_repo.go index fcc19904e9..c9bf6c3168 100644 --- a/cf/api/apifakes/old_fake_service_key_repo.go +++ b/cf/api/apifakes/old_fake_service_key_repo.go @@ -1,7 +1,7 @@ package apifakes import ( - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type OldFakeServiceKeyRepo struct { diff --git a/cf/api/apifakes/old_fake_service_plan_repo.go b/cf/api/apifakes/old_fake_service_plan_repo.go index 832b2f0c3c..d7079f40f1 100644 --- a/cf/api/apifakes/old_fake_service_plan_repo.go +++ b/cf/api/apifakes/old_fake_service_plan_repo.go @@ -5,7 +5,7 @@ import ( "strings" "sync" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type OldFakeServicePlanRepo struct { diff --git a/cf/api/apifakes/old_fake_service_summary_repo.go b/cf/api/apifakes/old_fake_service_summary_repo.go index fed622ff3c..2012f50ee9 100644 --- a/cf/api/apifakes/old_fake_service_summary_repo.go +++ b/cf/api/apifakes/old_fake_service_summary_repo.go @@ -1,6 +1,6 @@ package apifakes -import "code.cloudfoundry.org/cli/cf/models" +import "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" type OldFakeServiceSummaryRepo struct { GetSummariesInCurrentSpaceInstances []models.ServiceInstance diff --git a/cf/api/app_summary.go b/cf/api/app_summary.go index 15a9b2387a..96f2671290 100644 --- a/cf/api/app_summary.go +++ b/cf/api/app_summary.go @@ -5,9 +5,9 @@ import ( "strings" "time" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) type ApplicationSummaries struct { diff --git a/cf/api/app_summary_test.go b/cf/api/app_summary_test.go index a376f1714a..2d470afc73 100644 --- a/cf/api/app_summary_test.go +++ b/cf/api/app_summary_test.go @@ -5,14 +5,14 @@ import ( "net/http/httptest" "time" - . "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/appevents/app_events.go b/cf/api/appevents/app_events.go index a1bc966c83..05964f90c8 100644 --- a/cf/api/appevents/app_events.go +++ b/cf/api/appevents/app_events.go @@ -3,10 +3,10 @@ package appevents import ( "fmt" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . Repository diff --git a/cf/api/appevents/app_events_suite_test.go b/cf/api/appevents/app_events_suite_test.go index efc415dbde..e49fbbdbda 100644 --- a/cf/api/appevents/app_events_suite_test.go +++ b/cf/api/appevents/app_events_suite_test.go @@ -1,8 +1,8 @@ package appevents_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/api/appevents/app_events_test.go b/cf/api/appevents/app_events_test.go index 2e6c4b2876..2ea3ac8469 100644 --- a/cf/api/appevents/app_events_test.go +++ b/cf/api/appevents/app_events_test.go @@ -6,14 +6,14 @@ import ( "time" - . "code.cloudfoundry.org/cli/cf/api/appevents" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/appevents" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/appevents/appeventsfakes/fake_app_events_repository.go b/cf/api/appevents/appeventsfakes/fake_app_events_repository.go index 601be0df59..59dbfbf930 100644 --- a/cf/api/appevents/appeventsfakes/fake_app_events_repository.go +++ b/cf/api/appevents/appeventsfakes/fake_app_events_repository.go @@ -4,8 +4,8 @@ package appeventsfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api/appevents" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/appevents" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeAppEventsRepository struct { diff --git a/cf/api/appevents/appeventsfakes/fake_repository.go b/cf/api/appevents/appeventsfakes/fake_repository.go index 1c62f9dde9..b95701bf2f 100644 --- a/cf/api/appevents/appeventsfakes/fake_repository.go +++ b/cf/api/appevents/appeventsfakes/fake_repository.go @@ -4,8 +4,8 @@ package appeventsfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api/appevents" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/appevents" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeRepository struct { diff --git a/cf/api/appfiles/app_files.go b/cf/api/appfiles/app_files.go index 473b27e122..5cb0fcbf1f 100644 --- a/cf/api/appfiles/app_files.go +++ b/cf/api/appfiles/app_files.go @@ -3,8 +3,8 @@ package appfiles import ( "fmt" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . Repository diff --git a/cf/api/appfiles/app_files_suite_test.go b/cf/api/appfiles/app_files_suite_test.go index d4cbff6c4d..660cc9784e 100644 --- a/cf/api/appfiles/app_files_suite_test.go +++ b/cf/api/appfiles/app_files_suite_test.go @@ -1,8 +1,8 @@ package appfiles_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/api/appfiles/app_files_test.go b/cf/api/appfiles/app_files_test.go index f6f27f08d8..ceae4c8559 100644 --- a/cf/api/appfiles/app_files_test.go +++ b/cf/api/appfiles/app_files_test.go @@ -6,15 +6,15 @@ import ( "net/http/httptest" "time" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" - . "code.cloudfoundry.org/cli/cf/api/appfiles" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/appfiles" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/appfiles/appfilesfakes/fake_app_files_repository.go b/cf/api/appfiles/appfilesfakes/fake_app_files_repository.go index f3d46847d7..24a6eb99c1 100644 --- a/cf/api/appfiles/appfilesfakes/fake_app_files_repository.go +++ b/cf/api/appfiles/appfilesfakes/fake_app_files_repository.go @@ -4,7 +4,7 @@ package appfilesfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api/appfiles" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/appfiles" ) type FakeAppFilesRepository struct { diff --git a/cf/api/appfiles/appfilesfakes/fake_repository.go b/cf/api/appfiles/appfilesfakes/fake_repository.go index 38b0d22db3..4da094961e 100644 --- a/cf/api/appfiles/appfilesfakes/fake_repository.go +++ b/cf/api/appfiles/appfilesfakes/fake_repository.go @@ -4,7 +4,7 @@ package appfilesfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api/appfiles" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/appfiles" ) type FakeRepository struct { diff --git a/cf/api/appinstances/app_instances.go b/cf/api/appinstances/app_instances.go index 6a3ea08600..c6546a4008 100644 --- a/cf/api/appinstances/app_instances.go +++ b/cf/api/appinstances/app_instances.go @@ -6,9 +6,9 @@ import ( "strings" "time" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) type InstancesAPIResponse map[string]InstanceAPIResponse diff --git a/cf/api/appinstances/app_instances_suite_test.go b/cf/api/appinstances/app_instances_suite_test.go index aa0342e683..e18e4cb4f5 100644 --- a/cf/api/appinstances/app_instances_suite_test.go +++ b/cf/api/appinstances/app_instances_suite_test.go @@ -1,8 +1,8 @@ package appinstances_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/api/appinstances/app_instances_test.go b/cf/api/appinstances/app_instances_test.go index cdd4192276..74e97c6937 100644 --- a/cf/api/appinstances/app_instances_test.go +++ b/cf/api/appinstances/app_instances_test.go @@ -5,16 +5,16 @@ import ( "net/http/httptest" "time" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" - - . "code.cloudfoundry.org/cli/cf/api/appinstances" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/appinstances" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/appinstances/appinstancesfakes/fake_app_instances_repository.go b/cf/api/appinstances/appinstancesfakes/fake_app_instances_repository.go index efd79f324e..0fa1b6ac97 100644 --- a/cf/api/appinstances/appinstancesfakes/fake_app_instances_repository.go +++ b/cf/api/appinstances/appinstancesfakes/fake_app_instances_repository.go @@ -4,8 +4,8 @@ package appinstancesfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api/appinstances" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/appinstances" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeAppInstancesRepository struct { diff --git a/cf/api/appinstances/appinstancesfakes/fake_repository.go b/cf/api/appinstances/appinstancesfakes/fake_repository.go index 74baf569a4..44a572b6bf 100644 --- a/cf/api/appinstances/appinstancesfakes/fake_repository.go +++ b/cf/api/appinstances/appinstancesfakes/fake_repository.go @@ -4,8 +4,8 @@ package appinstancesfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api/appinstances" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/appinstances" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeRepository struct { diff --git a/cf/api/applicationbits/application_bits.go b/cf/api/applicationbits/application_bits.go index 1b16ae9d3c..fa390ca5be 100644 --- a/cf/api/applicationbits/application_bits.go +++ b/cf/api/applicationbits/application_bits.go @@ -10,10 +10,10 @@ import ( "os" "time" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" "code.cloudfoundry.org/gofileutils/fileutils" ) diff --git a/cf/api/applicationbits/application_bits_suite_test.go b/cf/api/applicationbits/application_bits_suite_test.go index 0182f4602c..1b5f675dca 100644 --- a/cf/api/applicationbits/application_bits_suite_test.go +++ b/cf/api/applicationbits/application_bits_suite_test.go @@ -1,8 +1,8 @@ package applicationbits_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/api/applicationbits/application_bits_test.go b/cf/api/applicationbits/application_bits_test.go index 50805984eb..f650bda2f1 100644 --- a/cf/api/applicationbits/application_bits_test.go +++ b/cf/api/applicationbits/application_bits_test.go @@ -13,16 +13,16 @@ import ( "strings" "time" - testapi "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" - - . "code.cloudfoundry.org/cli/cf/api/applicationbits" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" + testapi "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applicationbits" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/applicationbits/applicationbitsfakes/fake_application_bits_repository.go b/cf/api/applicationbits/applicationbitsfakes/fake_application_bits_repository.go index 9c69ac9fdc..2287679993 100644 --- a/cf/api/applicationbits/applicationbitsfakes/fake_application_bits_repository.go +++ b/cf/api/applicationbits/applicationbitsfakes/fake_application_bits_repository.go @@ -5,8 +5,8 @@ import ( "os" "sync" - "code.cloudfoundry.org/cli/cf/api/applicationbits" - "code.cloudfoundry.org/cli/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applicationbits" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" ) type FakeApplicationBitsRepository struct { diff --git a/cf/api/applicationbits/applicationbitsfakes/fake_repository.go b/cf/api/applicationbits/applicationbitsfakes/fake_repository.go index fd56c91170..76ed891044 100644 --- a/cf/api/applicationbits/applicationbitsfakes/fake_repository.go +++ b/cf/api/applicationbits/applicationbitsfakes/fake_repository.go @@ -5,8 +5,8 @@ import ( "os" "sync" - "code.cloudfoundry.org/cli/cf/api/applicationbits" - "code.cloudfoundry.org/cli/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applicationbits" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" ) type FakeRepository struct { diff --git a/cf/api/applications/applications.go b/cf/api/applications/applications.go index 32058b5ba0..e9c6d24505 100644 --- a/cf/api/applications/applications.go +++ b/cf/api/applications/applications.go @@ -7,13 +7,13 @@ import ( "net/url" "strings" - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . Repository diff --git a/cf/api/applications/applications_suite_test.go b/cf/api/applications/applications_suite_test.go index ec168a3a3b..bec91e57df 100644 --- a/cf/api/applications/applications_suite_test.go +++ b/cf/api/applications/applications_suite_test.go @@ -1,8 +1,8 @@ package applications_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/api/applications/applications_test.go b/cf/api/applications/applications_test.go index 64d5c3a582..041e259f1f 100644 --- a/cf/api/applications/applications_test.go +++ b/cf/api/applications/applications_test.go @@ -8,19 +8,19 @@ import ( "net/http/httptest" "time" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" - - . "code.cloudfoundry.org/cli/cf/api/applications" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "github.com/onsi/gomega/ghttp" diff --git a/cf/api/applications/applicationsfakes/fake_repository.go b/cf/api/applications/applicationsfakes/fake_repository.go index 0d7974f80d..e93fd4ec05 100644 --- a/cf/api/applications/applicationsfakes/fake_repository.go +++ b/cf/api/applications/applicationsfakes/fake_repository.go @@ -4,8 +4,8 @@ package applicationsfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api/applications" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeRepository struct { diff --git a/cf/api/authentication/authentication.go b/cf/api/authentication/authentication.go index 5e0fc670c6..de99b5e148 100644 --- a/cf/api/authentication/authentication.go +++ b/cf/api/authentication/authentication.go @@ -10,11 +10,11 @@ import ( "github.com/SermoDigital/jose/jws" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/util" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/util" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . TokenRefresher diff --git a/cf/api/authentication/authentication_suite_test.go b/cf/api/authentication/authentication_suite_test.go index 08310a8a38..861d3a42e4 100644 --- a/cf/api/authentication/authentication_suite_test.go +++ b/cf/api/authentication/authentication_suite_test.go @@ -1,8 +1,8 @@ package authentication_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/api/authentication/authentication_test.go b/cf/api/authentication/authentication_test.go index 8e69b9690f..297f170a8f 100644 --- a/cf/api/authentication/authentication_test.go +++ b/cf/api/authentication/authentication_test.go @@ -7,15 +7,15 @@ import ( "net/http/httptest" "time" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" - - . "code.cloudfoundry.org/cli/cf/api/authentication" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/authentication" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "github.com/onsi/gomega/ghttp" diff --git a/cf/api/authentication/authenticationfakes/fake_repository.go b/cf/api/authentication/authenticationfakes/fake_repository.go index fc59759766..f8dc5852bf 100644 --- a/cf/api/authentication/authenticationfakes/fake_repository.go +++ b/cf/api/authentication/authenticationfakes/fake_repository.go @@ -5,8 +5,8 @@ import ( "net/http" "sync" - "code.cloudfoundry.org/cli/cf/api/authentication" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/authentication" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" ) type FakeRepository struct { diff --git a/cf/api/authentication/authenticationfakes/fake_token_refresher.go b/cf/api/authentication/authenticationfakes/fake_token_refresher.go index 7df7aadfc8..25e131a51d 100644 --- a/cf/api/authentication/authenticationfakes/fake_token_refresher.go +++ b/cf/api/authentication/authenticationfakes/fake_token_refresher.go @@ -4,7 +4,7 @@ package authenticationfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api/authentication" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/authentication" ) type FakeTokenRefresher struct { diff --git a/cf/api/buildpack_bits.go b/cf/api/buildpack_bits.go index a3dd441607..b59eea4247 100644 --- a/cf/api/buildpack_bits.go +++ b/cf/api/buildpack_bits.go @@ -16,13 +16,13 @@ import ( "strings" "time" - "code.cloudfoundry.org/cli/cf/appfiles" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/util" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/appfiles" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/util" "code.cloudfoundry.org/gofileutils/fileutils" ) diff --git a/cf/api/buildpack_bits_test.go b/cf/api/buildpack_bits_test.go index 2589281369..719ba6dcba 100644 --- a/cf/api/buildpack_bits_test.go +++ b/cf/api/buildpack_bits_test.go @@ -15,17 +15,17 @@ import ( "sort" "time" - "code.cloudfoundry.org/cli/cf/appfiles" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" - - . "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/appfiles" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/buildpacks.go b/cf/api/buildpacks.go index abb6206eaf..aa2dce0202 100644 --- a/cf/api/buildpacks.go +++ b/cf/api/buildpacks.go @@ -6,12 +6,12 @@ import ( "fmt" "net/url" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . BuildpackRepository diff --git a/cf/api/buildpacks_test.go b/cf/api/buildpacks_test.go index 55a91a7020..87d8daaeac 100644 --- a/cf/api/buildpacks_test.go +++ b/cf/api/buildpacks_test.go @@ -5,17 +5,17 @@ import ( "net/http/httptest" "time" - . "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/clients.go b/cf/api/clients.go index d1d9476252..744809d453 100644 --- a/cf/api/clients.go +++ b/cf/api/clients.go @@ -4,11 +4,11 @@ import ( "fmt" "net/http" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . ClientRepository diff --git a/cf/api/clients_test.go b/cf/api/clients_test.go index 717f762eb8..cea0f1ae6c 100644 --- a/cf/api/clients_test.go +++ b/cf/api/clients_test.go @@ -4,13 +4,13 @@ import ( "fmt" "net/http" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/api/copyapplicationsource/copy_application_source.go b/cf/api/copyapplicationsource/copy_application_source.go index 06e6486cdc..044648a463 100644 --- a/cf/api/copyapplicationsource/copy_application_source.go +++ b/cf/api/copyapplicationsource/copy_application_source.go @@ -4,8 +4,8 @@ import ( "fmt" "strings" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . Repository diff --git a/cf/api/copyapplicationsource/copy_application_source_suite_test.go b/cf/api/copyapplicationsource/copy_application_source_suite_test.go index 1586abe7d6..b7e57d946d 100644 --- a/cf/api/copyapplicationsource/copy_application_source_suite_test.go +++ b/cf/api/copyapplicationsource/copy_application_source_suite_test.go @@ -1,8 +1,8 @@ package copyapplicationsource_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/api/copyapplicationsource/copy_application_source_test.go b/cf/api/copyapplicationsource/copy_application_source_test.go index e519900176..e04ac9e84e 100644 --- a/cf/api/copyapplicationsource/copy_application_source_test.go +++ b/cf/api/copyapplicationsource/copy_application_source_test.go @@ -5,15 +5,15 @@ import ( "net/http/httptest" "time" - "code.cloudfoundry.org/cli/cf/api/apifakes" - . "code.cloudfoundry.org/cli/cf/api/copyapplicationsource" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" - - "code.cloudfoundry.org/cli/cf/trace/tracefakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/copyapplicationsource" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/copyapplicationsource/copyapplicationsourcefakes/fake_repository.go b/cf/api/copyapplicationsource/copyapplicationsourcefakes/fake_repository.go index 3e4eb5f013..7540cc5bbf 100644 --- a/cf/api/copyapplicationsource/copyapplicationsourcefakes/fake_repository.go +++ b/cf/api/copyapplicationsource/copyapplicationsourcefakes/fake_repository.go @@ -4,7 +4,7 @@ package copyapplicationsourcefakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api/copyapplicationsource" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/copyapplicationsource" ) type FakeRepository struct { diff --git a/cf/api/curl.go b/cf/api/curl.go index dd09950d00..57632cfd4e 100644 --- a/cf/api/curl.go +++ b/cf/api/curl.go @@ -9,10 +9,10 @@ import ( "net/textproto" "strings" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . CurlRepository diff --git a/cf/api/curl_test.go b/cf/api/curl_test.go index 5d39bed01b..7b4cd00d90 100644 --- a/cf/api/curl_test.go +++ b/cf/api/curl_test.go @@ -6,16 +6,16 @@ import ( "strings" "time" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" - - . "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "github.com/onsi/gomega/ghttp" diff --git a/cf/api/domains.go b/cf/api/domains.go index cb56fd65cb..8a18a53213 100644 --- a/cf/api/domains.go +++ b/cf/api/domains.go @@ -6,13 +6,13 @@ import ( "fmt" "net/url" - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . DomainRepository diff --git a/cf/api/domains_test.go b/cf/api/domains_test.go index 8116787591..b9444c9607 100644 --- a/cf/api/domains_test.go +++ b/cf/api/domains_test.go @@ -5,18 +5,18 @@ import ( "net/http/httptest" "time" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" - - . "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/endpoints.go b/cf/api/endpoints.go index ce3e085ba8..52c6a685b5 100644 --- a/cf/api/endpoints.go +++ b/cf/api/endpoints.go @@ -3,8 +3,8 @@ package api import ( "strings" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) type RemoteInfoRepository struct { diff --git a/cf/api/endpoints_test.go b/cf/api/endpoints_test.go index 3783d368c3..dc313ff554 100644 --- a/cf/api/endpoints_test.go +++ b/cf/api/endpoints_test.go @@ -10,14 +10,14 @@ import ( "strings" "time" - . "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/environmentvariablegroups/environment_variable_groups.go b/cf/api/environmentvariablegroups/environment_variable_groups.go index 296553615c..3ef838d5ee 100644 --- a/cf/api/environmentvariablegroups/environment_variable_groups.go +++ b/cf/api/environmentvariablegroups/environment_variable_groups.go @@ -4,9 +4,9 @@ import ( "fmt" "strings" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . Repository diff --git a/cf/api/environmentvariablegroups/environment_variable_groups_suite_test.go b/cf/api/environmentvariablegroups/environment_variable_groups_suite_test.go index 350717a93f..fd5f5b6674 100644 --- a/cf/api/environmentvariablegroups/environment_variable_groups_suite_test.go +++ b/cf/api/environmentvariablegroups/environment_variable_groups_suite_test.go @@ -1,8 +1,8 @@ package environmentvariablegroups_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/api/environmentvariablegroups/environment_variable_groups_test.go b/cf/api/environmentvariablegroups/environment_variable_groups_test.go index 66ae787604..a0d7370903 100644 --- a/cf/api/environmentvariablegroups/environment_variable_groups_test.go +++ b/cf/api/environmentvariablegroups/environment_variable_groups_test.go @@ -4,17 +4,17 @@ import ( "net/http" "time" - "code.cloudfoundry.org/cli/cf/api/environmentvariablegroups" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/environmentvariablegroups" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" "github.com/onsi/gomega/ghttp" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/environmentvariablegroups/environmentvariablegroupsfakes/fake_repository.go b/cf/api/environmentvariablegroups/environmentvariablegroupsfakes/fake_repository.go index 6bd8cefec9..fbbb434d0b 100644 --- a/cf/api/environmentvariablegroups/environmentvariablegroupsfakes/fake_repository.go +++ b/cf/api/environmentvariablegroups/environmentvariablegroupsfakes/fake_repository.go @@ -4,8 +4,8 @@ package environmentvariablegroupsfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api/environmentvariablegroups" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/environmentvariablegroups" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeRepository struct { diff --git a/cf/api/featureflags/feature_flags.go b/cf/api/featureflags/feature_flags.go index e9a038236c..3681095ae5 100644 --- a/cf/api/featureflags/feature_flags.go +++ b/cf/api/featureflags/feature_flags.go @@ -4,9 +4,9 @@ import ( "fmt" "strings" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . FeatureFlagRepository diff --git a/cf/api/featureflags/feature_flags_suite_test.go b/cf/api/featureflags/feature_flags_suite_test.go index 8c31682d15..f2dbababe0 100644 --- a/cf/api/featureflags/feature_flags_suite_test.go +++ b/cf/api/featureflags/feature_flags_suite_test.go @@ -1,8 +1,8 @@ package featureflags_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/api/featureflags/feature_flags_test.go b/cf/api/featureflags/feature_flags_test.go index 0ade82cca6..0cce3ed5eb 100644 --- a/cf/api/featureflags/feature_flags_test.go +++ b/cf/api/featureflags/feature_flags_test.go @@ -5,16 +5,16 @@ import ( "net/http/httptest" "time" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" - - . "code.cloudfoundry.org/cli/cf/api/featureflags" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/featureflags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/featureflags/featureflagsfakes/fake_feature_flag_repository.go b/cf/api/featureflags/featureflagsfakes/fake_feature_flag_repository.go index a68aa95f6b..56646f78e9 100644 --- a/cf/api/featureflags/featureflagsfakes/fake_feature_flag_repository.go +++ b/cf/api/featureflags/featureflagsfakes/fake_feature_flag_repository.go @@ -4,8 +4,8 @@ package featureflagsfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api/featureflags" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/featureflags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeFeatureFlagRepository struct { diff --git a/cf/api/logs/log_cache_message.go b/cf/api/logs/log_cache_message.go index 798b1653d3..4b13f4d22f 100644 --- a/cf/api/logs/log_cache_message.go +++ b/cf/api/logs/log_cache_message.go @@ -6,7 +6,7 @@ import ( "time" "unicode/utf8" - "code.cloudfoundry.org/cli/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . ColorLogger diff --git a/cf/api/logs/log_cache_message_test.go b/cf/api/logs/log_cache_message_test.go index bc6abfbcae..d1f506cd99 100644 --- a/cf/api/logs/log_cache_message_test.go +++ b/cf/api/logs/log_cache_message_test.go @@ -3,9 +3,9 @@ package logs_test import ( "time" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/cf/api/logs" - "code.cloudfoundry.org/cli/cf/api/logs/logsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/logs" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/logs/logsfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/logs/log_cache_repository.go b/cf/api/logs/log_cache_repository.go index e6c3983690..b51c254309 100644 --- a/cf/api/logs/log_cache_repository.go +++ b/cf/api/logs/log_cache_repository.go @@ -3,8 +3,8 @@ package logs import ( "context" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type terminalColorLogger struct { diff --git a/cf/api/logs/log_cache_repository_test.go b/cf/api/logs/log_cache_repository_test.go index 0b3dfd01a9..3d6ded7b94 100644 --- a/cf/api/logs/log_cache_repository_test.go +++ b/cf/api/logs/log_cache_repository_test.go @@ -5,9 +5,9 @@ import ( "errors" "time" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/sharedaction/sharedactionfakes" - "code.cloudfoundry.org/cli/cf/api/logs" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction/sharedactionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/logs" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/logs/logsfakes/fake_color_logger.go b/cf/api/logs/logsfakes/fake_color_logger.go index 74720c0274..df543d430a 100644 --- a/cf/api/logs/logsfakes/fake_color_logger.go +++ b/cf/api/logs/logsfakes/fake_color_logger.go @@ -4,7 +4,7 @@ package logsfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api/logs" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/logs" ) type FakeColorLogger struct { diff --git a/cf/api/logs/logsfakes/fake_loggable.go b/cf/api/logs/logsfakes/fake_loggable.go index a89a655a1f..58c1b66f3e 100644 --- a/cf/api/logs/logsfakes/fake_loggable.go +++ b/cf/api/logs/logsfakes/fake_loggable.go @@ -5,7 +5,7 @@ import ( "sync" "time" - "code.cloudfoundry.org/cli/cf/api/logs" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/logs" ) type FakeLoggable struct { diff --git a/cf/api/logs/logsfakes/fake_repository.go b/cf/api/logs/logsfakes/fake_repository.go index 58c98a08a7..982ea24812 100644 --- a/cf/api/logs/logsfakes/fake_repository.go +++ b/cf/api/logs/logsfakes/fake_repository.go @@ -4,7 +4,7 @@ package logsfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api/logs" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/logs" ) type FakeRepository struct { diff --git a/cf/api/organizations/organizations.go b/cf/api/organizations/organizations.go index d376547ed7..02023c16b0 100644 --- a/cf/api/organizations/organizations.go +++ b/cf/api/organizations/organizations.go @@ -5,11 +5,11 @@ import ( "net/url" "strings" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . OrganizationRepository diff --git a/cf/api/organizations/organizations_suite_test.go b/cf/api/organizations/organizations_suite_test.go index 967c5f0cba..07da766b40 100644 --- a/cf/api/organizations/organizations_suite_test.go +++ b/cf/api/organizations/organizations_suite_test.go @@ -1,8 +1,8 @@ package organizations_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/api/organizations/organizations_test.go b/cf/api/organizations/organizations_test.go index ce3e458c91..7266689bfe 100644 --- a/cf/api/organizations/organizations_test.go +++ b/cf/api/organizations/organizations_test.go @@ -5,17 +5,17 @@ import ( "net/http/httptest" "time" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" - - . "code.cloudfoundry.org/cli/cf/api/organizations" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "github.com/onsi/gomega/ghttp" diff --git a/cf/api/organizations/organizationsfakes/fake_organization_repository.go b/cf/api/organizations/organizationsfakes/fake_organization_repository.go index 316d80c421..0067fddf5b 100644 --- a/cf/api/organizations/organizationsfakes/fake_organization_repository.go +++ b/cf/api/organizations/organizationsfakes/fake_organization_repository.go @@ -4,8 +4,8 @@ package organizationsfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api/organizations" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeOrganizationRepository struct { diff --git a/cf/api/password/password.go b/cf/api/password/password.go index 639248f2b9..309d621bad 100644 --- a/cf/api/password/password.go +++ b/cf/api/password/password.go @@ -5,10 +5,10 @@ import ( "encoding/json" "fmt" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . Repository diff --git a/cf/api/password/password_suite_test.go b/cf/api/password/password_suite_test.go index 4cc33137c4..6b873c7548 100644 --- a/cf/api/password/password_suite_test.go +++ b/cf/api/password/password_suite_test.go @@ -1,8 +1,8 @@ package password_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/api/password/password_test.go b/cf/api/password/password_test.go index e862eeb036..bf3d8e230a 100644 --- a/cf/api/password/password_test.go +++ b/cf/api/password/password_test.go @@ -5,15 +5,15 @@ import ( "net/http/httptest" "time" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" - . "code.cloudfoundry.org/cli/cf/api/password" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/password" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/password/passwordfakes/fake_repository.go b/cf/api/password/passwordfakes/fake_repository.go index 2ba9b6b5e1..cfa71fc908 100644 --- a/cf/api/password/passwordfakes/fake_repository.go +++ b/cf/api/password/passwordfakes/fake_repository.go @@ -4,7 +4,7 @@ package passwordfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api/password" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/password" ) type FakeRepository struct { diff --git a/cf/api/quotas/quotas.go b/cf/api/quotas/quotas.go index 3781151ec1..3844f34e89 100644 --- a/cf/api/quotas/quotas.go +++ b/cf/api/quotas/quotas.go @@ -5,11 +5,11 @@ import ( "net/url" "strings" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . QuotaRepository diff --git a/cf/api/quotas/quotas_suite_test.go b/cf/api/quotas/quotas_suite_test.go index ddfc0f192c..a6a7a0fbb2 100644 --- a/cf/api/quotas/quotas_suite_test.go +++ b/cf/api/quotas/quotas_suite_test.go @@ -1,8 +1,8 @@ package quotas_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/api/quotas/quotas_test.go b/cf/api/quotas/quotas_test.go index 5f74f84640..dbe914ed2d 100644 --- a/cf/api/quotas/quotas_test.go +++ b/cf/api/quotas/quotas_test.go @@ -4,19 +4,19 @@ import ( "net/http" "time" - "code.cloudfoundry.org/cli/cf/api/quotas" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/quotas" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" "github.com/onsi/gomega/ghttp" "encoding/json" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/quotas/quotasfakes/fake_quota_repository.go b/cf/api/quotas/quotasfakes/fake_quota_repository.go index cd31317b51..348aaa4f8a 100644 --- a/cf/api/quotas/quotasfakes/fake_quota_repository.go +++ b/cf/api/quotas/quotasfakes/fake_quota_repository.go @@ -4,8 +4,8 @@ package quotasfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api/quotas" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/quotas" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeQuotaRepository struct { diff --git a/cf/api/repository_locator.go b/cf/api/repository_locator.go index f0ad31cb1d..d0410c5455 100644 --- a/cf/api/repository_locator.go +++ b/cf/api/repository_locator.go @@ -1,34 +1,34 @@ package api import ( - "code.cloudfoundry.org/cli/actor/sharedaction" - v7action2 "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/logcache" - "code.cloudfoundry.org/cli/cf/api/appevents" - api_appfiles "code.cloudfoundry.org/cli/cf/api/appfiles" - "code.cloudfoundry.org/cli/cf/api/appinstances" - "code.cloudfoundry.org/cli/cf/api/applicationbits" - "code.cloudfoundry.org/cli/cf/api/applications" - "code.cloudfoundry.org/cli/cf/api/authentication" - "code.cloudfoundry.org/cli/cf/api/copyapplicationsource" - "code.cloudfoundry.org/cli/cf/api/environmentvariablegroups" - "code.cloudfoundry.org/cli/cf/api/featureflags" - "code.cloudfoundry.org/cli/cf/api/logs" - "code.cloudfoundry.org/cli/cf/api/organizations" - "code.cloudfoundry.org/cli/cf/api/password" - "code.cloudfoundry.org/cli/cf/api/quotas" - "code.cloudfoundry.org/cli/cf/api/securitygroups" - "code.cloudfoundry.org/cli/cf/api/securitygroups/defaults/running" - "code.cloudfoundry.org/cli/cf/api/securitygroups/defaults/staging" - securitygroupspaces "code.cloudfoundry.org/cli/cf/api/securitygroups/spaces" - "code.cloudfoundry.org/cli/cf/api/spacequotas" - "code.cloudfoundry.org/cli/cf/api/spaces" - "code.cloudfoundry.org/cli/cf/api/stacks" - "code.cloudfoundry.org/cli/cf/appfiles" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/trace" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + v7action2 "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/logcache" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/appevents" + api_appfiles "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/appfiles" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/appinstances" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applicationbits" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/authentication" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/copyapplicationsource" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/environmentvariablegroups" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/featureflags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/logs" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/password" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/quotas" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/defaults/running" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/defaults/staging" + securitygroupspaces "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/spaces" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spacequotas" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/stacks" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/appfiles" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" ) type RepositoryLocator struct { diff --git a/cf/api/resources/applications.go b/cf/api/resources/applications.go index 16e8e1a11b..af50812a61 100644 --- a/cf/api/resources/applications.go +++ b/cf/api/resources/applications.go @@ -4,7 +4,7 @@ import ( "strings" "time" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type PaginatedApplicationResources struct { diff --git a/cf/api/resources/applications_test.go b/cf/api/resources/applications_test.go index dbf863e83e..2b4b76f497 100644 --- a/cf/api/resources/applications_test.go +++ b/cf/api/resources/applications_test.go @@ -4,8 +4,8 @@ import ( "encoding/json" "time" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/resources/auth_tokens.go b/cf/api/resources/auth_tokens.go index e39dd918f1..7ee6a2aed5 100644 --- a/cf/api/resources/auth_tokens.go +++ b/cf/api/resources/auth_tokens.go @@ -1,6 +1,6 @@ package resources -import "code.cloudfoundry.org/cli/cf/models" +import "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" type PaginatedAuthTokenResources struct { Resources []AuthTokenResource diff --git a/cf/api/resources/buildpacks.go b/cf/api/resources/buildpacks.go index 12db203a22..c7cd9387b9 100644 --- a/cf/api/resources/buildpacks.go +++ b/cf/api/resources/buildpacks.go @@ -1,6 +1,6 @@ package resources -import "code.cloudfoundry.org/cli/cf/models" +import "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" type BuildpackResource struct { Resource diff --git a/cf/api/resources/domains.go b/cf/api/resources/domains.go index 4a0488ae7c..4f3ad273b0 100644 --- a/cf/api/resources/domains.go +++ b/cf/api/resources/domains.go @@ -1,6 +1,6 @@ package resources -import "code.cloudfoundry.org/cli/cf/models" +import "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" type DomainResource struct { Resource diff --git a/cf/api/resources/events.go b/cf/api/resources/events.go index a94d520589..2c5f2b4751 100644 --- a/cf/api/resources/events.go +++ b/cf/api/resources/events.go @@ -6,9 +6,9 @@ import ( "strings" "time" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/util/generic" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/generic" ) type EventResource interface { diff --git a/cf/api/resources/events_test.go b/cf/api/resources/events_test.go index 23588ddc58..e95073ccf8 100644 --- a/cf/api/resources/events_test.go +++ b/cf/api/resources/events_test.go @@ -5,7 +5,7 @@ import ( "time" - . "code.cloudfoundry.org/cli/cf/api/resources" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/resources/feature_flags.go b/cf/api/resources/feature_flags.go index c800c49207..c84a12b177 100644 --- a/cf/api/resources/feature_flags.go +++ b/cf/api/resources/feature_flags.go @@ -1,6 +1,6 @@ package resources -import "code.cloudfoundry.org/cli/cf/models" +import "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" type FeatureFlagResource struct { Entity models.FeatureFlag diff --git a/cf/api/resources/organizations.go b/cf/api/resources/organizations.go index de7677b6f7..f15f151aed 100644 --- a/cf/api/resources/organizations.go +++ b/cf/api/resources/organizations.go @@ -1,6 +1,6 @@ package resources -import "code.cloudfoundry.org/cli/cf/models" +import "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" type OrganizationResource struct { Resource diff --git a/cf/api/resources/quotas.go b/cf/api/resources/quotas.go index be3234992b..c1efd2a581 100644 --- a/cf/api/resources/quotas.go +++ b/cf/api/resources/quotas.go @@ -1,6 +1,6 @@ package resources -import "code.cloudfoundry.org/cli/cf/models" +import "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" type PaginatedQuotaResources struct { Resources []QuotaResource diff --git a/cf/api/resources/quotas_test.go b/cf/api/resources/quotas_test.go index 48ec1db79a..2a23f79ff1 100644 --- a/cf/api/resources/quotas_test.go +++ b/cf/api/resources/quotas_test.go @@ -1,9 +1,9 @@ package resources_test import ( - . "code.cloudfoundry.org/cli/cf/api/resources" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" "encoding/json" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/api/resources/resources_test.go b/cf/api/resources/resources_test.go index bf510976af..cb985d27ce 100644 --- a/cf/api/resources/resources_test.go +++ b/cf/api/resources/resources_test.go @@ -3,8 +3,8 @@ package resources_test import ( "testing" - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/resources/routes.go b/cf/api/resources/routes.go index 55e8ac4749..821650d671 100644 --- a/cf/api/resources/routes.go +++ b/cf/api/resources/routes.go @@ -1,6 +1,6 @@ package resources -import "code.cloudfoundry.org/cli/cf/models" +import "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" type RouteResource struct { Resource diff --git a/cf/api/resources/security_groups.go b/cf/api/resources/security_groups.go index 5b4a58f3c2..3c43766895 100644 --- a/cf/api/resources/security_groups.go +++ b/cf/api/resources/security_groups.go @@ -1,6 +1,6 @@ package resources -import "code.cloudfoundry.org/cli/cf/models" +import "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" type PaginatedSecurityGroupResources struct { Resources []SecurityGroupResource diff --git a/cf/api/resources/service_bindings.go b/cf/api/resources/service_bindings.go index df28cd11f6..225049ee34 100644 --- a/cf/api/resources/service_bindings.go +++ b/cf/api/resources/service_bindings.go @@ -1,6 +1,6 @@ package resources -import "code.cloudfoundry.org/cli/cf/models" +import "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" type ServiceBindingResource struct { Resource diff --git a/cf/api/resources/service_brokers.go b/cf/api/resources/service_brokers.go index ad37ad9ce4..42cb4f5291 100644 --- a/cf/api/resources/service_brokers.go +++ b/cf/api/resources/service_brokers.go @@ -1,6 +1,6 @@ package resources -import "code.cloudfoundry.org/cli/cf/models" +import "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" type ServiceBrokerResource struct { Resource diff --git a/cf/api/resources/service_instances.go b/cf/api/resources/service_instances.go index a8315a6630..5ab475d421 100644 --- a/cf/api/resources/service_instances.go +++ b/cf/api/resources/service_instances.go @@ -1,6 +1,6 @@ package resources -import "code.cloudfoundry.org/cli/cf/models" +import "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" type PaginatedServiceInstanceResources struct { TotalResults int `json:"total_results"` diff --git a/cf/api/resources/service_instances_test.go b/cf/api/resources/service_instances_test.go index 48e943ff6d..bdb3d0e104 100644 --- a/cf/api/resources/service_instances_test.go +++ b/cf/api/resources/service_instances_test.go @@ -4,7 +4,7 @@ import ( "encoding/json" "fmt" - . "code.cloudfoundry.org/cli/cf/api/resources" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/api/resources/service_keys.go b/cf/api/resources/service_keys.go index 6727fe3310..fd4a1e448c 100644 --- a/cf/api/resources/service_keys.go +++ b/cf/api/resources/service_keys.go @@ -1,6 +1,6 @@ package resources -import "code.cloudfoundry.org/cli/cf/models" +import "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" type ServiceKeyResource struct { Resource diff --git a/cf/api/resources/service_keys_test.go b/cf/api/resources/service_keys_test.go index daa6af0a92..de3c0ed237 100644 --- a/cf/api/resources/service_keys_test.go +++ b/cf/api/resources/service_keys_test.go @@ -3,7 +3,7 @@ package resources_test import ( "encoding/json" - . "code.cloudfoundry.org/cli/cf/api/resources" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/api/resources/service_offerings.go b/cf/api/resources/service_offerings.go index 5cc8cc2675..ba214e1880 100644 --- a/cf/api/resources/service_offerings.go +++ b/cf/api/resources/service_offerings.go @@ -4,7 +4,7 @@ import ( "encoding/json" "strconv" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type PaginatedServiceOfferingResources struct { diff --git a/cf/api/resources/service_plan_visibility.go b/cf/api/resources/service_plan_visibility.go index 939bb16c8a..3f7751fa82 100644 --- a/cf/api/resources/service_plan_visibility.go +++ b/cf/api/resources/service_plan_visibility.go @@ -1,6 +1,6 @@ package resources -import "code.cloudfoundry.org/cli/cf/models" +import "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" type ServicePlanVisibilityResource struct { Resource diff --git a/cf/api/resources/service_plans.go b/cf/api/resources/service_plans.go index 1e310d0021..d2783a43b2 100644 --- a/cf/api/resources/service_plans.go +++ b/cf/api/resources/service_plans.go @@ -3,7 +3,7 @@ package resources import ( "fmt" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type ServicePlanResource struct { diff --git a/cf/api/resources/space_quotas.go b/cf/api/resources/space_quotas.go index 8a3d8658a4..c760a4d873 100644 --- a/cf/api/resources/space_quotas.go +++ b/cf/api/resources/space_quotas.go @@ -1,6 +1,6 @@ package resources -import "code.cloudfoundry.org/cli/cf/models" +import "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" type PaginatedSpaceQuotaResources struct { Resources []SpaceQuotaResource diff --git a/cf/api/resources/spaces.go b/cf/api/resources/spaces.go index e081c3fed6..726d9f5580 100644 --- a/cf/api/resources/spaces.go +++ b/cf/api/resources/spaces.go @@ -1,6 +1,6 @@ package resources -import "code.cloudfoundry.org/cli/cf/models" +import "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" type SpaceResource struct { Resource diff --git a/cf/api/resources/stacks.go b/cf/api/resources/stacks.go index fd114673cd..71565d2229 100644 --- a/cf/api/resources/stacks.go +++ b/cf/api/resources/stacks.go @@ -1,6 +1,6 @@ package resources -import "code.cloudfoundry.org/cli/cf/models" +import "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" type PaginatedStackResources struct { Resources []StackResource diff --git a/cf/api/resources/users.go b/cf/api/resources/users.go index 61cbd23e46..f0ab60b4d5 100644 --- a/cf/api/resources/users.go +++ b/cf/api/resources/users.go @@ -1,6 +1,6 @@ package resources -import "code.cloudfoundry.org/cli/cf/models" +import "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" type UserResource struct { Resource diff --git a/cf/api/route_service_binding_repository.go b/cf/api/route_service_binding_repository.go index 85215a48b1..c788b87475 100644 --- a/cf/api/route_service_binding_repository.go +++ b/cf/api/route_service_binding_repository.go @@ -7,8 +7,8 @@ import ( "io" "strings" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . RouteServiceBindingRepository diff --git a/cf/api/route_service_binding_repository_test.go b/cf/api/route_service_binding_repository_test.go index e92593210f..fe89e533db 100644 --- a/cf/api/route_service_binding_repository_test.go +++ b/cf/api/route_service_binding_repository_test.go @@ -5,17 +5,17 @@ import ( "net/http" "time" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" "github.com/onsi/gomega/ghttp" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/routes.go b/cf/api/routes.go index 0fc4f405cf..4fb289fb8b 100644 --- a/cf/api/routes.go +++ b/cf/api/routes.go @@ -7,11 +7,11 @@ import ( "net/url" "strings" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" "github.com/google/go-querystring/query" ) diff --git a/cf/api/routes_test.go b/cf/api/routes_test.go index cd46a0c2ca..3523909d32 100644 --- a/cf/api/routes_test.go +++ b/cf/api/routes_test.go @@ -6,18 +6,18 @@ import ( "net/url" "time" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" - - . "code.cloudfoundry.org/cli/cf/api" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "github.com/onsi/gomega/ghttp" diff --git a/cf/api/routing_api.go b/cf/api/routing_api.go index 08cf6fd970..9a28c6a94e 100644 --- a/cf/api/routing_api.go +++ b/cf/api/routing_api.go @@ -3,9 +3,9 @@ package api import ( "fmt" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) type routingAPIRepository struct { diff --git a/cf/api/routing_api_test.go b/cf/api/routing_api_test.go index e900e062fd..37f789541f 100644 --- a/cf/api/routing_api_test.go +++ b/cf/api/routing_api_test.go @@ -6,14 +6,14 @@ import ( "strconv" "time" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "github.com/onsi/gomega/ghttp" diff --git a/cf/api/securitygroups/defaults/defaults.go b/cf/api/securitygroups/defaults/defaults.go index 57e0e08d5d..adfe9fad6f 100644 --- a/cf/api/securitygroups/defaults/defaults.go +++ b/cf/api/securitygroups/defaults/defaults.go @@ -3,10 +3,10 @@ package defaults import ( "fmt" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) type DefaultSecurityGroupsRepoBase struct { diff --git a/cf/api/securitygroups/defaults/running/running.go b/cf/api/securitygroups/defaults/running/running.go index 879669a72f..6e7421e0e4 100644 --- a/cf/api/securitygroups/defaults/running/running.go +++ b/cf/api/securitygroups/defaults/running/running.go @@ -1,11 +1,11 @@ package running import ( - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" - . "code.cloudfoundry.org/cli/cf/api/securitygroups/defaults" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/defaults" ) const urlPath = "/v2/config/running_security_groups" diff --git a/cf/api/securitygroups/defaults/running/running_suite_test.go b/cf/api/securitygroups/defaults/running/running_suite_test.go index 6905947b39..93d6a59382 100644 --- a/cf/api/securitygroups/defaults/running/running_suite_test.go +++ b/cf/api/securitygroups/defaults/running/running_suite_test.go @@ -1,8 +1,8 @@ package running_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/api/securitygroups/defaults/running/running_test.go b/cf/api/securitygroups/defaults/running/running_test.go index 82e2e17039..e183bbd87b 100644 --- a/cf/api/securitygroups/defaults/running/running_test.go +++ b/cf/api/securitygroups/defaults/running/running_test.go @@ -5,17 +5,17 @@ import ( "net/http/httptest" "time" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" - - . "code.cloudfoundry.org/cli/cf/api/securitygroups/defaults/running" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/defaults/running" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/securitygroups/defaults/running/runningfakes/fake_security_groups_repo.go b/cf/api/securitygroups/defaults/running/runningfakes/fake_security_groups_repo.go index 22b51815f6..ec13bfc5ed 100644 --- a/cf/api/securitygroups/defaults/running/runningfakes/fake_security_groups_repo.go +++ b/cf/api/securitygroups/defaults/running/runningfakes/fake_security_groups_repo.go @@ -4,8 +4,8 @@ package runningfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api/securitygroups/defaults/running" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/defaults/running" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeSecurityGroupsRepo struct { diff --git a/cf/api/securitygroups/defaults/staging/staging.go b/cf/api/securitygroups/defaults/staging/staging.go index d75143f165..5d9a957d76 100644 --- a/cf/api/securitygroups/defaults/staging/staging.go +++ b/cf/api/securitygroups/defaults/staging/staging.go @@ -1,11 +1,11 @@ package staging import ( - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" - . "code.cloudfoundry.org/cli/cf/api/securitygroups/defaults" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/defaults" ) const urlPath = "/v2/config/staging_security_groups" diff --git a/cf/api/securitygroups/defaults/staging/staging_suite_test.go b/cf/api/securitygroups/defaults/staging/staging_suite_test.go index 9c9776d589..503edad178 100644 --- a/cf/api/securitygroups/defaults/staging/staging_suite_test.go +++ b/cf/api/securitygroups/defaults/staging/staging_suite_test.go @@ -1,8 +1,8 @@ package staging_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/api/securitygroups/defaults/staging/staging_test.go b/cf/api/securitygroups/defaults/staging/staging_test.go index c326a30f61..c03963285f 100644 --- a/cf/api/securitygroups/defaults/staging/staging_test.go +++ b/cf/api/securitygroups/defaults/staging/staging_test.go @@ -5,17 +5,17 @@ import ( "net/http/httptest" "time" - "code.cloudfoundry.org/cli/cf/api/apifakes" - . "code.cloudfoundry.org/cli/cf/api/securitygroups/defaults/staging" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" - - "code.cloudfoundry.org/cli/cf/trace/tracefakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/defaults/staging" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/securitygroups/defaults/staging/stagingfakes/fake_security_groups_repo.go b/cf/api/securitygroups/defaults/staging/stagingfakes/fake_security_groups_repo.go index 5b4f8a39bf..4622f9853d 100644 --- a/cf/api/securitygroups/defaults/staging/stagingfakes/fake_security_groups_repo.go +++ b/cf/api/securitygroups/defaults/staging/stagingfakes/fake_security_groups_repo.go @@ -4,8 +4,8 @@ package stagingfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api/securitygroups/defaults/staging" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/defaults/staging" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeSecurityGroupsRepo struct { diff --git a/cf/api/securitygroups/security_groups.go b/cf/api/securitygroups/security_groups.go index 4e72ff8085..5a36f52add 100644 --- a/cf/api/securitygroups/security_groups.go +++ b/cf/api/securitygroups/security_groups.go @@ -4,11 +4,11 @@ import ( "fmt" "net/url" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . SecurityGroupRepo diff --git a/cf/api/securitygroups/security_groups_suite_test.go b/cf/api/securitygroups/security_groups_suite_test.go index bd8a597549..aaa60f0da6 100644 --- a/cf/api/securitygroups/security_groups_suite_test.go +++ b/cf/api/securitygroups/security_groups_suite_test.go @@ -1,8 +1,8 @@ package securitygroups_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/api/securitygroups/security_groups_test.go b/cf/api/securitygroups/security_groups_test.go index 950486f1f6..9507c67b79 100644 --- a/cf/api/securitygroups/security_groups_test.go +++ b/cf/api/securitygroups/security_groups_test.go @@ -5,18 +5,18 @@ import ( "net/http/httptest" "time" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" - . "code.cloudfoundry.org/cli/cf/api/securitygroups" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/securitygroups/securitygroupsfakes/fake_security_group_repo.go b/cf/api/securitygroups/securitygroupsfakes/fake_security_group_repo.go index 7d6736c7f5..782c990eb1 100644 --- a/cf/api/securitygroups/securitygroupsfakes/fake_security_group_repo.go +++ b/cf/api/securitygroups/securitygroupsfakes/fake_security_group_repo.go @@ -4,8 +4,8 @@ package securitygroupsfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api/securitygroups" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeSecurityGroupRepo struct { diff --git a/cf/api/securitygroups/spaces/space_binder.go b/cf/api/securitygroups/spaces/space_binder.go index 16691d3a03..b7e56729ff 100644 --- a/cf/api/securitygroups/spaces/space_binder.go +++ b/cf/api/securitygroups/spaces/space_binder.go @@ -3,9 +3,9 @@ package spaces import ( "fmt" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . SecurityGroupSpaceBinder diff --git a/cf/api/securitygroups/spaces/space_binder_test.go b/cf/api/securitygroups/spaces/space_binder_test.go index 5c592dd098..77e1b5bf54 100644 --- a/cf/api/securitygroups/spaces/space_binder_test.go +++ b/cf/api/securitygroups/spaces/space_binder_test.go @@ -5,16 +5,16 @@ import ( "net/http/httptest" "time" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" - . "code.cloudfoundry.org/cli/cf/api/securitygroups/spaces" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/spaces" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/securitygroups/spaces/spacesfakes/fake_security_group_space_binder.go b/cf/api/securitygroups/spaces/spacesfakes/fake_security_group_space_binder.go index 768032bd02..2f85ef384a 100644 --- a/cf/api/securitygroups/spaces/spacesfakes/fake_security_group_space_binder.go +++ b/cf/api/securitygroups/spaces/spacesfakes/fake_security_group_space_binder.go @@ -4,7 +4,7 @@ package spacesfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api/securitygroups/spaces" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/spaces" ) type FakeSecurityGroupSpaceBinder struct { diff --git a/cf/api/securitygroups/spaces/suite_test.go b/cf/api/securitygroups/spaces/suite_test.go index 4f5f14b260..ad978936e9 100644 --- a/cf/api/securitygroups/spaces/suite_test.go +++ b/cf/api/securitygroups/spaces/suite_test.go @@ -1,8 +1,8 @@ package spaces_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/api/service_auth_tokens.go b/cf/api/service_auth_tokens.go index 931327e870..d47ad28183 100644 --- a/cf/api/service_auth_tokens.go +++ b/cf/api/service_auth_tokens.go @@ -5,11 +5,11 @@ import ( "net/url" "strings" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . ServiceAuthTokenRepository diff --git a/cf/api/service_auth_tokens_test.go b/cf/api/service_auth_tokens_test.go index df138ca79a..d2005fc89e 100644 --- a/cf/api/service_auth_tokens_test.go +++ b/cf/api/service_auth_tokens_test.go @@ -5,18 +5,18 @@ import ( "net/http/httptest" "time" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" - - . "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/service_bindings.go b/cf/api/service_bindings.go index 05d9118e84..381a1a9db5 100644 --- a/cf/api/service_bindings.go +++ b/cf/api/service_bindings.go @@ -5,10 +5,10 @@ import ( "encoding/json" "fmt" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . ServiceBindingRepository diff --git a/cf/api/service_bindings_test.go b/cf/api/service_bindings_test.go index 4a94561309..5fb4cc5dac 100644 --- a/cf/api/service_bindings_test.go +++ b/cf/api/service_bindings_test.go @@ -4,15 +4,15 @@ import ( "net/http" "time" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - - . "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "github.com/onsi/gomega/ghttp" diff --git a/cf/api/service_brokers.go b/cf/api/service_brokers.go index df0080320f..0a07b8f232 100644 --- a/cf/api/service_brokers.go +++ b/cf/api/service_brokers.go @@ -7,11 +7,11 @@ import ( "net/url" "strings" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . ServiceBrokerRepository diff --git a/cf/api/service_brokers_test.go b/cf/api/service_brokers_test.go index 232f611c40..b90abf76cc 100644 --- a/cf/api/service_brokers_test.go +++ b/cf/api/service_brokers_test.go @@ -5,16 +5,16 @@ import ( "net/http/httptest" "time" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" - - . "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "github.com/onsi/gomega/ghttp" diff --git a/cf/api/service_keys.go b/cf/api/service_keys.go index c7e2c006e9..cddd3c1259 100644 --- a/cf/api/service_keys.go +++ b/cf/api/service_keys.go @@ -6,11 +6,11 @@ import ( "fmt" "net/url" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . ServiceKeyRepository diff --git a/cf/api/service_keys_test.go b/cf/api/service_keys_test.go index f8fb7a9cc1..b6eee895d4 100644 --- a/cf/api/service_keys_test.go +++ b/cf/api/service_keys_test.go @@ -4,19 +4,19 @@ import ( "net/http" "time" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" "github.com/onsi/gomega/ghttp" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" - . "code.cloudfoundry.org/cli/cf/api" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/service_plan.go b/cf/api/service_plan.go index a2ad0291a9..f3e1dea6ea 100644 --- a/cf/api/service_plan.go +++ b/cf/api/service_plan.go @@ -5,10 +5,10 @@ import ( "net/url" "strings" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . ServicePlanRepository diff --git a/cf/api/service_plan_test.go b/cf/api/service_plan_test.go index 377e7314b9..c9d924a645 100644 --- a/cf/api/service_plan_test.go +++ b/cf/api/service_plan_test.go @@ -5,17 +5,17 @@ import ( "net/http/httptest" "time" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" - . "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/service_plan_visibility.go b/cf/api/service_plan_visibility.go index 9d2aed39a8..386d977b38 100644 --- a/cf/api/service_plan_visibility.go +++ b/cf/api/service_plan_visibility.go @@ -4,10 +4,10 @@ import ( "fmt" "strings" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . ServicePlanVisibilityRepository diff --git a/cf/api/service_plan_visibility_test.go b/cf/api/service_plan_visibility_test.go index 860e8a9b1e..37d92b74e0 100644 --- a/cf/api/service_plan_visibility_test.go +++ b/cf/api/service_plan_visibility_test.go @@ -5,16 +5,16 @@ import ( "net/http/httptest" "time" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" - - . "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/service_summary.go b/cf/api/service_summary.go index a1920e8008..bcc17bc3aa 100644 --- a/cf/api/service_summary.go +++ b/cf/api/service_summary.go @@ -3,9 +3,9 @@ package api import ( "fmt" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) type ServiceInstancesSummaries struct { diff --git a/cf/api/service_summary_test.go b/cf/api/service_summary_test.go index 39fa73f697..385c4cd0d0 100644 --- a/cf/api/service_summary_test.go +++ b/cf/api/service_summary_test.go @@ -5,15 +5,15 @@ import ( "net/http/httptest" "time" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" - . "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/services.go b/cf/api/services.go index 87e91e208c..b57a54f58d 100644 --- a/cf/api/services.go +++ b/cf/api/services.go @@ -7,11 +7,11 @@ import ( "net/url" "strings" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . ServiceRepository diff --git a/cf/api/services_test.go b/cf/api/services_test.go index c1a417e12c..55cd00a701 100644 --- a/cf/api/services_test.go +++ b/cf/api/services_test.go @@ -7,19 +7,19 @@ import ( "net/url" "time" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" - - . "code.cloudfoundry.org/cli/cf/api" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/spacequotas/space_quotas.go b/cf/api/spacequotas/space_quotas.go index 07ab2cb248..bb14e87f79 100644 --- a/cf/api/spacequotas/space_quotas.go +++ b/cf/api/spacequotas/space_quotas.go @@ -4,11 +4,11 @@ import ( "fmt" "strings" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . SpaceQuotaRepository diff --git a/cf/api/spacequotas/space_quotas_suite_test.go b/cf/api/spacequotas/space_quotas_suite_test.go index 0322194b78..816a2b7e2d 100644 --- a/cf/api/spacequotas/space_quotas_suite_test.go +++ b/cf/api/spacequotas/space_quotas_suite_test.go @@ -1,8 +1,8 @@ package spacequotas_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/api/spacequotas/space_quotas_test.go b/cf/api/spacequotas/space_quotas_test.go index 8431c9961c..8ef30d0a56 100644 --- a/cf/api/spacequotas/space_quotas_test.go +++ b/cf/api/spacequotas/space_quotas_test.go @@ -5,17 +5,17 @@ import ( "net/http" "time" - "code.cloudfoundry.org/cli/cf/api/spacequotas" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spacequotas" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" "github.com/onsi/gomega/ghttp" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/spacequotas/spacequotasfakes/fake_space_quota_repository.go b/cf/api/spacequotas/spacequotasfakes/fake_space_quota_repository.go index c80e8b605c..a344d6efbf 100644 --- a/cf/api/spacequotas/spacequotasfakes/fake_space_quota_repository.go +++ b/cf/api/spacequotas/spacequotasfakes/fake_space_quota_repository.go @@ -4,8 +4,8 @@ package spacequotasfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api/spacequotas" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spacequotas" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeSpaceQuotaRepository struct { diff --git a/cf/api/spaces/spaces.go b/cf/api/spaces/spaces.go index c742162996..0a68760e68 100644 --- a/cf/api/spaces/spaces.go +++ b/cf/api/spaces/spaces.go @@ -6,11 +6,11 @@ import ( "net/url" "strings" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . SpaceRepository diff --git a/cf/api/spaces/spaces_suite_test.go b/cf/api/spaces/spaces_suite_test.go index 5e86e2aba4..2a442e8940 100644 --- a/cf/api/spaces/spaces_suite_test.go +++ b/cf/api/spaces/spaces_suite_test.go @@ -1,8 +1,8 @@ package spaces_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/api/spaces/spaces_test.go b/cf/api/spaces/spaces_test.go index 26bdaa5b82..3610025718 100644 --- a/cf/api/spaces/spaces_test.go +++ b/cf/api/spaces/spaces_test.go @@ -6,17 +6,17 @@ import ( "net/http/httptest" "time" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" - - . "code.cloudfoundry.org/cli/cf/api/spaces" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "github.com/onsi/gomega/ghttp" diff --git a/cf/api/spaces/spacesfakes/fake_space_repository.go b/cf/api/spaces/spacesfakes/fake_space_repository.go index 0112f8ec72..aec6b743dd 100644 --- a/cf/api/spaces/spacesfakes/fake_space_repository.go +++ b/cf/api/spaces/spacesfakes/fake_space_repository.go @@ -4,8 +4,8 @@ package spacesfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api/spaces" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeSpaceRepository struct { diff --git a/cf/api/stacks/stacks.go b/cf/api/stacks/stacks.go index 94c5136102..9e4042c460 100644 --- a/cf/api/stacks/stacks.go +++ b/cf/api/stacks/stacks.go @@ -4,13 +4,13 @@ import ( "fmt" "net/url" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . StackRepository diff --git a/cf/api/stacks/stacks_suite_test.go b/cf/api/stacks/stacks_suite_test.go index 576f2248dc..39cb4197a1 100644 --- a/cf/api/stacks/stacks_suite_test.go +++ b/cf/api/stacks/stacks_suite_test.go @@ -1,8 +1,8 @@ package stacks_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/api/stacks/stacks_test.go b/cf/api/stacks/stacks_test.go index 183ec1543c..8bc56ad62d 100644 --- a/cf/api/stacks/stacks_test.go +++ b/cf/api/stacks/stacks_test.go @@ -4,18 +4,18 @@ import ( "net/http" "time" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" "github.com/onsi/gomega/ghttp" - . "code.cloudfoundry.org/cli/cf/api/stacks" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/stacks" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/stacks/stacksfakes/fake_stack_repository.go b/cf/api/stacks/stacksfakes/fake_stack_repository.go index bd4f105e3f..bc2b2ed149 100644 --- a/cf/api/stacks/stacksfakes/fake_stack_repository.go +++ b/cf/api/stacks/stacksfakes/fake_stack_repository.go @@ -4,8 +4,8 @@ package stacksfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/api/stacks" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/stacks" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeStackRepository struct { diff --git a/cf/api/user_provided_service_instances.go b/cf/api/user_provided_service_instances.go index 2f19444ded..10a7e4b24e 100644 --- a/cf/api/user_provided_service_instances.go +++ b/cf/api/user_provided_service_instances.go @@ -5,9 +5,9 @@ import ( "encoding/json" "fmt" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . UserProvidedServiceInstanceRepository diff --git a/cf/api/user_provided_service_instances_test.go b/cf/api/user_provided_service_instances_test.go index fa99f54294..0a3ab5bbcb 100644 --- a/cf/api/user_provided_service_instances_test.go +++ b/cf/api/user_provided_service_instances_test.go @@ -5,16 +5,16 @@ import ( "net/http/httptest" "time" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" - - . "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/api/users.go b/cf/api/users.go index bfe2c69520..b2124bfbb6 100644 --- a/cf/api/users.go +++ b/cf/api/users.go @@ -9,12 +9,12 @@ import ( neturl "net/url" "strings" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) var orgRoleToPathMap = map[models.Role]string{ diff --git a/cf/api/users_test.go b/cf/api/users_test.go index e92facd57c..efadb01e25 100644 --- a/cf/api/users_test.go +++ b/cf/api/users_test.go @@ -4,15 +4,15 @@ import ( "net/http" "time" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/appfiles/app_files.go b/cf/appfiles/app_files.go index 216d110767..2bc80090a7 100644 --- a/cf/appfiles/app_files.go +++ b/cf/appfiles/app_files.go @@ -9,7 +9,7 @@ import ( "path/filepath" "runtime" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" "code.cloudfoundry.org/gofileutils/fileutils" securejoin "github.com/cyphar/filepath-securejoin" ) diff --git a/cf/appfiles/app_files_suite_test.go b/cf/appfiles/app_files_suite_test.go index 402a19448c..416e287542 100644 --- a/cf/appfiles/app_files_suite_test.go +++ b/cf/appfiles/app_files_suite_test.go @@ -3,8 +3,8 @@ package appfiles_test import ( "testing" - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/appfiles/app_files_test.go b/cf/appfiles/app_files_test.go index 1e186968d4..8aed0023c5 100644 --- a/cf/appfiles/app_files_test.go +++ b/cf/appfiles/app_files_test.go @@ -7,10 +7,10 @@ import ( "runtime" "strings" - "code.cloudfoundry.org/cli/cf/appfiles" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/appfiles" uuid "github.com/nu7hatch/gouuid" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" "code.cloudfoundry.org/gofileutils/fileutils" . "github.com/onsi/ginkgo" diff --git a/cf/appfiles/appfilesfakes/fake_app_files.go b/cf/appfiles/appfilesfakes/fake_app_files.go index 2075d71e7c..b9d4a516b3 100644 --- a/cf/appfiles/appfilesfakes/fake_app_files.go +++ b/cf/appfiles/appfilesfakes/fake_app_files.go @@ -4,8 +4,8 @@ package appfilesfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/appfiles" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/appfiles" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeAppFiles struct { diff --git a/cf/appfiles/appfilesfakes/fake_cf_ignore.go b/cf/appfiles/appfilesfakes/fake_cf_ignore.go index 3efcacff4b..c2f9576271 100644 --- a/cf/appfiles/appfilesfakes/fake_cf_ignore.go +++ b/cf/appfiles/appfilesfakes/fake_cf_ignore.go @@ -4,7 +4,7 @@ package appfilesfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/appfiles" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/appfiles" ) type FakeCfIgnore struct { diff --git a/cf/appfiles/appfilesfakes/fake_zipper.go b/cf/appfiles/appfilesfakes/fake_zipper.go index 1dff9a5b64..a9291af8e7 100644 --- a/cf/appfiles/appfilesfakes/fake_zipper.go +++ b/cf/appfiles/appfilesfakes/fake_zipper.go @@ -5,7 +5,7 @@ import ( "os" "sync" - "code.cloudfoundry.org/cli/cf/appfiles" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/appfiles" ) type FakeZipper struct { diff --git a/cf/appfiles/cf_ignore.go b/cf/appfiles/cf_ignore.go index 6faecd3ed8..adef106818 100644 --- a/cf/appfiles/cf_ignore.go +++ b/cf/appfiles/cf_ignore.go @@ -4,7 +4,7 @@ import ( "path" "strings" - "code.cloudfoundry.org/cli/cf/util/glob" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/glob" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . CfIgnore diff --git a/cf/appfiles/cf_ignore_test.go b/cf/appfiles/cf_ignore_test.go index 5f10e52377..534b883592 100644 --- a/cf/appfiles/cf_ignore_test.go +++ b/cf/appfiles/cf_ignore_test.go @@ -1,7 +1,7 @@ package appfiles_test import ( - . "code.cloudfoundry.org/cli/cf/appfiles" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/appfiles" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/appfiles/zipper.go b/cf/appfiles/zipper.go index 22bccb71e5..31a52c1c65 100644 --- a/cf/appfiles/zipper.go +++ b/cf/appfiles/zipper.go @@ -9,7 +9,7 @@ import ( "path/filepath" "runtime" - "code.cloudfoundry.org/cli/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" "code.cloudfoundry.org/gofileutils/fileutils" securejoin "github.com/cyphar/filepath-securejoin" ) diff --git a/cf/appfiles/zipper_test.go b/cf/appfiles/zipper_test.go index e57d0d02f2..40e66f1c09 100644 --- a/cf/appfiles/zipper_test.go +++ b/cf/appfiles/zipper_test.go @@ -12,7 +12,7 @@ import ( "runtime" "strings" - . "code.cloudfoundry.org/cli/cf/appfiles" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/appfiles" "code.cloudfoundry.org/gofileutils/fileutils" . "github.com/onsi/ginkgo" diff --git a/cf/cmd/cmd.go b/cf/cmd/cmd.go index d2c1a38264..39c6aa0eea 100644 --- a/cf/cmd/cmd.go +++ b/cf/cmd/cmd.go @@ -8,21 +8,21 @@ import ( "path/filepath" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commandsloader" - "code.cloudfoundry.org/cli/cf/configuration" - "code.cloudfoundry.org/cli/cf/configuration/confighelpers" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/configuration/pluginconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/cf/trace" - "code.cloudfoundry.org/cli/cf/util/spellcheck" - "code.cloudfoundry.org/cli/plugin/rpc" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandsloader" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/confighelpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/pluginconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/spellcheck" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/rpc" netrpc "net/rpc" ) diff --git a/cf/commandregistry/command.go b/cf/commandregistry/command.go index 5141c9bffd..58b0acf2b0 100644 --- a/cf/commandregistry/command.go +++ b/cf/commandregistry/command.go @@ -1,8 +1,8 @@ package commandregistry import ( - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . Command diff --git a/cf/commandregistry/commandregistryfakes/fake_command.go b/cf/commandregistry/commandregistryfakes/fake_command.go index 7941211b44..8789429c0f 100644 --- a/cf/commandregistry/commandregistryfakes/fake_command.go +++ b/cf/commandregistry/commandregistryfakes/fake_command.go @@ -4,9 +4,9 @@ package commandregistryfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" ) type FakeCommand struct { diff --git a/cf/commandregistry/commandregistryfakes/fake_random_word_generator.go b/cf/commandregistry/commandregistryfakes/fake_random_word_generator.go index 5bb4798d2b..891ea8be24 100644 --- a/cf/commandregistry/commandregistryfakes/fake_random_word_generator.go +++ b/cf/commandregistry/commandregistryfakes/fake_random_word_generator.go @@ -4,7 +4,7 @@ package commandregistryfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" ) type FakeRandomWordGenerator struct { diff --git a/cf/commandregistry/dependency.go b/cf/commandregistry/dependency.go index 8360e9b8ed..d4d71b997d 100644 --- a/cf/commandregistry/dependency.go +++ b/cf/commandregistry/dependency.go @@ -8,24 +8,24 @@ import ( "path/filepath" - "code.cloudfoundry.org/cli/cf/actors" - "code.cloudfoundry.org/cli/cf/actors/brokerbuilder" - "code.cloudfoundry.org/cli/cf/actors/planbuilder" - "code.cloudfoundry.org/cli/cf/actors/pluginrepo" - "code.cloudfoundry.org/cli/cf/actors/servicebuilder" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/appfiles" - "code.cloudfoundry.org/cli/cf/configuration" - "code.cloudfoundry.org/cli/cf/configuration/confighelpers" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/configuration/pluginconfig" - "code.cloudfoundry.org/cli/cf/manifest" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/cf/trace" - "code.cloudfoundry.org/cli/plugin/models" - "code.cloudfoundry.org/cli/util" - "code.cloudfoundry.org/cli/util/randomword" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/brokerbuilder" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/planbuilder" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/pluginrepo" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/servicebuilder" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/appfiles" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/confighelpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/pluginconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/manifest" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/util" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/randomword" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . RandomWordGenerator diff --git a/cf/commandregistry/dependency_test.go b/cf/commandregistry/dependency_test.go index 50879fbee8..0925053fec 100644 --- a/cf/commandregistry/dependency_test.go +++ b/cf/commandregistry/dependency_test.go @@ -1,8 +1,8 @@ package commandregistry_test import ( - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" "os" diff --git a/cf/commandregistry/fakecommand/fake_command1.go b/cf/commandregistry/fakecommand/fake_command1.go index 46c6a7a459..976eb71164 100644 --- a/cf/commandregistry/fakecommand/fake_command1.go +++ b/cf/commandregistry/fakecommand/fake_command1.go @@ -3,9 +3,9 @@ package fakecommand import ( "fmt" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" ) type FakeCommand1 struct { diff --git a/cf/commandregistry/fakecommand/fake_command2.go b/cf/commandregistry/fakecommand/fake_command2.go index 0d15e461c8..fc7df7ee29 100644 --- a/cf/commandregistry/fakecommand/fake_command2.go +++ b/cf/commandregistry/fakecommand/fake_command2.go @@ -1,9 +1,9 @@ package fakecommand import ( - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" ) type FakeCommand2 struct { diff --git a/cf/commandregistry/fakecommand/fake_command_max_length_name.go b/cf/commandregistry/fakecommand/fake_command_max_length_name.go index 1dacefa59d..bf755ecf5a 100644 --- a/cf/commandregistry/fakecommand/fake_command_max_length_name.go +++ b/cf/commandregistry/fakecommand/fake_command_max_length_name.go @@ -1,9 +1,9 @@ package fakecommand import ( - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" ) type FakeCommand3 struct { diff --git a/cf/commandregistry/registry.go b/cf/commandregistry/registry.go index 2b7ee3cbf7..ee5b43e0c8 100644 --- a/cf/commandregistry/registry.go +++ b/cf/commandregistry/registry.go @@ -6,13 +6,13 @@ import ( "strings" "unicode/utf8" - "code.cloudfoundry.org/cli/cf" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" - . "code.cloudfoundry.org/cli/cf/terminal" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) var _ = initI18nFunc() diff --git a/cf/commandregistry/registry_test.go b/cf/commandregistry/registry_test.go index f8c709fad4..ca5a54cf94 100644 --- a/cf/commandregistry/registry_test.go +++ b/cf/commandregistry/registry_test.go @@ -3,13 +3,13 @@ package commandregistry_test import ( "strings" - "code.cloudfoundry.org/cli/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" - . "code.cloudfoundry.org/cli/cf/commandregistry/fakecommand" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry/fakecommand" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/api.go b/cf/commands/api.go index 8c44883574..06999c12a1 100644 --- a/cf/commands/api.go +++ b/cf/commands/api.go @@ -4,14 +4,14 @@ import ( "fmt" "strings" - "code.cloudfoundry.org/cli/cf" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type API struct { diff --git a/cf/commands/api_test.go b/cf/commands/api_test.go index 294f00afa9..16af9dacae 100644 --- a/cf/commands/api_test.go +++ b/cf/commands/api_test.go @@ -3,20 +3,20 @@ package commands_test import ( "fmt" - "code.cloudfoundry.org/cli/cf" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commands" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig/coreconfigfakes" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig/coreconfigfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("Api", func() { diff --git a/cf/commands/application/app.go b/cf/commands/application/app.go index de7ef2e879..d8a5e0021a 100644 --- a/cf/commands/application/app.go +++ b/cf/commands/application/app.go @@ -4,21 +4,21 @@ import ( "fmt" "strings" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/plugin/models" - - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/api/appinstances" - "code.cloudfoundry.org/cli/cf/api/stacks" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/formatters" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/cf/uihelpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/models" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/appinstances" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/stacks" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/formatters" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/uihelpers" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . Displayer diff --git a/cf/commands/application/app_test.go b/cf/commands/application/app_test.go index 7ca948da35..607a24f32a 100644 --- a/cf/commands/application/app_test.go +++ b/cf/commands/application/app_test.go @@ -4,26 +4,26 @@ import ( "encoding/json" "time" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/api/stacks/stacksfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/application" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/formatters" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - "code.cloudfoundry.org/cli/plugin/models" - - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/api/appinstances/appinstancesfakes" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/stacks/stacksfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/application" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/formatters" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/models" + + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/appinstances/appinstancesfakes" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/application/application_suite_test.go b/cf/commands/application/application_suite_test.go index 2067c9106e..48e446645d 100644 --- a/cf/commands/application/application_suite_test.go +++ b/cf/commands/application/application_suite_test.go @@ -1,8 +1,8 @@ package application_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/application/applicationfakes/fake_app_displayer.go b/cf/commands/application/applicationfakes/fake_app_displayer.go index 95024a07f4..54c892f5d6 100644 --- a/cf/commands/application/applicationfakes/fake_app_displayer.go +++ b/cf/commands/application/applicationfakes/fake_app_displayer.go @@ -1,10 +1,10 @@ package applicationfakes import ( - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" ) type FakeAppDisplayer struct { diff --git a/cf/commands/application/applicationfakes/fake_displayer.go b/cf/commands/application/applicationfakes/fake_displayer.go index 29fd79fd74..8f2061af08 100644 --- a/cf/commands/application/applicationfakes/fake_displayer.go +++ b/cf/commands/application/applicationfakes/fake_displayer.go @@ -4,8 +4,8 @@ package applicationfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/commands/application" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/application" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeDisplayer struct { diff --git a/cf/commands/application/applicationfakes/fake_restarter.go b/cf/commands/application/applicationfakes/fake_restarter.go index 1ee736c2ab..09bec0aeb5 100644 --- a/cf/commands/application/applicationfakes/fake_restarter.go +++ b/cf/commands/application/applicationfakes/fake_restarter.go @@ -4,11 +4,11 @@ package applicationfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/application" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/application" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" ) type FakeRestarter struct { diff --git a/cf/commands/application/applicationfakes/fake_staging_watcher.go b/cf/commands/application/applicationfakes/fake_staging_watcher.go index 6fdda4de08..28cc270791 100644 --- a/cf/commands/application/applicationfakes/fake_staging_watcher.go +++ b/cf/commands/application/applicationfakes/fake_staging_watcher.go @@ -4,8 +4,8 @@ package applicationfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/commands/application" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/application" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeStagingWatcher struct { diff --git a/cf/commands/application/applicationfakes/fake_starter.go b/cf/commands/application/applicationfakes/fake_starter.go index 43ff78cdc4..e78d51d33d 100644 --- a/cf/commands/application/applicationfakes/fake_starter.go +++ b/cf/commands/application/applicationfakes/fake_starter.go @@ -4,11 +4,11 @@ package applicationfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/application" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/application" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" ) type FakeStarter struct { diff --git a/cf/commands/application/applicationfakes/fake_stopper.go b/cf/commands/application/applicationfakes/fake_stopper.go index fed79044c6..e4813ef2c0 100644 --- a/cf/commands/application/applicationfakes/fake_stopper.go +++ b/cf/commands/application/applicationfakes/fake_stopper.go @@ -4,11 +4,11 @@ package applicationfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/application" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/application" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" ) type FakeStopper struct { diff --git a/cf/commands/application/apps.go b/cf/commands/application/apps.go index d77b38fff2..00a1344342 100644 --- a/cf/commands/application/apps.go +++ b/cf/commands/application/apps.go @@ -3,18 +3,18 @@ package application import ( "strings" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/plugin/models" - - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/formatters" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/cf/uihelpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/models" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/formatters" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/uihelpers" ) type ListApps struct { diff --git a/cf/commands/application/apps_test.go b/cf/commands/application/apps_test.go index 1e12c35cbc..5f654a152d 100644 --- a/cf/commands/application/apps_test.go +++ b/cf/commands/application/apps_test.go @@ -1,25 +1,25 @@ package application_test import ( - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - "code.cloudfoundry.org/cli/plugin/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/models" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "os" - "code.cloudfoundry.org/cli/cf/commands/application" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/application" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("list-apps command", func() { diff --git a/cf/commands/application/copy_source.go b/cf/commands/application/copy_source.go index a5c9b286bd..0dc2996e82 100644 --- a/cf/commands/application/copy_source.go +++ b/cf/commands/application/copy_source.go @@ -5,18 +5,18 @@ import ( "fmt" "strings" - "code.cloudfoundry.org/cli/cf/api/applications" - "code.cloudfoundry.org/cli/cf/api/authentication" - "code.cloudfoundry.org/cli/cf/api/copyapplicationsource" - "code.cloudfoundry.org/cli/cf/api/organizations" - "code.cloudfoundry.org/cli/cf/api/spaces" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/authentication" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/copyapplicationsource" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type CopySource struct { diff --git a/cf/commands/application/copy_source_test.go b/cf/commands/application/copy_source_test.go index 5c7fb941e6..0d378cae3a 100644 --- a/cf/commands/application/copy_source_test.go +++ b/cf/commands/application/copy_source_test.go @@ -1,24 +1,24 @@ package application_test import ( - "code.cloudfoundry.org/cli/cf/api/applications/applicationsfakes" - "code.cloudfoundry.org/cli/cf/api/authentication/authenticationfakes" - "code.cloudfoundry.org/cli/cf/api/copyapplicationsource/copyapplicationsourcefakes" - "code.cloudfoundry.org/cli/cf/api/organizations/organizationsfakes" - "code.cloudfoundry.org/cli/cf/api/spaces/spacesfakes" - "code.cloudfoundry.org/cli/cf/commands/application/applicationfakes" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications/applicationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/authentication/authenticationfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/copyapplicationsource/copyapplicationsourcefakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations/organizationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces/spacesfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/application/applicationfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/application/delete.go b/cf/commands/application/delete.go index caa784d525..3aa05b9bf3 100644 --- a/cf/commands/application/delete.go +++ b/cf/commands/application/delete.go @@ -1,15 +1,15 @@ package application import ( - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/api/applications" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type DeleteApp struct { diff --git a/cf/commands/application/delete_test.go b/cf/commands/application/delete_test.go index d1f101ecf8..301c8d553f 100644 --- a/cf/commands/application/delete_test.go +++ b/cf/commands/application/delete_test.go @@ -1,21 +1,21 @@ package application_test import ( - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/api/applications/applicationsfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications/applicationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("delete app command", func() { diff --git a/cf/commands/application/disable_ssh.go b/cf/commands/application/disable_ssh.go index 0f7f8f1923..ec01750ed9 100644 --- a/cf/commands/application/disable_ssh.go +++ b/cf/commands/application/disable_ssh.go @@ -4,14 +4,14 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/cf/api/applications" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type DisableSSH struct { diff --git a/cf/commands/application/disable_ssh_test.go b/cf/commands/application/disable_ssh_test.go index 5dd2ad639e..06267109d2 100644 --- a/cf/commands/application/disable_ssh_test.go +++ b/cf/commands/application/disable_ssh_test.go @@ -3,17 +3,17 @@ package application_test import ( "errors" - "code.cloudfoundry.org/cli/cf/api/applications/applicationsfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications/applicationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/application/enable_ssh.go b/cf/commands/application/enable_ssh.go index 6971c44a60..0eba57c6fa 100644 --- a/cf/commands/application/enable_ssh.go +++ b/cf/commands/application/enable_ssh.go @@ -4,14 +4,14 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/cf/api/applications" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type EnableSSH struct { diff --git a/cf/commands/application/enable_ssh_test.go b/cf/commands/application/enable_ssh_test.go index e2da654049..fd4cd53b17 100644 --- a/cf/commands/application/enable_ssh_test.go +++ b/cf/commands/application/enable_ssh_test.go @@ -3,17 +3,17 @@ package application_test import ( "errors" - "code.cloudfoundry.org/cli/cf/api/applications/applicationsfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications/applicationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/application/env.go b/cf/commands/application/env.go index 0783a5fd99..52e88c61e4 100644 --- a/cf/commands/application/env.go +++ b/cf/commands/application/env.go @@ -5,15 +5,15 @@ import ( "fmt" "sort" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - - "code.cloudfoundry.org/cli/cf/api/applications" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type Env struct { diff --git a/cf/commands/application/env_test.go b/cf/commands/application/env_test.go index b3ab8748f0..283a7cd6f2 100644 --- a/cf/commands/application/env_test.go +++ b/cf/commands/application/env_test.go @@ -1,18 +1,18 @@ package application_test import ( - "code.cloudfoundry.org/cli/cf/api/applications/applicationsfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications/applicationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/application/events.go b/cf/commands/application/events.go index 1c143d7531..6fc810cdca 100644 --- a/cf/commands/application/events.go +++ b/cf/commands/application/events.go @@ -4,13 +4,13 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/cf/api/appevents" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/appevents" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type Events struct { diff --git a/cf/commands/application/events_test.go b/cf/commands/application/events_test.go index b6252d8d41..3e2261e068 100644 --- a/cf/commands/application/events_test.go +++ b/cf/commands/application/events_test.go @@ -4,19 +4,19 @@ import ( "errors" "time" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/application" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - - "code.cloudfoundry.org/cli/cf/api/appevents/appeventsfakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig/coreconfigfakes" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/application" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/appevents/appeventsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig/coreconfigfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/application/files.go b/cf/commands/application/files.go index 8584493eb5..8a25d3b8eb 100644 --- a/cf/commands/application/files.go +++ b/cf/commands/application/files.go @@ -4,13 +4,13 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/cf/api/appfiles" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/appfiles" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type Files struct { diff --git a/cf/commands/application/files_test.go b/cf/commands/application/files_test.go index 09cf81673e..2a4dff3253 100644 --- a/cf/commands/application/files_test.go +++ b/cf/commands/application/files_test.go @@ -3,19 +3,19 @@ package application_test import ( "errors" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/application" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - - "code.cloudfoundry.org/cli/cf/api/appfiles/appfilesfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/application" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/appfiles/appfilesfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/application/get_health_check.go b/cf/commands/application/get_health_check.go index b0dd926cf6..74e8880124 100644 --- a/cf/commands/application/get_health_check.go +++ b/cf/commands/application/get_health_check.go @@ -3,14 +3,14 @@ package application import ( "fmt" - "code.cloudfoundry.org/cli/cf/api/applications" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type GetHealthCheck struct { diff --git a/cf/commands/application/get_health_check_test.go b/cf/commands/application/get_health_check_test.go index f5ccd1002c..757ee060ce 100644 --- a/cf/commands/application/get_health_check_test.go +++ b/cf/commands/application/get_health_check_test.go @@ -3,17 +3,17 @@ package application_test import ( "errors" - "code.cloudfoundry.org/cli/cf/api/applications/applicationsfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications/applicationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/application/logs.go b/cf/commands/application/logs.go index 9bed3f1d75..ac516da33b 100644 --- a/cf/commands/application/logs.go +++ b/cf/commands/application/logs.go @@ -4,15 +4,15 @@ import ( "fmt" "time" - "code.cloudfoundry.org/cli/cf/api/logs" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/logs" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type Logs struct { diff --git a/cf/commands/application/logs_test.go b/cf/commands/application/logs_test.go index 8da4d1416f..b15d5de110 100644 --- a/cf/commands/application/logs_test.go +++ b/cf/commands/application/logs_test.go @@ -1,19 +1,19 @@ package application_test import ( - "code.cloudfoundry.org/cli/cf/api/logs" - "code.cloudfoundry.org/cli/cf/api/logs/logsfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/logs" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/logs/logsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/application/push.go b/cf/commands/application/push.go index 8c48a7839a..18e63057d5 100644 --- a/cf/commands/application/push.go +++ b/cf/commands/application/push.go @@ -8,24 +8,24 @@ import ( "strconv" "strings" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - - "code.cloudfoundry.org/cli/cf/actors" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/api/applications" - "code.cloudfoundry.org/cli/cf/api/authentication" - "code.cloudfoundry.org/cli/cf/api/stacks" - "code.cloudfoundry.org/cli/cf/appfiles" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/service" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/formatters" - "code.cloudfoundry.org/cli/cf/manifest" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/authentication" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/stacks" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/appfiles" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/service" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/formatters" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/manifest" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type Push struct { diff --git a/cf/commands/application/push_test.go b/cf/commands/application/push_test.go index 4ef5a3c067..a0fe5c76e4 100644 --- a/cf/commands/application/push_test.go +++ b/cf/commands/application/push_test.go @@ -5,31 +5,31 @@ import ( "path/filepath" "syscall" - "code.cloudfoundry.org/cli/cf/actors/actorsfakes" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/api/applications/applicationsfakes" - "code.cloudfoundry.org/cli/cf/api/authentication/authenticationfakes" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/api/stacks/stacksfakes" - "code.cloudfoundry.org/cli/cf/appfiles/appfilesfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commandregistry/commandregistryfakes" - "code.cloudfoundry.org/cli/cf/commands/application" - "code.cloudfoundry.org/cli/cf/commands/application/applicationfakes" - "code.cloudfoundry.org/cli/cf/commands/service/servicefakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/manifest" - "code.cloudfoundry.org/cli/cf/manifest/manifestfakes" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/cf/trace" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - "code.cloudfoundry.org/cli/util/generic" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/actorsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications/applicationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/authentication/authenticationfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/stacks/stacksfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/appfiles/appfilesfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry/commandregistryfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/application" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/application/applicationfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/service/servicefakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/manifest" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/manifest/manifestfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/generic" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "github.com/onsi/gomega/gbytes" diff --git a/cf/commands/application/rename.go b/cf/commands/application/rename.go index 870217f839..ec933f8bc8 100644 --- a/cf/commands/application/rename.go +++ b/cf/commands/application/rename.go @@ -3,14 +3,14 @@ package application import ( "fmt" - "code.cloudfoundry.org/cli/cf/api/applications" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type RenameApp struct { diff --git a/cf/commands/application/rename_test.go b/cf/commands/application/rename_test.go index 96b786a634..fb2affccd7 100644 --- a/cf/commands/application/rename_test.go +++ b/cf/commands/application/rename_test.go @@ -1,17 +1,17 @@ package application_test import ( - "code.cloudfoundry.org/cli/cf/api/applications/applicationsfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications/applicationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/application/restage.go b/cf/commands/application/restage.go index 248a2b0453..1fed8c42a9 100644 --- a/cf/commands/application/restage.go +++ b/cf/commands/application/restage.go @@ -3,15 +3,15 @@ package application import ( "fmt" - "code.cloudfoundry.org/cli/cf/api/applications" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type Restage struct { diff --git a/cf/commands/application/restage_test.go b/cf/commands/application/restage_test.go index a933a4d0bd..5feb458c4d 100644 --- a/cf/commands/application/restage_test.go +++ b/cf/commands/application/restage_test.go @@ -1,18 +1,18 @@ package application_test import ( - "code.cloudfoundry.org/cli/cf/api/applications/applicationsfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications/applicationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/application/restart.go b/cf/commands/application/restart.go index 2668be291c..851d3342dd 100644 --- a/cf/commands/application/restart.go +++ b/cf/commands/application/restart.go @@ -3,13 +3,13 @@ package application import ( "fmt" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . Restarter diff --git a/cf/commands/application/restart_app_instance.go b/cf/commands/application/restart_app_instance.go index c19dd6af3f..7d6955fb06 100644 --- a/cf/commands/application/restart_app_instance.go +++ b/cf/commands/application/restart_app_instance.go @@ -5,13 +5,13 @@ import ( "fmt" "strconv" - "code.cloudfoundry.org/cli/cf/api/appinstances" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/appinstances" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type RestartAppInstance struct { diff --git a/cf/commands/application/restart_app_instance_test.go b/cf/commands/application/restart_app_instance_test.go index 75b007b4cb..f83ca46e2f 100644 --- a/cf/commands/application/restart_app_instance_test.go +++ b/cf/commands/application/restart_app_instance_test.go @@ -3,17 +3,17 @@ package application_test import ( "errors" - "code.cloudfoundry.org/cli/cf/api/appinstances/appinstancesfakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - "code.cloudfoundry.org/cli/cf/commandregistry" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/appinstances/appinstancesfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/application/restart_test.go b/cf/commands/application/restart_test.go index 0de6d4490f..7de03fc60c 100644 --- a/cf/commands/application/restart_test.go +++ b/cf/commands/application/restart_test.go @@ -3,18 +3,18 @@ package application_test import ( "os" - "code.cloudfoundry.org/cli/cf/commands/application/applicationfakes" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/application/applicationfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/application/scale.go b/cf/commands/application/scale.go index b6bc67957f..2d60c754b8 100644 --- a/cf/commands/application/scale.go +++ b/cf/commands/application/scale.go @@ -4,15 +4,15 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/cf/api/applications" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/formatters" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/formatters" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type Scale struct { diff --git a/cf/commands/application/scale_test.go b/cf/commands/application/scale_test.go index 9bd0a90690..63438150c6 100644 --- a/cf/commands/application/scale_test.go +++ b/cf/commands/application/scale_test.go @@ -1,20 +1,20 @@ package application_test import ( - "code.cloudfoundry.org/cli/cf/api/applications/applicationsfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/application/applicationfakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications/applicationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/application/applicationfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("scale command", func() { diff --git a/cf/commands/application/set_env.go b/cf/commands/application/set_env.go index 30363830d6..e8e6c045e3 100644 --- a/cf/commands/application/set_env.go +++ b/cf/commands/application/set_env.go @@ -3,15 +3,15 @@ package application import ( "fmt" - "code.cloudfoundry.org/cli/cf" - "code.cloudfoundry.org/cli/cf/api/applications" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type SetEnv struct { diff --git a/cf/commands/application/set_env_test.go b/cf/commands/application/set_env_test.go index 108dc7d8de..42eed0a901 100644 --- a/cf/commands/application/set_env_test.go +++ b/cf/commands/application/set_env_test.go @@ -3,17 +3,17 @@ package application_test import ( "errors" - "code.cloudfoundry.org/cli/cf/api/applications/applicationsfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications/applicationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/application/set_health_check.go b/cf/commands/application/set_health_check.go index 6a744a23de..2d6c3343c6 100644 --- a/cf/commands/application/set_health_check.go +++ b/cf/commands/application/set_health_check.go @@ -4,15 +4,15 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/cf/api/applications" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type SetHealthCheck struct { diff --git a/cf/commands/application/set_health_check_test.go b/cf/commands/application/set_health_check_test.go index bf62455c23..368ffe6e5e 100644 --- a/cf/commands/application/set_health_check_test.go +++ b/cf/commands/application/set_health_check_test.go @@ -3,17 +3,17 @@ package application_test import ( "errors" - "code.cloudfoundry.org/cli/cf/api/applications/applicationsfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications/applicationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/application/ssh.go b/cf/commands/application/ssh.go index f2a8e24481..2a65c7bee6 100644 --- a/cf/commands/application/ssh.go +++ b/cf/commands/application/ssh.go @@ -8,17 +8,17 @@ import ( "golang.org/x/crypto/ssh" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/requirements" - sshCmd "code.cloudfoundry.org/cli/cf/ssh" - "code.cloudfoundry.org/cli/cf/ssh/options" - sshTerminal "code.cloudfoundry.org/cli/cf/ssh/terminal" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + sshCmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/ssh" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/ssh/options" + sshTerminal "github.com/LukasHeimann/cloudfoundrycli/v8/cf/ssh/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type SSH struct { diff --git a/cf/commands/application/ssh_enabled.go b/cf/commands/application/ssh_enabled.go index 7152209b90..851071ede6 100644 --- a/cf/commands/application/ssh_enabled.go +++ b/cf/commands/application/ssh_enabled.go @@ -3,12 +3,12 @@ package application import ( "fmt" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type SSHEnabled struct { diff --git a/cf/commands/application/ssh_enabled_test.go b/cf/commands/application/ssh_enabled_test.go index 1ef7c05132..b7b9b006d4 100644 --- a/cf/commands/application/ssh_enabled_test.go +++ b/cf/commands/application/ssh_enabled_test.go @@ -1,16 +1,16 @@ package application_test import ( - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/application/ssh_test.go b/cf/commands/application/ssh_test.go index fe631c61fe..dc15c57a96 100644 --- a/cf/commands/application/ssh_test.go +++ b/cf/commands/application/ssh_test.go @@ -6,22 +6,22 @@ import ( "net/http/httptest" "time" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/commandsfakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - "code.cloudfoundry.org/cli/cf/ssh/sshfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/commandsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/ssh/sshfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/application/start.go b/cf/commands/application/start.go index ee78184b8e..83a54b6e1a 100644 --- a/cf/commands/application/start.go +++ b/cf/commands/application/start.go @@ -10,17 +10,17 @@ import ( "sync" "time" - "code.cloudfoundry.org/cli/cf" - "code.cloudfoundry.org/cli/cf/api/appinstances" - "code.cloudfoundry.org/cli/cf/api/applications" - "code.cloudfoundry.org/cli/cf/api/logs" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/appinstances" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/logs" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) const ( diff --git a/cf/commands/application/start_test.go b/cf/commands/application/start_test.go index 8b161e40e3..bb7174238a 100644 --- a/cf/commands/application/start_test.go +++ b/cf/commands/application/start_test.go @@ -5,26 +5,26 @@ import ( "runtime" "time" - . "code.cloudfoundry.org/cli/cf/commands/application" - "code.cloudfoundry.org/cli/cf/commands/application/applicationfakes" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - - "code.cloudfoundry.org/cli/cf/api/appinstances/appinstancesfakes" - "code.cloudfoundry.org/cli/cf/api/applications/applicationsfakes" - "code.cloudfoundry.org/cli/cf/api/logs" - "code.cloudfoundry.org/cli/cf/api/logs/logsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/application" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/application/applicationfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/appinstances/appinstancesfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications/applicationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/logs" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/logs/logsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" "sync" diff --git a/cf/commands/application/stop.go b/cf/commands/application/stop.go index c78385ae9f..aab7e32387 100644 --- a/cf/commands/application/stop.go +++ b/cf/commands/application/stop.go @@ -3,15 +3,15 @@ package application import ( "fmt" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - - "code.cloudfoundry.org/cli/cf/api/applications" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . Stopper diff --git a/cf/commands/application/stop_test.go b/cf/commands/application/stop_test.go index 93c2c83c77..252b14453b 100644 --- a/cf/commands/application/stop_test.go +++ b/cf/commands/application/stop_test.go @@ -3,18 +3,18 @@ package application_test import ( "errors" - "code.cloudfoundry.org/cli/cf/api/applications/applicationsfakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/application" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications/applicationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/application" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/application/unset_env.go b/cf/commands/application/unset_env.go index f3754350cb..9de0855fc9 100644 --- a/cf/commands/application/unset_env.go +++ b/cf/commands/application/unset_env.go @@ -3,15 +3,15 @@ package application import ( "fmt" - "code.cloudfoundry.org/cli/cf" - "code.cloudfoundry.org/cli/cf/api/applications" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type UnsetEnv struct { diff --git a/cf/commands/application/unset_env_test.go b/cf/commands/application/unset_env_test.go index 3917233915..434373613a 100644 --- a/cf/commands/application/unset_env_test.go +++ b/cf/commands/application/unset_env_test.go @@ -3,17 +3,17 @@ package application_test import ( "errors" - "code.cloudfoundry.org/cli/cf/api/applications/applicationsfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications/applicationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/auth.go b/cf/commands/auth.go index f65539edff..38ceea50f7 100644 --- a/cf/commands/auth.go +++ b/cf/commands/auth.go @@ -3,14 +3,14 @@ package commands import ( "fmt" - "code.cloudfoundry.org/cli/cf" - "code.cloudfoundry.org/cli/cf/api/authentication" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/authentication" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type Authenticate struct { diff --git a/cf/commands/auth_test.go b/cf/commands/auth_test.go index ec81d8e361..75a8658385 100644 --- a/cf/commands/auth_test.go +++ b/cf/commands/auth_test.go @@ -3,22 +3,22 @@ package commands_test import ( "errors" - "code.cloudfoundry.org/cli/cf/api/authentication/authenticationfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/authentication/authenticationfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "os" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("auth command", func() { diff --git a/cf/commands/buildpack/buildpack_suite_test.go b/cf/commands/buildpack/buildpack_suite_test.go index 645b9c0948..abdc6186e4 100644 --- a/cf/commands/buildpack/buildpack_suite_test.go +++ b/cf/commands/buildpack/buildpack_suite_test.go @@ -1,8 +1,8 @@ package buildpack_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/buildpack/buildpacks.go b/cf/commands/buildpack/buildpacks.go index 9971cce213..f93b5792f1 100644 --- a/cf/commands/buildpack/buildpacks.go +++ b/cf/commands/buildpack/buildpacks.go @@ -4,14 +4,14 @@ import ( "errors" "strconv" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type ListBuildpacks struct { diff --git a/cf/commands/buildpack/buildpacks_test.go b/cf/commands/buildpack/buildpacks_test.go index 03c1f8164a..8e0345de9e 100644 --- a/cf/commands/buildpack/buildpacks_test.go +++ b/cf/commands/buildpack/buildpacks_test.go @@ -1,17 +1,17 @@ package buildpack_test import ( - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - "code.cloudfoundry.org/cli/cf/commands/buildpack" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/buildpack" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/buildpack/create_buildpack.go b/cf/commands/buildpack/create_buildpack.go index b04eceb9f0..b2d03e9d7f 100644 --- a/cf/commands/buildpack/create_buildpack.go +++ b/cf/commands/buildpack/create_buildpack.go @@ -4,16 +4,16 @@ import ( "fmt" "strconv" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - - "code.cloudfoundry.org/cli/cf" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type CreateBuildpack struct { diff --git a/cf/commands/buildpack/create_buildpack_test.go b/cf/commands/buildpack/create_buildpack_test.go index aed5053309..4bc3c7fcf6 100644 --- a/cf/commands/buildpack/create_buildpack_test.go +++ b/cf/commands/buildpack/create_buildpack_test.go @@ -3,16 +3,16 @@ package buildpack_test import ( "fmt" - "code.cloudfoundry.org/cli/cf" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - "code.cloudfoundry.org/cli/cf/commandregistry" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/buildpack/delete_buildpack.go b/cf/commands/buildpack/delete_buildpack.go index d46f119b5e..d9005a720f 100644 --- a/cf/commands/buildpack/delete_buildpack.go +++ b/cf/commands/buildpack/delete_buildpack.go @@ -3,14 +3,14 @@ package buildpack import ( "fmt" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type DeleteBuildpack struct { diff --git a/cf/commands/buildpack/delete_buildpack_test.go b/cf/commands/buildpack/delete_buildpack_test.go index 26b10588c7..b987c4c9dd 100644 --- a/cf/commands/buildpack/delete_buildpack_test.go +++ b/cf/commands/buildpack/delete_buildpack_test.go @@ -1,18 +1,18 @@ package buildpack_test import ( - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("delete-buildpack command", func() { diff --git a/cf/commands/buildpack/rename_buildpack.go b/cf/commands/buildpack/rename_buildpack.go index d9341db19d..401c86b468 100644 --- a/cf/commands/buildpack/rename_buildpack.go +++ b/cf/commands/buildpack/rename_buildpack.go @@ -4,12 +4,12 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type RenameBuildpack struct { diff --git a/cf/commands/buildpack/rename_buildpack_test.go b/cf/commands/buildpack/rename_buildpack_test.go index 316c82e8a0..135dd610e3 100644 --- a/cf/commands/buildpack/rename_buildpack_test.go +++ b/cf/commands/buildpack/rename_buildpack_test.go @@ -1,18 +1,18 @@ package buildpack_test import ( - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("rename-buildpack command", func() { diff --git a/cf/commands/buildpack/update_buildpack.go b/cf/commands/buildpack/update_buildpack.go index a6d50a0bcc..c96ab309c5 100644 --- a/cf/commands/buildpack/update_buildpack.go +++ b/cf/commands/buildpack/update_buildpack.go @@ -5,12 +5,12 @@ import ( "fmt" "os" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type UpdateBuildpack struct { diff --git a/cf/commands/buildpack/update_buildpack_test.go b/cf/commands/buildpack/update_buildpack_test.go index f2160f1c1a..c63bd109ad 100644 --- a/cf/commands/buildpack/update_buildpack_test.go +++ b/cf/commands/buildpack/update_buildpack_test.go @@ -4,15 +4,15 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - "code.cloudfoundry.org/cli/cf/commandregistry" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/commands_suite_test.go b/cf/commands/commands_suite_test.go index 88f26b1a8f..71cd7e7c5d 100644 --- a/cf/commands/commands_suite_test.go +++ b/cf/commands/commands_suite_test.go @@ -1,9 +1,9 @@ package commands_test import ( - "code.cloudfoundry.org/cli/cf/commands" - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" log "github.com/sirupsen/logrus" diff --git a/cf/commands/commandsfakes/fake_sshcode_getter.go b/cf/commands/commandsfakes/fake_sshcode_getter.go index f7b1615709..b5d2fc0425 100644 --- a/cf/commands/commandsfakes/fake_sshcode_getter.go +++ b/cf/commands/commandsfakes/fake_sshcode_getter.go @@ -4,10 +4,10 @@ package commandsfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" ) type FakeSSHCodeGetter struct { diff --git a/cf/commands/config.go b/cf/commands/config.go index 83d003e59d..882bd6b935 100644 --- a/cf/commands/config.go +++ b/cf/commands/config.go @@ -4,13 +4,13 @@ import ( "errors" "sort" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) type ConfigCommands struct { diff --git a/cf/commands/config_test.go b/cf/commands/config_test.go index e758ddc068..cae27555c5 100644 --- a/cf/commands/config_test.go +++ b/cf/commands/config_test.go @@ -1,14 +1,14 @@ package commands_test import ( - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/create_app_manifest.go b/cf/commands/create_app_manifest.go index b70141873d..6aca06b576 100644 --- a/cf/commands/create_app_manifest.go +++ b/cf/commands/create_app_manifest.go @@ -6,18 +6,18 @@ import ( "os" "sort" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/api/appinstances" - "code.cloudfoundry.org/cli/cf/api/stacks" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/manifest" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/appinstances" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/stacks" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/manifest" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type CreateAppManifest struct { diff --git a/cf/commands/create_app_manifest_test.go b/cf/commands/create_app_manifest_test.go index 1d913ca8bb..5c816e77d8 100644 --- a/cf/commands/create_app_manifest_test.go +++ b/cf/commands/create_app_manifest_test.go @@ -4,23 +4,23 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/manifest/manifestfakes" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/api/stacks/stacksfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/manifest/manifestfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/stacks/stacksfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" "os" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" uuid "github.com/nu7hatch/gouuid" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/curl.go b/cf/commands/curl.go index 783577c3aa..ab3fd64696 100644 --- a/cf/commands/curl.go +++ b/cf/commands/curl.go @@ -10,17 +10,17 @@ import ( "path/filepath" "strings" - "code.cloudfoundry.org/cli/cf/flagcontext" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - cfErrors "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/cf/trace" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flagcontext" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + cfErrors "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace" ) type Curl struct { diff --git a/cf/commands/curl_test.go b/cf/commands/curl_test.go index 1f62002b1e..304d7d47b2 100644 --- a/cf/commands/curl_test.go +++ b/cf/commands/curl_test.go @@ -5,19 +5,19 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" "code.cloudfoundry.org/gofileutils/fileutils" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/trace" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/domain/create_domain.go b/cf/commands/domain/create_domain.go index b818e8540d..cc732dc580 100644 --- a/cf/commands/domain/create_domain.go +++ b/cf/commands/domain/create_domain.go @@ -3,13 +3,13 @@ package domain import ( "fmt" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type CreateDomain struct { diff --git a/cf/commands/domain/create_domain_test.go b/cf/commands/domain/create_domain_test.go index 42900f1f33..20f7e1b216 100644 --- a/cf/commands/domain/create_domain_test.go +++ b/cf/commands/domain/create_domain_test.go @@ -1,17 +1,17 @@ package domain_test import ( - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/domain/create_shared_domain.go b/cf/commands/domain/create_shared_domain.go index ef6a1cae14..41d211886f 100644 --- a/cf/commands/domain/create_shared_domain.go +++ b/cf/commands/domain/create_shared_domain.go @@ -4,14 +4,14 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type CreateSharedDomain struct { diff --git a/cf/commands/domain/create_shared_domain_test.go b/cf/commands/domain/create_shared_domain_test.go index aeb90c422a..f5d437db87 100644 --- a/cf/commands/domain/create_shared_domain_test.go +++ b/cf/commands/domain/create_shared_domain_test.go @@ -3,20 +3,20 @@ package domain_test import ( "errors" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" - "code.cloudfoundry.org/cli/cf/api/apifakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/cf/commands/domain" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/domain" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/domain/delete_domain.go b/cf/commands/domain/delete_domain.go index 09c650ba6b..1210c49798 100644 --- a/cf/commands/domain/delete_domain.go +++ b/cf/commands/domain/delete_domain.go @@ -3,14 +3,14 @@ package domain import ( "fmt" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type DeleteDomain struct { diff --git a/cf/commands/domain/delete_domain_test.go b/cf/commands/domain/delete_domain_test.go index 5dfbdf4a87..0bc78690b4 100644 --- a/cf/commands/domain/delete_domain_test.go +++ b/cf/commands/domain/delete_domain_test.go @@ -1,20 +1,20 @@ package domain_test import ( - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("delete-domain command", func() { diff --git a/cf/commands/domain/delete_shared_domain.go b/cf/commands/domain/delete_shared_domain.go index c8f966a1c8..895f74cc47 100644 --- a/cf/commands/domain/delete_shared_domain.go +++ b/cf/commands/domain/delete_shared_domain.go @@ -3,14 +3,14 @@ package domain import ( "fmt" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type DeleteSharedDomain struct { diff --git a/cf/commands/domain/delete_shared_domain_test.go b/cf/commands/domain/delete_shared_domain_test.go index 284406cb95..60f558dbe5 100644 --- a/cf/commands/domain/delete_shared_domain_test.go +++ b/cf/commands/domain/delete_shared_domain_test.go @@ -1,18 +1,18 @@ package domain_test import ( - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/domain/domain_suite_test.go b/cf/commands/domain/domain_suite_test.go index c696c68d04..87790e5c09 100644 --- a/cf/commands/domain/domain_suite_test.go +++ b/cf/commands/domain/domain_suite_test.go @@ -1,8 +1,8 @@ package domain_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/domain/domains.go b/cf/commands/domain/domains.go index 8956bc4284..e24cd56d20 100644 --- a/cf/commands/domain/domains.go +++ b/cf/commands/domain/domains.go @@ -3,14 +3,14 @@ package domain import ( "errors" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type ListDomains struct { diff --git a/cf/commands/domain/domains_test.go b/cf/commands/domain/domains_test.go index 4ad9a0c152..d09112a9a5 100644 --- a/cf/commands/domain/domains_test.go +++ b/cf/commands/domain/domains_test.go @@ -3,21 +3,21 @@ package domain_test import ( "errors" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" - "code.cloudfoundry.org/cli/cf/api/apifakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/cf/commands/domain" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/domain" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/environmentvariablegroup/environmentvariablegroup_suite_test.go b/cf/commands/environmentvariablegroup/environmentvariablegroup_suite_test.go index 20c66b47a7..639b099fda 100644 --- a/cf/commands/environmentvariablegroup/environmentvariablegroup_suite_test.go +++ b/cf/commands/environmentvariablegroup/environmentvariablegroup_suite_test.go @@ -1,8 +1,8 @@ package environmentvariablegroup_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/environmentvariablegroup/running_environment_variable_group.go b/cf/commands/environmentvariablegroup/running_environment_variable_group.go index d123fcd468..269d67ca21 100644 --- a/cf/commands/environmentvariablegroup/running_environment_variable_group.go +++ b/cf/commands/environmentvariablegroup/running_environment_variable_group.go @@ -3,14 +3,14 @@ package environmentvariablegroup import ( "sort" - "code.cloudfoundry.org/cli/cf/api/environmentvariablegroups" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/environmentvariablegroups" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type RunningEnvironmentVariableGroup struct { diff --git a/cf/commands/environmentvariablegroup/running_environment_variable_group_test.go b/cf/commands/environmentvariablegroup/running_environment_variable_group_test.go index 40d13e8f4c..5a1788cabd 100644 --- a/cf/commands/environmentvariablegroup/running_environment_variable_group_test.go +++ b/cf/commands/environmentvariablegroup/running_environment_variable_group_test.go @@ -1,18 +1,18 @@ package environmentvariablegroup_test import ( - "code.cloudfoundry.org/cli/cf/api/environmentvariablegroups/environmentvariablegroupsfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/environmentvariablegroup" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/environmentvariablegroups/environmentvariablegroupsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/environmentvariablegroup" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/environmentvariablegroup/set_running_environment_variable_group.go b/cf/commands/environmentvariablegroup/set_running_environment_variable_group.go index 45430d558c..64c2b5c60c 100644 --- a/cf/commands/environmentvariablegroup/set_running_environment_variable_group.go +++ b/cf/commands/environmentvariablegroup/set_running_environment_variable_group.go @@ -4,14 +4,14 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/cf/api/environmentvariablegroups" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - cf_errors "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/environmentvariablegroups" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + cf_errors "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type SetRunningEnvironmentVariableGroup struct { diff --git a/cf/commands/environmentvariablegroup/set_running_environment_variable_group_test.go b/cf/commands/environmentvariablegroup/set_running_environment_variable_group_test.go index ea20e503d0..dbbb993e22 100644 --- a/cf/commands/environmentvariablegroup/set_running_environment_variable_group_test.go +++ b/cf/commands/environmentvariablegroup/set_running_environment_variable_group_test.go @@ -1,16 +1,16 @@ package environmentvariablegroup_test import ( - "code.cloudfoundry.org/cli/cf/api/environmentvariablegroups/environmentvariablegroupsfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - cf_errors "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/environmentvariablegroups/environmentvariablegroupsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + cf_errors "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/environmentvariablegroup/set_staging_environment_variable_group.go b/cf/commands/environmentvariablegroup/set_staging_environment_variable_group.go index e995b8cf2e..cca67b0398 100644 --- a/cf/commands/environmentvariablegroup/set_staging_environment_variable_group.go +++ b/cf/commands/environmentvariablegroup/set_staging_environment_variable_group.go @@ -4,14 +4,14 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/cf/api/environmentvariablegroups" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - cf_errors "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/environmentvariablegroups" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + cf_errors "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type SetStagingEnvironmentVariableGroup struct { diff --git a/cf/commands/environmentvariablegroup/set_staging_environment_variable_group_test.go b/cf/commands/environmentvariablegroup/set_staging_environment_variable_group_test.go index 48ec90e844..fc8ba47090 100644 --- a/cf/commands/environmentvariablegroup/set_staging_environment_variable_group_test.go +++ b/cf/commands/environmentvariablegroup/set_staging_environment_variable_group_test.go @@ -1,16 +1,16 @@ package environmentvariablegroup_test import ( - "code.cloudfoundry.org/cli/cf/api/environmentvariablegroups/environmentvariablegroupsfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - cf_errors "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/environmentvariablegroups/environmentvariablegroupsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + cf_errors "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/environmentvariablegroup/staging_environment_variable_group.go b/cf/commands/environmentvariablegroup/staging_environment_variable_group.go index ba246d57fe..1c2f974f06 100644 --- a/cf/commands/environmentvariablegroup/staging_environment_variable_group.go +++ b/cf/commands/environmentvariablegroup/staging_environment_variable_group.go @@ -3,14 +3,14 @@ package environmentvariablegroup import ( "sort" - "code.cloudfoundry.org/cli/cf/api/environmentvariablegroups" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/environmentvariablegroups" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type StagingEnvironmentVariableGroup struct { diff --git a/cf/commands/environmentvariablegroup/staging_environment_variable_group_test.go b/cf/commands/environmentvariablegroup/staging_environment_variable_group_test.go index 4ddc50cb20..0371cf6958 100644 --- a/cf/commands/environmentvariablegroup/staging_environment_variable_group_test.go +++ b/cf/commands/environmentvariablegroup/staging_environment_variable_group_test.go @@ -1,18 +1,18 @@ package environmentvariablegroup_test import ( - "code.cloudfoundry.org/cli/cf/api/environmentvariablegroups/environmentvariablegroupsfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/environmentvariablegroup" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/environmentvariablegroups/environmentvariablegroupsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/environmentvariablegroup" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/featureflag/disable_feature_flag.go b/cf/commands/featureflag/disable_feature_flag.go index 2ae884c2df..a0d567668f 100644 --- a/cf/commands/featureflag/disable_feature_flag.go +++ b/cf/commands/featureflag/disable_feature_flag.go @@ -3,13 +3,13 @@ package featureflag import ( "fmt" - "code.cloudfoundry.org/cli/cf/api/featureflags" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/featureflags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type DisableFeatureFlag struct { diff --git a/cf/commands/featureflag/disable_feature_flag_test.go b/cf/commands/featureflag/disable_feature_flag_test.go index 91cc631fda..5f2d1d6b91 100644 --- a/cf/commands/featureflag/disable_feature_flag_test.go +++ b/cf/commands/featureflag/disable_feature_flag_test.go @@ -3,15 +3,15 @@ package featureflag_test import ( "errors" - "code.cloudfoundry.org/cli/cf/api/featureflags/featureflagsfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/featureflags/featureflagsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/featureflag/enable_feature_flag.go b/cf/commands/featureflag/enable_feature_flag.go index 196dc9cafc..582baac944 100644 --- a/cf/commands/featureflag/enable_feature_flag.go +++ b/cf/commands/featureflag/enable_feature_flag.go @@ -3,13 +3,13 @@ package featureflag import ( "fmt" - "code.cloudfoundry.org/cli/cf/api/featureflags" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/featureflags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type EnableFeatureFlag struct { diff --git a/cf/commands/featureflag/enable_feature_flag_test.go b/cf/commands/featureflag/enable_feature_flag_test.go index 157eab5a4b..a2148aee80 100644 --- a/cf/commands/featureflag/enable_feature_flag_test.go +++ b/cf/commands/featureflag/enable_feature_flag_test.go @@ -3,15 +3,15 @@ package featureflag_test import ( "errors" - "code.cloudfoundry.org/cli/cf/api/featureflags/featureflagsfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/featureflags/featureflagsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/featureflag/feature_flag.go b/cf/commands/featureflag/feature_flag.go index 284fc95c7c..9aea95485d 100644 --- a/cf/commands/featureflag/feature_flag.go +++ b/cf/commands/featureflag/feature_flag.go @@ -3,13 +3,13 @@ package featureflag import ( "fmt" - "code.cloudfoundry.org/cli/cf/api/featureflags" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/featureflags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type ShowFeatureFlag struct { diff --git a/cf/commands/featureflag/feature_flag_test.go b/cf/commands/featureflag/feature_flag_test.go index 7f23cab596..de83066844 100644 --- a/cf/commands/featureflag/feature_flag_test.go +++ b/cf/commands/featureflag/feature_flag_test.go @@ -3,16 +3,16 @@ package featureflag_test import ( "errors" - "code.cloudfoundry.org/cli/cf/api/featureflags/featureflagsfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/featureflags/featureflagsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/featureflag/feature_flags.go b/cf/commands/featureflag/feature_flags.go index 045e5575bc..4f730322db 100644 --- a/cf/commands/featureflag/feature_flags.go +++ b/cf/commands/featureflag/feature_flags.go @@ -1,13 +1,13 @@ package featureflag import ( - "code.cloudfoundry.org/cli/cf/api/featureflags" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/featureflags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type ListFeatureFlags struct { diff --git a/cf/commands/featureflag/feature_flags_test.go b/cf/commands/featureflag/feature_flags_test.go index 305c74e3bc..a519574bea 100644 --- a/cf/commands/featureflag/feature_flags_test.go +++ b/cf/commands/featureflag/feature_flags_test.go @@ -3,18 +3,18 @@ package featureflag_test import ( "errors" - "code.cloudfoundry.org/cli/cf/api/featureflags/featureflagsfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/featureflag" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/featureflags/featureflagsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/featureflag" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/featureflag/featureflag_suite_test.go b/cf/commands/featureflag/featureflag_suite_test.go index ebb4558e84..a998da2665 100644 --- a/cf/commands/featureflag/featureflag_suite_test.go +++ b/cf/commands/featureflag/featureflag_suite_test.go @@ -1,8 +1,8 @@ package featureflag_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/help.go b/cf/commands/help.go index 4415d7de93..9db98f808e 100644 --- a/cf/commands/help.go +++ b/cf/commands/help.go @@ -4,14 +4,14 @@ import ( "errors" "strings" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/pluginconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/help" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" - - . "code.cloudfoundry.org/cli/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/pluginconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/help" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) type Help struct { diff --git a/cf/commands/help_test.go b/cf/commands/help_test.go index 0ea5301bca..a8ebc9fbf1 100644 --- a/cf/commands/help_test.go +++ b/cf/commands/help_test.go @@ -3,16 +3,16 @@ package commands_test import ( "strings" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands" - "code.cloudfoundry.org/cli/cf/commandsloader" - "code.cloudfoundry.org/cli/cf/configuration/pluginconfig" - "code.cloudfoundry.org/cli/cf/configuration/pluginconfig/pluginconfigfakes" - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/plugin" - - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandsloader" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/pluginconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/pluginconfig/pluginconfigfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "github.com/onsi/gomega/gbytes" diff --git a/cf/commands/login.go b/cf/commands/login.go index 4dbea14d2e..97f1c0491f 100644 --- a/cf/commands/login.go +++ b/cf/commands/login.go @@ -4,20 +4,20 @@ import ( "errors" "strconv" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccversion" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/translatableerror" - - "code.cloudfoundry.org/cli/cf/api/authentication" - "code.cloudfoundry.org/cli/cf/api/organizations" - "code.cloudfoundry.org/cli/cf/api/spaces" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccversion" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/authentication" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) const maxLoginTries = 3 diff --git a/cf/commands/login_test.go b/cf/commands/login_test.go index 88993b7e21..0e2fa531a6 100644 --- a/cf/commands/login_test.go +++ b/cf/commands/login_test.go @@ -3,21 +3,21 @@ package commands_test import ( "strconv" - "code.cloudfoundry.org/cli/cf/api/authentication/authenticationfakes" - "code.cloudfoundry.org/cli/cf/api/organizations/organizationsfakes" - "code.cloudfoundry.org/cli/cf/api/spaces/spacesfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig/coreconfigfakes" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/authentication/authenticationfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations/organizationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces/spacesfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig/coreconfigfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("Login Command", func() { diff --git a/cf/commands/logout.go b/cf/commands/logout.go index e74e6d58ae..bb5b244947 100644 --- a/cf/commands/logout.go +++ b/cf/commands/logout.go @@ -1,12 +1,12 @@ package commands import ( - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type Logout struct { diff --git a/cf/commands/logout_test.go b/cf/commands/logout_test.go index 7625ab8a4d..7a39fc7eb8 100644 --- a/cf/commands/logout_test.go +++ b/cf/commands/logout_test.go @@ -1,12 +1,12 @@ package commands_test import ( - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/oauth_token.go b/cf/commands/oauth_token.go index 3013e9d976..39f904a7d0 100644 --- a/cf/commands/oauth_token.go +++ b/cf/commands/oauth_token.go @@ -1,14 +1,14 @@ package commands import ( - "code.cloudfoundry.org/cli/cf/api/authentication" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/plugin/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/authentication" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/models" ) type OAuthToken struct { diff --git a/cf/commands/oauth_token_test.go b/cf/commands/oauth_token_test.go index 7883c92691..721c047fb2 100644 --- a/cf/commands/oauth_token_test.go +++ b/cf/commands/oauth_token_test.go @@ -3,20 +3,20 @@ package commands_test import ( "errors" - "code.cloudfoundry.org/cli/cf/api/authentication/authenticationfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - "code.cloudfoundry.org/cli/plugin/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/authentication/authenticationfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/models" "os" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/organization/create_org.go b/cf/commands/organization/create_org.go index 598c20fc4d..6477bc101d 100644 --- a/cf/commands/organization/create_org.go +++ b/cf/commands/organization/create_org.go @@ -3,19 +3,19 @@ package organization import ( "fmt" - "code.cloudfoundry.org/cli/cf" - "code.cloudfoundry.org/cli/cf/api/featureflags" - "code.cloudfoundry.org/cli/cf/api/organizations" - "code.cloudfoundry.org/cli/cf/api/quotas" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/user" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/featureflags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/quotas" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/user" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type CreateOrg struct { diff --git a/cf/commands/organization/create_org_test.go b/cf/commands/organization/create_org_test.go index d07907e686..de3cec4f18 100644 --- a/cf/commands/organization/create_org_test.go +++ b/cf/commands/organization/create_org_test.go @@ -1,22 +1,22 @@ package organization_test import ( - "code.cloudfoundry.org/cli/cf/commands/user/userfakes" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - - "code.cloudfoundry.org/cli/cf/api/featureflags/featureflagsfakes" - "code.cloudfoundry.org/cli/cf/api/organizations/organizationsfakes" - "code.cloudfoundry.org/cli/cf/api/quotas/quotasfakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - "code.cloudfoundry.org/cli/cf/commandregistry" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/user/userfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/featureflags/featureflagsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations/organizationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/quotas/quotasfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/organization/delete_org.go b/cf/commands/organization/delete_org.go index de15697f96..7669a4d202 100644 --- a/cf/commands/organization/delete_org.go +++ b/cf/commands/organization/delete_org.go @@ -3,15 +3,15 @@ package organization import ( "fmt" - "code.cloudfoundry.org/cli/cf/api/organizations" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type DeleteOrg struct { diff --git a/cf/commands/organization/delete_org_test.go b/cf/commands/organization/delete_org_test.go index dc7eeac16f..67c5f5535e 100644 --- a/cf/commands/organization/delete_org_test.go +++ b/cf/commands/organization/delete_org_test.go @@ -1,19 +1,19 @@ package organization_test import ( - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - - "code.cloudfoundry.org/cli/cf/api/organizations/organizationsfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations/organizationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/organization/org.go b/cf/commands/organization/org.go index c8d2034267..52ee58ab3f 100644 --- a/cf/commands/organization/org.go +++ b/cf/commands/organization/org.go @@ -5,16 +5,16 @@ import ( "strconv" "strings" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/formatters" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/plugin/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/formatters" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/models" ) type ShowOrg struct { diff --git a/cf/commands/organization/org_test.go b/cf/commands/organization/org_test.go index 5edc37bfe7..28f86939ce 100644 --- a/cf/commands/organization/org_test.go +++ b/cf/commands/organization/org_test.go @@ -1,18 +1,18 @@ package organization_test import ( - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - "code.cloudfoundry.org/cli/plugin/models" - - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commands/organization" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/models" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/organization" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/organization/organization_suite_test.go b/cf/commands/organization/organization_suite_test.go index 4651be2cf1..392e90b5b7 100644 --- a/cf/commands/organization/organization_suite_test.go +++ b/cf/commands/organization/organization_suite_test.go @@ -1,8 +1,8 @@ package organization_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/organization/orgs.go b/cf/commands/organization/orgs.go index 6168ccfc97..03ae7b5db7 100644 --- a/cf/commands/organization/orgs.go +++ b/cf/commands/organization/orgs.go @@ -3,15 +3,15 @@ package organization import ( "errors" - "code.cloudfoundry.org/cli/cf/api/organizations" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/plugin/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/models" ) const orgLimit = 0 diff --git a/cf/commands/organization/orgs_test.go b/cf/commands/organization/orgs_test.go index 9d5d025f39..63a2932f01 100644 --- a/cf/commands/organization/orgs_test.go +++ b/cf/commands/organization/orgs_test.go @@ -3,23 +3,23 @@ package organization_test import ( "os" - "code.cloudfoundry.org/cli/cf/api/organizations/organizationsfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - "code.cloudfoundry.org/cli/plugin/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations/organizationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/models" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - "code.cloudfoundry.org/cli/cf/commands/organization" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/organization" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("orgs command", func() { diff --git a/cf/commands/organization/rename_org.go b/cf/commands/organization/rename_org.go index cbbf929bd2..5eec1f0869 100644 --- a/cf/commands/organization/rename_org.go +++ b/cf/commands/organization/rename_org.go @@ -3,13 +3,13 @@ package organization import ( "fmt" - "code.cloudfoundry.org/cli/cf/api/organizations" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type RenameOrg struct { diff --git a/cf/commands/organization/rename_org_test.go b/cf/commands/organization/rename_org_test.go index e75b34c17c..35c540a551 100644 --- a/cf/commands/organization/rename_org_test.go +++ b/cf/commands/organization/rename_org_test.go @@ -1,19 +1,19 @@ package organization_test import ( - "code.cloudfoundry.org/cli/cf/api/organizations/organizationsfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations/organizationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("rename-org command", func() { diff --git a/cf/commands/organization/set_quota.go b/cf/commands/organization/set_quota.go index b743579a57..d8fb066be0 100644 --- a/cf/commands/organization/set_quota.go +++ b/cf/commands/organization/set_quota.go @@ -3,13 +3,13 @@ package organization import ( "fmt" - "code.cloudfoundry.org/cli/cf/api/quotas" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/quotas" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type SetQuota struct { diff --git a/cf/commands/organization/set_quota_test.go b/cf/commands/organization/set_quota_test.go index d12280f690..2e3a431b25 100644 --- a/cf/commands/organization/set_quota_test.go +++ b/cf/commands/organization/set_quota_test.go @@ -1,17 +1,17 @@ package organization_test import ( - "code.cloudfoundry.org/cli/cf/api/quotas/quotasfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/quotas/quotasfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/organization/share_private_domain.go b/cf/commands/organization/share_private_domain.go index 0e254c8efe..61e87ad47f 100644 --- a/cf/commands/organization/share_private_domain.go +++ b/cf/commands/organization/share_private_domain.go @@ -3,14 +3,14 @@ package organization import ( "fmt" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/api/organizations" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type SharePrivateDomain struct { diff --git a/cf/commands/organization/unshare_private_domain.go b/cf/commands/organization/unshare_private_domain.go index 0f60dd0739..aa9924069e 100644 --- a/cf/commands/organization/unshare_private_domain.go +++ b/cf/commands/organization/unshare_private_domain.go @@ -3,14 +3,14 @@ package organization import ( "fmt" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/api/organizations" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type UnsharePrivateDomain struct { diff --git a/cf/commands/passwd.go b/cf/commands/passwd.go index 51c9b1fa80..d9c23c1928 100644 --- a/cf/commands/passwd.go +++ b/cf/commands/passwd.go @@ -1,14 +1,14 @@ package commands import ( - "code.cloudfoundry.org/cli/cf/api/password" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/password" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type Password struct { diff --git a/cf/commands/passwd_test.go b/cf/commands/passwd_test.go index 78d5e09b41..49b5f3bf8c 100644 --- a/cf/commands/passwd_test.go +++ b/cf/commands/passwd_test.go @@ -1,19 +1,19 @@ package commands_test import ( - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("password command", func() { diff --git a/cf/commands/plugin/install_plugin.go b/cf/commands/plugin/install_plugin.go index ac9c21d567..109e34d5f5 100644 --- a/cf/commands/plugin/install_plugin.go +++ b/cf/commands/plugin/install_plugin.go @@ -8,21 +8,21 @@ import ( "os/exec" "path/filepath" - "code.cloudfoundry.org/cli/cf/actors/plugininstaller" - "code.cloudfoundry.org/cli/cf/actors/pluginrepo" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/configuration/pluginconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/cf/util/downloader" - "code.cloudfoundry.org/cli/plugin" - "code.cloudfoundry.org/cli/util" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/plugininstaller" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/pluginrepo" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/pluginconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/downloader" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/util" "code.cloudfoundry.org/gofileutils/fileutils" - pluginRPCService "code.cloudfoundry.org/cli/plugin/rpc" + pluginRPCService "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/rpc" ) type PluginInstall struct { diff --git a/cf/commands/plugin/install_plugin_test.go b/cf/commands/plugin/install_plugin_test.go index b0b3539a32..cfe2714883 100644 --- a/cf/commands/plugin/install_plugin_test.go +++ b/cf/commands/plugin/install_plugin_test.go @@ -10,25 +10,25 @@ import ( "runtime" "sync" - "code.cloudfoundry.org/cli/cf/actors/pluginrepo/pluginrepofakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commandregistry/commandregistryfakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/configuration/pluginconfig" - "code.cloudfoundry.org/cli/cf/configuration/pluginconfig/pluginconfigfakes" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - "code.cloudfoundry.org/cli/cf/util/utilfakes" - "code.cloudfoundry.org/cli/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/pluginrepo/pluginrepofakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry/commandregistryfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/pluginconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/pluginconfig/pluginconfigfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/utilfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin" clipr "code.cloudfoundry.org/cli-plugin-repo/web" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/plugin/plugin_suite_test.go b/cf/commands/plugin/plugin_suite_test.go index 624ec13440..f2121e1381 100644 --- a/cf/commands/plugin/plugin_suite_test.go +++ b/cf/commands/plugin/plugin_suite_test.go @@ -3,10 +3,10 @@ package plugin_test import ( "path/filepath" - "code.cloudfoundry.org/cli/cf/commands/plugin" - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - "code.cloudfoundry.org/cli/cf/util/testhelpers/pluginbuilder" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/pluginbuilder" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/plugin/plugins.go b/cf/commands/plugin/plugins.go index 844b1ff576..87ec7cd725 100644 --- a/cf/commands/plugin/plugins.go +++ b/cf/commands/plugin/plugins.go @@ -4,14 +4,14 @@ import ( "fmt" "sort" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/pluginconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/util" - "code.cloudfoundry.org/cli/util/sorting" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/pluginconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/util" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/sorting" ) type Plugins struct { diff --git a/cf/commands/plugin/plugins_test.go b/cf/commands/plugin/plugins_test.go index b0b6c4b54c..2ce48032fe 100644 --- a/cf/commands/plugin/plugins_test.go +++ b/cf/commands/plugin/plugins_test.go @@ -3,16 +3,16 @@ package plugin_test import ( "net/rpc" - "code.cloudfoundry.org/cli/cf/commandregistry" - plugincmd "code.cloudfoundry.org/cli/cf/commands/plugin" - "code.cloudfoundry.org/cli/cf/configuration/pluginconfig" - "code.cloudfoundry.org/cli/cf/configuration/pluginconfig/pluginconfigfakes" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - "code.cloudfoundry.org/cli/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + plugincmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/pluginconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/pluginconfig/pluginconfigfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/plugin/uninstall_plugin.go b/cf/commands/plugin/uninstall_plugin.go index 5d7574d743..b9363d6ad0 100644 --- a/cf/commands/plugin/uninstall_plugin.go +++ b/cf/commands/plugin/uninstall_plugin.go @@ -8,13 +8,13 @@ import ( "os/exec" "time" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/pluginconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" - rpcService "code.cloudfoundry.org/cli/plugin/rpc" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/pluginconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + rpcService "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/rpc" ) type PluginUninstall struct { diff --git a/cf/commands/plugin/uninstall_plugin_test.go b/cf/commands/plugin/uninstall_plugin_test.go index e5e32911a7..4cc64506a8 100644 --- a/cf/commands/plugin/uninstall_plugin_test.go +++ b/cf/commands/plugin/uninstall_plugin_test.go @@ -5,17 +5,17 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration" - "code.cloudfoundry.org/cli/cf/configuration/confighelpers" - "code.cloudfoundry.org/cli/cf/configuration/pluginconfig" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/confighelpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/pluginconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" "code.cloudfoundry.org/gofileutils/fileutils" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/pluginrepo/add_plugin_repo.go b/cf/commands/pluginrepo/add_plugin_repo.go index b91f44bb42..b1d80f2d5b 100644 --- a/cf/commands/pluginrepo/add_plugin_repo.go +++ b/cf/commands/pluginrepo/add_plugin_repo.go @@ -10,16 +10,16 @@ import ( "net/url" "strings" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" clipr "code.cloudfoundry.org/cli-plugin-repo/web" - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) type AddPluginRepo struct { diff --git a/cf/commands/pluginrepo/add_plugin_repo_test.go b/cf/commands/pluginrepo/add_plugin_repo_test.go index 2fd73ad6bc..b124060277 100644 --- a/cf/commands/pluginrepo/add_plugin_repo_test.go +++ b/cf/commands/pluginrepo/add_plugin_repo_test.go @@ -5,15 +5,15 @@ import ( "net/http" "net/http/httptest" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/pluginrepo/list_plugin_repos.go b/cf/commands/pluginrepo/list_plugin_repos.go index d7a1b0a629..4df7bad28c 100644 --- a/cf/commands/pluginrepo/list_plugin_repos.go +++ b/cf/commands/pluginrepo/list_plugin_repos.go @@ -1,13 +1,13 @@ package pluginrepo import ( - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) type ListPluginRepos struct { diff --git a/cf/commands/pluginrepo/list_plugin_repos_test.go b/cf/commands/pluginrepo/list_plugin_repos_test.go index fb562e2446..1a2d937d83 100644 --- a/cf/commands/pluginrepo/list_plugin_repos_test.go +++ b/cf/commands/pluginrepo/list_plugin_repos_test.go @@ -1,16 +1,16 @@ package pluginrepo_test import ( - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/pluginrepo/plugin_repo_suite_test.go b/cf/commands/pluginrepo/plugin_repo_suite_test.go index ffdf5b8f1e..13f8b7f09d 100644 --- a/cf/commands/pluginrepo/plugin_repo_suite_test.go +++ b/cf/commands/pluginrepo/plugin_repo_suite_test.go @@ -1,9 +1,9 @@ package pluginrepo_test import ( - "code.cloudfoundry.org/cli/cf/commands/pluginrepo" - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/pluginrepo" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/pluginrepo/remove_plugin_repo.go b/cf/commands/pluginrepo/remove_plugin_repo.go index 6d4aa411e0..e25cc01723 100644 --- a/cf/commands/pluginrepo/remove_plugin_repo.go +++ b/cf/commands/pluginrepo/remove_plugin_repo.go @@ -5,13 +5,13 @@ import ( "fmt" "strings" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) type RemovePluginRepo struct { diff --git a/cf/commands/pluginrepo/remove_plugin_repo_test.go b/cf/commands/pluginrepo/remove_plugin_repo_test.go index 7f181d2849..e001030f96 100644 --- a/cf/commands/pluginrepo/remove_plugin_repo_test.go +++ b/cf/commands/pluginrepo/remove_plugin_repo_test.go @@ -1,15 +1,15 @@ package pluginrepo_test import ( - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/pluginrepo/repo_plugins.go b/cf/commands/pluginrepo/repo_plugins.go index dd0af956b9..a35eedd21d 100644 --- a/cf/commands/pluginrepo/repo_plugins.go +++ b/cf/commands/pluginrepo/repo_plugins.go @@ -4,17 +4,17 @@ import ( "errors" "strings" - "code.cloudfoundry.org/cli/cf/actors/pluginrepo" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/pluginrepo" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" clipr "code.cloudfoundry.org/cli-plugin-repo/web" - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) type RepoPlugins struct { diff --git a/cf/commands/pluginrepo/repo_plugins_test.go b/cf/commands/pluginrepo/repo_plugins_test.go index 31149d37c9..9bc2e5aa5e 100644 --- a/cf/commands/pluginrepo/repo_plugins_test.go +++ b/cf/commands/pluginrepo/repo_plugins_test.go @@ -1,20 +1,20 @@ package pluginrepo_test import ( - "code.cloudfoundry.org/cli/cf/actors/pluginrepo/pluginrepofakes" - "code.cloudfoundry.org/cli/cf/commands/pluginrepo" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/pluginrepo/pluginrepofakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/pluginrepo" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" - "code.cloudfoundry.org/cli/cf/commandregistry" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" clipr "code.cloudfoundry.org/cli-plugin-repo/web" - "code.cloudfoundry.org/cli/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/quota/create_quota.go b/cf/commands/quota/create_quota.go index bfcce94986..ba3c7b2010 100644 --- a/cf/commands/quota/create_quota.go +++ b/cf/commands/quota/create_quota.go @@ -5,17 +5,17 @@ import ( "encoding/json" - "code.cloudfoundry.org/cli/cf/api/quotas" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/formatters" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/quotas" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/formatters" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type CreateQuota struct { diff --git a/cf/commands/quota/create_quota_test.go b/cf/commands/quota/create_quota_test.go index 1dc360d929..0240ced0cf 100644 --- a/cf/commands/quota/create_quota_test.go +++ b/cf/commands/quota/create_quota_test.go @@ -1,24 +1,24 @@ package quota_test import ( - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "encoding/json" - "code.cloudfoundry.org/cli/cf/api/quotas/quotasfakes" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/commands/quota" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/quotas/quotasfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/quota" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" ) var _ = Describe("create-quota command", func() { diff --git a/cf/commands/quota/delete_quota.go b/cf/commands/quota/delete_quota.go index d8e08d7fbb..3ea9507287 100644 --- a/cf/commands/quota/delete_quota.go +++ b/cf/commands/quota/delete_quota.go @@ -3,14 +3,14 @@ package quota import ( "fmt" - "code.cloudfoundry.org/cli/cf/api/quotas" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/quotas" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type DeleteQuota struct { diff --git a/cf/commands/quota/delete_quota_test.go b/cf/commands/quota/delete_quota_test.go index 15d7712d8c..2f5a8afd63 100644 --- a/cf/commands/quota/delete_quota_test.go +++ b/cf/commands/quota/delete_quota_test.go @@ -1,18 +1,18 @@ package quota_test import ( - "code.cloudfoundry.org/cli/cf/api/quotas/quotasfakes" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/quotas/quotasfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/quota/quota.go b/cf/commands/quota/quota.go index d1e91e8b5d..333bfadd2b 100644 --- a/cf/commands/quota/quota.go +++ b/cf/commands/quota/quota.go @@ -4,16 +4,16 @@ import ( "fmt" "strconv" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - - "code.cloudfoundry.org/cli/cf/api/quotas" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/formatters" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/quotas" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/formatters" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type showQuota struct { diff --git a/cf/commands/quota/quota_suite_test.go b/cf/commands/quota/quota_suite_test.go index 6b85a5162b..c58d9c3d2f 100644 --- a/cf/commands/quota/quota_suite_test.go +++ b/cf/commands/quota/quota_suite_test.go @@ -1,8 +1,8 @@ package quota_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/quota/quota_test.go b/cf/commands/quota/quota_test.go index a9cc5338bf..39549c8003 100644 --- a/cf/commands/quota/quota_test.go +++ b/cf/commands/quota/quota_test.go @@ -4,18 +4,18 @@ import ( . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - "code.cloudfoundry.org/cli/cf/api/quotas/quotasfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/quotas/quotasfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("quota", func() { diff --git a/cf/commands/quota/quotas.go b/cf/commands/quota/quotas.go index ef9396576a..db4915bf69 100644 --- a/cf/commands/quota/quotas.go +++ b/cf/commands/quota/quotas.go @@ -4,16 +4,16 @@ import ( "fmt" "strconv" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - - "code.cloudfoundry.org/cli/cf/api/quotas" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/formatters" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/quotas" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/formatters" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type ListQuotas struct { diff --git a/cf/commands/quota/quotas_test.go b/cf/commands/quota/quotas_test.go index b1943718a4..c6d9d184b3 100644 --- a/cf/commands/quota/quotas_test.go +++ b/cf/commands/quota/quotas_test.go @@ -1,21 +1,21 @@ package quota_test import ( - "code.cloudfoundry.org/cli/cf/api/quotas/quotasfakes" - "code.cloudfoundry.org/cli/cf/commands/quota" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - "code.cloudfoundry.org/cli/cf/terminal" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/quotas/quotasfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/quota" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/quota/update_quota.go b/cf/commands/quota/update_quota.go index ead549e379..d0514abe33 100644 --- a/cf/commands/quota/update_quota.go +++ b/cf/commands/quota/update_quota.go @@ -6,14 +6,14 @@ import ( "encoding/json" - "code.cloudfoundry.org/cli/cf/api/quotas" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/formatters" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/quotas" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/formatters" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type UpdateQuota struct { diff --git a/cf/commands/quota/update_quota_test.go b/cf/commands/quota/update_quota_test.go index dfb4923fe3..c5bf2ea588 100644 --- a/cf/commands/quota/update_quota_test.go +++ b/cf/commands/quota/update_quota_test.go @@ -1,23 +1,23 @@ package quota_test import ( - "code.cloudfoundry.org/cli/cf/api/quotas/quotasfakes" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/commandregistry" - cmdsQuota "code.cloudfoundry.org/cli/cf/commands/quota" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/quotas/quotasfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + cmdsQuota "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/quota" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" "encoding/json" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/route/check_route.go b/cf/commands/route/check_route.go index 846d09ceeb..e7df50310f 100644 --- a/cf/commands/route/check_route.go +++ b/cf/commands/route/check_route.go @@ -4,13 +4,13 @@ import ( "fmt" "strings" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type CheckRoute struct { diff --git a/cf/commands/route/check_route_test.go b/cf/commands/route/check_route_test.go index b59505a9e9..38bd447b4a 100644 --- a/cf/commands/route/check_route_test.go +++ b/cf/commands/route/check_route_test.go @@ -3,20 +3,20 @@ package route_test import ( "errors" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/route" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/route" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" - "code.cloudfoundry.org/cli/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/route/create_route.go b/cf/commands/route/create_route.go index d9c0cd3c70..cf14b990e6 100644 --- a/cf/commands/route/create_route.go +++ b/cf/commands/route/create_route.go @@ -3,14 +3,14 @@ package route import ( "fmt" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . Creator diff --git a/cf/commands/route/create_route_test.go b/cf/commands/route/create_route_test.go index 2ba6aa71fe..920c23a0a6 100644 --- a/cf/commands/route/create_route_test.go +++ b/cf/commands/route/create_route_test.go @@ -3,19 +3,19 @@ package route_test import ( "errors" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/route" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/route" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" - "code.cloudfoundry.org/cli/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/route/delete_orphaned_routes.go b/cf/commands/route/delete_orphaned_routes.go index 7eb1ec04a2..d7558d6c71 100644 --- a/cf/commands/route/delete_orphaned_routes.go +++ b/cf/commands/route/delete_orphaned_routes.go @@ -3,14 +3,14 @@ package route import ( "errors" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type DeleteOrphanedRoutes struct { diff --git a/cf/commands/route/delete_orphaned_routes_test.go b/cf/commands/route/delete_orphaned_routes_test.go index f74e9de88c..37da68abd3 100644 --- a/cf/commands/route/delete_orphaned_routes_test.go +++ b/cf/commands/route/delete_orphaned_routes_test.go @@ -1,19 +1,19 @@ package route_test import ( - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/route" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/route" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/route/delete_route.go b/cf/commands/route/delete_route.go index 99eee02add..052621e786 100644 --- a/cf/commands/route/delete_route.go +++ b/cf/commands/route/delete_route.go @@ -3,15 +3,15 @@ package route import ( "fmt" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type DeleteRoute struct { diff --git a/cf/commands/route/delete_route_test.go b/cf/commands/route/delete_route_test.go index bbbc800b00..e3ea30de59 100644 --- a/cf/commands/route/delete_route_test.go +++ b/cf/commands/route/delete_route_test.go @@ -3,21 +3,21 @@ package route_test import ( "strings" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/route" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/route" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" - "code.cloudfoundry.org/cli/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/route/map_route.go b/cf/commands/route/map_route.go index 4c0c1f2a43..fe2d907605 100644 --- a/cf/commands/route/map_route.go +++ b/cf/commands/route/map_route.go @@ -5,13 +5,13 @@ import ( "fmt" "strings" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type MapRoute struct { diff --git a/cf/commands/route/map_route_test.go b/cf/commands/route/map_route_test.go index 42cb38bb47..ab0f333a6e 100644 --- a/cf/commands/route/map_route_test.go +++ b/cf/commands/route/map_route_test.go @@ -3,23 +3,23 @@ package route_test import ( "errors" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/route" - "code.cloudfoundry.org/cli/cf/commands/route/routefakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/route" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/route/routefakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" - "code.cloudfoundry.org/cli/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" "strings" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/route/route_suite_test.go b/cf/commands/route/route_suite_test.go index e696c8249a..4fc72a8363 100644 --- a/cf/commands/route/route_suite_test.go +++ b/cf/commands/route/route_suite_test.go @@ -1,8 +1,8 @@ package route_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/route/routefakes/fake_creator.go b/cf/commands/route/routefakes/fake_creator.go index b0118b6c41..c173b261b8 100644 --- a/cf/commands/route/routefakes/fake_creator.go +++ b/cf/commands/route/routefakes/fake_creator.go @@ -4,8 +4,8 @@ package routefakes import ( "sync" - "code.cloudfoundry.org/cli/cf/commands/route" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/route" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeCreator struct { diff --git a/cf/commands/route/routefakes/old_fake_route_creator.go b/cf/commands/route/routefakes/old_fake_route_creator.go index c95e3c09e2..b2c3e49ff4 100644 --- a/cf/commands/route/routefakes/old_fake_route_creator.go +++ b/cf/commands/route/routefakes/old_fake_route_creator.go @@ -3,11 +3,11 @@ package routefakes import ( "sync" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/route" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/route" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" ) type OldFakeRouteCreator struct { diff --git a/cf/commands/route/routes.go b/cf/commands/route/routes.go index 7d29857103..17f1a2b291 100644 --- a/cf/commands/route/routes.go +++ b/cf/commands/route/routes.go @@ -5,15 +5,15 @@ import ( "fmt" "strings" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type ListRoutes struct { diff --git a/cf/commands/route/routes_test.go b/cf/commands/route/routes_test.go index 52f375a942..c835ec1c2b 100644 --- a/cf/commands/route/routes_test.go +++ b/cf/commands/route/routes_test.go @@ -3,22 +3,22 @@ package route_test import ( "errors" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - "code.cloudfoundry.org/cli/cf/terminal" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - "code.cloudfoundry.org/cli/cf/commands/route" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/route" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("routes command", func() { diff --git a/cf/commands/route/unmap_route.go b/cf/commands/route/unmap_route.go index a49f850d7e..066417a22f 100644 --- a/cf/commands/route/unmap_route.go +++ b/cf/commands/route/unmap_route.go @@ -3,13 +3,13 @@ package route import ( "fmt" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type UnmapRoute struct { diff --git a/cf/commands/route/unmap_route_test.go b/cf/commands/route/unmap_route_test.go index 592507b52e..43dc439e73 100644 --- a/cf/commands/route/unmap_route_test.go +++ b/cf/commands/route/unmap_route_test.go @@ -3,22 +3,22 @@ package route_test import ( "errors" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/route" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/route" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" - "code.cloudfoundry.org/cli/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" "strings" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/routergroups/router_groups.go b/cf/commands/routergroups/router_groups.go index 71f8fc8f62..647cb668af 100644 --- a/cf/commands/routergroups/router_groups.go +++ b/cf/commands/routergroups/router_groups.go @@ -3,14 +3,14 @@ package routergroups import ( "errors" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type RouterGroups struct { diff --git a/cf/commands/routergroups/router_groups_test.go b/cf/commands/routergroups/router_groups_test.go index 232e7d4beb..4372dc25be 100644 --- a/cf/commands/routergroups/router_groups_test.go +++ b/cf/commands/routergroups/router_groups_test.go @@ -3,18 +3,18 @@ package routergroups_test import ( "errors" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - "code.cloudfoundry.org/cli/cf/commands/routergroups" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/routergroups" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/routergroups/routergroups_suite_test.go b/cf/commands/routergroups/routergroups_suite_test.go index a2f6908061..49d3222325 100644 --- a/cf/commands/routergroups/routergroups_suite_test.go +++ b/cf/commands/routergroups/routergroups_suite_test.go @@ -1,8 +1,8 @@ package routergroups_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/securitygroup/bind_running_security_group.go b/cf/commands/securitygroup/bind_running_security_group.go index c2258fd452..31e1d36d5f 100644 --- a/cf/commands/securitygroup/bind_running_security_group.go +++ b/cf/commands/securitygroup/bind_running_security_group.go @@ -3,14 +3,14 @@ package securitygroup import ( "fmt" - "code.cloudfoundry.org/cli/cf/api/securitygroups" - "code.cloudfoundry.org/cli/cf/api/securitygroups/defaults/running" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/defaults/running" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type bindToRunningGroup struct { diff --git a/cf/commands/securitygroup/bind_running_security_group_test.go b/cf/commands/securitygroup/bind_running_security_group_test.go index a4706c6327..e70c169506 100644 --- a/cf/commands/securitygroup/bind_running_security_group_test.go +++ b/cf/commands/securitygroup/bind_running_security_group_test.go @@ -3,18 +3,18 @@ package securitygroup_test import ( "errors" - "code.cloudfoundry.org/cli/cf/api/securitygroups/defaults/running/runningfakes" - "code.cloudfoundry.org/cli/cf/api/securitygroups/securitygroupsfakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - "code.cloudfoundry.org/cli/cf/commandregistry" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/defaults/running/runningfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/securitygroupsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/securitygroup/bind_security_group.go b/cf/commands/securitygroup/bind_security_group.go index 0f6d97f996..81e81d0c04 100644 --- a/cf/commands/securitygroup/bind_security_group.go +++ b/cf/commands/securitygroup/bind_security_group.go @@ -3,17 +3,17 @@ package securitygroup import ( "fmt" - "code.cloudfoundry.org/cli/cf/api/organizations" - "code.cloudfoundry.org/cli/cf/api/securitygroups" - sgbinder "code.cloudfoundry.org/cli/cf/api/securitygroups/spaces" - "code.cloudfoundry.org/cli/cf/api/spaces" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups" + sgbinder "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/spaces" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type BindSecurityGroup struct { diff --git a/cf/commands/securitygroup/bind_security_group_test.go b/cf/commands/securitygroup/bind_security_group_test.go index 1520177b18..75f0a7be44 100644 --- a/cf/commands/securitygroup/bind_security_group_test.go +++ b/cf/commands/securitygroup/bind_security_group_test.go @@ -1,21 +1,21 @@ package securitygroup_test import ( - "code.cloudfoundry.org/cli/cf/api/organizations/organizationsfakes" - "code.cloudfoundry.org/cli/cf/api/securitygroups/securitygroupsfakes" - "code.cloudfoundry.org/cli/cf/api/securitygroups/spaces/spacesfakes" - spacesapifakes "code.cloudfoundry.org/cli/cf/api/spaces/spacesfakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - "code.cloudfoundry.org/cli/cf/commandregistry" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations/organizationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/securitygroupsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/spaces/spacesfakes" + spacesapifakes "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces/spacesfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/securitygroup/bind_staging_security_group.go b/cf/commands/securitygroup/bind_staging_security_group.go index cb9daaa463..f4144eb90d 100644 --- a/cf/commands/securitygroup/bind_staging_security_group.go +++ b/cf/commands/securitygroup/bind_staging_security_group.go @@ -3,14 +3,14 @@ package securitygroup import ( "fmt" - "code.cloudfoundry.org/cli/cf/api/securitygroups" - "code.cloudfoundry.org/cli/cf/api/securitygroups/defaults/staging" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/defaults/staging" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type bindToStagingGroup struct { diff --git a/cf/commands/securitygroup/bind_staging_security_group_test.go b/cf/commands/securitygroup/bind_staging_security_group_test.go index 9b56dbd63f..987db5c896 100644 --- a/cf/commands/securitygroup/bind_staging_security_group_test.go +++ b/cf/commands/securitygroup/bind_staging_security_group_test.go @@ -3,18 +3,18 @@ package securitygroup_test import ( "errors" - "code.cloudfoundry.org/cli/cf/api/securitygroups/defaults/staging/stagingfakes" - "code.cloudfoundry.org/cli/cf/api/securitygroups/securitygroupsfakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - "code.cloudfoundry.org/cli/cf/commandregistry" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/defaults/staging/stagingfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/securitygroupsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/securitygroup/create_security_group.go b/cf/commands/securitygroup/create_security_group.go index 03b0cb7265..4e86cd8869 100644 --- a/cf/commands/securitygroup/create_security_group.go +++ b/cf/commands/securitygroup/create_security_group.go @@ -3,16 +3,16 @@ package securitygroup import ( "fmt" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - - "code.cloudfoundry.org/cli/cf/api/securitygroups" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/cf/util/json" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/json" ) type CreateSecurityGroup struct { diff --git a/cf/commands/securitygroup/create_security_group_test.go b/cf/commands/securitygroup/create_security_group_test.go index 38e7b62a92..af8a71ae83 100644 --- a/cf/commands/securitygroup/create_security_group_test.go +++ b/cf/commands/securitygroup/create_security_group_test.go @@ -4,17 +4,17 @@ import ( "io/ioutil" "os" - "code.cloudfoundry.org/cli/cf/api/securitygroups/securitygroupsfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/securitygroupsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/securitygroup/delete_security_group.go b/cf/commands/securitygroup/delete_security_group.go index 5b650d2cd0..a529ca5129 100644 --- a/cf/commands/securitygroup/delete_security_group.go +++ b/cf/commands/securitygroup/delete_security_group.go @@ -3,14 +3,14 @@ package securitygroup import ( "fmt" - "code.cloudfoundry.org/cli/cf/api/securitygroups" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type DeleteSecurityGroup struct { diff --git a/cf/commands/securitygroup/delete_security_group_test.go b/cf/commands/securitygroup/delete_security_group_test.go index 973f90d575..202cd2c0e1 100644 --- a/cf/commands/securitygroup/delete_security_group_test.go +++ b/cf/commands/securitygroup/delete_security_group_test.go @@ -1,18 +1,18 @@ package securitygroup_test import ( - "code.cloudfoundry.org/cli/cf/api/securitygroups/securitygroupsfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/securitygroupsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/securitygroup/running_security_groups.go b/cf/commands/securitygroup/running_security_groups.go index ea1d979668..d7d497fd19 100644 --- a/cf/commands/securitygroup/running_security_groups.go +++ b/cf/commands/securitygroup/running_security_groups.go @@ -1,13 +1,13 @@ package securitygroup import ( - "code.cloudfoundry.org/cli/cf/api/securitygroups/defaults/running" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/defaults/running" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type listRunningSecurityGroups struct { diff --git a/cf/commands/securitygroup/running_security_groups_test.go b/cf/commands/securitygroup/running_security_groups_test.go index 4d4287c8de..566d45f62c 100644 --- a/cf/commands/securitygroup/running_security_groups_test.go +++ b/cf/commands/securitygroup/running_security_groups_test.go @@ -1,19 +1,19 @@ package securitygroup_test import ( - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" - "code.cloudfoundry.org/cli/cf/api/securitygroups/defaults/running/runningfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/defaults/running/runningfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/securitygroup/security_group.go b/cf/commands/securitygroup/security_group.go index 8027bbceec..eb3c443a14 100644 --- a/cf/commands/securitygroup/security_group.go +++ b/cf/commands/securitygroup/security_group.go @@ -4,14 +4,14 @@ import ( "encoding/json" "fmt" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - - "code.cloudfoundry.org/cli/cf/api/securitygroups" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type ShowSecurityGroup struct { diff --git a/cf/commands/securitygroup/security_group_test.go b/cf/commands/securitygroup/security_group_test.go index d15204d755..11d1c9a5db 100644 --- a/cf/commands/securitygroup/security_group_test.go +++ b/cf/commands/securitygroup/security_group_test.go @@ -1,18 +1,18 @@ package securitygroup_test import ( - "code.cloudfoundry.org/cli/cf/api/securitygroups/securitygroupsfakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - "code.cloudfoundry.org/cli/cf/commandregistry" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/securitygroupsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/securitygroup/security_groups.go b/cf/commands/securitygroup/security_groups.go index e72e63370f..ce1d899041 100644 --- a/cf/commands/securitygroup/security_groups.go +++ b/cf/commands/securitygroup/security_groups.go @@ -3,15 +3,15 @@ package securitygroup import ( "fmt" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - - "code.cloudfoundry.org/cli/cf/api/securitygroups" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type SecurityGroups struct { diff --git a/cf/commands/securitygroup/security_groups_test.go b/cf/commands/securitygroup/security_groups_test.go index fd97a16976..ecdf52b247 100644 --- a/cf/commands/securitygroup/security_groups_test.go +++ b/cf/commands/securitygroup/security_groups_test.go @@ -1,20 +1,20 @@ package securitygroup_test import ( - "code.cloudfoundry.org/cli/cf/api/securitygroups/securitygroupsfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - "code.cloudfoundry.org/cli/cf/commands/securitygroup" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/securitygroupsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/securitygroup" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/securitygroup/staging_security_groups.go b/cf/commands/securitygroup/staging_security_groups.go index bdf730f1c0..2de227b096 100644 --- a/cf/commands/securitygroup/staging_security_groups.go +++ b/cf/commands/securitygroup/staging_security_groups.go @@ -1,13 +1,13 @@ package securitygroup import ( - "code.cloudfoundry.org/cli/cf/api/securitygroups/defaults/staging" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/defaults/staging" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type listStagingSecurityGroups struct { diff --git a/cf/commands/securitygroup/staging_security_groups_test.go b/cf/commands/securitygroup/staging_security_groups_test.go index 169b8800cd..04cf51ae8c 100644 --- a/cf/commands/securitygroup/staging_security_groups_test.go +++ b/cf/commands/securitygroup/staging_security_groups_test.go @@ -1,19 +1,19 @@ package securitygroup_test import ( - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" - "code.cloudfoundry.org/cli/cf/api/securitygroups/defaults/staging/stagingfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/defaults/staging/stagingfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/securitygroup/suite_test.go b/cf/commands/securitygroup/suite_test.go index aa752db5ab..c41a683b1a 100644 --- a/cf/commands/securitygroup/suite_test.go +++ b/cf/commands/securitygroup/suite_test.go @@ -1,8 +1,8 @@ package securitygroup_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/securitygroup/unbind_running_security_group.go b/cf/commands/securitygroup/unbind_running_security_group.go index 2e4bbc4192..525d717260 100644 --- a/cf/commands/securitygroup/unbind_running_security_group.go +++ b/cf/commands/securitygroup/unbind_running_security_group.go @@ -3,15 +3,15 @@ package securitygroup import ( "fmt" - "code.cloudfoundry.org/cli/cf/api/securitygroups" - "code.cloudfoundry.org/cli/cf/api/securitygroups/defaults/running" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/defaults/running" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type unbindFromRunningGroup struct { diff --git a/cf/commands/securitygroup/unbind_running_security_group_test.go b/cf/commands/securitygroup/unbind_running_security_group_test.go index 04befbbd77..22c8fc644a 100644 --- a/cf/commands/securitygroup/unbind_running_security_group_test.go +++ b/cf/commands/securitygroup/unbind_running_security_group_test.go @@ -1,19 +1,19 @@ package securitygroup_test import ( - "code.cloudfoundry.org/cli/cf/api/securitygroups/defaults/running/runningfakes" - "code.cloudfoundry.org/cli/cf/api/securitygroups/securitygroupsfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/defaults/running/runningfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/securitygroupsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/securitygroup/unbind_security_group.go b/cf/commands/securitygroup/unbind_security_group.go index ca1159d28c..f93e24d544 100644 --- a/cf/commands/securitygroup/unbind_security_group.go +++ b/cf/commands/securitygroup/unbind_security_group.go @@ -3,16 +3,16 @@ package securitygroup import ( "fmt" - "code.cloudfoundry.org/cli/cf/api/organizations" - "code.cloudfoundry.org/cli/cf/api/securitygroups" - sgbinder "code.cloudfoundry.org/cli/cf/api/securitygroups/spaces" - "code.cloudfoundry.org/cli/cf/api/spaces" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups" + sgbinder "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/spaces" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type UnbindSecurityGroup struct { diff --git a/cf/commands/securitygroup/unbind_security_group_test.go b/cf/commands/securitygroup/unbind_security_group_test.go index 2a2ada51fa..27a582a471 100644 --- a/cf/commands/securitygroup/unbind_security_group_test.go +++ b/cf/commands/securitygroup/unbind_security_group_test.go @@ -3,20 +3,20 @@ package securitygroup_test import ( "errors" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - - "code.cloudfoundry.org/cli/cf/api/organizations/organizationsfakes" - "code.cloudfoundry.org/cli/cf/api/securitygroups/securitygroupsfakes" - "code.cloudfoundry.org/cli/cf/api/securitygroups/spaces/spacesfakes" - spacesapifakes "code.cloudfoundry.org/cli/cf/api/spaces/spacesfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations/organizationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/securitygroupsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/spaces/spacesfakes" + spacesapifakes "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces/spacesfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/securitygroup/unbind_staging_security_group.go b/cf/commands/securitygroup/unbind_staging_security_group.go index c47897625e..dba6944a77 100644 --- a/cf/commands/securitygroup/unbind_staging_security_group.go +++ b/cf/commands/securitygroup/unbind_staging_security_group.go @@ -3,15 +3,15 @@ package securitygroup import ( "fmt" - "code.cloudfoundry.org/cli/cf/api/securitygroups" - "code.cloudfoundry.org/cli/cf/api/securitygroups/defaults/staging" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/defaults/staging" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type unbindFromStagingGroup struct { diff --git a/cf/commands/securitygroup/unbind_staging_security_group_test.go b/cf/commands/securitygroup/unbind_staging_security_group_test.go index c2aebeaf58..098823f306 100644 --- a/cf/commands/securitygroup/unbind_staging_security_group_test.go +++ b/cf/commands/securitygroup/unbind_staging_security_group_test.go @@ -1,19 +1,19 @@ package securitygroup_test import ( - "code.cloudfoundry.org/cli/cf/api/securitygroups/defaults/staging/stagingfakes" - "code.cloudfoundry.org/cli/cf/api/securitygroups/securitygroupsfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/defaults/staging/stagingfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/securitygroupsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/securitygroup/update_security_group.go b/cf/commands/securitygroup/update_security_group.go index d249bded6c..ce859d609f 100644 --- a/cf/commands/securitygroup/update_security_group.go +++ b/cf/commands/securitygroup/update_security_group.go @@ -3,15 +3,15 @@ package securitygroup import ( "fmt" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" - "code.cloudfoundry.org/cli/cf/api/securitygroups" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/cf/util/json" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/json" ) type UpdateSecurityGroup struct { diff --git a/cf/commands/securitygroup/update_security_group_test.go b/cf/commands/securitygroup/update_security_group_test.go index d748bdd4a3..1b86659611 100644 --- a/cf/commands/securitygroup/update_security_group_test.go +++ b/cf/commands/securitygroup/update_security_group_test.go @@ -4,18 +4,18 @@ import ( "io/ioutil" "os" - "code.cloudfoundry.org/cli/cf/api/securitygroups/securitygroupsfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/securitygroups/securitygroupsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/service/bind_route_service.go b/cf/commands/service/bind_route_service.go index 6cf791376c..50cde10f23 100644 --- a/cf/commands/service/bind_route_service.go +++ b/cf/commands/service/bind_route_service.go @@ -4,15 +4,15 @@ import ( "fmt" "strings" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flagcontext" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flagcontext" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type BindRouteService struct { diff --git a/cf/commands/service/bind_route_service_test.go b/cf/commands/service/bind_route_service_test.go index be47e71954..bad98756e7 100644 --- a/cf/commands/service/bind_route_service_test.go +++ b/cf/commands/service/bind_route_service_test.go @@ -5,20 +5,20 @@ import ( "net/http" "os" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/service" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - - "code.cloudfoundry.org/cli/cf/api/apifakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/service" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/service/bind_service.go b/cf/commands/service/bind_service.go index 7acdb3c875..6d917bf978 100644 --- a/cf/commands/service/bind_service.go +++ b/cf/commands/service/bind_service.go @@ -3,17 +3,17 @@ package service import ( "fmt" - "code.cloudfoundry.org/cli/cf" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/cf/util/json" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/json" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . Binder diff --git a/cf/commands/service/bind_service_test.go b/cf/commands/service/bind_service_test.go index 4eadc1d693..019a00f89b 100644 --- a/cf/commands/service/bind_service_test.go +++ b/cf/commands/service/bind_service_test.go @@ -5,20 +5,20 @@ import ( "net/http" "os" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - "code.cloudfoundry.org/cli/cf/errors" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("bind-service command", func() { diff --git a/cf/commands/service/create_service.go b/cf/commands/service/create_service.go index 62b75952d3..1630bb5ea3 100644 --- a/cf/commands/service/create_service.go +++ b/cf/commands/service/create_service.go @@ -3,18 +3,18 @@ package service import ( "fmt" - "code.cloudfoundry.org/cli/cf/actors/servicebuilder" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/cf/uihelpers" - "code.cloudfoundry.org/cli/cf/util/json" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/servicebuilder" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/uihelpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/json" ) type CreateService struct { diff --git a/cf/commands/service/create_service_test.go b/cf/commands/service/create_service_test.go index cc620d91a0..0f28ee4a15 100644 --- a/cf/commands/service/create_service_test.go +++ b/cf/commands/service/create_service_test.go @@ -5,24 +5,24 @@ import ( "io/ioutil" "os" - "code.cloudfoundry.org/cli/cf/actors/servicebuilder/servicebuilderfakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/servicebuilder/servicebuilderfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" - "code.cloudfoundry.org/cli/cf/api/apifakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" - "code.cloudfoundry.org/cli/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("create-service command", func() { diff --git a/cf/commands/service/create_user_provided_service.go b/cf/commands/service/create_user_provided_service.go index c56846f61b..9e01d6f850 100644 --- a/cf/commands/service/create_user_provided_service.go +++ b/cf/commands/service/create_user_provided_service.go @@ -4,19 +4,19 @@ import ( "encoding/json" "strings" - "code.cloudfoundry.org/cli/cf" - "code.cloudfoundry.org/cli/cf/flagcontext" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/uihelpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flagcontext" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/uihelpers" "fmt" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type CreateUserProvidedService struct { diff --git a/cf/commands/service/create_user_provided_service_test.go b/cf/commands/service/create_user_provided_service_test.go index 60831dbfa0..7d1fb3bb17 100644 --- a/cf/commands/service/create_user_provided_service_test.go +++ b/cf/commands/service/create_user_provided_service_test.go @@ -5,19 +5,19 @@ import ( "io/ioutil" "os" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/service" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/service" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" "github.com/blang/semver" - "code.cloudfoundry.org/cli/cf/api/apifakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/service/delete_service.go b/cf/commands/service/delete_service.go index c069134ade..da6f847f73 100644 --- a/cf/commands/service/delete_service.go +++ b/cf/commands/service/delete_service.go @@ -3,14 +3,14 @@ package service import ( "fmt" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type DeleteService struct { diff --git a/cf/commands/service/delete_service_test.go b/cf/commands/service/delete_service_test.go index ec43cb6898..4d74dda8fb 100644 --- a/cf/commands/service/delete_service_test.go +++ b/cf/commands/service/delete_service_test.go @@ -1,20 +1,20 @@ package service_test import ( - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("delete-service command", func() { diff --git a/cf/commands/service/marketplace.go b/cf/commands/service/marketplace.go index 83df62512e..6cb062a6b1 100644 --- a/cf/commands/service/marketplace.go +++ b/cf/commands/service/marketplace.go @@ -6,15 +6,15 @@ import ( "sort" "strings" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - - "code.cloudfoundry.org/cli/cf/actors/servicebuilder" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/servicebuilder" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type MarketplaceServices struct { diff --git a/cf/commands/service/marketplace_test.go b/cf/commands/service/marketplace_test.go index 8b59d72809..e67c0d10d9 100644 --- a/cf/commands/service/marketplace_test.go +++ b/cf/commands/service/marketplace_test.go @@ -1,21 +1,21 @@ package service_test import ( - "code.cloudfoundry.org/cli/cf/actors/servicebuilder/servicebuilderfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/servicebuilder/servicebuilderfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - "code.cloudfoundry.org/cli/cf/commands/service" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/service" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("marketplace command", func() { diff --git a/cf/commands/service/migrate_service_instances.go b/cf/commands/service/migrate_service_instances.go index 6424d85884..6f4701420f 100644 --- a/cf/commands/service/migrate_service_instances.go +++ b/cf/commands/service/migrate_service_instances.go @@ -3,17 +3,17 @@ package service import ( "fmt" - "code.cloudfoundry.org/cli/cf" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type MigrateServiceInstances struct { diff --git a/cf/commands/service/migrate_service_instances_test.go b/cf/commands/service/migrate_service_instances_test.go index 8dc41f27b8..012f8d4b50 100644 --- a/cf/commands/service/migrate_service_instances_test.go +++ b/cf/commands/service/migrate_service_instances_test.go @@ -1,20 +1,20 @@ package service_test import ( - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("migrating service instances from v1 to v2", func() { diff --git a/cf/commands/service/purge_service_instance.go b/cf/commands/service/purge_service_instance.go index 3a29865c96..e06b774615 100644 --- a/cf/commands/service/purge_service_instance.go +++ b/cf/commands/service/purge_service_instance.go @@ -3,13 +3,13 @@ package service import ( "fmt" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type PurgeServiceInstance struct { diff --git a/cf/commands/service/purge_service_instance_test.go b/cf/commands/service/purge_service_instance_test.go index 5f16b97eda..e93d605e38 100644 --- a/cf/commands/service/purge_service_instance_test.go +++ b/cf/commands/service/purge_service_instance_test.go @@ -3,21 +3,21 @@ package service_test import ( "errors" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/service" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - cferrors "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/service" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + cferrors "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" - "code.cloudfoundry.org/cli/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/service/purge_service_offering.go b/cf/commands/service/purge_service_offering.go index 4c55e772b8..b0fb1a1f6b 100644 --- a/cf/commands/service/purge_service_offering.go +++ b/cf/commands/service/purge_service_offering.go @@ -3,15 +3,15 @@ package service import ( "fmt" - "code.cloudfoundry.org/cli/cf" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type PurgeServiceOffering struct { diff --git a/cf/commands/service/purge_service_offering_test.go b/cf/commands/service/purge_service_offering_test.go index a39407fe95..4fe85a6c62 100644 --- a/cf/commands/service/purge_service_offering_test.go +++ b/cf/commands/service/purge_service_offering_test.go @@ -1,20 +1,20 @@ package service_test import ( - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/service" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - - "code.cloudfoundry.org/cli/cf/api/apifakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/service" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/service/rename_service.go b/cf/commands/service/rename_service.go index 9557ebe3e5..0bc59b9c24 100644 --- a/cf/commands/service/rename_service.go +++ b/cf/commands/service/rename_service.go @@ -3,15 +3,15 @@ package service import ( "fmt" - "code.cloudfoundry.org/cli/cf" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type RenameService struct { diff --git a/cf/commands/service/rename_service_test.go b/cf/commands/service/rename_service_test.go index 8c6c604eca..6051591357 100644 --- a/cf/commands/service/rename_service_test.go +++ b/cf/commands/service/rename_service_test.go @@ -1,17 +1,17 @@ package service_test import ( - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/service/service.go b/cf/commands/service/service.go index ce9faaa8a6..60bd7ac5d7 100644 --- a/cf/commands/service/service.go +++ b/cf/commands/service/service.go @@ -4,14 +4,14 @@ import ( "fmt" "strings" - "code.cloudfoundry.org/cli/cf/api/applications" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/plugin/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/models" ) type ShowService struct { diff --git a/cf/commands/service/service_suite_test.go b/cf/commands/service/service_suite_test.go index f06bc59dd9..a9bac0a708 100644 --- a/cf/commands/service/service_suite_test.go +++ b/cf/commands/service/service_suite_test.go @@ -1,8 +1,8 @@ package service_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/service/service_test.go b/cf/commands/service/service_test.go index 9c624c1ecd..2322e8bd56 100644 --- a/cf/commands/service/service_test.go +++ b/cf/commands/service/service_test.go @@ -1,21 +1,21 @@ package service_test import ( - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/service" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/service" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" "fmt" - "code.cloudfoundry.org/cli/cf/api/applications/applicationsfakes" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/plugin/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications/applicationsfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/models" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/service/servicefakes/fake_app_binder.go b/cf/commands/service/servicefakes/fake_app_binder.go index 6ac63f8dc6..9e9e61ac87 100644 --- a/cf/commands/service/servicefakes/fake_app_binder.go +++ b/cf/commands/service/servicefakes/fake_app_binder.go @@ -1,10 +1,10 @@ package servicefakes import ( - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" ) type OldFakeAppBinder struct { diff --git a/cf/commands/service/servicefakes/fake_binder.go b/cf/commands/service/servicefakes/fake_binder.go index b6ad688476..1539e7519b 100644 --- a/cf/commands/service/servicefakes/fake_binder.go +++ b/cf/commands/service/servicefakes/fake_binder.go @@ -4,8 +4,8 @@ package servicefakes import ( "sync" - "code.cloudfoundry.org/cli/cf/commands/service" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/service" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeBinder struct { diff --git a/cf/commands/service/servicefakes/fake_route_service_unbinder.go b/cf/commands/service/servicefakes/fake_route_service_unbinder.go index a8790fdbe7..c3d7a2dbc8 100644 --- a/cf/commands/service/servicefakes/fake_route_service_unbinder.go +++ b/cf/commands/service/servicefakes/fake_route_service_unbinder.go @@ -4,8 +4,8 @@ package servicefakes import ( "sync" - "code.cloudfoundry.org/cli/cf/commands/service" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/service" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeRouteServiceUnbinder struct { diff --git a/cf/commands/service/services.go b/cf/commands/service/services.go index e13ab149fa..0b591a8aac 100644 --- a/cf/commands/service/services.go +++ b/cf/commands/service/services.go @@ -3,15 +3,15 @@ package service import ( "strings" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/plugin/models" - - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/models" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type ListServices struct { diff --git a/cf/commands/service/services_test.go b/cf/commands/service/services_test.go index 631df7ced8..8acddab327 100644 --- a/cf/commands/service/services_test.go +++ b/cf/commands/service/services_test.go @@ -3,23 +3,23 @@ package service_test import ( "os" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - "code.cloudfoundry.org/cli/plugin/models" - - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - - "code.cloudfoundry.org/cli/cf/commands/service" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/models" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/service" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/service/unbind_route_service.go b/cf/commands/service/unbind_route_service.go index 258cfa9d53..0de6665a75 100644 --- a/cf/commands/service/unbind_route_service.go +++ b/cf/commands/service/unbind_route_service.go @@ -4,15 +4,15 @@ import ( "fmt" "strings" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . RouteServiceUnbinder diff --git a/cf/commands/service/unbind_route_service_test.go b/cf/commands/service/unbind_route_service_test.go index efd55a40c6..ad1b3bd6e2 100644 --- a/cf/commands/service/unbind_route_service_test.go +++ b/cf/commands/service/unbind_route_service_test.go @@ -3,20 +3,20 @@ package service_test import ( "net/http" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/service" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - - "code.cloudfoundry.org/cli/cf/api/apifakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/service" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/service/unbind_service.go b/cf/commands/service/unbind_service.go index 7f3f0a9c85..79b55618d8 100644 --- a/cf/commands/service/unbind_service.go +++ b/cf/commands/service/unbind_service.go @@ -3,13 +3,13 @@ package service import ( "fmt" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type UnbindService struct { diff --git a/cf/commands/service/unbind_service_test.go b/cf/commands/service/unbind_service_test.go index f90c2910cb..57d7f42201 100644 --- a/cf/commands/service/unbind_service_test.go +++ b/cf/commands/service/unbind_service_test.go @@ -1,19 +1,19 @@ package service_test import ( - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("unbind-service command", func() { diff --git a/cf/commands/service/update_service.go b/cf/commands/service/update_service.go index 25eecda7a9..bcd3a0cef0 100644 --- a/cf/commands/service/update_service.go +++ b/cf/commands/service/update_service.go @@ -1,21 +1,21 @@ package service import ( - "code.cloudfoundry.org/cli/cf/uihelpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/uihelpers" "errors" "fmt" "strings" - "code.cloudfoundry.org/cli/cf/actors/planbuilder" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/cf/util/json" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/planbuilder" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/json" ) type UpdateService struct { diff --git a/cf/commands/service/update_service_test.go b/cf/commands/service/update_service_test.go index b484ea1ba9..717a35c570 100644 --- a/cf/commands/service/update_service_test.go +++ b/cf/commands/service/update_service_test.go @@ -5,20 +5,20 @@ import ( "io/ioutil" "os" - planbuilderfakes "code.cloudfoundry.org/cli/cf/actors/planbuilder/planbuilderfakes" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + planbuilderfakes "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/planbuilder/planbuilderfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("update-service command", func() { diff --git a/cf/commands/service/update_user_provided_service.go b/cf/commands/service/update_user_provided_service.go index 1c91365f71..a39f10b2ee 100644 --- a/cf/commands/service/update_user_provided_service.go +++ b/cf/commands/service/update_user_provided_service.go @@ -6,17 +6,17 @@ import ( "fmt" "strings" - "code.cloudfoundry.org/cli/cf/flagcontext" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/uihelpers" - - "code.cloudfoundry.org/cli/cf" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flagcontext" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/uihelpers" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type UpdateUserProvidedService struct { diff --git a/cf/commands/service/update_user_provided_service_test.go b/cf/commands/service/update_user_provided_service_test.go index 962f397e0a..09c430ce3b 100644 --- a/cf/commands/service/update_user_provided_service_test.go +++ b/cf/commands/service/update_user_provided_service_test.go @@ -5,20 +5,20 @@ import ( "io/ioutil" "os" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/service" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/service" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" "github.com/blang/semver" - "code.cloudfoundry.org/cli/cf/api/apifakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/serviceaccess/disable_service_access.go b/cf/commands/serviceaccess/disable_service_access.go index ae0fa27bf2..1199de0fee 100644 --- a/cf/commands/serviceaccess/disable_service_access.go +++ b/cf/commands/serviceaccess/disable_service_access.go @@ -3,14 +3,14 @@ package serviceaccess import ( "fmt" - "code.cloudfoundry.org/cli/cf/actors" - "code.cloudfoundry.org/cli/cf/api/authentication" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/authentication" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type DisableServiceAccess struct { diff --git a/cf/commands/serviceaccess/disable_service_access_test.go b/cf/commands/serviceaccess/disable_service_access_test.go index e9d7fc026c..ad136a4c8a 100644 --- a/cf/commands/serviceaccess/disable_service_access_test.go +++ b/cf/commands/serviceaccess/disable_service_access_test.go @@ -3,16 +3,16 @@ package serviceaccess_test import ( "errors" - "code.cloudfoundry.org/cli/cf/actors/actorsfakes" - "code.cloudfoundry.org/cli/cf/api/authentication/authenticationfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/actorsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/authentication/authenticationfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/serviceaccess/enable_service_access.go b/cf/commands/serviceaccess/enable_service_access.go index 17a2edfdb9..e7998afd7c 100644 --- a/cf/commands/serviceaccess/enable_service_access.go +++ b/cf/commands/serviceaccess/enable_service_access.go @@ -3,15 +3,15 @@ package serviceaccess import ( "fmt" - "code.cloudfoundry.org/cli/cf/actors" - "code.cloudfoundry.org/cli/cf/api/authentication" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" - - . "code.cloudfoundry.org/cli/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/authentication" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) type EnableServiceAccess struct { diff --git a/cf/commands/serviceaccess/enable_service_access_test.go b/cf/commands/serviceaccess/enable_service_access_test.go index a0fbdeb033..3d26234ad8 100644 --- a/cf/commands/serviceaccess/enable_service_access_test.go +++ b/cf/commands/serviceaccess/enable_service_access_test.go @@ -3,17 +3,17 @@ package serviceaccess_test import ( "errors" - "code.cloudfoundry.org/cli/cf/actors/actorsfakes" - "code.cloudfoundry.org/cli/cf/api/authentication/authenticationfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/actorsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/authentication/authenticationfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/serviceaccess/service_access.go b/cf/commands/serviceaccess/service_access.go index 0a3ecf6289..607cdc63a5 100644 --- a/cf/commands/serviceaccess/service_access.go +++ b/cf/commands/serviceaccess/service_access.go @@ -4,15 +4,15 @@ import ( "fmt" "strings" - "code.cloudfoundry.org/cli/cf/actors" - "code.cloudfoundry.org/cli/cf/api/authentication" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/authentication" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type ServiceAccess struct { diff --git a/cf/commands/serviceaccess/service_access_test.go b/cf/commands/serviceaccess/service_access_test.go index 9775ea1a0b..f43c1d913b 100644 --- a/cf/commands/serviceaccess/service_access_test.go +++ b/cf/commands/serviceaccess/service_access_test.go @@ -4,20 +4,20 @@ import ( "errors" "strings" - "code.cloudfoundry.org/cli/cf/actors/actorsfakes" - "code.cloudfoundry.org/cli/cf/api/authentication/authenticationfakes" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/serviceaccess" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/actorsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/authentication/authenticationfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/serviceaccess" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/serviceaccess/serviceaccess_suite_test.go b/cf/commands/serviceaccess/serviceaccess_suite_test.go index 371f448106..1ff98038b4 100644 --- a/cf/commands/serviceaccess/serviceaccess_suite_test.go +++ b/cf/commands/serviceaccess/serviceaccess_suite_test.go @@ -1,8 +1,8 @@ package serviceaccess_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/serviceauthtoken/create_service_auth_token.go b/cf/commands/serviceauthtoken/create_service_auth_token.go index 1adfd140eb..b8fd6885cb 100644 --- a/cf/commands/serviceauthtoken/create_service_auth_token.go +++ b/cf/commands/serviceauthtoken/create_service_auth_token.go @@ -3,15 +3,15 @@ package serviceauthtoken import ( "fmt" - "code.cloudfoundry.org/cli/cf" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type CreateServiceAuthTokenFields struct { diff --git a/cf/commands/serviceauthtoken/create_service_auth_token_test.go b/cf/commands/serviceauthtoken/create_service_auth_token_test.go index 9005700b26..4ac6f546f9 100644 --- a/cf/commands/serviceauthtoken/create_service_auth_token_test.go +++ b/cf/commands/serviceauthtoken/create_service_auth_token_test.go @@ -1,17 +1,17 @@ package serviceauthtoken_test import ( - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/serviceauthtoken/delete_service_auth_token.go b/cf/commands/serviceauthtoken/delete_service_auth_token.go index c83b981416..6fd1484e00 100644 --- a/cf/commands/serviceauthtoken/delete_service_auth_token.go +++ b/cf/commands/serviceauthtoken/delete_service_auth_token.go @@ -3,16 +3,16 @@ package serviceauthtoken import ( "fmt" - "code.cloudfoundry.org/cli/cf" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type DeleteServiceAuthTokenFields struct { diff --git a/cf/commands/serviceauthtoken/delete_service_auth_token_test.go b/cf/commands/serviceauthtoken/delete_service_auth_token_test.go index 04e5a1bb1d..9e2d5214b0 100644 --- a/cf/commands/serviceauthtoken/delete_service_auth_token_test.go +++ b/cf/commands/serviceauthtoken/delete_service_auth_token_test.go @@ -1,21 +1,21 @@ package serviceauthtoken_test import ( - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("delete-service-auth-token command", func() { diff --git a/cf/commands/serviceauthtoken/service_auth_tokens.go b/cf/commands/serviceauthtoken/service_auth_tokens.go index d9b3898b43..a000ec6dbb 100644 --- a/cf/commands/serviceauthtoken/service_auth_tokens.go +++ b/cf/commands/serviceauthtoken/service_auth_tokens.go @@ -1,14 +1,14 @@ package serviceauthtoken import ( - "code.cloudfoundry.org/cli/cf" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type ListServiceAuthTokens struct { diff --git a/cf/commands/serviceauthtoken/service_auth_tokens_test.go b/cf/commands/serviceauthtoken/service_auth_tokens_test.go index eabbb105d2..c817270597 100644 --- a/cf/commands/serviceauthtoken/service_auth_tokens_test.go +++ b/cf/commands/serviceauthtoken/service_auth_tokens_test.go @@ -1,19 +1,19 @@ package serviceauthtoken_test import ( - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - "code.cloudfoundry.org/cli/cf/commands/serviceauthtoken" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/serviceauthtoken" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/serviceauthtoken/serviceauthtoken_suite_test.go b/cf/commands/serviceauthtoken/serviceauthtoken_suite_test.go index 12972c6beb..f2209a544a 100644 --- a/cf/commands/serviceauthtoken/serviceauthtoken_suite_test.go +++ b/cf/commands/serviceauthtoken/serviceauthtoken_suite_test.go @@ -1,8 +1,8 @@ package serviceauthtoken_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/serviceauthtoken/update_service_auth_token.go b/cf/commands/serviceauthtoken/update_service_auth_token.go index 744f00a978..e0caa757c7 100644 --- a/cf/commands/serviceauthtoken/update_service_auth_token.go +++ b/cf/commands/serviceauthtoken/update_service_auth_token.go @@ -3,14 +3,14 @@ package serviceauthtoken import ( "fmt" - "code.cloudfoundry.org/cli/cf" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type UpdateServiceAuthTokenFields struct { diff --git a/cf/commands/serviceauthtoken/update_service_auth_token_test.go b/cf/commands/serviceauthtoken/update_service_auth_token_test.go index 93a1531e9c..4b56c582df 100644 --- a/cf/commands/serviceauthtoken/update_service_auth_token_test.go +++ b/cf/commands/serviceauthtoken/update_service_auth_token_test.go @@ -1,17 +1,17 @@ package serviceauthtoken_test import ( - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/servicebroker/create_service_broker.go b/cf/commands/servicebroker/create_service_broker.go index db3aaf3ae0..838edc828e 100644 --- a/cf/commands/servicebroker/create_service_broker.go +++ b/cf/commands/servicebroker/create_service_broker.go @@ -3,13 +3,13 @@ package servicebroker import ( "fmt" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type CreateServiceBroker struct { diff --git a/cf/commands/servicebroker/create_service_broker_test.go b/cf/commands/servicebroker/create_service_broker_test.go index 247ff85b80..60e64bb3ef 100644 --- a/cf/commands/servicebroker/create_service_broker_test.go +++ b/cf/commands/servicebroker/create_service_broker_test.go @@ -3,18 +3,18 @@ package servicebroker_test import ( "errors" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/servicebroker" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - - "code.cloudfoundry.org/cli/cf/api/apifakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/servicebroker" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/servicebroker/delete_service_broker.go b/cf/commands/servicebroker/delete_service_broker.go index 4695179397..1cb4c7e1d8 100644 --- a/cf/commands/servicebroker/delete_service_broker.go +++ b/cf/commands/servicebroker/delete_service_broker.go @@ -3,14 +3,14 @@ package servicebroker import ( "fmt" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type DeleteServiceBroker struct { diff --git a/cf/commands/servicebroker/delete_service_broker_test.go b/cf/commands/servicebroker/delete_service_broker_test.go index 6f78edb6fd..e907a82575 100644 --- a/cf/commands/servicebroker/delete_service_broker_test.go +++ b/cf/commands/servicebroker/delete_service_broker_test.go @@ -1,17 +1,17 @@ package servicebroker_test import ( - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/servicebroker/rename_service_broker.go b/cf/commands/servicebroker/rename_service_broker.go index 0f367b2a55..505f9277fc 100644 --- a/cf/commands/servicebroker/rename_service_broker.go +++ b/cf/commands/servicebroker/rename_service_broker.go @@ -3,13 +3,13 @@ package servicebroker import ( "fmt" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type RenameServiceBroker struct { diff --git a/cf/commands/servicebroker/rename_service_broker_test.go b/cf/commands/servicebroker/rename_service_broker_test.go index edf124c29a..57fdae06b4 100644 --- a/cf/commands/servicebroker/rename_service_broker_test.go +++ b/cf/commands/servicebroker/rename_service_broker_test.go @@ -1,16 +1,16 @@ package servicebroker_test import ( - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/servicebroker/service_brokers.go b/cf/commands/servicebroker/service_brokers.go index 72a20de68c..ba5cf734a9 100644 --- a/cf/commands/servicebroker/service_brokers.go +++ b/cf/commands/servicebroker/service_brokers.go @@ -3,14 +3,14 @@ package servicebroker import ( "sort" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type ListServiceBrokers struct { diff --git a/cf/commands/servicebroker/service_brokers_test.go b/cf/commands/servicebroker/service_brokers_test.go index 4ac1dfd242..d3f602c12e 100644 --- a/cf/commands/servicebroker/service_brokers_test.go +++ b/cf/commands/servicebroker/service_brokers_test.go @@ -3,23 +3,23 @@ package servicebroker_test import ( "errors" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "strings" - "code.cloudfoundry.org/cli/cf/commands/servicebroker" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/servicebroker" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("service-brokers command", func() { diff --git a/cf/commands/servicebroker/servicebroker_suite_test.go b/cf/commands/servicebroker/servicebroker_suite_test.go index e0da03b640..c6dfe36ac4 100644 --- a/cf/commands/servicebroker/servicebroker_suite_test.go +++ b/cf/commands/servicebroker/servicebroker_suite_test.go @@ -1,8 +1,8 @@ package servicebroker_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/servicebroker/update_service_broker.go b/cf/commands/servicebroker/update_service_broker.go index 375111bd05..819521fa71 100644 --- a/cf/commands/servicebroker/update_service_broker.go +++ b/cf/commands/servicebroker/update_service_broker.go @@ -3,13 +3,13 @@ package servicebroker import ( "fmt" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type UpdateServiceBroker struct { diff --git a/cf/commands/servicebroker/update_service_broker_test.go b/cf/commands/servicebroker/update_service_broker_test.go index 51a61dc14f..609e7b0b78 100644 --- a/cf/commands/servicebroker/update_service_broker_test.go +++ b/cf/commands/servicebroker/update_service_broker_test.go @@ -1,19 +1,19 @@ package servicebroker_test import ( - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("update-service-broker command", func() { diff --git a/cf/commands/servicekey/create_service_key.go b/cf/commands/servicekey/create_service_key.go index 1c202774f9..07e60f529f 100644 --- a/cf/commands/servicekey/create_service_key.go +++ b/cf/commands/servicekey/create_service_key.go @@ -3,16 +3,16 @@ package servicekey import ( "fmt" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/cf/util/json" - - . "code.cloudfoundry.org/cli/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/json" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) type CreateServiceKey struct { diff --git a/cf/commands/servicekey/create_service_key_test.go b/cf/commands/servicekey/create_service_key_test.go index 3dcd00a941..8732b05881 100644 --- a/cf/commands/servicekey/create_service_key_test.go +++ b/cf/commands/servicekey/create_service_key_test.go @@ -4,19 +4,19 @@ import ( "io/ioutil" "os" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - - "code.cloudfoundry.org/cli/cf/api/apifakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - "code.cloudfoundry.org/cli/cf/commandregistry" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/servicekey/delete_service_key.go b/cf/commands/servicekey/delete_service_key.go index 9ad4934b2e..5d8434a635 100644 --- a/cf/commands/servicekey/delete_service_key.go +++ b/cf/commands/servicekey/delete_service_key.go @@ -3,15 +3,15 @@ package servicekey import ( "fmt" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" - - . "code.cloudfoundry.org/cli/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) type DeleteServiceKey struct { diff --git a/cf/commands/servicekey/delete_service_key_test.go b/cf/commands/servicekey/delete_service_key_test.go index ef29fee4b8..352a6dc458 100644 --- a/cf/commands/servicekey/delete_service_key_test.go +++ b/cf/commands/servicekey/delete_service_key_test.go @@ -1,19 +1,19 @@ package servicekey_test import ( - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - - "code.cloudfoundry.org/cli/cf/api/apifakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - "code.cloudfoundry.org/cli/cf/commandregistry" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/servicekey/service_key.go b/cf/commands/servicekey/service_key.go index df3101514c..193167560b 100644 --- a/cf/commands/servicekey/service_key.go +++ b/cf/commands/servicekey/service_key.go @@ -4,15 +4,15 @@ import ( "encoding/json" "fmt" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" - - . "code.cloudfoundry.org/cli/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) type ServiceKey struct { diff --git a/cf/commands/servicekey/service_key_test.go b/cf/commands/servicekey/service_key_test.go index 5e20e7172b..f34ffc8980 100644 --- a/cf/commands/servicekey/service_key_test.go +++ b/cf/commands/servicekey/service_key_test.go @@ -1,19 +1,19 @@ package servicekey_test import ( - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - - "code.cloudfoundry.org/cli/cf/api/apifakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/servicekey/service_keys.go b/cf/commands/servicekey/service_keys.go index 8289c83b7e..9a5a1bd9d9 100644 --- a/cf/commands/servicekey/service_keys.go +++ b/cf/commands/servicekey/service_keys.go @@ -3,14 +3,14 @@ package servicekey import ( "fmt" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" - - . "code.cloudfoundry.org/cli/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) type ServiceKeys struct { diff --git a/cf/commands/servicekey/service_keys_test.go b/cf/commands/servicekey/service_keys_test.go index 23e9366a55..320be79f71 100644 --- a/cf/commands/servicekey/service_keys_test.go +++ b/cf/commands/servicekey/service_keys_test.go @@ -3,18 +3,18 @@ package servicekey_test import ( "errors" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" - "code.cloudfoundry.org/cli/cf/api/apifakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/servicekey/servicekey_suite_test.go b/cf/commands/servicekey/servicekey_suite_test.go index 0f2ce69121..2f37112333 100644 --- a/cf/commands/servicekey/servicekey_suite_test.go +++ b/cf/commands/servicekey/servicekey_suite_test.go @@ -3,8 +3,8 @@ package servicekey_test import ( "testing" - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/space/allow_space_ssh.go b/cf/commands/space/allow_space_ssh.go index 7254ddf933..4f4dfd843a 100644 --- a/cf/commands/space/allow_space_ssh.go +++ b/cf/commands/space/allow_space_ssh.go @@ -4,13 +4,13 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/cf/api/spaces" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type AllowSpaceSSH struct { diff --git a/cf/commands/space/allow_space_ssh_test.go b/cf/commands/space/allow_space_ssh_test.go index a853ff71a2..5e1e11a56c 100644 --- a/cf/commands/space/allow_space_ssh_test.go +++ b/cf/commands/space/allow_space_ssh_test.go @@ -3,17 +3,17 @@ package space_test import ( "errors" - "code.cloudfoundry.org/cli/cf/api/spaces/spacesfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces/spacesfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/space/create_space.go b/cf/commands/space/create_space.go index bb862ee4db..486db7aff9 100644 --- a/cf/commands/space/create_space.go +++ b/cf/commands/space/create_space.go @@ -3,20 +3,20 @@ package space import ( "fmt" - "code.cloudfoundry.org/cli/cf" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/api/organizations" - "code.cloudfoundry.org/cli/cf/api/spacequotas" - "code.cloudfoundry.org/cli/cf/api/spaces" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/user" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spacequotas" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/user" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type CreateSpace struct { diff --git a/cf/commands/space/create_space_test.go b/cf/commands/space/create_space_test.go index a1ddd8c908..621b2a3055 100644 --- a/cf/commands/space/create_space_test.go +++ b/cf/commands/space/create_space_test.go @@ -1,23 +1,23 @@ package space_test import ( - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/api/featureflags/featureflagsfakes" - "code.cloudfoundry.org/cli/cf/api/organizations/organizationsfakes" - "code.cloudfoundry.org/cli/cf/api/spacequotas/spacequotasfakes" - "code.cloudfoundry.org/cli/cf/api/spaces/spacesfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/user" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/featureflags/featureflagsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations/organizationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spacequotas/spacequotasfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces/spacesfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/user" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/space/delete_space.go b/cf/commands/space/delete_space.go index 90268df5b0..536a28c228 100644 --- a/cf/commands/space/delete_space.go +++ b/cf/commands/space/delete_space.go @@ -3,16 +3,16 @@ package space import ( "fmt" - "code.cloudfoundry.org/cli/cf" - "code.cloudfoundry.org/cli/cf/api/organizations" - "code.cloudfoundry.org/cli/cf/api/spaces" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type DeleteSpace struct { diff --git a/cf/commands/space/delete_space_test.go b/cf/commands/space/delete_space_test.go index 88e49ef4ac..57db56c49d 100644 --- a/cf/commands/space/delete_space_test.go +++ b/cf/commands/space/delete_space_test.go @@ -3,20 +3,20 @@ package space_test import ( "errors" - "code.cloudfoundry.org/cli/cf/api/organizations/organizationsfakes" - "code.cloudfoundry.org/cli/cf/api/spaces/spacesfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations/organizationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces/spacesfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("delete-space command", func() { diff --git a/cf/commands/space/disallow_space_ssh.go b/cf/commands/space/disallow_space_ssh.go index 8095f19a8f..6658c7e45e 100644 --- a/cf/commands/space/disallow_space_ssh.go +++ b/cf/commands/space/disallow_space_ssh.go @@ -4,13 +4,13 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/cf/api/spaces" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type DisallowSpaceSSH struct { diff --git a/cf/commands/space/disallow_space_ssh_test.go b/cf/commands/space/disallow_space_ssh_test.go index bf0b8daa55..4900ce40b7 100644 --- a/cf/commands/space/disallow_space_ssh_test.go +++ b/cf/commands/space/disallow_space_ssh_test.go @@ -3,17 +3,17 @@ package space_test import ( "errors" - "code.cloudfoundry.org/cli/cf/api/spaces/spacesfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces/spacesfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/space/rename_space.go b/cf/commands/space/rename_space.go index 92bfdb4778..e01589629c 100644 --- a/cf/commands/space/rename_space.go +++ b/cf/commands/space/rename_space.go @@ -3,13 +3,13 @@ package space import ( "fmt" - "code.cloudfoundry.org/cli/cf/api/spaces" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type RenameSpace struct { diff --git a/cf/commands/space/rename_space_test.go b/cf/commands/space/rename_space_test.go index f6d8b6fbc6..bf5814450f 100644 --- a/cf/commands/space/rename_space_test.go +++ b/cf/commands/space/rename_space_test.go @@ -3,19 +3,19 @@ package space_test import ( "errors" - "code.cloudfoundry.org/cli/cf/api/spaces/spacesfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces/spacesfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("rename-space command", func() { diff --git a/cf/commands/space/space.go b/cf/commands/space/space.go index e169568d62..8f00eaf975 100644 --- a/cf/commands/space/space.go +++ b/cf/commands/space/space.go @@ -4,17 +4,17 @@ import ( "fmt" "strings" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/plugin/models" - - "code.cloudfoundry.org/cli/cf/api/spacequotas" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/formatters" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/models" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spacequotas" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/formatters" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type ShowSpace struct { diff --git a/cf/commands/space/space_ssh_allowed.go b/cf/commands/space/space_ssh_allowed.go index bf4c70ec3b..7adcfd4d9f 100644 --- a/cf/commands/space/space_ssh_allowed.go +++ b/cf/commands/space/space_ssh_allowed.go @@ -3,13 +3,13 @@ package space import ( "fmt" - "code.cloudfoundry.org/cli/cf/api/spaces" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type SSHAllowed struct { diff --git a/cf/commands/space/space_ssh_allowed_test.go b/cf/commands/space/space_ssh_allowed_test.go index bad3f51ee7..5aed4964b7 100644 --- a/cf/commands/space/space_ssh_allowed_test.go +++ b/cf/commands/space/space_ssh_allowed_test.go @@ -3,13 +3,13 @@ package space_test import ( "errors" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/space/space_suite_test.go b/cf/commands/space/space_suite_test.go index 8c04e5387b..40c2d792b4 100644 --- a/cf/commands/space/space_suite_test.go +++ b/cf/commands/space/space_suite_test.go @@ -1,8 +1,8 @@ package space_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/space/space_test.go b/cf/commands/space/space_test.go index 200f6e9d5d..8764847439 100644 --- a/cf/commands/space/space_test.go +++ b/cf/commands/space/space_test.go @@ -1,22 +1,22 @@ package space_test import ( - "code.cloudfoundry.org/cli/cf/api/spacequotas/spacequotasfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spacequotas/spacequotasfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - "code.cloudfoundry.org/cli/plugin/models" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/models" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commands/space" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/space" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("space command", func() { diff --git a/cf/commands/space/spaces.go b/cf/commands/space/spaces.go index 951c40c026..3547784fde 100644 --- a/cf/commands/space/spaces.go +++ b/cf/commands/space/spaces.go @@ -3,15 +3,15 @@ package space import ( "errors" - "code.cloudfoundry.org/cli/cf/api/spaces" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/plugin/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/models" ) type ListSpaces struct { diff --git a/cf/commands/space/spaces_test.go b/cf/commands/space/spaces_test.go index aa8fac6022..c74d91c406 100644 --- a/cf/commands/space/spaces_test.go +++ b/cf/commands/space/spaces_test.go @@ -4,21 +4,21 @@ import ( "errors" "os" - "code.cloudfoundry.org/cli/cf/api/spaces/spacesfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - "code.cloudfoundry.org/cli/plugin/models" - - "code.cloudfoundry.org/cli/cf/commands/space" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces/spacesfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/models" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/space" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/spacequota/create_space_quota.go b/cf/commands/spacequota/create_space_quota.go index 876c580c53..3131751d54 100644 --- a/cf/commands/spacequota/create_space_quota.go +++ b/cf/commands/spacequota/create_space_quota.go @@ -5,17 +5,17 @@ import ( "fmt" "strconv" - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/api/spacequotas" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/formatters" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spacequotas" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/formatters" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type CreateSpaceQuota struct { diff --git a/cf/commands/spacequota/create_space_quota_test.go b/cf/commands/spacequota/create_space_quota_test.go index 50ae6dcb3e..cbc1be44b6 100644 --- a/cf/commands/spacequota/create_space_quota_test.go +++ b/cf/commands/spacequota/create_space_quota_test.go @@ -3,21 +3,21 @@ package spacequota_test import ( "encoding/json" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - - "code.cloudfoundry.org/cli/cf/api/resources" - "code.cloudfoundry.org/cli/cf/api/spacequotas/spacequotasfakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig/coreconfigfakes" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commands/spacequota" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spacequotas/spacequotasfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig/coreconfigfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/spacequota" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/spacequota/delete_space_quota.go b/cf/commands/spacequota/delete_space_quota.go index d23a6b04e4..2fc689eeb4 100644 --- a/cf/commands/spacequota/delete_space_quota.go +++ b/cf/commands/spacequota/delete_space_quota.go @@ -3,15 +3,15 @@ package spacequota import ( "fmt" - "code.cloudfoundry.org/cli/cf/api/spacequotas" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" - - . "code.cloudfoundry.org/cli/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spacequotas" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) type DeleteSpaceQuota struct { diff --git a/cf/commands/spacequota/delete_space_quota_test.go b/cf/commands/spacequota/delete_space_quota_test.go index db65d8fc42..2727dd2df0 100644 --- a/cf/commands/spacequota/delete_space_quota_test.go +++ b/cf/commands/spacequota/delete_space_quota_test.go @@ -1,19 +1,19 @@ package spacequota_test import ( - "code.cloudfoundry.org/cli/cf/api/organizations/organizationsfakes" - "code.cloudfoundry.org/cli/cf/api/spacequotas/spacequotasfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations/organizationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spacequotas/spacequotasfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/spacequota/set_space_quota.go b/cf/commands/spacequota/set_space_quota.go index 0829c3734a..2f8f552d84 100644 --- a/cf/commands/spacequota/set_space_quota.go +++ b/cf/commands/spacequota/set_space_quota.go @@ -4,14 +4,14 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/cf/api/spacequotas" - "code.cloudfoundry.org/cli/cf/api/spaces" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spacequotas" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type SetSpaceQuota struct { diff --git a/cf/commands/spacequota/set_space_quota_test.go b/cf/commands/spacequota/set_space_quota_test.go index 96dd520022..aaf276a6e6 100644 --- a/cf/commands/spacequota/set_space_quota_test.go +++ b/cf/commands/spacequota/set_space_quota_test.go @@ -1,19 +1,19 @@ package spacequota_test import ( - "code.cloudfoundry.org/cli/cf/api/spacequotas/spacequotasfakes" - "code.cloudfoundry.org/cli/cf/api/spaces/spacesfakes" - "code.cloudfoundry.org/cli/cf/commands/spacequota" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig/coreconfigfakes" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - "code.cloudfoundry.org/cli/cf/commandregistry" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spacequotas/spacequotasfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces/spacesfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/spacequota" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig/coreconfigfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/spacequota/space_quota.go b/cf/commands/spacequota/space_quota.go index 52d134a9f2..26fc65ab25 100644 --- a/cf/commands/spacequota/space_quota.go +++ b/cf/commands/spacequota/space_quota.go @@ -3,14 +3,14 @@ package spacequota import ( "fmt" - "code.cloudfoundry.org/cli/cf/api/spacequotas" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/formatters" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spacequotas" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/formatters" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type SpaceQuota struct { diff --git a/cf/commands/spacequota/space_quota_test.go b/cf/commands/spacequota/space_quota_test.go index 9bacb6fe12..11f41a8d8b 100644 --- a/cf/commands/spacequota/space_quota_test.go +++ b/cf/commands/spacequota/space_quota_test.go @@ -1,18 +1,18 @@ package spacequota_test import ( - "code.cloudfoundry.org/cli/cf/api/spacequotas/spacequotasfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spacequotas/spacequotasfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/spacequota/space_quotas.go b/cf/commands/spacequota/space_quotas.go index 563b449f78..a9cbc16039 100644 --- a/cf/commands/spacequota/space_quotas.go +++ b/cf/commands/spacequota/space_quotas.go @@ -4,14 +4,14 @@ import ( "fmt" "strconv" - "code.cloudfoundry.org/cli/cf/api/spacequotas" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/formatters" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spacequotas" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/formatters" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type ListSpaceQuotas struct { diff --git a/cf/commands/spacequota/space_quotas_test.go b/cf/commands/spacequota/space_quotas_test.go index 755c83e1f3..d4c6e38456 100644 --- a/cf/commands/spacequota/space_quotas_test.go +++ b/cf/commands/spacequota/space_quotas_test.go @@ -1,20 +1,20 @@ package spacequota_test import ( - "code.cloudfoundry.org/cli/cf/api/spacequotas/spacequotasfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - "code.cloudfoundry.org/cli/cf/commands/spacequota" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spacequotas/spacequotasfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/spacequota" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/spacequota/spacequota_suite_test.go b/cf/commands/spacequota/spacequota_suite_test.go index f3f921a78e..0914dd89cf 100644 --- a/cf/commands/spacequota/spacequota_suite_test.go +++ b/cf/commands/spacequota/spacequota_suite_test.go @@ -1,8 +1,8 @@ package spacequota_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/spacequota/unset_space_quota.go b/cf/commands/spacequota/unset_space_quota.go index d603e4a7b7..d45582a18f 100644 --- a/cf/commands/spacequota/unset_space_quota.go +++ b/cf/commands/spacequota/unset_space_quota.go @@ -3,14 +3,14 @@ package spacequota import ( "fmt" - "code.cloudfoundry.org/cli/cf/api/spacequotas" - "code.cloudfoundry.org/cli/cf/api/spaces" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spacequotas" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type UnsetSpaceQuota struct { diff --git a/cf/commands/spacequota/unset_space_quota_test.go b/cf/commands/spacequota/unset_space_quota_test.go index 9f71ab70d9..0c2fad2bbe 100644 --- a/cf/commands/spacequota/unset_space_quota_test.go +++ b/cf/commands/spacequota/unset_space_quota_test.go @@ -3,18 +3,18 @@ package spacequota_test import ( "errors" - "code.cloudfoundry.org/cli/cf/api/spacequotas/spacequotasfakes" - "code.cloudfoundry.org/cli/cf/api/spaces/spacesfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spacequotas/spacequotasfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces/spacesfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/spacequota/update_space_quota.go b/cf/commands/spacequota/update_space_quota.go index e006966cc6..de1ddde230 100644 --- a/cf/commands/spacequota/update_space_quota.go +++ b/cf/commands/spacequota/update_space_quota.go @@ -6,14 +6,14 @@ import ( "fmt" "strconv" - "code.cloudfoundry.org/cli/cf/api/spacequotas" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/formatters" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spacequotas" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/formatters" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type UpdateSpaceQuota struct { diff --git a/cf/commands/spacequota/update_space_quota_test.go b/cf/commands/spacequota/update_space_quota_test.go index fad0c96b6e..de70a64be4 100644 --- a/cf/commands/spacequota/update_space_quota_test.go +++ b/cf/commands/spacequota/update_space_quota_test.go @@ -3,17 +3,17 @@ package spacequota_test import ( "encoding/json" - "code.cloudfoundry.org/cli/cf/api/spacequotas/spacequotasfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spacequotas/spacequotasfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/cf/commands/ssh_code.go b/cf/commands/ssh_code.go index 57d3e3a2f4..ae84d8e5b3 100644 --- a/cf/commands/ssh_code.go +++ b/cf/commands/ssh_code.go @@ -3,14 +3,14 @@ package commands import ( "errors" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - - "code.cloudfoundry.org/cli/cf/api/authentication" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/authentication" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . SSHCodeGetter diff --git a/cf/commands/ssh_code_test.go b/cf/commands/ssh_code_test.go index e281c4bd2c..12ba136c3c 100644 --- a/cf/commands/ssh_code_test.go +++ b/cf/commands/ssh_code_test.go @@ -3,19 +3,19 @@ package commands_test import ( "errors" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig/coreconfigfakes" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - - "code.cloudfoundry.org/cli/cf/api/authentication/authenticationfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig/coreconfigfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/authentication/authenticationfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/stack.go b/cf/commands/stack.go index 8374503ba4..b1f2ae964a 100644 --- a/cf/commands/stack.go +++ b/cf/commands/stack.go @@ -3,13 +3,13 @@ package commands import ( "fmt" - "code.cloudfoundry.org/cli/cf/api/stacks" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/stacks" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type ListStack struct { diff --git a/cf/commands/stack_test.go b/cf/commands/stack_test.go index 82e9639a0d..6b2cbc105d 100644 --- a/cf/commands/stack_test.go +++ b/cf/commands/stack_test.go @@ -3,20 +3,20 @@ package commands_test import ( "errors" - "code.cloudfoundry.org/cli/cf/api/stacks/stacksfakes" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/stacks/stacksfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("stack command", func() { diff --git a/cf/commands/stacks.go b/cf/commands/stacks.go index a2899eac90..885bff7045 100644 --- a/cf/commands/stacks.go +++ b/cf/commands/stacks.go @@ -1,13 +1,13 @@ package commands import ( - "code.cloudfoundry.org/cli/cf/api/stacks" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/stacks" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type ListStacks struct { diff --git a/cf/commands/stacks_test.go b/cf/commands/stacks_test.go index 72b24a0e77..07752888ff 100644 --- a/cf/commands/stacks_test.go +++ b/cf/commands/stacks_test.go @@ -1,21 +1,21 @@ package commands_test import ( - "code.cloudfoundry.org/cli/cf/api/stacks/stacksfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/stacks/stacksfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - "code.cloudfoundry.org/cli/cf/commands" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("stacks command", func() { diff --git a/cf/commands/target.go b/cf/commands/target.go index 107ddb96fa..69152282e7 100644 --- a/cf/commands/target.go +++ b/cf/commands/target.go @@ -3,16 +3,16 @@ package commands import ( "fmt" - "code.cloudfoundry.org/cli/cf/api/organizations" - "code.cloudfoundry.org/cli/cf/api/spaces" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type Target struct { diff --git a/cf/commands/target_test.go b/cf/commands/target_test.go index b1e972bb9b..84e6e01591 100644 --- a/cf/commands/target_test.go +++ b/cf/commands/target_test.go @@ -1,24 +1,24 @@ package commands_test import ( - "code.cloudfoundry.org/cli/cf/api/organizations/organizationsfakes" - "code.cloudfoundry.org/cli/cf/api/spaces/spacesfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations/organizationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces/spacesfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" - "code.cloudfoundry.org/cli/cf/commands" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("target command", func() { diff --git a/cf/commands/user/create_user.go b/cf/commands/user/create_user.go index 9076dd1d6e..8082d6eaa6 100644 --- a/cf/commands/user/create_user.go +++ b/cf/commands/user/create_user.go @@ -3,15 +3,15 @@ package user import ( "fmt" - "code.cloudfoundry.org/cli/cf" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type CreateUser struct { diff --git a/cf/commands/user/create_user_test.go b/cf/commands/user/create_user_test.go index e7598400d7..d84414dba3 100644 --- a/cf/commands/user/create_user_test.go +++ b/cf/commands/user/create_user_test.go @@ -1,19 +1,19 @@ package user_test import ( - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - "code.cloudfoundry.org/cli/cf/commandregistry" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("Create user command", func() { diff --git a/cf/commands/user/delete_user.go b/cf/commands/user/delete_user.go index 2d5dbd1685..6af56aae38 100644 --- a/cf/commands/user/delete_user.go +++ b/cf/commands/user/delete_user.go @@ -3,14 +3,14 @@ package user import ( "fmt" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type DeleteUser struct { diff --git a/cf/commands/user/delete_user_test.go b/cf/commands/user/delete_user_test.go index 1359ec124e..52b629b921 100644 --- a/cf/commands/user/delete_user_test.go +++ b/cf/commands/user/delete_user_test.go @@ -1,20 +1,20 @@ package user_test import ( - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("delete-user command", func() { diff --git a/cf/commands/user/org_users.go b/cf/commands/user/org_users.go index 3d24c6e94f..30760ef6aa 100644 --- a/cf/commands/user/org_users.go +++ b/cf/commands/user/org_users.go @@ -3,16 +3,16 @@ package user import ( "fmt" - "code.cloudfoundry.org/cli/cf/actors/userprint" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/plugin/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/userprint" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/models" ) type OrgUsers struct { diff --git a/cf/commands/user/org_users_test.go b/cf/commands/user/org_users_test.go index 0866fe1952..9b971826a0 100644 --- a/cf/commands/user/org_users_test.go +++ b/cf/commands/user/org_users_test.go @@ -1,23 +1,23 @@ package user_test import ( - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - plugin_models "code.cloudfoundry.org/cli/plugin/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + plugin_models "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/models" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "os" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("org-users command", func() { diff --git a/cf/commands/user/set_org_role.go b/cf/commands/user/set_org_role.go index d87a84f116..435da092bd 100644 --- a/cf/commands/user/set_org_role.go +++ b/cf/commands/user/set_org_role.go @@ -3,15 +3,15 @@ package user import ( "fmt" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/api/featureflags" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/featureflags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . OrgRoleSetter diff --git a/cf/commands/user/set_org_role_test.go b/cf/commands/user/set_org_role_test.go index 89cc51fdcc..29421b0550 100644 --- a/cf/commands/user/set_org_role_test.go +++ b/cf/commands/user/set_org_role_test.go @@ -3,20 +3,20 @@ package user_test import ( "errors" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/user" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/api/featureflags/featureflagsfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/user" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/featureflags/featureflagsfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/user/set_space_role.go b/cf/commands/user/set_space_role.go index 14329d26bc..f300043714 100644 --- a/cf/commands/user/set_space_role.go +++ b/cf/commands/user/set_space_role.go @@ -3,17 +3,17 @@ package user import ( "fmt" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/api/featureflags" - "code.cloudfoundry.org/cli/cf/api/spaces" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/featureflags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . SpaceRoleSetter diff --git a/cf/commands/user/set_space_role_test.go b/cf/commands/user/set_space_role_test.go index 3ddbff740f..31cf479fd7 100644 --- a/cf/commands/user/set_space_role_test.go +++ b/cf/commands/user/set_space_role_test.go @@ -3,21 +3,21 @@ package user_test import ( "errors" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/user" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/api/featureflags/featureflagsfakes" - "code.cloudfoundry.org/cli/cf/api/spaces/spacesfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/user" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/featureflags/featureflagsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces/spacesfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/user/space_users.go b/cf/commands/user/space_users.go index 0764b13045..e30aa4a024 100644 --- a/cf/commands/user/space_users.go +++ b/cf/commands/user/space_users.go @@ -3,17 +3,17 @@ package user import ( "fmt" - "code.cloudfoundry.org/cli/cf/actors/userprint" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/api/spaces" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/plugin/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/actors/userprint" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/models" ) type SpaceUsers struct { diff --git a/cf/commands/user/space_users_test.go b/cf/commands/user/space_users_test.go index 8af719a732..d99c718c41 100644 --- a/cf/commands/user/space_users_test.go +++ b/cf/commands/user/space_users_test.go @@ -3,24 +3,24 @@ package user_test import ( "errors" - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/api/spaces/spacesfakes" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - plugin_models "code.cloudfoundry.org/cli/plugin/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces/spacesfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + plugin_models "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/models" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "os" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) var _ = Describe("space-users command", func() { diff --git a/cf/commands/user/unset_org_role.go b/cf/commands/user/unset_org_role.go index 7f97312132..3a1c0ac6cf 100644 --- a/cf/commands/user/unset_org_role.go +++ b/cf/commands/user/unset_org_role.go @@ -3,15 +3,15 @@ package user import ( "fmt" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/api/featureflags" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/featureflags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type UnsetOrgRole struct { diff --git a/cf/commands/user/unset_org_role_test.go b/cf/commands/user/unset_org_role_test.go index 60c6191fd4..76e83f8048 100644 --- a/cf/commands/user/unset_org_role_test.go +++ b/cf/commands/user/unset_org_role_test.go @@ -3,20 +3,20 @@ package user_test import ( "errors" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/user" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - - testapi "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/api/featureflags/featureflagsfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/user" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + + testapi "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/featureflags/featureflagsfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/user/unset_space_role.go b/cf/commands/user/unset_space_role.go index 2697e8b57f..9900800083 100644 --- a/cf/commands/user/unset_space_role.go +++ b/cf/commands/user/unset_space_role.go @@ -3,16 +3,16 @@ package user import ( "fmt" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/api/featureflags" - "code.cloudfoundry.org/cli/cf/api/spaces" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/featureflags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type UnsetSpaceRole struct { diff --git a/cf/commands/user/unset_space_role_test.go b/cf/commands/user/unset_space_role_test.go index 13c7cd1b13..a91853113f 100644 --- a/cf/commands/user/unset_space_role_test.go +++ b/cf/commands/user/unset_space_role_test.go @@ -3,21 +3,21 @@ package user_test import ( "errors" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/user" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" - - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/api/featureflags/featureflagsfakes" - "code.cloudfoundry.org/cli/cf/api/spaces/spacesfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" - - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/user" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" + + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/featureflags/featureflagsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces/spacesfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commands/user/user_suite_test.go b/cf/commands/user/user_suite_test.go index 64a2994987..73b00c6e15 100644 --- a/cf/commands/user/user_suite_test.go +++ b/cf/commands/user/user_suite_test.go @@ -1,8 +1,8 @@ package user_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/commands/user/userfakes/fake_org_role_setter.go b/cf/commands/user/userfakes/fake_org_role_setter.go index 0acf693660..7040817f58 100644 --- a/cf/commands/user/userfakes/fake_org_role_setter.go +++ b/cf/commands/user/userfakes/fake_org_role_setter.go @@ -4,11 +4,11 @@ package userfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/user" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/user" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" ) type FakeOrgRoleSetter struct { diff --git a/cf/commands/user/userfakes/fake_space_role_setter.go b/cf/commands/user/userfakes/fake_space_role_setter.go index 5499c3d74a..6e792848d2 100644 --- a/cf/commands/user/userfakes/fake_space_role_setter.go +++ b/cf/commands/user/userfakes/fake_space_role_setter.go @@ -4,11 +4,11 @@ package userfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands/user" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/user" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" ) type FakeSpaceRoleSetter struct { diff --git a/cf/commands/version.go b/cf/commands/version.go index 13c76e8b7d..f5eef97555 100644 --- a/cf/commands/version.go +++ b/cf/commands/version.go @@ -3,13 +3,13 @@ package commands import ( "fmt" - "code.cloudfoundry.org/cli/cf" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/flags" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/version" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/version" ) type Version struct { diff --git a/cf/commands/version_test.go b/cf/commands/version_test.go index b46cffed95..2fa7646bee 100644 --- a/cf/commands/version_test.go +++ b/cf/commands/version_test.go @@ -1,13 +1,13 @@ package commands_test import ( - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commands" - "code.cloudfoundry.org/cli/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" - "code.cloudfoundry.org/cli/cf" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/commandsloader/commands_loader.go b/cf/commandsloader/commands_loader.go index 5e884cb60d..0435d62e1b 100644 --- a/cf/commandsloader/commands_loader.go +++ b/cf/commandsloader/commands_loader.go @@ -1,27 +1,27 @@ package commandsloader import ( - "code.cloudfoundry.org/cli/cf/commands" - "code.cloudfoundry.org/cli/cf/commands/application" - "code.cloudfoundry.org/cli/cf/commands/buildpack" - "code.cloudfoundry.org/cli/cf/commands/domain" - "code.cloudfoundry.org/cli/cf/commands/environmentvariablegroup" - "code.cloudfoundry.org/cli/cf/commands/featureflag" - "code.cloudfoundry.org/cli/cf/commands/organization" - "code.cloudfoundry.org/cli/cf/commands/plugin" - "code.cloudfoundry.org/cli/cf/commands/pluginrepo" - "code.cloudfoundry.org/cli/cf/commands/quota" - "code.cloudfoundry.org/cli/cf/commands/route" - "code.cloudfoundry.org/cli/cf/commands/routergroups" - "code.cloudfoundry.org/cli/cf/commands/securitygroup" - "code.cloudfoundry.org/cli/cf/commands/service" - "code.cloudfoundry.org/cli/cf/commands/serviceaccess" - "code.cloudfoundry.org/cli/cf/commands/serviceauthtoken" - "code.cloudfoundry.org/cli/cf/commands/servicebroker" - "code.cloudfoundry.org/cli/cf/commands/servicekey" - "code.cloudfoundry.org/cli/cf/commands/space" - "code.cloudfoundry.org/cli/cf/commands/spacequota" - "code.cloudfoundry.org/cli/cf/commands/user" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/application" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/buildpack" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/domain" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/environmentvariablegroup" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/featureflag" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/organization" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/pluginrepo" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/quota" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/route" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/routergroups" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/securitygroup" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/service" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/serviceaccess" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/serviceauthtoken" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/servicebroker" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/servicekey" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/space" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/spacequota" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commands/user" ) /******************* diff --git a/cf/commandsloader/commands_loader_test.go b/cf/commandsloader/commands_loader_test.go index 08add8487d..e18397fb6f 100644 --- a/cf/commandsloader/commands_loader_test.go +++ b/cf/commandsloader/commands_loader_test.go @@ -6,8 +6,8 @@ import ( "path/filepath" "strings" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/commandsloader" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandsloader" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/configuration/config_disk_persistor_test.go b/cf/configuration/config_disk_persistor_test.go index e1a8dd25b1..46ad307563 100644 --- a/cf/configuration/config_disk_persistor_test.go +++ b/cf/configuration/config_disk_persistor_test.go @@ -5,7 +5,7 @@ import ( "io/ioutil" "os" - . "code.cloudfoundry.org/cli/cf/configuration" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/configuration/configurationfakes/fake_data_interface.go b/cf/configuration/configurationfakes/fake_data_interface.go index 3746d42ee7..9fc6bc073d 100644 --- a/cf/configuration/configurationfakes/fake_data_interface.go +++ b/cf/configuration/configurationfakes/fake_data_interface.go @@ -4,7 +4,7 @@ package configurationfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration" ) type FakeDataInterface struct { diff --git a/cf/configuration/configurationfakes/fake_persistor.go b/cf/configuration/configurationfakes/fake_persistor.go index 3283bb555d..fd5280a3c1 100644 --- a/cf/configuration/configurationfakes/fake_persistor.go +++ b/cf/configuration/configurationfakes/fake_persistor.go @@ -4,7 +4,7 @@ package configurationfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration" ) type FakePersistor struct { diff --git a/cf/configuration/coreconfig/access_token_test.go b/cf/configuration/coreconfig/access_token_test.go index fea832b152..83a7979fa7 100644 --- a/cf/configuration/coreconfig/access_token_test.go +++ b/cf/configuration/coreconfig/access_token_test.go @@ -1,7 +1,7 @@ package coreconfig_test import ( - . "code.cloudfoundry.org/cli/cf/configuration/coreconfig" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/configuration/coreconfig/api_config_refresher.go b/cf/configuration/coreconfig/api_config_refresher.go index 3e933ce477..c13e80b5e4 100644 --- a/cf/configuration/coreconfig/api_config_refresher.go +++ b/cf/configuration/coreconfig/api_config_refresher.go @@ -3,7 +3,7 @@ package coreconfig import ( "strings" - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . EndpointRepository diff --git a/cf/configuration/coreconfig/api_config_refresher_test.go b/cf/configuration/coreconfig/api_config_refresher_test.go index 74bf0c4be6..96731a9fd2 100644 --- a/cf/configuration/coreconfig/api_config_refresher_test.go +++ b/cf/configuration/coreconfig/api_config_refresher_test.go @@ -1,11 +1,11 @@ package coreconfig_test import ( - . "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig/coreconfigfakes" - "code.cloudfoundry.org/cli/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig/coreconfigfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/configuration/coreconfig/config_data.go b/cf/configuration/coreconfig/config_data.go index a5314a124c..8d0f043c20 100644 --- a/cf/configuration/coreconfig/config_data.go +++ b/cf/configuration/coreconfig/config_data.go @@ -3,8 +3,8 @@ package coreconfig import ( "encoding/json" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" ) type AuthPromptType string diff --git a/cf/configuration/coreconfig/config_data_test.go b/cf/configuration/coreconfig/config_data_test.go index d1eeb3c3cb..bb53bd1a5f 100644 --- a/cf/configuration/coreconfig/config_data_test.go +++ b/cf/configuration/coreconfig/config_data_test.go @@ -1,8 +1,8 @@ package coreconfig_test import ( - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/configuration/coreconfig/config_repository.go b/cf/configuration/coreconfig/config_repository.go index d3a60069ad..09b388e9de 100644 --- a/cf/configuration/coreconfig/config_repository.go +++ b/cf/configuration/coreconfig/config_repository.go @@ -4,9 +4,9 @@ import ( "strings" "sync" - "code.cloudfoundry.org/cli/cf/configuration" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/version" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/version" "github.com/blang/semver" ) diff --git a/cf/configuration/coreconfig/config_repository_test.go b/cf/configuration/coreconfig/config_repository_test.go index 230a0c90de..a942cafee1 100644 --- a/cf/configuration/coreconfig/config_repository_test.go +++ b/cf/configuration/coreconfig/config_repository_test.go @@ -5,11 +5,11 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/cf/configuration" - "code.cloudfoundry.org/cli/cf/configuration/configurationfakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/version" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/configurationfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/version" "github.com/blang/semver" . "github.com/onsi/ginkgo" diff --git a/cf/configuration/coreconfig/coreconfigfakes/fake_endpoint_repository.go b/cf/configuration/coreconfig/coreconfigfakes/fake_endpoint_repository.go index aaf2b94c6f..bf1cedea5a 100644 --- a/cf/configuration/coreconfig/coreconfigfakes/fake_endpoint_repository.go +++ b/cf/configuration/coreconfig/coreconfigfakes/fake_endpoint_repository.go @@ -4,7 +4,7 @@ package coreconfigfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" ) type FakeEndpointRepository struct { diff --git a/cf/configuration/coreconfig/coreconfigfakes/fake_read_writer.go b/cf/configuration/coreconfig/coreconfigfakes/fake_read_writer.go index c1fffbea2e..09dd60b1f8 100644 --- a/cf/configuration/coreconfig/coreconfigfakes/fake_read_writer.go +++ b/cf/configuration/coreconfig/coreconfigfakes/fake_read_writer.go @@ -4,8 +4,8 @@ package coreconfigfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" "github.com/blang/semver" ) diff --git a/cf/configuration/coreconfig/coreconfigfakes/fake_repository.go b/cf/configuration/coreconfig/coreconfigfakes/fake_repository.go index e12917d2b4..298eae2cc0 100644 --- a/cf/configuration/coreconfig/coreconfigfakes/fake_repository.go +++ b/cf/configuration/coreconfig/coreconfigfakes/fake_repository.go @@ -4,8 +4,8 @@ package coreconfigfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" "github.com/blang/semver" ) diff --git a/cf/configuration/pluginconfig/plugin_config.go b/cf/configuration/pluginconfig/plugin_config.go index c2212f7f88..8265a7ff2b 100644 --- a/cf/configuration/pluginconfig/plugin_config.go +++ b/cf/configuration/pluginconfig/plugin_config.go @@ -3,7 +3,7 @@ package pluginconfig import ( "sync" - "code.cloudfoundry.org/cli/cf/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . PluginConfiguration diff --git a/cf/configuration/pluginconfig/plugin_config_test.go b/cf/configuration/pluginconfig/plugin_config_test.go index e7e0703cd5..c02c76f3e9 100644 --- a/cf/configuration/pluginconfig/plugin_config_test.go +++ b/cf/configuration/pluginconfig/plugin_config_test.go @@ -5,12 +5,12 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/cf/configuration" - "code.cloudfoundry.org/cli/cf/configuration/confighelpers" - . "code.cloudfoundry.org/cli/cf/configuration/pluginconfig" - "code.cloudfoundry.org/cli/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/confighelpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/pluginconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin" - "code.cloudfoundry.org/cli/cf/configuration/configurationfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/configurationfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/configuration/pluginconfig/plugin_data.go b/cf/configuration/pluginconfig/plugin_data.go index 9d9cebe490..539749ff3c 100644 --- a/cf/configuration/pluginconfig/plugin_data.go +++ b/cf/configuration/pluginconfig/plugin_data.go @@ -3,7 +3,7 @@ package pluginconfig import ( "encoding/json" - "code.cloudfoundry.org/cli/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin" ) type PluginData struct { diff --git a/cf/configuration/pluginconfig/pluginconfigfakes/fake_plugin_configuration.go b/cf/configuration/pluginconfig/pluginconfigfakes/fake_plugin_configuration.go index 42220dae93..a2417d891d 100644 --- a/cf/configuration/pluginconfig/pluginconfigfakes/fake_plugin_configuration.go +++ b/cf/configuration/pluginconfig/pluginconfigfakes/fake_plugin_configuration.go @@ -4,7 +4,7 @@ package pluginconfigfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/configuration/pluginconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/pluginconfig" ) type FakePluginConfiguration struct { diff --git a/cf/errors/access_denied_error.go b/cf/errors/access_denied_error.go index 36fb366d8a..73276d6d8e 100644 --- a/cf/errors/access_denied_error.go +++ b/cf/errors/access_denied_error.go @@ -1,6 +1,6 @@ package errors -import . "code.cloudfoundry.org/cli/cf/i18n" +import . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" type AccessDeniedError struct { } diff --git a/cf/errors/ambiguous_model_error.go b/cf/errors/ambiguous_model_error.go index 071745bcf0..0f743c0926 100644 --- a/cf/errors/ambiguous_model_error.go +++ b/cf/errors/ambiguous_model_error.go @@ -3,7 +3,7 @@ package errors import ( "strings" - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) type AmbiguousModelError struct { diff --git a/cf/errors/curl_http_error.go b/cf/errors/curl_http_error.go index 4883e943c4..7fac361586 100644 --- a/cf/errors/curl_http_error.go +++ b/cf/errors/curl_http_error.go @@ -1,7 +1,7 @@ package errors import ( - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) type CurlHTTPError struct { diff --git a/cf/errors/empty_dir_error.go b/cf/errors/empty_dir_error.go index 8cca87afa0..0704d1b4bd 100644 --- a/cf/errors/empty_dir_error.go +++ b/cf/errors/empty_dir_error.go @@ -1,7 +1,7 @@ package errors import ( - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) type EmptyDirError struct { diff --git a/cf/errors/errorsfakes/fake_httperror.go b/cf/errors/errorsfakes/fake_httperror.go index ee993fdd85..3f1247b22b 100644 --- a/cf/errors/errorsfakes/fake_httperror.go +++ b/cf/errors/errorsfakes/fake_httperror.go @@ -4,7 +4,7 @@ package errorsfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" ) type FakeHTTPError struct { diff --git a/cf/errors/gateway_error.go b/cf/errors/gateway_error.go index 22d908bbed..dd13236bae 100644 --- a/cf/errors/gateway_error.go +++ b/cf/errors/gateway_error.go @@ -3,7 +3,7 @@ package errors import ( "fmt" - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) type AsyncTimeoutError struct { diff --git a/cf/errors/http_error.go b/cf/errors/http_error.go index bb8e1f60b0..4e9d8f2e28 100644 --- a/cf/errors/http_error.go +++ b/cf/errors/http_error.go @@ -3,7 +3,7 @@ package errors import ( "fmt" - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . HTTPError diff --git a/cf/errors/invalid_ssl_cert_error.go b/cf/errors/invalid_ssl_cert_error.go index 70f81d7af1..2c5f9e4ee6 100644 --- a/cf/errors/invalid_ssl_cert_error.go +++ b/cf/errors/invalid_ssl_cert_error.go @@ -1,7 +1,7 @@ package errors import ( - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) type InvalidSSLCert struct { diff --git a/cf/errors/invalid_token_error.go b/cf/errors/invalid_token_error.go index 4860758669..4396798321 100644 --- a/cf/errors/invalid_token_error.go +++ b/cf/errors/invalid_token_error.go @@ -1,7 +1,7 @@ package errors import ( - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) type InvalidTokenError struct { diff --git a/cf/errors/model_already_exists_error.go b/cf/errors/model_already_exists_error.go index ef8b832dc6..9ca5c90a3d 100644 --- a/cf/errors/model_already_exists_error.go +++ b/cf/errors/model_already_exists_error.go @@ -3,7 +3,7 @@ package errors import ( "fmt" - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) type ModelAlreadyExistsError struct { diff --git a/cf/errors/model_not_found_error.go b/cf/errors/model_not_found_error.go index d41611978d..b43e7f9923 100644 --- a/cf/errors/model_not_found_error.go +++ b/cf/errors/model_not_found_error.go @@ -1,7 +1,7 @@ package errors import ( - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) type ModelNotFoundError struct { diff --git a/cf/errors/not_authorized_error.go b/cf/errors/not_authorized_error.go index 4e9160bde1..e1c41176d7 100644 --- a/cf/errors/not_authorized_error.go +++ b/cf/errors/not_authorized_error.go @@ -1,7 +1,7 @@ package errors import ( - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) type NotAuthorizedError struct { diff --git a/cf/errors/service_association_error.go b/cf/errors/service_association_error.go index 34ae899c03..70ed57290d 100644 --- a/cf/errors/service_association_error.go +++ b/cf/errors/service_association_error.go @@ -1,7 +1,7 @@ package errors import ( - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) type ServiceAssociationError struct { diff --git a/cf/errors/unbindable_service_error.go b/cf/errors/unbindable_service_error.go index 35a788a9a1..8bc6066c69 100644 --- a/cf/errors/unbindable_service_error.go +++ b/cf/errors/unbindable_service_error.go @@ -1,7 +1,7 @@ package errors import ( - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) type UnbindableServiceError struct { diff --git a/cf/flagcontext/flag_content_helper_test.go b/cf/flagcontext/flag_content_helper_test.go index 622ed20a6e..914c23c1eb 100644 --- a/cf/flagcontext/flag_content_helper_test.go +++ b/cf/flagcontext/flag_content_helper_test.go @@ -4,7 +4,7 @@ import ( "fmt" "os" - "code.cloudfoundry.org/cli/cf/flagcontext" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flagcontext" "code.cloudfoundry.org/gofileutils/fileutils" . "github.com/onsi/ginkgo" diff --git a/cf/flags/flag_constructor_test.go b/cf/flags/flag_constructor_test.go index c2dc66d951..78ce984b48 100644 --- a/cf/flags/flag_constructor_test.go +++ b/cf/flags/flag_constructor_test.go @@ -1,7 +1,7 @@ package flags_test import ( - "code.cloudfoundry.org/cli/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/flags/flags_test.go b/cf/flags/flags_test.go index 1b29cd2978..49168769e8 100644 --- a/cf/flags/flags_test.go +++ b/cf/flags/flags_test.go @@ -1,7 +1,7 @@ package flags_test import ( - "code.cloudfoundry.org/cli/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/flags/flags_usage_test.go b/cf/flags/flags_usage_test.go index 1badd41b4b..f863f0f7ca 100644 --- a/cf/flags/flags_usage_test.go +++ b/cf/flags/flags_usage_test.go @@ -3,7 +3,7 @@ package flags_test import ( "strings" - "code.cloudfoundry.org/cli/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/formatters/bools.go b/cf/formatters/bools.go index 4ce3d0c841..eed9706d8a 100644 --- a/cf/formatters/bools.go +++ b/cf/formatters/bools.go @@ -1,7 +1,7 @@ package formatters import ( - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) func Allowed(allowed bool) string { diff --git a/cf/formatters/bools_test.go b/cf/formatters/bools_test.go index 040017ad54..2b4cfc135c 100644 --- a/cf/formatters/bools_test.go +++ b/cf/formatters/bools_test.go @@ -1,7 +1,7 @@ package formatters_test import ( - . "code.cloudfoundry.org/cli/cf/formatters" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/formatters" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/formatters/bytes.go b/cf/formatters/bytes.go index bdd76a65c2..327a33bd7d 100644 --- a/cf/formatters/bytes.go +++ b/cf/formatters/bytes.go @@ -7,7 +7,7 @@ import ( "strconv" "strings" - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) const ( diff --git a/cf/formatters/bytes_test.go b/cf/formatters/bytes_test.go index 015986f2e9..5a4d2272be 100644 --- a/cf/formatters/bytes_test.go +++ b/cf/formatters/bytes_test.go @@ -1,7 +1,7 @@ package formatters_test import ( - . "code.cloudfoundry.org/cli/cf/formatters" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/formatters" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/formatters/formatters_suite_test.go b/cf/formatters/formatters_suite_test.go index 9d2236b272..5977d9ce60 100644 --- a/cf/formatters/formatters_suite_test.go +++ b/cf/formatters/formatters_suite_test.go @@ -1,8 +1,8 @@ package formatters_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/formatters/memoryLimit_test.go b/cf/formatters/memoryLimit_test.go index ee981c8f50..6c1b48d683 100644 --- a/cf/formatters/memoryLimit_test.go +++ b/cf/formatters/memoryLimit_test.go @@ -1,7 +1,7 @@ package formatters_test import ( - . "code.cloudfoundry.org/cli/cf/formatters" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/formatters" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/help/help.go b/cf/help/help.go index bb992977d6..a481cf27ac 100644 --- a/cf/help/help.go +++ b/cf/help/help.go @@ -11,13 +11,13 @@ import ( "path/filepath" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration" - "code.cloudfoundry.org/cli/cf/configuration/confighelpers" - "code.cloudfoundry.org/cli/cf/configuration/pluginconfig" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/version" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/confighelpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/pluginconfig" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/version" ) type appPresenter struct { diff --git a/cf/help/help_suite_test.go b/cf/help/help_suite_test.go index 0ed0de93fa..458bfcf4e4 100644 --- a/cf/help/help_suite_test.go +++ b/cf/help/help_suite_test.go @@ -1,7 +1,7 @@ package help_test import ( - "code.cloudfoundry.org/cli/cf/commandsloader" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandsloader" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/help/help_test.go b/cf/help/help_test.go index 8a5b5de1bd..e8dc770a09 100644 --- a/cf/help/help_test.go +++ b/cf/help/help_test.go @@ -4,11 +4,11 @@ import ( "path/filepath" "strings" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/confighelpers" - "code.cloudfoundry.org/cli/cf/help" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/confighelpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/help" - "code.cloudfoundry.org/cli/cf/util/testhelpers/io" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/io" "os" diff --git a/cf/help/template.go b/cf/help/template.go index 850480fd58..dc6b3d5c11 100644 --- a/cf/help/template.go +++ b/cf/help/template.go @@ -1,6 +1,6 @@ package help -import . "code.cloudfoundry.org/cli/cf/i18n" +import . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" func GetHelpTemplate() string { return `{{.Title "` + T("NAME:") + `"}} diff --git a/cf/i18n/i18n.go b/cf/i18n/i18n.go index 4084738e99..6956e909f1 100644 --- a/cf/i18n/i18n.go +++ b/cf/i18n/i18n.go @@ -1,6 +1,6 @@ package i18n -import "code.cloudfoundry.org/cli/util/ui" +import "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" var T ui.TranslateFunc diff --git a/cf/i18n/locale.go b/cf/i18n/locale.go index 3857d1e42d..0379eded1e 100644 --- a/cf/i18n/locale.go +++ b/cf/i18n/locale.go @@ -4,8 +4,8 @@ import ( "path" "strings" - "code.cloudfoundry.org/cli/i18n/resources" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/i18n/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) const resourceSuffix = ".all.json" diff --git a/cf/i18n/locale_test.go b/cf/i18n/locale_test.go index 418d79c91b..5059435dc0 100644 --- a/cf/i18n/locale_test.go +++ b/cf/i18n/locale_test.go @@ -1,7 +1,7 @@ package i18n_test import ( - "code.cloudfoundry.org/cli/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/manifest/generate_manifest.go b/cf/manifest/generate_manifest.go index 6a8a9eb68c..8911d9193d 100644 --- a/cf/manifest/generate_manifest.go +++ b/cf/manifest/generate_manifest.go @@ -4,13 +4,13 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" "gopkg.in/yaml.v2" "io" - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . App diff --git a/cf/manifest/generate_manifest_test.go b/cf/manifest/generate_manifest_test.go index 2b6d9cfbb4..811d4e2271 100644 --- a/cf/manifest/generate_manifest_test.go +++ b/cf/manifest/generate_manifest_test.go @@ -5,7 +5,7 @@ import ( "bytes" - . "code.cloudfoundry.org/cli/cf/manifest" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/manifest" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/manifest/manifest.go b/cf/manifest/manifest.go index 4d959ae5a0..e126e77e2e 100644 --- a/cf/manifest/manifest.go +++ b/cf/manifest/manifest.go @@ -7,12 +7,12 @@ import ( "regexp" "strconv" - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" - "code.cloudfoundry.org/cli/cf/formatters" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/util/generic" - "code.cloudfoundry.org/cli/util/randomword" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/formatters" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/generic" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/randomword" ) type Manifest struct { diff --git a/cf/manifest/manifest_disk_repository.go b/cf/manifest/manifest_disk_repository.go index 166e3202bd..c982fe5af9 100644 --- a/cf/manifest/manifest_disk_repository.go +++ b/cf/manifest/manifest_disk_repository.go @@ -7,9 +7,9 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/cf/errors" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/util/generic" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/generic" "gopkg.in/yaml.v2" ) diff --git a/cf/manifest/manifest_disk_repository_test.go b/cf/manifest/manifest_disk_repository_test.go index 9ae516f1a7..7255da5712 100644 --- a/cf/manifest/manifest_disk_repository_test.go +++ b/cf/manifest/manifest_disk_repository_test.go @@ -3,7 +3,7 @@ package manifest_test import ( "path/filepath" - . "code.cloudfoundry.org/cli/cf/manifest" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/manifest" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/manifest/manifest_suite_test.go b/cf/manifest/manifest_suite_test.go index b5a7e3185c..d227cb5995 100644 --- a/cf/manifest/manifest_suite_test.go +++ b/cf/manifest/manifest_suite_test.go @@ -1,8 +1,8 @@ package manifest_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/manifest/manifest_test.go b/cf/manifest/manifest_test.go index 8ea93170e1..70764a3d9f 100644 --- a/cf/manifest/manifest_test.go +++ b/cf/manifest/manifest_test.go @@ -4,12 +4,12 @@ import ( "runtime" "strings" - "code.cloudfoundry.org/cli/cf/manifest" - "code.cloudfoundry.org/cli/util/generic" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/manifest" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/generic" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" ) func NewManifest(path string, data generic.Map) (m *manifest.Manifest) { diff --git a/cf/manifest/manifestfakes/fake_app.go b/cf/manifest/manifestfakes/fake_app.go index 54860590aa..552ce35d4d 100644 --- a/cf/manifest/manifestfakes/fake_app.go +++ b/cf/manifest/manifestfakes/fake_app.go @@ -5,8 +5,8 @@ import ( "io" "sync" - "code.cloudfoundry.org/cli/cf/manifest" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/manifest" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) type FakeApp struct { diff --git a/cf/manifest/manifestfakes/fake_repository.go b/cf/manifest/manifestfakes/fake_repository.go index a87be0e286..5ade2a747b 100644 --- a/cf/manifest/manifestfakes/fake_repository.go +++ b/cf/manifest/manifestfakes/fake_repository.go @@ -4,7 +4,7 @@ package manifestfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/manifest" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/manifest" ) type FakeRepository struct { diff --git a/cf/models/application_test.go b/cf/models/application_test.go index d0fdb9efb8..ce039c5b7c 100644 --- a/cf/models/application_test.go +++ b/cf/models/application_test.go @@ -3,7 +3,7 @@ package models_test import ( "os" - . "code.cloudfoundry.org/cli/cf/models" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/models/domain_test.go b/cf/models/domain_test.go index da359bb2af..6f56457002 100644 --- a/cf/models/domain_test.go +++ b/cf/models/domain_test.go @@ -1,7 +1,7 @@ package models_test import ( - . "code.cloudfoundry.org/cli/cf/models" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/models/route_summary_test.go b/cf/models/route_summary_test.go index 4b9bd3ce4d..888c6d348b 100644 --- a/cf/models/route_summary_test.go +++ b/cf/models/route_summary_test.go @@ -1,7 +1,7 @@ package models_test import ( - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/models/route_test.go b/cf/models/route_test.go index 9bd6b29177..e479d1eb64 100644 --- a/cf/models/route_test.go +++ b/cf/models/route_test.go @@ -1,7 +1,7 @@ package models_test import ( - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/models/service_instance_test.go b/cf/models/service_instance_test.go index a46217b800..39a0a90aff 100644 --- a/cf/models/service_instance_test.go +++ b/cf/models/service_instance_test.go @@ -1,7 +1,7 @@ package models_test import ( - . "code.cloudfoundry.org/cli/cf/models" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/models/service_plan_test.go b/cf/models/service_plan_test.go index e446e93cff..3727f7a312 100644 --- a/cf/models/service_plan_test.go +++ b/cf/models/service_plan_test.go @@ -1,7 +1,7 @@ package models_test import ( - . "code.cloudfoundry.org/cli/cf/models" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/models/space_quota.go b/cf/models/space_quota.go index 4edf2992ee..a702a1d11b 100644 --- a/cf/models/space_quota.go +++ b/cf/models/space_quota.go @@ -4,8 +4,8 @@ import ( "encoding/json" "strconv" - "code.cloudfoundry.org/cli/cf/formatters" - . "code.cloudfoundry.org/cli/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/formatters" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) type SpaceQuota struct { diff --git a/cf/net/cloud_controller_gateway.go b/cf/net/cloud_controller_gateway.go index 449ccbf972..998aa64be7 100644 --- a/cf/net/cloud_controller_gateway.go +++ b/cf/net/cloud_controller_gateway.go @@ -5,10 +5,10 @@ import ( "strconv" "time" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/cf/trace" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace" ) type ccErrorResponse struct { diff --git a/cf/net/cloud_controller_gateway_test.go b/cf/net/cloud_controller_gateway_test.go index d61ff7b6c2..c7ae779779 100644 --- a/cf/net/cloud_controller_gateway_test.go +++ b/cf/net/cloud_controller_gateway_test.go @@ -8,13 +8,13 @@ import ( "net/http/httptest" "time" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - . "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/net/gateway.go b/cf/net/gateway.go index 9a7ee4f701..777be2eb72 100644 --- a/cf/net/gateway.go +++ b/cf/net/gateway.go @@ -17,13 +17,13 @@ import ( "strings" "time" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/cf/trace" - "code.cloudfoundry.org/cli/util" - "code.cloudfoundry.org/cli/version" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace" + "github.com/LukasHeimann/cloudfoundrycli/v8/util" + "github.com/LukasHeimann/cloudfoundrycli/v8/version" ) const ( diff --git a/cf/net/gateway_test.go b/cf/net/gateway_test.go index 88c957ca0b..0f8b62c99f 100644 --- a/cf/net/gateway_test.go +++ b/cf/net/gateway_test.go @@ -15,16 +15,16 @@ import ( "strings" "time" - "code.cloudfoundry.org/cli/cf/api/authentication" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - . "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/net/netfakes" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testnet "code.cloudfoundry.org/cli/cf/util/testhelpers/net" - "code.cloudfoundry.org/cli/version" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/authentication" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net/netfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testnet "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/version" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "github.com/onsi/gomega/ghttp" diff --git a/cf/net/http_client.go b/cf/net/http_client.go index f2d26a3480..43f1c1c66c 100644 --- a/cf/net/http_client.go +++ b/cf/net/http_client.go @@ -9,8 +9,8 @@ import ( "net/url" "strings" - "code.cloudfoundry.org/cli/cf/errors" - . "code.cloudfoundry.org/cli/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" "golang.org/x/net/websocket" ) diff --git a/cf/net/http_client_test.go b/cf/net/http_client_test.go index 63cb0c7c6c..2026f0b560 100644 --- a/cf/net/http_client_test.go +++ b/cf/net/http_client_test.go @@ -7,9 +7,9 @@ import ( "net/url" "syscall" - "code.cloudfoundry.org/cli/cf/errors" - . "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "golang.org/x/net/websocket" diff --git a/cf/net/net_suite_test.go b/cf/net/net_suite_test.go index 6c7da8e1cf..047df7916f 100644 --- a/cf/net/net_suite_test.go +++ b/cf/net/net_suite_test.go @@ -1,8 +1,8 @@ package net_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/net/netfakes/fake_httpclient_interface.go b/cf/net/netfakes/fake_httpclient_interface.go index 9040eef181..da99894717 100644 --- a/cf/net/netfakes/fake_httpclient_interface.go +++ b/cf/net/netfakes/fake_httpclient_interface.go @@ -5,7 +5,7 @@ import ( "net/http" "sync" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) type FakeHTTPClientInterface struct { diff --git a/cf/net/netfakes/fake_request_dumper_interface.go b/cf/net/netfakes/fake_request_dumper_interface.go index 19350408b1..c80cbbc91a 100644 --- a/cf/net/netfakes/fake_request_dumper_interface.go +++ b/cf/net/netfakes/fake_request_dumper_interface.go @@ -5,7 +5,7 @@ import ( "net/http" "sync" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) type FakeRequestDumperInterface struct { diff --git a/cf/net/netfakes/fake_warning_producer.go b/cf/net/netfakes/fake_warning_producer.go index d21e536485..881eb678c2 100644 --- a/cf/net/netfakes/fake_warning_producer.go +++ b/cf/net/netfakes/fake_warning_producer.go @@ -4,7 +4,7 @@ package netfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" ) type FakeWarningProducer struct { diff --git a/cf/net/progress_reader.go b/cf/net/progress_reader.go index 8716cafd98..87d2b005e0 100644 --- a/cf/net/progress_reader.go +++ b/cf/net/progress_reader.go @@ -6,8 +6,8 @@ import ( "sync" "time" - "code.cloudfoundry.org/cli/cf/formatters" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/formatters" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type ProgressReader struct { diff --git a/cf/net/progress_reader_test.go b/cf/net/progress_reader_test.go index 34e37541ad..88c7836b0d 100644 --- a/cf/net/progress_reader_test.go +++ b/cf/net/progress_reader_test.go @@ -7,8 +7,8 @@ import ( "os" "time" - . "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/net/request_dumper.go b/cf/net/request_dumper.go index 1867011484..f50d7b2afe 100644 --- a/cf/net/request_dumper.go +++ b/cf/net/request_dumper.go @@ -11,10 +11,10 @@ import ( "strings" "time" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/cf/trace" - "code.cloudfoundry.org/cli/util/ui" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . RequestDumperInterface diff --git a/cf/net/request_dumper_test.go b/cf/net/request_dumper_test.go index 465f61e732..b6b33d0b04 100644 --- a/cf/net/request_dumper_test.go +++ b/cf/net/request_dumper_test.go @@ -5,8 +5,8 @@ import ( "net/http" "strings" - . "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/trace" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/net/routing_api_gateway.go b/cf/net/routing_api_gateway.go index c186a87c1d..0d975cd631 100644 --- a/cf/net/routing_api_gateway.go +++ b/cf/net/routing_api_gateway.go @@ -5,10 +5,10 @@ import ( "net/http" "time" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/cf/trace" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace" ) type errorResponse struct { diff --git a/cf/net/routing_api_gateway_test.go b/cf/net/routing_api_gateway_test.go index 92e77ea2f5..4184dd84ac 100644 --- a/cf/net/routing_api_gateway_test.go +++ b/cf/net/routing_api_gateway_test.go @@ -6,12 +6,12 @@ import ( "net/http/httptest" "time" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - . "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/net/uaa_gateway.go b/cf/net/uaa_gateway.go index 29d9105062..af79d1bc7d 100644 --- a/cf/net/uaa_gateway.go +++ b/cf/net/uaa_gateway.go @@ -4,10 +4,10 @@ import ( "encoding/json" "time" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/cf/trace" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace" ) type uaaErrorResponse struct { diff --git a/cf/net/uaa_gateway_test.go b/cf/net/uaa_gateway_test.go index 306007f2d7..68c632b9a8 100644 --- a/cf/net/uaa_gateway_test.go +++ b/cf/net/uaa_gateway_test.go @@ -6,12 +6,12 @@ import ( "net/http/httptest" "time" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - . "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/net/warnings_collector.go b/cf/net/warnings_collector.go index 0ae16613dc..c7c1fcafa3 100644 --- a/cf/net/warnings_collector.go +++ b/cf/net/warnings_collector.go @@ -5,7 +5,7 @@ import ( "os" "strings" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) const DeprecatedEndpointWarning = "Endpoint deprecated" diff --git a/cf/net/warnings_collector_test.go b/cf/net/warnings_collector_test.go index 8e62bc1de7..e8961743fd 100644 --- a/cf/net/warnings_collector_test.go +++ b/cf/net/warnings_collector_test.go @@ -3,9 +3,9 @@ package net_test import ( "os" - "code.cloudfoundry.org/cli/cf/net" - "code.cloudfoundry.org/cli/cf/net/netfakes" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/net/netfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/requirements/api_endpoint.go b/cf/requirements/api_endpoint.go index 6208289630..83de77efff 100644 --- a/cf/requirements/api_endpoint.go +++ b/cf/requirements/api_endpoint.go @@ -5,10 +5,10 @@ import ( "errors" - "code.cloudfoundry.org/cli/cf" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type APIEndpointRequirement struct { diff --git a/cf/requirements/api_endpoint_test.go b/cf/requirements/api_endpoint_test.go index 32ff9d12d1..c56c4a90b9 100644 --- a/cf/requirements/api_endpoint_test.go +++ b/cf/requirements/api_endpoint_test.go @@ -1,9 +1,9 @@ package requirements_test import ( - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - . "code.cloudfoundry.org/cli/cf/requirements" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/requirements/application.go b/cf/requirements/application.go index 3ce04a99cb..59c1bedb18 100644 --- a/cf/requirements/application.go +++ b/cf/requirements/application.go @@ -1,8 +1,8 @@ package requirements import ( - "code.cloudfoundry.org/cli/cf/api/applications" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . ApplicationRequirement diff --git a/cf/requirements/application_test.go b/cf/requirements/application_test.go index 7287bcda01..4859de1c1c 100644 --- a/cf/requirements/application_test.go +++ b/cf/requirements/application_test.go @@ -1,10 +1,10 @@ package requirements_test import ( - "code.cloudfoundry.org/cli/cf/api/applications/applicationsfakes" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - . "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications/applicationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/requirements/buildpack.go b/cf/requirements/buildpack.go index 0f8981e3da..e7acc4ea16 100644 --- a/cf/requirements/buildpack.go +++ b/cf/requirements/buildpack.go @@ -1,8 +1,8 @@ package requirements import ( - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . BuildpackRequirement diff --git a/cf/requirements/buildpack_test.go b/cf/requirements/buildpack_test.go index f9128a0a1f..7f88523c49 100644 --- a/cf/requirements/buildpack_test.go +++ b/cf/requirements/buildpack_test.go @@ -1,9 +1,9 @@ package requirements_test import ( - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/models" - . "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/requirements/config_refreshing_requirement.go b/cf/requirements/config_refreshing_requirement.go index a6f46179b7..c55994ef40 100644 --- a/cf/requirements/config_refreshing_requirement.go +++ b/cf/requirements/config_refreshing_requirement.go @@ -1,6 +1,6 @@ package requirements -import "code.cloudfoundry.org/cli/cf/configuration/coreconfig" +import "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" type configRefreshingRequirement struct { requirement Requirement diff --git a/cf/requirements/config_refreshing_requirement_test.go b/cf/requirements/config_refreshing_requirement_test.go index 4bb706a6a3..002df869ea 100644 --- a/cf/requirements/config_refreshing_requirement_test.go +++ b/cf/requirements/config_refreshing_requirement_test.go @@ -1,11 +1,11 @@ package requirements_test import ( - . "code.cloudfoundry.org/cli/cf/requirements" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" "errors" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/requirements/dea_application.go b/cf/requirements/dea_application.go index 747c9d42e4..2c0ee40e73 100644 --- a/cf/requirements/dea_application.go +++ b/cf/requirements/dea_application.go @@ -1,10 +1,10 @@ package requirements import ( - "code.cloudfoundry.org/cli/cf/api/applications" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . DEAApplicationRequirement diff --git a/cf/requirements/dea_application_test.go b/cf/requirements/dea_application_test.go index b3feee872d..819a0b149b 100644 --- a/cf/requirements/dea_application_test.go +++ b/cf/requirements/dea_application_test.go @@ -3,10 +3,10 @@ package requirements_test import ( "errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" - "code.cloudfoundry.org/cli/cf/api/applications/applicationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/applications/applicationsfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/requirements/domain.go b/cf/requirements/domain.go index 72d9d01d21..5c76bc3197 100644 --- a/cf/requirements/domain.go +++ b/cf/requirements/domain.go @@ -1,9 +1,9 @@ package requirements import ( - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . DomainRequirement diff --git a/cf/requirements/domain_test.go b/cf/requirements/domain_test.go index c855b44dca..e42cf9fb1f 100644 --- a/cf/requirements/domain_test.go +++ b/cf/requirements/domain_test.go @@ -1,12 +1,12 @@ package requirements_test import ( - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - . "code.cloudfoundry.org/cli/cf/requirements" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/requirements/factory.go b/cf/requirements/factory.go index 39429fad48..e15cdf137e 100644 --- a/cf/requirements/factory.go +++ b/cf/requirements/factory.go @@ -1,8 +1,8 @@ package requirements import ( - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" "github.com/blang/semver" ) diff --git a/cf/requirements/login.go b/cf/requirements/login.go index 05e54315a7..e2be9f00f7 100644 --- a/cf/requirements/login.go +++ b/cf/requirements/login.go @@ -3,8 +3,8 @@ package requirements import ( "errors" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type LoginRequirement struct { diff --git a/cf/requirements/login_test.go b/cf/requirements/login_test.go index 0a8b19f6df..2026ac81df 100644 --- a/cf/requirements/login_test.go +++ b/cf/requirements/login_test.go @@ -1,12 +1,12 @@ package requirements_test import ( - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - . "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" ) var _ = Describe("LoginRequirement", func() { diff --git a/cf/requirements/max_api_version.go b/cf/requirements/max_api_version.go index 8cebdb293c..259688a671 100644 --- a/cf/requirements/max_api_version.go +++ b/cf/requirements/max_api_version.go @@ -3,10 +3,10 @@ package requirements import ( "errors" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" "github.com/blang/semver" - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) type MaxAPIVersionRequirement struct { diff --git a/cf/requirements/max_api_version_test.go b/cf/requirements/max_api_version_test.go index b25fd23bb1..fc598af9a0 100644 --- a/cf/requirements/max_api_version_test.go +++ b/cf/requirements/max_api_version_test.go @@ -1,11 +1,11 @@ package requirements_test import ( - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" "github.com/blang/semver" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/requirements/min_api_version.go b/cf/requirements/min_api_version.go index 30b1902a4c..2cda1c28d3 100644 --- a/cf/requirements/min_api_version.go +++ b/cf/requirements/min_api_version.go @@ -3,10 +3,10 @@ package requirements import ( "errors" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" "github.com/blang/semver" - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) type MinAPIVersionRequirement struct { diff --git a/cf/requirements/min_api_version_test.go b/cf/requirements/min_api_version_test.go index ec960648a6..b7d4f092b2 100644 --- a/cf/requirements/min_api_version_test.go +++ b/cf/requirements/min_api_version_test.go @@ -1,11 +1,11 @@ package requirements_test import ( - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" "github.com/blang/semver" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/requirements/number_arguments.go b/cf/requirements/number_arguments.go index 36672dabf6..fc23c1336f 100644 --- a/cf/requirements/number_arguments.go +++ b/cf/requirements/number_arguments.go @@ -3,7 +3,7 @@ package requirements import ( "strings" - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) type NumberArguments struct { diff --git a/cf/requirements/number_arguments_test.go b/cf/requirements/number_arguments_test.go index 8725a373c0..85d3d9e597 100644 --- a/cf/requirements/number_arguments_test.go +++ b/cf/requirements/number_arguments_test.go @@ -1,7 +1,7 @@ package requirements_test import ( - . "code.cloudfoundry.org/cli/cf/requirements" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/requirements/organization.go b/cf/requirements/organization.go index 96d1c8d800..9206382319 100644 --- a/cf/requirements/organization.go +++ b/cf/requirements/organization.go @@ -1,8 +1,8 @@ package requirements import ( - "code.cloudfoundry.org/cli/cf/api/organizations" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . OrganizationRequirement diff --git a/cf/requirements/organization_test.go b/cf/requirements/organization_test.go index 22a0580200..e3e82047f3 100644 --- a/cf/requirements/organization_test.go +++ b/cf/requirements/organization_test.go @@ -3,9 +3,9 @@ package requirements_test import ( "errors" - "code.cloudfoundry.org/cli/cf/api/organizations/organizationsfakes" - "code.cloudfoundry.org/cli/cf/models" - . "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/organizations/organizationsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/requirements/requirements_suite_test.go b/cf/requirements/requirements_suite_test.go index 7d694ce9ff..1a46e8b205 100644 --- a/cf/requirements/requirements_suite_test.go +++ b/cf/requirements/requirements_suite_test.go @@ -1,8 +1,8 @@ package requirements_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/requirements/requirements_test.go b/cf/requirements/requirements_test.go index 727da97f6f..d554005cf9 100644 --- a/cf/requirements/requirements_test.go +++ b/cf/requirements/requirements_test.go @@ -1,9 +1,9 @@ package requirements_test import ( - . "code.cloudfoundry.org/cli/cf/requirements" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" - "code.cloudfoundry.org/cli/cf/requirements/requirementsfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements/requirementsfakes" "errors" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/requirements/requirementsfakes/fake_application_requirement.go b/cf/requirements/requirementsfakes/fake_application_requirement.go index b165f5a7c2..6e9967452f 100644 --- a/cf/requirements/requirementsfakes/fake_application_requirement.go +++ b/cf/requirements/requirementsfakes/fake_application_requirement.go @@ -4,8 +4,8 @@ package requirementsfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" ) type FakeApplicationRequirement struct { diff --git a/cf/requirements/requirementsfakes/fake_buildpack_requirement.go b/cf/requirements/requirementsfakes/fake_buildpack_requirement.go index 531ae8e059..e6e4b11f43 100644 --- a/cf/requirements/requirementsfakes/fake_buildpack_requirement.go +++ b/cf/requirements/requirementsfakes/fake_buildpack_requirement.go @@ -4,8 +4,8 @@ package requirementsfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" ) type FakeBuildpackRequirement struct { diff --git a/cf/requirements/requirementsfakes/fake_config_refresher.go b/cf/requirements/requirementsfakes/fake_config_refresher.go index 2a602ba115..d6bfde6311 100644 --- a/cf/requirements/requirementsfakes/fake_config_refresher.go +++ b/cf/requirements/requirementsfakes/fake_config_refresher.go @@ -4,8 +4,8 @@ package requirementsfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" ) type FakeConfigRefresher struct { diff --git a/cf/requirements/requirementsfakes/fake_deaapplication_requirement.go b/cf/requirements/requirementsfakes/fake_deaapplication_requirement.go index 282f0047e0..3b5fcfa815 100644 --- a/cf/requirements/requirementsfakes/fake_deaapplication_requirement.go +++ b/cf/requirements/requirementsfakes/fake_deaapplication_requirement.go @@ -4,8 +4,8 @@ package requirementsfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" ) type FakeDEAApplicationRequirement struct { diff --git a/cf/requirements/requirementsfakes/fake_domain_requirement.go b/cf/requirements/requirementsfakes/fake_domain_requirement.go index 0e1bdca81d..180dbb80d1 100644 --- a/cf/requirements/requirementsfakes/fake_domain_requirement.go +++ b/cf/requirements/requirementsfakes/fake_domain_requirement.go @@ -4,8 +4,8 @@ package requirementsfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" ) type FakeDomainRequirement struct { diff --git a/cf/requirements/requirementsfakes/fake_factory.go b/cf/requirements/requirementsfakes/fake_factory.go index c6351e2ecd..35913d2f60 100644 --- a/cf/requirements/requirementsfakes/fake_factory.go +++ b/cf/requirements/requirementsfakes/fake_factory.go @@ -4,7 +4,7 @@ package requirementsfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" "github.com/blang/semver" ) diff --git a/cf/requirements/requirementsfakes/fake_organization_requirement.go b/cf/requirements/requirementsfakes/fake_organization_requirement.go index c9b1752a1e..e6aa922abe 100644 --- a/cf/requirements/requirementsfakes/fake_organization_requirement.go +++ b/cf/requirements/requirementsfakes/fake_organization_requirement.go @@ -4,8 +4,8 @@ package requirementsfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" ) type FakeOrganizationRequirement struct { diff --git a/cf/requirements/requirementsfakes/fake_requirement.go b/cf/requirements/requirementsfakes/fake_requirement.go index 0ebc0b1a93..b7385e0987 100644 --- a/cf/requirements/requirementsfakes/fake_requirement.go +++ b/cf/requirements/requirementsfakes/fake_requirement.go @@ -4,7 +4,7 @@ package requirementsfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" ) type FakeRequirement struct { diff --git a/cf/requirements/requirementsfakes/fake_service_instance_requirement.go b/cf/requirements/requirementsfakes/fake_service_instance_requirement.go index 52a9c81065..c6b194c92e 100644 --- a/cf/requirements/requirementsfakes/fake_service_instance_requirement.go +++ b/cf/requirements/requirementsfakes/fake_service_instance_requirement.go @@ -4,8 +4,8 @@ package requirementsfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" ) type FakeServiceInstanceRequirement struct { diff --git a/cf/requirements/requirementsfakes/fake_space_requirement.go b/cf/requirements/requirementsfakes/fake_space_requirement.go index 12758455c7..cf13ee9d55 100644 --- a/cf/requirements/requirementsfakes/fake_space_requirement.go +++ b/cf/requirements/requirementsfakes/fake_space_requirement.go @@ -4,8 +4,8 @@ package requirementsfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" ) type FakeSpaceRequirement struct { diff --git a/cf/requirements/requirementsfakes/fake_targeted_org_requirement.go b/cf/requirements/requirementsfakes/fake_targeted_org_requirement.go index f4faa3ddb5..c55bd217c8 100644 --- a/cf/requirements/requirementsfakes/fake_targeted_org_requirement.go +++ b/cf/requirements/requirementsfakes/fake_targeted_org_requirement.go @@ -4,8 +4,8 @@ package requirementsfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" ) type FakeTargetedOrgRequirement struct { diff --git a/cf/requirements/requirementsfakes/fake_user_requirement.go b/cf/requirements/requirementsfakes/fake_user_requirement.go index a8df833082..98924eb285 100644 --- a/cf/requirements/requirementsfakes/fake_user_requirement.go +++ b/cf/requirements/requirementsfakes/fake_user_requirement.go @@ -4,8 +4,8 @@ package requirementsfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" ) type FakeUserRequirement struct { diff --git a/cf/requirements/service_instance.go b/cf/requirements/service_instance.go index 7c4616934d..18be75d49e 100644 --- a/cf/requirements/service_instance.go +++ b/cf/requirements/service_instance.go @@ -1,8 +1,8 @@ package requirements import ( - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . ServiceInstanceRequirement diff --git a/cf/requirements/service_instance_test.go b/cf/requirements/service_instance_test.go index 59cad62514..6bd4102f46 100644 --- a/cf/requirements/service_instance_test.go +++ b/cf/requirements/service_instance_test.go @@ -1,10 +1,10 @@ package requirements_test import ( - "code.cloudfoundry.org/cli/cf/api/apifakes" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/cf/models" - . "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/requirements/space.go b/cf/requirements/space.go index 7f56ba5aed..2a2763b33b 100644 --- a/cf/requirements/space.go +++ b/cf/requirements/space.go @@ -1,8 +1,8 @@ package requirements import ( - "code.cloudfoundry.org/cli/cf/api/spaces" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . SpaceRequirement diff --git a/cf/requirements/space_test.go b/cf/requirements/space_test.go index 59f8b37bc9..33f81f45d6 100644 --- a/cf/requirements/space_test.go +++ b/cf/requirements/space_test.go @@ -3,9 +3,9 @@ package requirements_test import ( "errors" - "code.cloudfoundry.org/cli/cf/api/spaces/spacesfakes" - "code.cloudfoundry.org/cli/cf/models" - . "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/spaces/spacesfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/requirements/targeted_organization.go b/cf/requirements/targeted_organization.go index adf4469ecf..be2368bf0d 100644 --- a/cf/requirements/targeted_organization.go +++ b/cf/requirements/targeted_organization.go @@ -4,11 +4,11 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/cf" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . TargetedOrgRequirement diff --git a/cf/requirements/targeted_organization_test.go b/cf/requirements/targeted_organization_test.go index a441477e9f..21c7269665 100644 --- a/cf/requirements/targeted_organization_test.go +++ b/cf/requirements/targeted_organization_test.go @@ -1,12 +1,12 @@ package requirements_test import ( - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" - . "code.cloudfoundry.org/cli/cf/requirements" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/requirements/targeted_space.go b/cf/requirements/targeted_space.go index 7f0bc55bba..ba7a551e18 100644 --- a/cf/requirements/targeted_space.go +++ b/cf/requirements/targeted_space.go @@ -5,10 +5,10 @@ import ( "errors" - "code.cloudfoundry.org/cli/cf" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - . "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type TargetedSpaceRequirement struct { diff --git a/cf/requirements/targeted_space_test.go b/cf/requirements/targeted_space_test.go index 97826b03fd..edfbdf43b3 100644 --- a/cf/requirements/targeted_space_test.go +++ b/cf/requirements/targeted_space_test.go @@ -1,10 +1,10 @@ package requirements_test import ( - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - . "code.cloudfoundry.org/cli/cf/requirements" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/requirements/unsupported_legacy_flag.go b/cf/requirements/unsupported_legacy_flag.go index 3b67eacd83..5a5f66fe47 100644 --- a/cf/requirements/unsupported_legacy_flag.go +++ b/cf/requirements/unsupported_legacy_flag.go @@ -4,7 +4,7 @@ import ( "errors" "strings" - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) type UnsupportedLegacyFlagRequirement struct { diff --git a/cf/requirements/unsupported_legacy_flag_test.go b/cf/requirements/unsupported_legacy_flag_test.go index 072ae4a8dd..2b7eff9310 100644 --- a/cf/requirements/unsupported_legacy_flag_test.go +++ b/cf/requirements/unsupported_legacy_flag_test.go @@ -1,7 +1,7 @@ package requirements_test import ( - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/requirements/usage_requirement.go b/cf/requirements/usage_requirement.go index ac2f2197d8..936ad67955 100644 --- a/cf/requirements/usage_requirement.go +++ b/cf/requirements/usage_requirement.go @@ -4,7 +4,7 @@ import ( "errors" "fmt" - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) type RequirementFunction func() error diff --git a/cf/requirements/usage_requirement_test.go b/cf/requirements/usage_requirement_test.go index 4430002168..4e46cc78c3 100644 --- a/cf/requirements/usage_requirement_test.go +++ b/cf/requirements/usage_requirement_test.go @@ -1,7 +1,7 @@ package requirements_test import ( - . "code.cloudfoundry.org/cli/cf/requirements" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/requirements/user.go b/cf/requirements/user.go index 298231fea0..7d173db0b4 100644 --- a/cf/requirements/user.go +++ b/cf/requirements/user.go @@ -1,8 +1,8 @@ package requirements import ( - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . UserRequirement diff --git a/cf/requirements/user_test.go b/cf/requirements/user_test.go index cacd18a2a0..d702f52cdc 100644 --- a/cf/requirements/user_test.go +++ b/cf/requirements/user_test.go @@ -3,10 +3,10 @@ package requirements_test import ( "errors" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" - "code.cloudfoundry.org/cli/cf/api/apifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/apifakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/ssh/options/ssh_options.go b/cf/ssh/options/ssh_options.go index a4976a538c..9f6f14bf0d 100644 --- a/cf/ssh/options/ssh_options.go +++ b/cf/ssh/options/ssh_options.go @@ -4,7 +4,7 @@ import ( "fmt" "strings" - "code.cloudfoundry.org/cli/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" ) type TTYRequest int diff --git a/cf/ssh/options/ssh_options_test.go b/cf/ssh/options/ssh_options_test.go index b4fe1f8d25..833be58d8f 100644 --- a/cf/ssh/options/ssh_options_test.go +++ b/cf/ssh/options/ssh_options_test.go @@ -1,8 +1,8 @@ package options_test import ( - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/ssh/options" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/ssh/options" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/ssh/ssh.go b/cf/ssh/ssh.go index b1bf62f12b..52f9311a94 100644 --- a/cf/ssh/ssh.go +++ b/cf/ssh/ssh.go @@ -19,10 +19,10 @@ import ( "golang.org/x/crypto/ssh" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/ssh/options" - "code.cloudfoundry.org/cli/cf/ssh/sigwinch" - "code.cloudfoundry.org/cli/cf/ssh/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/ssh/options" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/ssh/sigwinch" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/ssh/terminal" "github.com/moby/moby/pkg/term" ) diff --git a/cf/ssh/ssh_test.go b/cf/ssh/ssh_test.go index 8680011eae..81d2a3df28 100644 --- a/cf/ssh/ssh_test.go +++ b/cf/ssh/ssh_test.go @@ -16,12 +16,12 @@ import ( "syscall" "time" - "code.cloudfoundry.org/cli/cf/models" - sshCmd "code.cloudfoundry.org/cli/cf/ssh" - "code.cloudfoundry.org/cli/cf/ssh/options" - "code.cloudfoundry.org/cli/cf/ssh/sshfakes" - "code.cloudfoundry.org/cli/cf/ssh/terminal" - "code.cloudfoundry.org/cli/cf/ssh/terminal/terminalfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + sshCmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/ssh" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/ssh/options" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/ssh/sshfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/ssh/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/ssh/terminal/terminalfakes" "code.cloudfoundry.org/diego-ssh/server" fake_server "code.cloudfoundry.org/diego-ssh/server/fakes" "code.cloudfoundry.org/diego-ssh/test_helpers" diff --git a/cf/ssh/sshfakes/fake_listener_factory.go b/cf/ssh/sshfakes/fake_listener_factory.go index 2f378cdbf8..b282c334c0 100644 --- a/cf/ssh/sshfakes/fake_listener_factory.go +++ b/cf/ssh/sshfakes/fake_listener_factory.go @@ -5,7 +5,7 @@ import ( "net" "sync" - sshCmd "code.cloudfoundry.org/cli/cf/ssh" + sshCmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/ssh" ) type FakeListenerFactory struct { diff --git a/cf/ssh/sshfakes/fake_secure_client.go b/cf/ssh/sshfakes/fake_secure_client.go index d2df9c7d0a..880e178b2c 100644 --- a/cf/ssh/sshfakes/fake_secure_client.go +++ b/cf/ssh/sshfakes/fake_secure_client.go @@ -5,7 +5,7 @@ import ( "net" "sync" - sshCmd "code.cloudfoundry.org/cli/cf/ssh" + sshCmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/ssh" "golang.org/x/crypto/ssh" ) diff --git a/cf/ssh/sshfakes/fake_secure_dialer.go b/cf/ssh/sshfakes/fake_secure_dialer.go index d7fdc1d40d..f9cf330285 100644 --- a/cf/ssh/sshfakes/fake_secure_dialer.go +++ b/cf/ssh/sshfakes/fake_secure_dialer.go @@ -4,7 +4,7 @@ package sshfakes import ( "sync" - sshCmd "code.cloudfoundry.org/cli/cf/ssh" + sshCmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/ssh" "golang.org/x/crypto/ssh" ) diff --git a/cf/ssh/sshfakes/fake_secure_session.go b/cf/ssh/sshfakes/fake_secure_session.go index 16a44a3944..29fe130f8a 100644 --- a/cf/ssh/sshfakes/fake_secure_session.go +++ b/cf/ssh/sshfakes/fake_secure_session.go @@ -5,7 +5,7 @@ import ( "io" "sync" - sshCmd "code.cloudfoundry.org/cli/cf/ssh" + sshCmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/ssh" "golang.org/x/crypto/ssh" ) diff --git a/cf/ssh/sshfakes/fake_secure_shell.go b/cf/ssh/sshfakes/fake_secure_shell.go index 35dfa9f51f..f9ac44849a 100644 --- a/cf/ssh/sshfakes/fake_secure_shell.go +++ b/cf/ssh/sshfakes/fake_secure_shell.go @@ -4,8 +4,8 @@ package sshfakes import ( "sync" - sshCmd "code.cloudfoundry.org/cli/cf/ssh" - "code.cloudfoundry.org/cli/cf/ssh/options" + sshCmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/ssh" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/ssh/options" ) type FakeSecureShell struct { diff --git a/cf/ssh/terminal/helper_test.go b/cf/ssh/terminal/helper_test.go index 758962b1a2..290f4826d6 100644 --- a/cf/ssh/terminal/helper_test.go +++ b/cf/ssh/terminal/helper_test.go @@ -1,7 +1,7 @@ package terminal_test import ( - "code.cloudfoundry.org/cli/cf/ssh/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/ssh/terminal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/ssh/terminal/terminalfakes/fake_terminal_helper.go b/cf/ssh/terminal/terminalfakes/fake_terminal_helper.go index 8a7ed1a2e2..1637c28552 100644 --- a/cf/ssh/terminal/terminalfakes/fake_terminal_helper.go +++ b/cf/ssh/terminal/terminalfakes/fake_terminal_helper.go @@ -5,7 +5,7 @@ import ( "io" "sync" - "code.cloudfoundry.org/cli/cf/ssh/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/ssh/terminal" "github.com/moby/moby/pkg/term" ) diff --git a/cf/terminal/color_test.go b/cf/terminal/color_test.go index 8e6aadc86a..fa48338ce6 100644 --- a/cf/terminal/color_test.go +++ b/cf/terminal/color_test.go @@ -3,7 +3,7 @@ package terminal_test import ( "os" - . "code.cloudfoundry.org/cli/cf/terminal" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" "github.com/fatih/color" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/terminal/table_test.go b/cf/terminal/table_test.go index d893d7a3b4..a9c5593caf 100644 --- a/cf/terminal/table_test.go +++ b/cf/terminal/table_test.go @@ -4,8 +4,8 @@ import ( "bytes" "strings" - . "code.cloudfoundry.org/cli/cf/terminal" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/terminal/tee_printer_test.go b/cf/terminal/tee_printer_test.go index 17e1dca58e..093099670f 100644 --- a/cf/terminal/tee_printer_test.go +++ b/cf/terminal/tee_printer_test.go @@ -3,9 +3,9 @@ package terminal_test import ( "os" - . "code.cloudfoundry.org/cli/cf/terminal" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" - io_helpers "code.cloudfoundry.org/cli/cf/util/testhelpers/io" + io_helpers "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/io" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "github.com/onsi/gomega/gbytes" diff --git a/cf/terminal/terminal_suite_test.go b/cf/terminal/terminal_suite_test.go index 056b2718c8..6a49c4799e 100644 --- a/cf/terminal/terminal_suite_test.go +++ b/cf/terminal/terminal_suite_test.go @@ -1,8 +1,8 @@ package terminal_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/terminal/terminalfakes/fake_ui.go b/cf/terminal/terminalfakes/fake_ui.go index dda18707b1..3ede5f3ac4 100644 --- a/cf/terminal/terminalfakes/fake_ui.go +++ b/cf/terminal/terminalfakes/fake_ui.go @@ -5,8 +5,8 @@ import ( "io" "sync" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type FakeUI struct { diff --git a/cf/terminal/ui.go b/cf/terminal/ui.go index 18df1937bd..5dbff7ad28 100644 --- a/cf/terminal/ui.go +++ b/cf/terminal/ui.go @@ -5,15 +5,15 @@ import ( "io" "strings" - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" "bytes" "bufio" - "code.cloudfoundry.org/cli/cf" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/trace" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace" ) type ColoringFunction func(value string, row int, col int) string diff --git a/cf/terminal/ui_test.go b/cf/terminal/ui_test.go index e3bfea5ebf..5b6d427b9b 100644 --- a/cf/terminal/ui_test.go +++ b/cf/terminal/ui_test.go @@ -6,18 +6,18 @@ import ( "os" "strings" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - io_helpers "code.cloudfoundry.org/cli/cf/util/testhelpers/io" - newUI "code.cloudfoundry.org/cli/util/ui" - - . "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/cf/trace" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + io_helpers "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/io" + newUI "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "github.com/onsi/gomega/gbytes" diff --git a/cf/terminal/ui_unix.go b/cf/terminal/ui_unix.go index 08ccdfbdd4..48a4f6fbe6 100644 --- a/cf/terminal/ui_unix.go +++ b/cf/terminal/ui_unix.go @@ -13,7 +13,7 @@ import ( "strings" "syscall" - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) const ( diff --git a/cf/trace/combined_printer_test.go b/cf/trace/combined_printer_test.go index 0fea6714a4..0c1c4d18e9 100644 --- a/cf/trace/combined_printer_test.go +++ b/cf/trace/combined_printer_test.go @@ -1,9 +1,9 @@ package trace_test import ( - . "code.cloudfoundry.org/cli/cf/trace" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/trace/logger_provider.go b/cf/trace/logger_provider.go index 6337b0dbd5..b01b44c307 100644 --- a/cf/trace/logger_provider.go +++ b/cf/trace/logger_provider.go @@ -6,7 +6,7 @@ import ( "path/filepath" "strconv" - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) func NewLogger(writer io.Writer, verbose bool, boolsOrPaths ...string) Printer { diff --git a/cf/trace/logger_provider_test.go b/cf/trace/logger_provider_test.go index 9a3271446f..cfbe4edfb1 100644 --- a/cf/trace/logger_provider_test.go +++ b/cf/trace/logger_provider_test.go @@ -5,7 +5,7 @@ import ( "path" "runtime" - . "code.cloudfoundry.org/cli/cf/trace" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace" "code.cloudfoundry.org/gofileutils/fileutils" "os" diff --git a/cf/trace/trace.go b/cf/trace/trace.go index 25addf1c26..ff6deeb8a6 100644 --- a/cf/trace/trace.go +++ b/cf/trace/trace.go @@ -4,7 +4,7 @@ import ( "fmt" "regexp" - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" ) var LoggingToStdout bool diff --git a/cf/trace/trace_suite_test.go b/cf/trace/trace_suite_test.go index a874d42e87..90d4966b63 100644 --- a/cf/trace/trace_suite_test.go +++ b/cf/trace/trace_suite_test.go @@ -1,8 +1,8 @@ package trace_test import ( - "code.cloudfoundry.org/cli/cf/i18n" - "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/trace/trace_test.go b/cf/trace/trace_test.go index 5b7f38f74d..08a91124d7 100644 --- a/cf/trace/trace_test.go +++ b/cf/trace/trace_test.go @@ -1,7 +1,7 @@ package trace_test import ( - . "code.cloudfoundry.org/cli/cf/trace" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/trace/tracefakes/fake_printer.go b/cf/trace/tracefakes/fake_printer.go index af366fefc7..18d7414f5d 100644 --- a/cf/trace/tracefakes/fake_printer.go +++ b/cf/trace/tracefakes/fake_printer.go @@ -4,7 +4,7 @@ package tracefakes import ( "sync" - "code.cloudfoundry.org/cli/cf/trace" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace" ) type FakePrinter struct { diff --git a/cf/uihelpers/tags_parser_test.go b/cf/uihelpers/tags_parser_test.go index 5c11de8822..0f40a3e142 100644 --- a/cf/uihelpers/tags_parser_test.go +++ b/cf/uihelpers/tags_parser_test.go @@ -1,7 +1,7 @@ package uihelpers_test import ( - . "code.cloudfoundry.org/cli/cf/uihelpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/uihelpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/uihelpers/ui.go b/cf/uihelpers/ui.go index ca43771236..e15d7480ad 100644 --- a/cf/uihelpers/ui.go +++ b/cf/uihelpers/ui.go @@ -4,10 +4,10 @@ import ( "fmt" "strings" - . "code.cloudfoundry.org/cli/cf/i18n" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) func ColoredAppState(app models.ApplicationFields) string { diff --git a/cf/util/downloader/file_download.go b/cf/util/downloader/file_download.go index 567a9c9d66..19cb00ab7d 100644 --- a/cf/util/downloader/file_download.go +++ b/cf/util/downloader/file_download.go @@ -1,7 +1,7 @@ package downloader import ( - "code.cloudfoundry.org/cli/util" + "github.com/LukasHeimann/cloudfoundrycli/v8/util" "fmt" "io" "net/http" diff --git a/cf/util/downloader/file_download_test.go b/cf/util/downloader/file_download_test.go index 2665771dda..0765c092cd 100644 --- a/cf/util/downloader/file_download_test.go +++ b/cf/util/downloader/file_download_test.go @@ -6,7 +6,7 @@ import ( "os" "path" - "code.cloudfoundry.org/cli/cf/util/downloader" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/downloader" "github.com/onsi/gomega/ghttp" diff --git a/cf/util/json/json_parser_test.go b/cf/util/json/json_parser_test.go index d77d12ef65..7b55b7dd07 100644 --- a/cf/util/json/json_parser_test.go +++ b/cf/util/json/json_parser_test.go @@ -4,7 +4,7 @@ import ( "io/ioutil" "os" - "code.cloudfoundry.org/cli/cf/util/json" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/json" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/util/spellcheck/spellcheck_test.go b/cf/util/spellcheck/spellcheck_test.go index f8c1abfbe5..786211c1b9 100644 --- a/cf/util/spellcheck/spellcheck_test.go +++ b/cf/util/spellcheck/spellcheck_test.go @@ -1,7 +1,7 @@ package spellcheck_test import ( - . "code.cloudfoundry.org/cli/cf/util/spellcheck" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/spellcheck" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/util/testhelpers/commands/requirements.go b/cf/util/testhelpers/commands/requirements.go index d000c04096..bedef1b502 100644 --- a/cf/util/testhelpers/commands/requirements.go +++ b/cf/util/testhelpers/commands/requirements.go @@ -1,6 +1,6 @@ package commands -import "code.cloudfoundry.org/cli/cf/requirements" +import "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" func RunRequirements(reqs []requirements.Requirement) error { var retErr error diff --git a/cf/util/testhelpers/commands/runner.go b/cf/util/testhelpers/commands/runner.go index 627ccd1fb6..a6db95467c 100644 --- a/cf/util/testhelpers/commands/runner.go +++ b/cf/util/testhelpers/commands/runner.go @@ -4,10 +4,10 @@ import ( "fmt" "os" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/requirements" - testterm "code.cloudfoundry.org/cli/cf/util/testhelpers/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + testterm "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/terminal" ) type RunCommandResult int diff --git a/cf/util/testhelpers/configuration/access_token.go b/cf/util/testhelpers/configuration/access_token.go index 40819751fd..f5fd136085 100644 --- a/cf/util/testhelpers/configuration/access_token.go +++ b/cf/util/testhelpers/configuration/access_token.go @@ -9,7 +9,7 @@ import ( "github.com/SermoDigital/jose/crypto" "github.com/SermoDigital/jose/jws" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" ) func EncodeAccessToken(tokenInfo coreconfig.TokenInfo) (accessToken string, err error) { diff --git a/cf/util/testhelpers/configuration/fake_config_persistance.go b/cf/util/testhelpers/configuration/fake_config_persistance.go index 358217b660..85e9224e57 100644 --- a/cf/util/testhelpers/configuration/fake_config_persistance.go +++ b/cf/util/testhelpers/configuration/fake_config_persistance.go @@ -1,8 +1,8 @@ package configuration import ( - "code.cloudfoundry.org/cli/cf/configuration" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" ) type FakePersistor struct { diff --git a/cf/util/testhelpers/configuration/test_config.go b/cf/util/testhelpers/configuration/test_config.go index 0c7f0341bc..b59e76e7bf 100644 --- a/cf/util/testhelpers/configuration/test_config.go +++ b/cf/util/testhelpers/configuration/test_config.go @@ -1,8 +1,8 @@ package configuration import ( - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" ) func NewRepository() coreconfig.Repository { diff --git a/cf/util/testhelpers/io/io_test.go b/cf/util/testhelpers/io/io_test.go index da4c78b6e6..6cb5a92994 100644 --- a/cf/util/testhelpers/io/io_test.go +++ b/cf/util/testhelpers/io/io_test.go @@ -4,7 +4,7 @@ import ( "os" "strings" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/io" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/io" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/util/testhelpers/matchers/all_requests_called_matcher.go b/cf/util/testhelpers/matchers/all_requests_called_matcher.go index fe425529a5..2c8a13a2d5 100644 --- a/cf/util/testhelpers/matchers/all_requests_called_matcher.go +++ b/cf/util/testhelpers/matchers/all_requests_called_matcher.go @@ -3,7 +3,7 @@ package matchers import ( "fmt" - "code.cloudfoundry.org/cli/cf/util/testhelpers/net" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/net" "github.com/onsi/gomega" ) diff --git a/cf/util/testhelpers/matchers/be_in_display_order.go b/cf/util/testhelpers/matchers/be_in_display_order.go index ed52746c5d..a392e2f74f 100644 --- a/cf/util/testhelpers/matchers/be_in_display_order.go +++ b/cf/util/testhelpers/matchers/be_in_display_order.go @@ -4,7 +4,7 @@ import ( "fmt" "strings" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" "github.com/onsi/gomega" ) diff --git a/cf/util/testhelpers/matchers/be_in_display_order_test.go b/cf/util/testhelpers/matchers/be_in_display_order_test.go index 0a4e65e4a1..50150deccf 100644 --- a/cf/util/testhelpers/matchers/be_in_display_order_test.go +++ b/cf/util/testhelpers/matchers/be_in_display_order_test.go @@ -3,7 +3,7 @@ package matchers_test import ( "strings" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/cf/util/testhelpers/matchers/contain_element_times_test.go b/cf/util/testhelpers/matchers/contain_element_times_test.go index d862f0c73a..5c1a506036 100644 --- a/cf/util/testhelpers/matchers/contain_element_times_test.go +++ b/cf/util/testhelpers/matchers/contain_element_times_test.go @@ -1,7 +1,7 @@ package matchers_test import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/util/testhelpers/matchers/contain_elements_in_order_test.go b/cf/util/testhelpers/matchers/contain_elements_in_order_test.go index 9cba9e8ad8..2adf47e461 100644 --- a/cf/util/testhelpers/matchers/contain_elements_in_order_test.go +++ b/cf/util/testhelpers/matchers/contain_elements_in_order_test.go @@ -1,7 +1,7 @@ package matchers_test import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/cf/util/testhelpers/matchers/contain_substrings.go b/cf/util/testhelpers/matchers/contain_substrings.go index bc31c2149b..733c0b97e5 100644 --- a/cf/util/testhelpers/matchers/contain_substrings.go +++ b/cf/util/testhelpers/matchers/contain_substrings.go @@ -4,7 +4,7 @@ import ( "fmt" "strings" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" "github.com/onsi/gomega" ) diff --git a/cf/util/testhelpers/matchers/have_succeeded.go b/cf/util/testhelpers/matchers/have_succeeded.go index 1537fb7c48..77f00a4c7a 100644 --- a/cf/util/testhelpers/matchers/have_succeeded.go +++ b/cf/util/testhelpers/matchers/have_succeeded.go @@ -3,7 +3,7 @@ package matchers import ( "fmt" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" "github.com/onsi/gomega" ) diff --git a/cf/util/testhelpers/matchers/have_type_of_test.go b/cf/util/testhelpers/matchers/have_type_of_test.go index e9e3476573..5cbd514111 100644 --- a/cf/util/testhelpers/matchers/have_type_of_test.go +++ b/cf/util/testhelpers/matchers/have_type_of_test.go @@ -1,7 +1,7 @@ package matchers_test import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" "github.com/onsi/gomega" . "github.com/onsi/gomega" diff --git a/cf/util/testhelpers/matchers/match_func_name_test.go b/cf/util/testhelpers/matchers/match_func_name_test.go index 604b740d90..c7e217d2d2 100644 --- a/cf/util/testhelpers/matchers/match_func_name_test.go +++ b/cf/util/testhelpers/matchers/match_func_name_test.go @@ -3,7 +3,7 @@ package matchers_test import ( "errors" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" "github.com/onsi/gomega" . "github.com/onsi/gomega" diff --git a/cf/util/testhelpers/matchers/match_path_test.go b/cf/util/testhelpers/matchers/match_path_test.go index 0314631881..f81d9b53f0 100644 --- a/cf/util/testhelpers/matchers/match_path_test.go +++ b/cf/util/testhelpers/matchers/match_path_test.go @@ -1,7 +1,7 @@ package matchers_test import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" "errors" . "github.com/onsi/ginkgo" "github.com/onsi/gomega" diff --git a/cf/util/testhelpers/matchers/passed_requirements.go b/cf/util/testhelpers/matchers/passed_requirements.go index 0fce782996..f4c5243d77 100644 --- a/cf/util/testhelpers/matchers/passed_requirements.go +++ b/cf/util/testhelpers/matchers/passed_requirements.go @@ -3,7 +3,7 @@ package matchers import ( "fmt" - testcmd "code.cloudfoundry.org/cli/cf/util/testhelpers/commands" + testcmd "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/commands" "github.com/onsi/gomega" ) diff --git a/cf/util/testhelpers/rpcserver/rpcserverfakes/fake_handlers.go b/cf/util/testhelpers/rpcserver/rpcserverfakes/fake_handlers.go index b234743de4..30604750fa 100644 --- a/cf/util/testhelpers/rpcserver/rpcserverfakes/fake_handlers.go +++ b/cf/util/testhelpers/rpcserver/rpcserverfakes/fake_handlers.go @@ -4,9 +4,9 @@ package rpcserverfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/util/testhelpers/rpcserver" - "code.cloudfoundry.org/cli/plugin" - plugin_models "code.cloudfoundry.org/cli/plugin/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/rpcserver" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin" + plugin_models "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/models" ) type FakeHandlers struct { diff --git a/cf/util/testhelpers/rpcserver/server.go b/cf/util/testhelpers/rpcserver/server.go index 8933195911..838fd1c1e7 100644 --- a/cf/util/testhelpers/rpcserver/server.go +++ b/cf/util/testhelpers/rpcserver/server.go @@ -9,8 +9,8 @@ import ( "os" "strconv" - "code.cloudfoundry.org/cli/plugin" - "code.cloudfoundry.org/cli/plugin/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/models" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . Handlers diff --git a/cf/util/testhelpers/terminal/ui.go b/cf/util/testhelpers/terminal/ui.go index ec8a0cbd9c..5587b86164 100644 --- a/cf/util/testhelpers/terminal/ui.go +++ b/cf/util/testhelpers/terminal/ui.go @@ -9,8 +9,8 @@ import ( "os" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - term "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + term "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type FakeUI struct { diff --git a/cf/util/utilfakes/fake_sha1checksum.go b/cf/util/utilfakes/fake_sha1checksum.go index 977e7cc7d4..4559d8fc67 100644 --- a/cf/util/utilfakes/fake_sha1checksum.go +++ b/cf/util/utilfakes/fake_sha1checksum.go @@ -4,7 +4,7 @@ package utilfakes import ( "sync" - "code.cloudfoundry.org/cli/util" + "github.com/LukasHeimann/cloudfoundrycli/v8/util" ) type FakeSha1Checksum struct { diff --git a/command/api_version_warning.go b/command/api_version_warning.go index db206edcda..089468e72f 100644 --- a/command/api_version_warning.go +++ b/command/api_version_warning.go @@ -1,8 +1,8 @@ package command import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccversion" - "code.cloudfoundry.org/cli/version" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccversion" + "github.com/LukasHeimann/cloudfoundrycli/v8/version" "github.com/blang/semver" ) diff --git a/command/api_version_warning_test.go b/command/api_version_warning_test.go index 1e07989e00..4e97ef9879 100644 --- a/command/api_version_warning_test.go +++ b/command/api_version_warning_test.go @@ -4,11 +4,11 @@ import ( "fmt" "regexp" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccversion" - . "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/util/ui" - "code.cloudfoundry.org/cli/version" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccversion" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/version" "github.com/blang/semver" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/commandfakes/fake_config.go b/command/commandfakes/fake_config.go index 4e94d9f543..a321a44792 100644 --- a/command/commandfakes/fake_config.go +++ b/command/commandfakes/fake_config.go @@ -5,8 +5,8 @@ import ( "sync" "time" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" ) type FakeConfig struct { diff --git a/command/commandfakes/fake_shared_actor.go b/command/commandfakes/fake_shared_actor.go index fec3b1b77d..07a4815d81 100644 --- a/command/commandfakes/fake_shared_actor.go +++ b/command/commandfakes/fake_shared_actor.go @@ -4,7 +4,7 @@ package commandfakes import ( "sync" - "code.cloudfoundry.org/cli/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" ) type FakeSharedActor struct { diff --git a/command/commandfakes/fake_ui.go b/command/commandfakes/fake_ui.go index c160f6d0be..70b3cc86d8 100644 --- a/command/commandfakes/fake_ui.go +++ b/command/commandfakes/fake_ui.go @@ -6,8 +6,8 @@ import ( "sync" "time" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type FakeUI struct { diff --git a/command/common/command_list_v7.go b/command/common/command_list_v7.go index fada59bcb0..569734789d 100644 --- a/command/common/command_list_v7.go +++ b/command/common/command_list_v7.go @@ -3,8 +3,8 @@ package common import ( "reflect" - "code.cloudfoundry.org/cli/command/plugin" - v7 "code.cloudfoundry.org/cli/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/plugin" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" ) var Commands commandList diff --git a/command/common/command_list_v7_test.go b/command/common/command_list_v7_test.go index 50acdce0ec..11f087265e 100644 --- a/command/common/command_list_v7_test.go +++ b/command/common/command_list_v7_test.go @@ -1,7 +1,7 @@ package common_test import ( - . "code.cloudfoundry.org/cli/command/common" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/common" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/command/common/commonfakes/fake_help_actor.go b/command/common/commonfakes/fake_help_actor.go index ac130fb2f4..773c2428ed 100644 --- a/command/common/commonfakes/fake_help_actor.go +++ b/command/common/commonfakes/fake_help_actor.go @@ -4,8 +4,8 @@ package commonfakes import ( "sync" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/command/common" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/common" ) type FakeHelpActor struct { diff --git a/command/common/commonfakes/fake_install_plugin_actor.go b/command/common/commonfakes/fake_install_plugin_actor.go index 3f6de0cf1d..a88be6f799 100644 --- a/command/common/commonfakes/fake_install_plugin_actor.go +++ b/command/common/commonfakes/fake_install_plugin_actor.go @@ -4,10 +4,10 @@ package commonfakes import ( "sync" - "code.cloudfoundry.org/cli/actor/pluginaction" - "code.cloudfoundry.org/cli/api/plugin" - "code.cloudfoundry.org/cli/command/common" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/pluginaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/common" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" ) type FakeInstallPluginActor struct { diff --git a/command/common/help_command.go b/command/common/help_command.go index 23e9b429e0..07fef01de3 100644 --- a/command/common/help_command.go +++ b/command/common/help_command.go @@ -5,12 +5,12 @@ import ( "math" "strings" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/common/internal" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/common/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . HelpActor diff --git a/command/common/install_plugin_command.go b/command/common/install_plugin_command.go index e38fa3864e..3276135d39 100644 --- a/command/common/install_plugin_command.go +++ b/command/common/install_plugin_command.go @@ -7,16 +7,16 @@ import ( "strings" "time" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/pluginaction" - "code.cloudfoundry.org/cli/api/plugin" - "code.cloudfoundry.org/cli/api/plugin/pluginerror" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/plugin/shared" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/pluginaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin/pluginerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/plugin/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" log "github.com/sirupsen/logrus" ) diff --git a/command/common/install_plugin_command_test.go b/command/common/install_plugin_command_test.go index 9e29befb9e..a974b42d7d 100644 --- a/command/common/install_plugin_command_test.go +++ b/command/common/install_plugin_command_test.go @@ -5,15 +5,15 @@ import ( "io/ioutil" "os" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/plugin/pluginerror" - "code.cloudfoundry.org/cli/api/plugin/pluginfakes" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/common" - "code.cloudfoundry.org/cli/command/common/commonfakes" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin/pluginerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin/pluginfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/common" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/common/commonfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/common/install_plugin_from_repo_command_test.go b/command/common/install_plugin_from_repo_command_test.go index a92a4de9f9..ce9ce9b809 100644 --- a/command/common/install_plugin_from_repo_command_test.go +++ b/command/common/install_plugin_from_repo_command_test.go @@ -9,18 +9,18 @@ import ( "os" "runtime" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/pluginaction" - "code.cloudfoundry.org/cli/api/plugin/pluginerror" - "code.cloudfoundry.org/cli/api/plugin/pluginfakes" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/common" - "code.cloudfoundry.org/cli/command/common/commonfakes" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/pluginaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin/pluginerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin/pluginfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/common" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/common/commonfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/command/common/internal/help_all_display_test.go b/command/common/internal/help_all_display_test.go index ee812d6d1c..1d345be126 100644 --- a/command/common/internal/help_all_display_test.go +++ b/command/common/internal/help_all_display_test.go @@ -4,8 +4,8 @@ import ( "reflect" "strings" - "code.cloudfoundry.org/cli/command/common" - "code.cloudfoundry.org/cli/command/common/internal" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/common" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/common/internal" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/command/common/internal/help_display.go b/command/common/internal/help_display.go index 55eb2c8748..ef19fe7398 100644 --- a/command/common/internal/help_display.go +++ b/command/common/internal/help_display.go @@ -5,9 +5,9 @@ import ( "sort" "strings" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/sorting" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/sorting" ) type HelpCategory struct { diff --git a/command/common/version_command.go b/command/common/version_command.go index 2b1e2ba867..245d409929 100644 --- a/command/common/version_command.go +++ b/command/common/version_command.go @@ -1,6 +1,6 @@ package common -import "code.cloudfoundry.org/cli/command" +import "github.com/LukasHeimann/cloudfoundrycli/v8/command" type VersionCommand struct { usage interface{} `usage:"CF_NAME version\n\n 'cf -v' and 'cf --version' are also accepted."` diff --git a/command/common/version_command_test.go b/command/common/version_command_test.go index a6f3b6d8b3..b2ef761a4f 100644 --- a/command/common/version_command_test.go +++ b/command/common/version_command_test.go @@ -1,9 +1,9 @@ package common_test import ( - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/common" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/common" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/config.go b/command/config.go index 44b30e5ba9..4ec2840205 100644 --- a/command/config.go +++ b/command/config.go @@ -3,7 +3,7 @@ package command import ( "time" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . Config diff --git a/command/flag/app_type_test.go b/command/flag/app_type_test.go index cfd3a36b90..efcf9710f0 100644 --- a/command/flag/app_type_test.go +++ b/command/flag/app_type_test.go @@ -1,7 +1,7 @@ package flag_test import ( - . "code.cloudfoundry.org/cli/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" flags "github.com/jessevdk/go-flags" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" diff --git a/command/flag/binding_name_test.go b/command/flag/binding_name_test.go index 0a01d0b95a..098907bf6d 100644 --- a/command/flag/binding_name_test.go +++ b/command/flag/binding_name_test.go @@ -1,7 +1,7 @@ package flag_test import ( - . "code.cloudfoundry.org/cli/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" flags "github.com/jessevdk/go-flags" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/flag/buildpack.go b/command/flag/buildpack.go index 4dd9d9330b..a85965930b 100644 --- a/command/flag/buildpack.go +++ b/command/flag/buildpack.go @@ -1,7 +1,7 @@ package flag import ( - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" ) type Buildpack struct { diff --git a/command/flag/buildpack_test.go b/command/flag/buildpack_test.go index 11ab0374d7..c8d52f5feb 100644 --- a/command/flag/buildpack_test.go +++ b/command/flag/buildpack_test.go @@ -1,7 +1,7 @@ package flag_test import ( - . "code.cloudfoundry.org/cli/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/command/flag/color_test.go b/command/flag/color_test.go index 104975e5fa..5c94984ff3 100644 --- a/command/flag/color_test.go +++ b/command/flag/color_test.go @@ -1,7 +1,7 @@ package flag_test import ( - . "code.cloudfoundry.org/cli/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" flags "github.com/jessevdk/go-flags" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" diff --git a/command/flag/command.go b/command/flag/command.go index d041895392..1af8f774ec 100644 --- a/command/flag/command.go +++ b/command/flag/command.go @@ -1,7 +1,7 @@ package flag import ( - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" ) type Command struct { diff --git a/command/flag/command_test.go b/command/flag/command_test.go index dd5a2f5497..7148cb9d75 100644 --- a/command/flag/command_test.go +++ b/command/flag/command_test.go @@ -1,7 +1,7 @@ package flag_test import ( - . "code.cloudfoundry.org/cli/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/command/flag/credentials_or_json.go b/command/flag/credentials_or_json.go index d4beca680c..471c73b3b6 100644 --- a/command/flag/credentials_or_json.go +++ b/command/flag/credentials_or_json.go @@ -6,7 +6,7 @@ import ( "io/ioutil" "strings" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" flags "github.com/jessevdk/go-flags" ) diff --git a/command/flag/credentials_or_json_test.go b/command/flag/credentials_or_json_test.go index f962d8b1a9..c6255de771 100644 --- a/command/flag/credentials_or_json_test.go +++ b/command/flag/credentials_or_json_test.go @@ -4,7 +4,7 @@ import ( "fmt" "os" - . "code.cloudfoundry.org/cli/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" flags "github.com/jessevdk/go-flags" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" diff --git a/command/flag/deployment_strategy.go b/command/flag/deployment_strategy.go index 0c7a98bb5e..6488dc9244 100644 --- a/command/flag/deployment_strategy.go +++ b/command/flag/deployment_strategy.go @@ -3,7 +3,7 @@ package flag import ( "strings" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" "github.com/jessevdk/go-flags" ) diff --git a/command/flag/deployment_strategy_test.go b/command/flag/deployment_strategy_test.go index 78846b11c5..2c0db4c151 100644 --- a/command/flag/deployment_strategy_test.go +++ b/command/flag/deployment_strategy_test.go @@ -1,8 +1,8 @@ package flag_test import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - . "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" flags "github.com/jessevdk/go-flags" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" diff --git a/command/flag/docker_test.go b/command/flag/docker_test.go index 510071e074..962e918028 100644 --- a/command/flag/docker_test.go +++ b/command/flag/docker_test.go @@ -1,7 +1,7 @@ package flag_test import ( - . "code.cloudfoundry.org/cli/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" flags "github.com/jessevdk/go-flags" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/flag/droplet_test.go b/command/flag/droplet_test.go index 0fd86977c1..950974c593 100644 --- a/command/flag/droplet_test.go +++ b/command/flag/droplet_test.go @@ -1,7 +1,7 @@ package flag_test import ( - . "code.cloudfoundry.org/cli/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/command/flag/environment_variable_test.go b/command/flag/environment_variable_test.go index 803316fe00..c951ebea2c 100644 --- a/command/flag/environment_variable_test.go +++ b/command/flag/environment_variable_test.go @@ -8,7 +8,7 @@ import ( "os" "strings" - . "code.cloudfoundry.org/cli/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" flags "github.com/jessevdk/go-flags" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/flag/health_check_type.go b/command/flag/health_check_type.go index 203f36017c..674d826128 100644 --- a/command/flag/health_check_type.go +++ b/command/flag/health_check_type.go @@ -3,7 +3,7 @@ package flag import ( "strings" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" flags "github.com/jessevdk/go-flags" ) diff --git a/command/flag/health_check_type_test.go b/command/flag/health_check_type_test.go index f96ab6c0e4..0425961cd0 100644 --- a/command/flag/health_check_type_test.go +++ b/command/flag/health_check_type_test.go @@ -1,8 +1,8 @@ package flag_test import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - . "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" flags "github.com/jessevdk/go-flags" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" diff --git a/command/flag/health_check_type_with_deprecated_value_test.go b/command/flag/health_check_type_with_deprecated_value_test.go index 7645fe0e42..41b0f9dea5 100644 --- a/command/flag/health_check_type_with_deprecated_value_test.go +++ b/command/flag/health_check_type_with_deprecated_value_test.go @@ -1,7 +1,7 @@ package flag_test import ( - . "code.cloudfoundry.org/cli/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" flags "github.com/jessevdk/go-flags" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" diff --git a/command/flag/instances.go b/command/flag/instances.go index 437042a903..aff8c4305d 100644 --- a/command/flag/instances.go +++ b/command/flag/instances.go @@ -1,7 +1,7 @@ package flag import ( - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" flags "github.com/jessevdk/go-flags" ) diff --git a/command/flag/instances_test.go b/command/flag/instances_test.go index d93af82d32..e5de40aec0 100644 --- a/command/flag/instances_test.go +++ b/command/flag/instances_test.go @@ -1,8 +1,8 @@ package flag_test import ( - . "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/types" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" flags "github.com/jessevdk/go-flags" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/flag/integer_limit.go b/command/flag/integer_limit.go index 1f5c925341..978f6b8fa9 100644 --- a/command/flag/integer_limit.go +++ b/command/flag/integer_limit.go @@ -3,7 +3,7 @@ package flag import ( "strconv" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" flags "github.com/jessevdk/go-flags" ) diff --git a/command/flag/integer_limit_test.go b/command/flag/integer_limit_test.go index 1b84afe5c1..334b3bccce 100644 --- a/command/flag/integer_limit_test.go +++ b/command/flag/integer_limit_test.go @@ -1,7 +1,7 @@ package flag_test import ( - . "code.cloudfoundry.org/cli/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" flags "github.com/jessevdk/go-flags" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/flag/locale.go b/command/flag/locale.go index d2cf1871ff..a88fc1a61a 100644 --- a/command/flag/locale.go +++ b/command/flag/locale.go @@ -5,7 +5,7 @@ import ( "sort" "strings" - "code.cloudfoundry.org/cli/cf/i18n" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/i18n" flags "github.com/jessevdk/go-flags" ) diff --git a/command/flag/locale_test.go b/command/flag/locale_test.go index 309ba7c98d..09357dc401 100644 --- a/command/flag/locale_test.go +++ b/command/flag/locale_test.go @@ -1,7 +1,7 @@ package flag_test import ( - . "code.cloudfoundry.org/cli/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" flags "github.com/jessevdk/go-flags" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" diff --git a/command/flag/megabytes.go b/command/flag/megabytes.go index edb780c9b7..5deeea94b6 100644 --- a/command/flag/megabytes.go +++ b/command/flag/megabytes.go @@ -3,7 +3,7 @@ package flag import ( "strings" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" "code.cloudfoundry.org/bytefmt" flags "github.com/jessevdk/go-flags" diff --git a/command/flag/megabytes_test.go b/command/flag/megabytes_test.go index 385efc921f..c90ea72c7c 100644 --- a/command/flag/megabytes_test.go +++ b/command/flag/megabytes_test.go @@ -1,7 +1,7 @@ package flag_test import ( - . "code.cloudfoundry.org/cli/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" flags "github.com/jessevdk/go-flags" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/flag/memory_with_unlimited.go b/command/flag/memory_with_unlimited.go index 10fe06b32f..7f5edd85f2 100644 --- a/command/flag/memory_with_unlimited.go +++ b/command/flag/memory_with_unlimited.go @@ -1,7 +1,7 @@ package flag import ( - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" ) type MemoryWithUnlimited types.NullInt diff --git a/command/flag/memory_with_unlimited_test.go b/command/flag/memory_with_unlimited_test.go index 65c4e92d93..dd36bc9d38 100644 --- a/command/flag/memory_with_unlimited_test.go +++ b/command/flag/memory_with_unlimited_test.go @@ -1,7 +1,7 @@ package flag_test import ( - . "code.cloudfoundry.org/cli/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" flags "github.com/jessevdk/go-flags" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/flag/network_port_test.go b/command/flag/network_port_test.go index 03454f2d8e..a22caf9bdd 100644 --- a/command/flag/network_port_test.go +++ b/command/flag/network_port_test.go @@ -1,7 +1,7 @@ package flag_test import ( - . "code.cloudfoundry.org/cli/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" flags "github.com/jessevdk/go-flags" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" diff --git a/command/flag/network_protocol_test.go b/command/flag/network_protocol_test.go index 3d11aa4982..707757e4ae 100644 --- a/command/flag/network_protocol_test.go +++ b/command/flag/network_protocol_test.go @@ -1,7 +1,7 @@ package flag_test import ( - . "code.cloudfoundry.org/cli/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" flags "github.com/jessevdk/go-flags" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" diff --git a/command/flag/optional_string.go b/command/flag/optional_string.go index 030abed631..410b5a685b 100644 --- a/command/flag/optional_string.go +++ b/command/flag/optional_string.go @@ -1,6 +1,6 @@ package flag -import "code.cloudfoundry.org/cli/types" +import "github.com/LukasHeimann/cloudfoundrycli/v8/types" type OptionalString types.OptionalString diff --git a/command/flag/optional_string_test.go b/command/flag/optional_string_test.go index 528178ad2a..cda17e0cdf 100644 --- a/command/flag/optional_string_test.go +++ b/command/flag/optional_string_test.go @@ -1,7 +1,7 @@ package flag_test import ( - . "code.cloudfoundry.org/cli/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/command/flag/org_role_test.go b/command/flag/org_role_test.go index 4c8402c824..13b9ef9ff9 100644 --- a/command/flag/org_role_test.go +++ b/command/flag/org_role_test.go @@ -1,7 +1,7 @@ package flag_test import ( - . "code.cloudfoundry.org/cli/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" flags "github.com/jessevdk/go-flags" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" diff --git a/command/flag/path.go b/command/flag/path.go index b23b8b433a..c305225beb 100644 --- a/command/flag/path.go +++ b/command/flag/path.go @@ -8,8 +8,8 @@ import ( "path/filepath" "strings" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" "github.com/jessevdk/go-flags" ) diff --git a/command/flag/path_test.go b/command/flag/path_test.go index 75ab2453b4..7e9958cc7f 100644 --- a/command/flag/path_test.go +++ b/command/flag/path_test.go @@ -6,8 +6,8 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - . "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" flags "github.com/jessevdk/go-flags" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/flag/port.go b/command/flag/port.go index 17d430ed36..2bcf8e9691 100644 --- a/command/flag/port.go +++ b/command/flag/port.go @@ -1,7 +1,7 @@ package flag import ( - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" flags "github.com/jessevdk/go-flags" ) diff --git a/command/flag/port_test.go b/command/flag/port_test.go index c292156535..78a128da66 100644 --- a/command/flag/port_test.go +++ b/command/flag/port_test.go @@ -1,8 +1,8 @@ package flag_test import ( - . "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/types" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" flags "github.com/jessevdk/go-flags" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/flag/positive_integer_test.go b/command/flag/positive_integer_test.go index 256a4201ba..83251380cf 100644 --- a/command/flag/positive_integer_test.go +++ b/command/flag/positive_integer_test.go @@ -5,7 +5,7 @@ import ( . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - . "code.cloudfoundry.org/cli/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) var _ = Describe("Positive Integer", func() { diff --git a/command/flag/revision.go b/command/flag/revision.go index f800f8f955..d350074b87 100644 --- a/command/flag/revision.go +++ b/command/flag/revision.go @@ -1,7 +1,7 @@ package flag import ( - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" flags "github.com/jessevdk/go-flags" ) diff --git a/command/flag/revision_test.go b/command/flag/revision_test.go index f6c1993ce8..448b72de27 100644 --- a/command/flag/revision_test.go +++ b/command/flag/revision_test.go @@ -1,8 +1,8 @@ package flag_test import ( - . "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/types" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" flags "github.com/jessevdk/go-flags" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/flag/route_path_test.go b/command/flag/route_path_test.go index 60766c2fc0..1fee463f4b 100644 --- a/command/flag/route_path_test.go +++ b/command/flag/route_path_test.go @@ -1,7 +1,7 @@ package flag_test import ( - . "code.cloudfoundry.org/cli/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/command/flag/security_group_lifecycle_test.go b/command/flag/security_group_lifecycle_test.go index 570396acd7..3bb5124176 100644 --- a/command/flag/security_group_lifecycle_test.go +++ b/command/flag/security_group_lifecycle_test.go @@ -1,7 +1,7 @@ package flag_test import ( - . "code.cloudfoundry.org/cli/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" flags "github.com/jessevdk/go-flags" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" diff --git a/command/flag/space_role_test.go b/command/flag/space_role_test.go index 97f0bea9a3..9f7b07a738 100644 --- a/command/flag/space_role_test.go +++ b/command/flag/space_role_test.go @@ -1,7 +1,7 @@ package flag_test import ( - . "code.cloudfoundry.org/cli/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" flags "github.com/jessevdk/go-flags" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" diff --git a/command/flag/ssh_port_forwarding_test.go b/command/flag/ssh_port_forwarding_test.go index cac98d2a0e..7085a5a696 100644 --- a/command/flag/ssh_port_forwarding_test.go +++ b/command/flag/ssh_port_forwarding_test.go @@ -3,7 +3,7 @@ package flag_test import ( "fmt" - . "code.cloudfoundry.org/cli/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" flags "github.com/jessevdk/go-flags" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" diff --git a/command/flag/tags.go b/command/flag/tags.go index 961c94773c..f060645863 100644 --- a/command/flag/tags.go +++ b/command/flag/tags.go @@ -3,7 +3,7 @@ package flag import ( "strings" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" ) type Tags types.OptionalStringSlice diff --git a/command/flag/tags_test.go b/command/flag/tags_test.go index 8d2f112062..9e5154265a 100644 --- a/command/flag/tags_test.go +++ b/command/flag/tags_test.go @@ -1,7 +1,7 @@ package flag_test import ( - . "code.cloudfoundry.org/cli/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/command/flag/timeout.go b/command/flag/timeout.go index 42250a543d..d058ce703b 100644 --- a/command/flag/timeout.go +++ b/command/flag/timeout.go @@ -1,7 +1,7 @@ package flag import ( - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" flags "github.com/jessevdk/go-flags" ) diff --git a/command/flag/timeout_test.go b/command/flag/timeout_test.go index a24caadb81..c8b2101773 100644 --- a/command/flag/timeout_test.go +++ b/command/flag/timeout_test.go @@ -5,7 +5,7 @@ import ( . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - . "code.cloudfoundry.org/cli/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) var _ = Describe("Timeout", func() { diff --git a/command/flag/trimmed_string_test.go b/command/flag/trimmed_string_test.go index 376ff303b0..b695fe59e0 100644 --- a/command/flag/trimmed_string_test.go +++ b/command/flag/trimmed_string_test.go @@ -1,7 +1,7 @@ package flag_test import ( - . "code.cloudfoundry.org/cli/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/command/minimum_version_check.go b/command/minimum_version_check.go index 9fa7aebf7a..6272715afd 100644 --- a/command/minimum_version_check.go +++ b/command/minimum_version_check.go @@ -1,7 +1,7 @@ package command import ( - "code.cloudfoundry.org/cli/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" log "github.com/sirupsen/logrus" ) diff --git a/command/minimum_version_check_test.go b/command/minimum_version_check_test.go index 8ae9fc914d..ad3b478550 100644 --- a/command/minimum_version_check_test.go +++ b/command/minimum_version_check_test.go @@ -1,9 +1,9 @@ package command_test import ( - . "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/version" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/version" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/plugin/add_plugin_repo_command.go b/command/plugin/add_plugin_repo_command.go index 8c699b03a2..5861518f58 100644 --- a/command/plugin/add_plugin_repo_command.go +++ b/command/plugin/add_plugin_repo_command.go @@ -1,11 +1,11 @@ package plugin import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/pluginaction" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/plugin/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/pluginaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/plugin/shared" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . AddPluginRepoActor diff --git a/command/plugin/add_plugin_repo_command_test.go b/command/plugin/add_plugin_repo_command_test.go index 81851357b9..be4dd553f6 100644 --- a/command/plugin/add_plugin_repo_command_test.go +++ b/command/plugin/add_plugin_repo_command_test.go @@ -1,11 +1,11 @@ package plugin_test import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/plugin" - "code.cloudfoundry.org/cli/command/plugin/pluginfakes" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/plugin/pluginfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/plugin/list_plugin_repos_command.go b/command/plugin/list_plugin_repos_command.go index a4f1288fd0..9be41c6c5a 100644 --- a/command/plugin/list_plugin_repos_command.go +++ b/command/plugin/list_plugin_repos_command.go @@ -1,8 +1,8 @@ package plugin import ( - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" ) type ListPluginReposCommand struct { diff --git a/command/plugin/pluginfakes/fake_add_plugin_repo_actor.go b/command/plugin/pluginfakes/fake_add_plugin_repo_actor.go index 30a8dac4fc..7f90e08c3b 100644 --- a/command/plugin/pluginfakes/fake_add_plugin_repo_actor.go +++ b/command/plugin/pluginfakes/fake_add_plugin_repo_actor.go @@ -4,7 +4,7 @@ package pluginfakes import ( "sync" - "code.cloudfoundry.org/cli/command/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/plugin" ) type FakeAddPluginRepoActor struct { diff --git a/command/plugin/pluginfakes/fake_plugins_actor.go b/command/plugin/pluginfakes/fake_plugins_actor.go index d16659bf10..abc566f4a2 100644 --- a/command/plugin/pluginfakes/fake_plugins_actor.go +++ b/command/plugin/pluginfakes/fake_plugins_actor.go @@ -4,8 +4,8 @@ package pluginfakes import ( "sync" - "code.cloudfoundry.org/cli/actor/pluginaction" - "code.cloudfoundry.org/cli/command/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/pluginaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/plugin" ) type FakePluginsActor struct { diff --git a/command/plugin/pluginfakes/fake_uninstall_plugin_actor.go b/command/plugin/pluginfakes/fake_uninstall_plugin_actor.go index 45ea909241..03704be49b 100644 --- a/command/plugin/pluginfakes/fake_uninstall_plugin_actor.go +++ b/command/plugin/pluginfakes/fake_uninstall_plugin_actor.go @@ -4,8 +4,8 @@ package pluginfakes import ( "sync" - "code.cloudfoundry.org/cli/actor/pluginaction" - "code.cloudfoundry.org/cli/command/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/pluginaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/plugin" ) type FakeUninstallPluginActor struct { diff --git a/command/plugin/plugins_command.go b/command/plugin/plugins_command.go index 7c1a626c26..2148874af2 100644 --- a/command/plugin/plugins_command.go +++ b/command/plugin/plugins_command.go @@ -3,12 +3,12 @@ package plugin import ( "strings" - "code.cloudfoundry.org/cli/actor/pluginaction" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/plugin/shared" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/pluginaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/plugin/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . PluginsActor diff --git a/command/plugin/plugins_command_test.go b/command/plugin/plugins_command_test.go index ac522ad244..91c6f11616 100644 --- a/command/plugin/plugins_command_test.go +++ b/command/plugin/plugins_command_test.go @@ -4,14 +4,14 @@ import ( "io/ioutil" "os" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/pluginaction" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/plugin" - "code.cloudfoundry.org/cli/command/plugin/pluginfakes" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/pluginaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/plugin/pluginfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/plugin/remove_plugin_repo_command.go b/command/plugin/remove_plugin_repo_command.go index db5c6d042c..560b48fd86 100644 --- a/command/plugin/remove_plugin_repo_command.go +++ b/command/plugin/remove_plugin_repo_command.go @@ -1,9 +1,9 @@ package plugin import ( - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" ) type RemovePluginRepoCommand struct { diff --git a/command/plugin/repo_plugins_command.go b/command/plugin/repo_plugins_command.go index bbc825bddc..8d6336065f 100644 --- a/command/plugin/repo_plugins_command.go +++ b/command/plugin/repo_plugins_command.go @@ -1,8 +1,8 @@ package plugin import ( - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" ) type RepoPluginsCommand struct { diff --git a/command/plugin/shared/new_client.go b/command/plugin/shared/new_client.go index 01db4719a8..76566c380b 100644 --- a/command/plugin/shared/new_client.go +++ b/command/plugin/shared/new_client.go @@ -1,9 +1,9 @@ package shared import ( - "code.cloudfoundry.org/cli/api/plugin" - "code.cloudfoundry.org/cli/api/plugin/wrapper" - "code.cloudfoundry.org/cli/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin/wrapper" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" ) // NewClient creates a new V2 Cloud Controller client and UAA client using the diff --git a/command/plugin/shared/rpc.go b/command/plugin/shared/rpc.go index 0a9fa55060..f851e68289 100644 --- a/command/plugin/shared/rpc.go +++ b/command/plugin/shared/rpc.go @@ -9,10 +9,10 @@ import ( netrpc "net/rpc" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/trace" - "code.cloudfoundry.org/cli/plugin/rpc" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/rpc" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" ) type Config interface { diff --git a/command/plugin/uninstall_plugin_command.go b/command/plugin/uninstall_plugin_command.go index 05a32d962d..8cba21b01e 100644 --- a/command/plugin/uninstall_plugin_command.go +++ b/command/plugin/uninstall_plugin_command.go @@ -1,12 +1,12 @@ package plugin import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/pluginaction" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/plugin/shared" - "code.cloudfoundry.org/cli/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/pluginaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/plugin/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . UninstallPluginActor diff --git a/command/plugin/uninstall_plugin_command_test.go b/command/plugin/uninstall_plugin_command_test.go index 3438c35b71..848737dd3d 100644 --- a/command/plugin/uninstall_plugin_command_test.go +++ b/command/plugin/uninstall_plugin_command_test.go @@ -4,13 +4,13 @@ import ( "errors" "os" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/plugin" - "code.cloudfoundry.org/cli/command/plugin/pluginfakes" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/plugin/pluginfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/translatableerror/convert_to_translatable_error.go b/command/translatableerror/convert_to_translatable_error.go index 4bcacac1e3..26eb6362b4 100644 --- a/command/translatableerror/convert_to_translatable_error.go +++ b/command/translatableerror/convert_to_translatable_error.go @@ -5,13 +5,13 @@ import ( "fmt" "strings" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/plugin/pluginerror" - "code.cloudfoundry.org/cli/api/uaa" - "code.cloudfoundry.org/cli/util/clissh/ssherror" - "code.cloudfoundry.org/cli/util/download" - "code.cloudfoundry.org/cli/util/manifest" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin/pluginerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/clissh/ssherror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/download" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifest" log "github.com/sirupsen/logrus" ) diff --git a/command/translatableerror/convert_to_translatable_error_test.go b/command/translatableerror/convert_to_translatable_error_test.go index a68c3cd962..d5b3a07062 100644 --- a/command/translatableerror/convert_to_translatable_error_test.go +++ b/command/translatableerror/convert_to_translatable_error_test.go @@ -5,14 +5,14 @@ import ( "errors" "time" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/plugin/pluginerror" - "code.cloudfoundry.org/cli/api/uaa" - . "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/clissh/ssherror" - "code.cloudfoundry.org/cli/util/download" - "code.cloudfoundry.org/cli/util/manifest" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/plugin/pluginerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/clissh/ssherror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/download" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifest" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/command/translatableerror/minimum_cf_api_version_not_met_error_test.go b/command/translatableerror/minimum_cf_api_version_not_met_error_test.go index ff6ba6e431..c9aa2ccbc5 100644 --- a/command/translatableerror/minimum_cf_api_version_not_met_error_test.go +++ b/command/translatableerror/minimum_cf_api_version_not_met_error_test.go @@ -1,7 +1,7 @@ package translatableerror_test import ( - . "code.cloudfoundry.org/cli/command/translatableerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/translatableerror/minimum_cli_version_not_met_error_test.go b/command/translatableerror/minimum_cli_version_not_met_error_test.go index 03dd6b4e22..f0c97d5d90 100644 --- a/command/translatableerror/minimum_cli_version_not_met_error_test.go +++ b/command/translatableerror/minimum_cli_version_not_met_error_test.go @@ -1,7 +1,7 @@ package translatableerror_test import ( - . "code.cloudfoundry.org/cli/command/translatableerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/translatableerror/minimum_uaa_api_version_not_met_error_test.go b/command/translatableerror/minimum_uaa_api_version_not_met_error_test.go index 2190e74b05..08500b8655 100644 --- a/command/translatableerror/minimum_uaa_api_version_not_met_error_test.go +++ b/command/translatableerror/minimum_uaa_api_version_not_met_error_test.go @@ -1,7 +1,7 @@ package translatableerror_test import ( - . "code.cloudfoundry.org/cli/command/translatableerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/translatableerror/missing_credential_error_test.go b/command/translatableerror/missing_credential_error_test.go index a3225d8415..11d76af65e 100644 --- a/command/translatableerror/missing_credential_error_test.go +++ b/command/translatableerror/missing_credential_error_test.go @@ -1,7 +1,7 @@ package translatableerror_test import ( - . "code.cloudfoundry.org/cli/command/translatableerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/translatableerror/service_instance_not_shareable_error_test.go b/command/translatableerror/service_instance_not_shareable_error_test.go index cf0149f547..3dd1ee617f 100644 --- a/command/translatableerror/service_instance_not_shareable_error_test.go +++ b/command/translatableerror/service_instance_not_shareable_error_test.go @@ -1,7 +1,7 @@ package translatableerror_test import ( - . "code.cloudfoundry.org/cli/command/translatableerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/command/translatableerror/service_plan_not_found_error_test.go b/command/translatableerror/service_plan_not_found_error_test.go index 15f11be6c2..1a7abdeaec 100644 --- a/command/translatableerror/service_plan_not_found_error_test.go +++ b/command/translatableerror/service_plan_not_found_error_test.go @@ -1,7 +1,7 @@ package translatableerror_test import ( - "code.cloudfoundry.org/cli/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/command/translatableerror/staging_timeout_error_test.go b/command/translatableerror/staging_timeout_error_test.go index dad1189323..ddff39a282 100644 --- a/command/translatableerror/staging_timeout_error_test.go +++ b/command/translatableerror/staging_timeout_error_test.go @@ -6,7 +6,7 @@ import ( "text/template" "time" - . "code.cloudfoundry.org/cli/command/translatableerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/translatableerror/tip_decorator_error_test.go b/command/translatableerror/tip_decorator_error_test.go index 3663c30f91..c7f84f21c4 100644 --- a/command/translatableerror/tip_decorator_error_test.go +++ b/command/translatableerror/tip_decorator_error_test.go @@ -4,8 +4,8 @@ import ( "errors" "fmt" - . "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/command/translatableerror/translatableerrorfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror/translatableerrorfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/command/translatableerror/translatableerrorfakes/fake_translatable_error.go b/command/translatableerror/translatableerrorfakes/fake_translatable_error.go index f4a97e0aba..0d2efe1c18 100644 --- a/command/translatableerror/translatableerrorfakes/fake_translatable_error.go +++ b/command/translatableerror/translatableerrorfakes/fake_translatable_error.go @@ -4,7 +4,7 @@ package translatableerrorfakes import ( "sync" - "code.cloudfoundry.org/cli/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" ) type FakeTranslatableError struct { diff --git a/command/translatableerror/translate_test.go b/command/translatableerror/translate_test.go index a96aad4f4f..00e3eaf750 100644 --- a/command/translatableerror/translate_test.go +++ b/command/translatableerror/translate_test.go @@ -5,7 +5,7 @@ import ( "errors" "text/template" - . "code.cloudfoundry.org/cli/command/translatableerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" diff --git a/command/translatableerror/unauthorized_error_test.go b/command/translatableerror/unauthorized_error_test.go index d49828de12..1ed86e7b9d 100644 --- a/command/translatableerror/unauthorized_error_test.go +++ b/command/translatableerror/unauthorized_error_test.go @@ -1,7 +1,7 @@ package translatableerror_test import ( - . "code.cloudfoundry.org/cli/command/translatableerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" diff --git a/command/ui.go b/command/ui.go index aedbe168ed..ebf22116b8 100644 --- a/command/ui.go +++ b/command/ui.go @@ -4,7 +4,7 @@ import ( "io" "time" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) // UI is the interface to STDOUT, STDERR, and STDIN. diff --git a/command/v7/actor.go b/command/v7/actor.go index 64ef63dd1f..17f8c769f1 100644 --- a/command/v7/actor.go +++ b/command/v7/actor.go @@ -6,15 +6,15 @@ import ( "net/http" "time" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - uaa "code.cloudfoundry.org/cli/api/uaa/constant" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + uaa "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" "github.com/SermoDigital/jose/jwt" ) diff --git a/command/v7/add_network_policy_command.go b/command/v7/add_network_policy_command.go index b795bde454..953f850d14 100644 --- a/command/v7/add_network_policy_command.go +++ b/command/v7/add_network_policy_command.go @@ -1,13 +1,13 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/cfnetworkingaction" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/command/v7/shared" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/cfnetworkingaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . NetworkingActor diff --git a/command/v7/add_network_policy_command_test.go b/command/v7/add_network_policy_command_test.go index 998afb510c..1272ece78d 100644 --- a/command/v7/add_network_policy_command_test.go +++ b/command/v7/add_network_policy_command_test.go @@ -1,17 +1,17 @@ package v7_test import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/cfnetworkingaction" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/cfnetworkingaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/allow_space_ssh_command.go b/command/v7/allow_space_ssh_command.go index 38e6f99e56..328e019f42 100644 --- a/command/v7/allow_space_ssh_command.go +++ b/command/v7/allow_space_ssh_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type AllowSpaceSSHCommand struct { diff --git a/command/v7/allow_space_ssh_command_test.go b/command/v7/allow_space_ssh_command_test.go index b8697fa1d1..2a46404203 100644 --- a/command/v7/allow_space_ssh_command_test.go +++ b/command/v7/allow_space_ssh_command_test.go @@ -3,13 +3,13 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/api_command.go b/command/v7/api_command.go index 5127b33bbf..fd1135e243 100644 --- a/command/v7/api_command.go +++ b/command/v7/api_command.go @@ -6,10 +6,10 @@ import ( "code.cloudfoundry.org/clock" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" ) type APICommand struct { diff --git a/command/v7/api_command_test.go b/command/v7/api_command_test.go index a69afda699..937a7b012c 100644 --- a/command/v7/api_command_test.go +++ b/command/v7/api_command_test.go @@ -3,12 +3,12 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/app_command.go b/command/v7/app_command.go index d431a71ff5..925ad58c18 100644 --- a/command/v7/app_command.go +++ b/command/v7/app_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" ) type AppCommand struct { diff --git a/command/v7/app_command_test.go b/command/v7/app_command_test.go index 238376ba7b..092738a137 100644 --- a/command/v7/app_command_test.go +++ b/command/v7/app_command_test.go @@ -3,17 +3,17 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/apply_manifest_command.go b/command/v7/apply_manifest_command.go index 5f959382f5..3a3893a435 100644 --- a/command/v7/apply_manifest_command.go +++ b/command/v7/apply_manifest_command.go @@ -3,13 +3,13 @@ package v7 import ( "os" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/command/v7/shared" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" "github.com/cloudfoundry/bosh-cli/director/template" "gopkg.in/yaml.v2" ) diff --git a/command/v7/apply_manifest_command_test.go b/command/v7/apply_manifest_command_test.go index bc29e3c54e..6e96284562 100644 --- a/command/v7/apply_manifest_command_test.go +++ b/command/v7/apply_manifest_command_test.go @@ -6,18 +6,18 @@ import ( "gopkg.in/yaml.v2" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/manifestparser" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" "github.com/cloudfoundry/bosh-cli/director/template" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/apps_command.go b/command/v7/apps_command.go index e25ad73f5b..f82cfefb95 100644 --- a/command/v7/apps_command.go +++ b/command/v7/apps_command.go @@ -3,8 +3,8 @@ package v7 import ( "strings" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type AppsCommand struct { diff --git a/command/v7/apps_command_test.go b/command/v7/apps_command_test.go index 4da0afec7d..ee1c48dd33 100644 --- a/command/v7/apps_command_test.go +++ b/command/v7/apps_command_test.go @@ -3,16 +3,16 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/commandfakes" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/auth_command.go b/command/v7/auth_command.go index 6b787b3245..6343604359 100644 --- a/command/v7/auth_command.go +++ b/command/v7/auth_command.go @@ -4,12 +4,12 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/api/uaa/constant" - "code.cloudfoundry.org/cli/api/uaa/uaaversion" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/uaaversion" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" ) type AuthCommand struct { diff --git a/command/v7/auth_command_test.go b/command/v7/auth_command_test.go index 682aa965bc..428456e0fd 100644 --- a/command/v7/auth_command_test.go +++ b/command/v7/auth_command_test.go @@ -1,17 +1,17 @@ package v7_test import ( - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" "errors" - "code.cloudfoundry.org/cli/api/uaa" - "code.cloudfoundry.org/cli/api/uaa/constant" - "code.cloudfoundry.org/cli/api/uaa/uaaversion" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/translatableerror" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/uaaversion" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/base_command.go b/command/v7/base_command.go index e40bcc26d6..17427e14f5 100644 --- a/command/v7/base_command.go +++ b/command/v7/base_command.go @@ -1,12 +1,12 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/api/uaa" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" "code.cloudfoundry.org/clock" ) diff --git a/command/v7/bind_route_service_command.go b/command/v7/bind_route_service_command.go index b6e0b2fa86..47e11c589a 100644 --- a/command/v7/bind_route_service_command.go +++ b/command/v7/bind_route_service_command.go @@ -1,11 +1,11 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/v7/shared" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" ) type BindRouteServiceCommand struct { diff --git a/command/v7/bind_route_service_command_test.go b/command/v7/bind_route_service_command_test.go index 537c529843..7e9768205f 100644 --- a/command/v7/bind_route_service_command_test.go +++ b/command/v7/bind_route_service_command_test.go @@ -4,14 +4,14 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/bind_running_security_group_command.go b/command/v7/bind_running_security_group_command.go index b2fafe8986..67bc47ce81 100644 --- a/command/v7/bind_running_security_group_command.go +++ b/command/v7/bind_running_security_group_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type BindRunningSecurityGroupCommand struct { diff --git a/command/v7/bind_running_security_group_command_test.go b/command/v7/bind_running_security_group_command_test.go index 3f8850e9fb..c2fea08532 100644 --- a/command/v7/bind_running_security_group_command_test.go +++ b/command/v7/bind_running_security_group_command_test.go @@ -3,14 +3,14 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/bind_security_group_command.go b/command/v7/bind_security_group_command.go index 4350d966eb..188dd68bed 100644 --- a/command/v7/bind_security_group_command.go +++ b/command/v7/bind_security_group_command.go @@ -3,10 +3,10 @@ package v7 import ( "strings" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" ) type BindSecurityGroupCommand struct { diff --git a/command/v7/bind_security_group_command_test.go b/command/v7/bind_security_group_command_test.go index 17175730fb..4418ce5d9a 100644 --- a/command/v7/bind_security_group_command_test.go +++ b/command/v7/bind_security_group_command_test.go @@ -3,16 +3,16 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/bind_service_command.go b/command/v7/bind_service_command.go index 4f4f9e480a..25ac5e9a40 100644 --- a/command/v7/bind_service_command.go +++ b/command/v7/bind_service_command.go @@ -1,11 +1,11 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/v7/shared" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" ) type BindServiceCommand struct { diff --git a/command/v7/bind_service_command_test.go b/command/v7/bind_service_command_test.go index f38481905d..082a7ab7fd 100644 --- a/command/v7/bind_service_command_test.go +++ b/command/v7/bind_service_command_test.go @@ -3,14 +3,14 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/bind_staging_security_group_command.go b/command/v7/bind_staging_security_group_command.go index 0ee5a32405..27b25fcfa1 100644 --- a/command/v7/bind_staging_security_group_command.go +++ b/command/v7/bind_staging_security_group_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type BindStagingSecurityGroupCommand struct { diff --git a/command/v7/bind_staging_security_group_command_test.go b/command/v7/bind_staging_security_group_command_test.go index 634ee60352..56e5a68c89 100644 --- a/command/v7/bind_staging_security_group_command_test.go +++ b/command/v7/bind_staging_security_group_command_test.go @@ -3,14 +3,14 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/buildpacks_command.go b/command/v7/buildpacks_command.go index d0726abb49..7f8b727933 100644 --- a/command/v7/buildpacks_command.go +++ b/command/v7/buildpacks_command.go @@ -3,8 +3,8 @@ package v7 import ( "strconv" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type BuildpacksCommand struct { diff --git a/command/v7/buildpacks_command_test.go b/command/v7/buildpacks_command_test.go index 6dd304e068..1937e1e564 100644 --- a/command/v7/buildpacks_command_test.go +++ b/command/v7/buildpacks_command_test.go @@ -3,16 +3,16 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/cancel_deployment_command.go b/command/v7/cancel_deployment_command.go index 55998b32a4..65f8656e41 100644 --- a/command/v7/cancel_deployment_command.go +++ b/command/v7/cancel_deployment_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type CancelDeploymentCommand struct { diff --git a/command/v7/cancel_deployment_command_test.go b/command/v7/cancel_deployment_command_test.go index ce597a138b..e9c0e7f8ad 100644 --- a/command/v7/cancel_deployment_command_test.go +++ b/command/v7/cancel_deployment_command_test.go @@ -3,15 +3,15 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/check_route_command.go b/command/v7/check_route_command.go index 444cd1f4d2..80c1f8724b 100644 --- a/command/v7/check_route_command.go +++ b/command/v7/check_route_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type CheckRouteCommand struct { diff --git a/command/v7/check_route_command_test.go b/command/v7/check_route_command_test.go index 548dd7e28a..a801b61c2e 100644 --- a/command/v7/check_route_command_test.go +++ b/command/v7/check_route_command_test.go @@ -1,15 +1,15 @@ package v7_test import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/config_command.go b/command/v7/config_command.go index ae306787c5..b3ce4f3793 100644 --- a/command/v7/config_command.go +++ b/command/v7/config_command.go @@ -1,9 +1,9 @@ package v7 import ( - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" ) type ConfigCommand struct { diff --git a/command/v7/config_command_test.go b/command/v7/config_command_test.go index a3762f101d..7d3ec81c9f 100644 --- a/command/v7/config_command_test.go +++ b/command/v7/config_command_test.go @@ -1,13 +1,13 @@ package v7_test import ( - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" - . "code.cloudfoundry.org/cli/command/v7" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/copy_source_command.go b/command/v7/copy_source_command.go index a5c74ae0ea..28c57883b6 100644 --- a/command/v7/copy_source_command.go +++ b/command/v7/copy_source_command.go @@ -1,14 +1,14 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/api/logcache" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/command/v7/shared" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/logcache" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" ) type CopySourceCommand struct { diff --git a/command/v7/copy_source_command_test.go b/command/v7/copy_source_command_test.go index 3b8cedb9c0..3eae4997f7 100644 --- a/command/v7/copy_source_command_test.go +++ b/command/v7/copy_source_command_test.go @@ -3,18 +3,18 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/shared/sharedfakes" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared/sharedfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/create_app_command.go b/command/v7/create_app_command.go index 938be0bcf7..aeb960091a 100644 --- a/command/v7/create_app_command.go +++ b/command/v7/create_app_command.go @@ -1,10 +1,10 @@ package v7 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type CreateAppCommand struct { diff --git a/command/v7/create_app_command_test.go b/command/v7/create_app_command_test.go index d4b416a749..dc36a50554 100644 --- a/command/v7/create_app_command_test.go +++ b/command/v7/create_app_command_test.go @@ -4,17 +4,17 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/create_app_manifest_command.go b/command/v7/create_app_manifest_command.go index 69d8652b50..af6d58da12 100644 --- a/command/v7/create_app_manifest_command.go +++ b/command/v7/create_app_manifest_command.go @@ -6,9 +6,9 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" ) type CreateAppManifestCommand struct { diff --git a/command/v7/create_app_manifest_command_test.go b/command/v7/create_app_manifest_command_test.go index 23894166f1..e60437f1fb 100644 --- a/command/v7/create_app_manifest_command_test.go +++ b/command/v7/create_app_manifest_command_test.go @@ -7,14 +7,14 @@ import ( "path/filepath" "regexp" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/create_buildpack_command.go b/command/v7/create_buildpack_command.go index 526fdc8347..f8f21ae223 100644 --- a/command/v7/create_buildpack_command.go +++ b/command/v7/create_buildpack_command.go @@ -5,14 +5,14 @@ import ( "os" "time" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/download" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/download" ) type CreateBuildpackCommand struct { diff --git a/command/v7/create_buildpack_command_test.go b/command/v7/create_buildpack_command_test.go index 43b96f17a3..b83ebe067d 100644 --- a/command/v7/create_buildpack_command_test.go +++ b/command/v7/create_buildpack_command_test.go @@ -3,19 +3,19 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/create_isolation_segment_command.go b/command/v7/create_isolation_segment_command.go index 04026ec5ed..4175bf3eb0 100644 --- a/command/v7/create_isolation_segment_command.go +++ b/command/v7/create_isolation_segment_command.go @@ -1,9 +1,9 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type CreateIsolationSegmentCommand struct { diff --git a/command/v7/create_isolation_segment_command_test.go b/command/v7/create_isolation_segment_command_test.go index 1654035701..749cabdb01 100644 --- a/command/v7/create_isolation_segment_command_test.go +++ b/command/v7/create_isolation_segment_command_test.go @@ -3,14 +3,14 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/create_org_command.go b/command/v7/create_org_command.go index f28156bac8..b49b33e7f1 100644 --- a/command/v7/create_org_command.go +++ b/command/v7/create_org_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type CreateOrgCommand struct { diff --git a/command/v7/create_org_command_test.go b/command/v7/create_org_command_test.go index e710b03fe4..4eb9d14a7c 100644 --- a/command/v7/create_org_command_test.go +++ b/command/v7/create_org_command_test.go @@ -4,17 +4,17 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/create_org_quota_command.go b/command/v7/create_org_quota_command.go index fe34a1de22..b8633d8952 100644 --- a/command/v7/create_org_quota_command.go +++ b/command/v7/create_org_quota_command.go @@ -1,10 +1,10 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" ) type CreateOrgQuotaCommand struct { diff --git a/command/v7/create_org_quota_command_test.go b/command/v7/create_org_quota_command_test.go index d8f66f51fd..9443a04690 100644 --- a/command/v7/create_org_quota_command_test.go +++ b/command/v7/create_org_quota_command_test.go @@ -3,15 +3,15 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/create_package_command.go b/command/v7/create_package_command.go index 47f6d2ff28..6e572bb104 100644 --- a/command/v7/create_package_command.go +++ b/command/v7/create_package_command.go @@ -1,12 +1,12 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/command/v7/shared" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type CreatePackageCommand struct { diff --git a/command/v7/create_package_command_test.go b/command/v7/create_package_command_test.go index 24dabe1747..50a7702c66 100644 --- a/command/v7/create_package_command_test.go +++ b/command/v7/create_package_command_test.go @@ -3,17 +3,17 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/shared" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/create_private_domain_command.go b/command/v7/create_private_domain_command.go index a0cbe7b481..3f88a91d48 100644 --- a/command/v7/create_private_domain_command.go +++ b/command/v7/create_private_domain_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type CreatePrivateDomainCommand struct { diff --git a/command/v7/create_private_domain_command_test.go b/command/v7/create_private_domain_command_test.go index 68f2fd6448..ee646d3a8a 100644 --- a/command/v7/create_private_domain_command_test.go +++ b/command/v7/create_private_domain_command_test.go @@ -3,14 +3,14 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/create_route_command.go b/command/v7/create_route_command.go index 7d6fc07e6b..cbd35106c3 100644 --- a/command/v7/create_route_command.go +++ b/command/v7/create_route_command.go @@ -3,8 +3,8 @@ package v7 import ( "fmt" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type CreateRouteCommand struct { diff --git a/command/v7/create_route_command_test.go b/command/v7/create_route_command_test.go index b53f14758d..9bd66ab230 100644 --- a/command/v7/create_route_command_test.go +++ b/command/v7/create_route_command_test.go @@ -4,15 +4,15 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/create_security_group_command.go b/command/v7/create_security_group_command.go index 7c1f29c4b7..e51e4d7eaf 100644 --- a/command/v7/create_security_group_command.go +++ b/command/v7/create_security_group_command.go @@ -3,9 +3,9 @@ package v7 import ( "encoding/json" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type CreateSecurityGroupCommand struct { diff --git a/command/v7/create_security_group_command_test.go b/command/v7/create_security_group_command_test.go index 51b23f27e4..3dbb38a6c3 100644 --- a/command/v7/create_security_group_command_test.go +++ b/command/v7/create_security_group_command_test.go @@ -5,15 +5,15 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/create_service_broker_command.go b/command/v7/create_service_broker_command.go index 0fbd44c5f6..cd5cd9f1c3 100644 --- a/command/v7/create_service_broker_command.go +++ b/command/v7/create_service_broker_command.go @@ -1,9 +1,9 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" ) type CreateServiceBrokerCommand struct { diff --git a/command/v7/create_service_broker_command_test.go b/command/v7/create_service_broker_command_test.go index f19175c377..e337f16ac0 100644 --- a/command/v7/create_service_broker_command_test.go +++ b/command/v7/create_service_broker_command_test.go @@ -3,12 +3,12 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/create_service_command.go b/command/v7/create_service_command.go index ee10e723bb..7098d45304 100644 --- a/command/v7/create_service_command.go +++ b/command/v7/create_service_command.go @@ -3,11 +3,11 @@ package v7 import ( "strings" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/v7/shared" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" ) type CreateServiceCommand struct { diff --git a/command/v7/create_service_command_test.go b/command/v7/create_service_command_test.go index 1deddb8d44..cfbe1d6463 100644 --- a/command/v7/create_service_command_test.go +++ b/command/v7/create_service_command_test.go @@ -3,15 +3,15 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/command/commandfakes" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/create_service_key_command.go b/command/v7/create_service_key_command.go index 34bfba0542..2c98a5a636 100644 --- a/command/v7/create_service_key_command.go +++ b/command/v7/create_service_key_command.go @@ -1,11 +1,11 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/v7/shared" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" ) type CreateServiceKeyCommand struct { diff --git a/command/v7/create_service_key_command_test.go b/command/v7/create_service_key_command_test.go index 83363defef..714de21866 100644 --- a/command/v7/create_service_key_command_test.go +++ b/command/v7/create_service_key_command_test.go @@ -3,14 +3,14 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/create_shared_domain_command.go b/command/v7/create_shared_domain_command.go index feb9940e21..8f73ec2610 100644 --- a/command/v7/create_shared_domain_command.go +++ b/command/v7/create_shared_domain_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type CreateSharedDomainCommand struct { diff --git a/command/v7/create_shared_domain_command_test.go b/command/v7/create_shared_domain_command_test.go index 9484348694..1341eaca30 100644 --- a/command/v7/create_shared_domain_command_test.go +++ b/command/v7/create_shared_domain_command_test.go @@ -3,14 +3,14 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/create_space_command.go b/command/v7/create_space_command.go index dd8b85dd7b..4ef1637991 100644 --- a/command/v7/create_space_command.go +++ b/command/v7/create_space_command.go @@ -1,11 +1,11 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type CreateSpaceActor interface { diff --git a/command/v7/create_space_command_test.go b/command/v7/create_space_command_test.go index d11c05f044..38eaed41c8 100644 --- a/command/v7/create_space_command_test.go +++ b/command/v7/create_space_command_test.go @@ -3,16 +3,16 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/create_space_quota_command.go b/command/v7/create_space_quota_command.go index 892d04675e..a3fb73d3ae 100644 --- a/command/v7/create_space_quota_command.go +++ b/command/v7/create_space_quota_command.go @@ -1,9 +1,9 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type CreateSpaceQuotaCommand struct { diff --git a/command/v7/create_space_quota_command_test.go b/command/v7/create_space_quota_command_test.go index 6e94f2cb40..7ac888cca5 100644 --- a/command/v7/create_space_quota_command_test.go +++ b/command/v7/create_space_quota_command_test.go @@ -3,16 +3,16 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/create_user_command.go b/command/v7/create_user_command.go index c3647bc3da..9cd1abe405 100644 --- a/command/v7/create_user_command.go +++ b/command/v7/create_user_command.go @@ -3,10 +3,10 @@ package v7 import ( "strings" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/api/uaa" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" ) type CreateUserCommand struct { diff --git a/command/v7/create_user_command_test.go b/command/v7/create_user_command_test.go index f60b5e7ff3..26ae9cc573 100644 --- a/command/v7/create_user_command_test.go +++ b/command/v7/create_user_command_test.go @@ -3,16 +3,16 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/api/uaa" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/translatableerror" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/create_user_provided_service_command.go b/command/v7/create_user_provided_service_command.go index c0cc5e5083..adbaa38545 100644 --- a/command/v7/create_user_provided_service_command.go +++ b/command/v7/create_user_provided_service_command.go @@ -1,10 +1,10 @@ package v7 import ( - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" ) type CreateUserProvidedServiceCommand struct { diff --git a/command/v7/create_user_provided_service_command_test.go b/command/v7/create_user_provided_service_command_test.go index 805649e394..8cbad7a41a 100644 --- a/command/v7/create_user_provided_service_command_test.go +++ b/command/v7/create_user_provided_service_command_test.go @@ -3,16 +3,16 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/types" - - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/curl_command.go b/command/v7/curl_command.go index bddc3cc421..8b50825e52 100644 --- a/command/v7/curl_command.go +++ b/command/v7/curl_command.go @@ -4,8 +4,8 @@ import ( "io/ioutil" "net/http/httputil" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" ) type CurlCommand struct { diff --git a/command/v7/curl_command_test.go b/command/v7/curl_command_test.go index c76d76bc55..2c290a5dcf 100644 --- a/command/v7/curl_command_test.go +++ b/command/v7/curl_command_test.go @@ -6,12 +6,12 @@ import ( "net/http" "os" - "code.cloudfoundry.org/cli/command/flag" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/delete_buildpack_command.go b/command/v7/delete_buildpack_command.go index c0d0e5f571..405bee8b62 100644 --- a/command/v7/delete_buildpack_command.go +++ b/command/v7/delete_buildpack_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type DeleteBuildpackCommand struct { diff --git a/command/v7/delete_buildpack_command_test.go b/command/v7/delete_buildpack_command_test.go index 674b410fd2..3763914460 100644 --- a/command/v7/delete_buildpack_command_test.go +++ b/command/v7/delete_buildpack_command_test.go @@ -3,12 +3,12 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/delete_command.go b/command/v7/delete_command.go index 23edea0b68..c72c735bcb 100644 --- a/command/v7/delete_command.go +++ b/command/v7/delete_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type DeleteCommand struct { diff --git a/command/v7/delete_command_test.go b/command/v7/delete_command_test.go index 880f2629aa..19ebf25ea9 100644 --- a/command/v7/delete_command_test.go +++ b/command/v7/delete_command_test.go @@ -3,14 +3,14 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/delete_isolation_segment_command.go b/command/v7/delete_isolation_segment_command.go index 4858cf110f..3f9766b743 100644 --- a/command/v7/delete_isolation_segment_command.go +++ b/command/v7/delete_isolation_segment_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type DeleteIsolationSegmentCommand struct { diff --git a/command/v7/delete_isolation_segment_command_test.go b/command/v7/delete_isolation_segment_command_test.go index 32f5d67208..d919db55b0 100644 --- a/command/v7/delete_isolation_segment_command_test.go +++ b/command/v7/delete_isolation_segment_command_test.go @@ -3,13 +3,13 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/delete_org_command.go b/command/v7/delete_org_command.go index 33c38d99a1..e06322284f 100644 --- a/command/v7/delete_org_command.go +++ b/command/v7/delete_org_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type DeleteOrgCommand struct { diff --git a/command/v7/delete_org_command_test.go b/command/v7/delete_org_command_test.go index 8895d0c15f..ee5421eef5 100644 --- a/command/v7/delete_org_command_test.go +++ b/command/v7/delete_org_command_test.go @@ -3,13 +3,13 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/delete_org_quota_command.go b/command/v7/delete_org_quota_command.go index b3199feb32..a28bfe2879 100644 --- a/command/v7/delete_org_quota_command.go +++ b/command/v7/delete_org_quota_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type DeleteOrgQuotaCommand struct { diff --git a/command/v7/delete_org_quota_command_test.go b/command/v7/delete_org_quota_command_test.go index b160cad692..290ca06c95 100644 --- a/command/v7/delete_org_quota_command_test.go +++ b/command/v7/delete_org_quota_command_test.go @@ -1,14 +1,14 @@ package v7_test import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/delete_orphaned_routes_command_test.go b/command/v7/delete_orphaned_routes_command_test.go index 8e32faa7d0..177e7eaaf6 100644 --- a/command/v7/delete_orphaned_routes_command_test.go +++ b/command/v7/delete_orphaned_routes_command_test.go @@ -3,13 +3,13 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/delete_private_domain_command.go b/command/v7/delete_private_domain_command.go index 52152a2651..d36552f64f 100644 --- a/command/v7/delete_private_domain_command.go +++ b/command/v7/delete_private_domain_command.go @@ -3,8 +3,8 @@ package v7 import ( "fmt" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type DeletePrivateDomainCommand struct { diff --git a/command/v7/delete_private_domain_command_test.go b/command/v7/delete_private_domain_command_test.go index d2bea0cffc..1226d19663 100644 --- a/command/v7/delete_private_domain_command_test.go +++ b/command/v7/delete_private_domain_command_test.go @@ -3,16 +3,16 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/resources" - - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/delete_route_command.go b/command/v7/delete_route_command.go index 9b707dc8fb..ff0eeb6e10 100644 --- a/command/v7/delete_route_command.go +++ b/command/v7/delete_route_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type DeleteRouteCommand struct { diff --git a/command/v7/delete_route_command_test.go b/command/v7/delete_route_command_test.go index 3180ad7f0e..cc58fd7631 100644 --- a/command/v7/delete_route_command_test.go +++ b/command/v7/delete_route_command_test.go @@ -3,14 +3,14 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/delete_security_group_command.go b/command/v7/delete_security_group_command.go index 6a941bcd45..85efd18ee8 100644 --- a/command/v7/delete_security_group_command.go +++ b/command/v7/delete_security_group_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type DeleteSecurityGroupCommand struct { diff --git a/command/v7/delete_security_group_command_test.go b/command/v7/delete_security_group_command_test.go index 4c322dff25..df1c3b37b9 100644 --- a/command/v7/delete_security_group_command_test.go +++ b/command/v7/delete_security_group_command_test.go @@ -3,13 +3,13 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/delete_service_broker_command.go b/command/v7/delete_service_broker_command.go index 3a7206d55f..ac6d20f69f 100644 --- a/command/v7/delete_service_broker_command.go +++ b/command/v7/delete_service_broker_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type DeleteServiceBrokerCommand struct { diff --git a/command/v7/delete_service_broker_command_test.go b/command/v7/delete_service_broker_command_test.go index da7ab2fbc2..e13721aab9 100644 --- a/command/v7/delete_service_broker_command_test.go +++ b/command/v7/delete_service_broker_command_test.go @@ -3,14 +3,14 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/delete_service_command.go b/command/v7/delete_service_command.go index 670d5d8b34..2ae8bb80f8 100644 --- a/command/v7/delete_service_command.go +++ b/command/v7/delete_service_command.go @@ -1,9 +1,9 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" ) type DeleteServiceCommand struct { diff --git a/command/v7/delete_service_command_test.go b/command/v7/delete_service_command_test.go index bb8efba7fb..37593a7668 100644 --- a/command/v7/delete_service_command_test.go +++ b/command/v7/delete_service_command_test.go @@ -3,13 +3,13 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/delete_service_key_command.go b/command/v7/delete_service_key_command.go index 52cec6cc8c..ab855a102b 100644 --- a/command/v7/delete_service_key_command.go +++ b/command/v7/delete_service_key_command.go @@ -1,10 +1,10 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" ) type DeleteServiceKeyCommand struct { diff --git a/command/v7/delete_service_key_command_test.go b/command/v7/delete_service_key_command_test.go index f2d3ec7c88..11da11dce1 100644 --- a/command/v7/delete_service_key_command_test.go +++ b/command/v7/delete_service_key_command_test.go @@ -1,15 +1,15 @@ package v7_test import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/translatableerror" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/delete_shared_domain_command.go b/command/v7/delete_shared_domain_command.go index f0045f6c0c..a028fb079d 100644 --- a/command/v7/delete_shared_domain_command.go +++ b/command/v7/delete_shared_domain_command.go @@ -1,9 +1,9 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" ) type DeleteSharedDomainCommand struct { diff --git a/command/v7/delete_shared_domain_command_test.go b/command/v7/delete_shared_domain_command_test.go index 11bbfc3e84..16e67ddcdf 100644 --- a/command/v7/delete_shared_domain_command_test.go +++ b/command/v7/delete_shared_domain_command_test.go @@ -3,17 +3,17 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/resources" - - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/delete_space_command.go b/command/v7/delete_space_command.go index efc65de0e2..e33e817cdc 100644 --- a/command/v7/delete_space_command.go +++ b/command/v7/delete_space_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type DeleteSpaceCommand struct { diff --git a/command/v7/delete_space_command_test.go b/command/v7/delete_space_command_test.go index 455e544dbe..7f0412e028 100644 --- a/command/v7/delete_space_command_test.go +++ b/command/v7/delete_space_command_test.go @@ -3,13 +3,13 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/delete_space_quota_command.go b/command/v7/delete_space_quota_command.go index a12b9648a3..a4790dc69c 100644 --- a/command/v7/delete_space_quota_command.go +++ b/command/v7/delete_space_quota_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type DeleteSpaceQuotaCommand struct { diff --git a/command/v7/delete_space_quota_command_test.go b/command/v7/delete_space_quota_command_test.go index 224deef5ee..4dea0cfe66 100644 --- a/command/v7/delete_space_quota_command_test.go +++ b/command/v7/delete_space_quota_command_test.go @@ -1,14 +1,14 @@ package v7_test import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/delete_user_command.go b/command/v7/delete_user_command.go index a4ca297591..11972e7269 100644 --- a/command/v7/delete_user_command.go +++ b/command/v7/delete_user_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type DeleteUserCommand struct { diff --git a/command/v7/delete_user_command_test.go b/command/v7/delete_user_command_test.go index 247cd7bfff..c7a6ef0f83 100644 --- a/command/v7/delete_user_command_test.go +++ b/command/v7/delete_user_command_test.go @@ -1,15 +1,15 @@ package v7_test import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/uaa" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/disable_feature_flag_command.go b/command/v7/disable_feature_flag_command.go index 6c3e36678a..4a700dc9b9 100644 --- a/command/v7/disable_feature_flag_command.go +++ b/command/v7/disable_feature_flag_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type DisableFeatureFlagCommand struct { diff --git a/command/v7/disable_feature_flag_command_test.go b/command/v7/disable_feature_flag_command_test.go index a5ec2ab340..6abf00b113 100644 --- a/command/v7/disable_feature_flag_command_test.go +++ b/command/v7/disable_feature_flag_command_test.go @@ -3,13 +3,13 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/disable_org_isolation_command.go b/command/v7/disable_org_isolation_command.go index a430f0ad05..d57b0d036b 100644 --- a/command/v7/disable_org_isolation_command.go +++ b/command/v7/disable_org_isolation_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type DisableOrgIsolationCommand struct { diff --git a/command/v7/disable_org_isolation_command_test.go b/command/v7/disable_org_isolation_command_test.go index 2b05b519f4..8465a5ef27 100644 --- a/command/v7/disable_org_isolation_command_test.go +++ b/command/v7/disable_org_isolation_command_test.go @@ -3,13 +3,13 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/disable_service_access_command.go b/command/v7/disable_service_access_command.go index 5abd3b9359..124329725c 100644 --- a/command/v7/disable_service_access_command.go +++ b/command/v7/disable_service_access_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type DisableServiceAccessCommand struct { diff --git a/command/v7/disable_service_access_command_test.go b/command/v7/disable_service_access_command_test.go index d7c597a282..6b0303892c 100644 --- a/command/v7/disable_service_access_command_test.go +++ b/command/v7/disable_service_access_command_test.go @@ -3,12 +3,12 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/command/v7/disable_ssh_command.go b/command/v7/disable_ssh_command.go index 794f0b0f36..8af618da38 100644 --- a/command/v7/disable_ssh_command.go +++ b/command/v7/disable_ssh_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type DisableSSHCommand struct { diff --git a/command/v7/disable_ssh_command_test.go b/command/v7/disable_ssh_command_test.go index b3715c66a0..828edeb01a 100644 --- a/command/v7/disable_ssh_command_test.go +++ b/command/v7/disable_ssh_command_test.go @@ -3,14 +3,14 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/disallow_space_ssh_command.go b/command/v7/disallow_space_ssh_command.go index 295d3d966d..3d32957c4d 100644 --- a/command/v7/disallow_space_ssh_command.go +++ b/command/v7/disallow_space_ssh_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type DisallowSpaceSSHCommand struct { diff --git a/command/v7/disallow_space_ssh_command_test.go b/command/v7/disallow_space_ssh_command_test.go index d0dbe4bb95..0762a6e3cc 100644 --- a/command/v7/disallow_space_ssh_command_test.go +++ b/command/v7/disallow_space_ssh_command_test.go @@ -3,13 +3,13 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/docker_password_getter_test.go b/command/v7/docker_password_getter_test.go index 4c9bb9af12..f09da3b2b1 100644 --- a/command/v7/docker_password_getter_test.go +++ b/command/v7/docker_password_getter_test.go @@ -1,9 +1,9 @@ package v7_test import ( - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/domains_command.go b/command/v7/domains_command.go index 09b59929f5..a85ec1b13c 100644 --- a/command/v7/domains_command.go +++ b/command/v7/domains_command.go @@ -4,9 +4,9 @@ import ( "sort" "strings" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/sorting" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/sorting" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type DomainsCommand struct { diff --git a/command/v7/domains_command_test.go b/command/v7/domains_command_test.go index 498e45370a..f662339e6a 100644 --- a/command/v7/domains_command_test.go +++ b/command/v7/domains_command_test.go @@ -3,16 +3,16 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/download_droplet_command.go b/command/v7/download_droplet_command.go index 0b4b55cb6a..cd1a22f9c1 100644 --- a/command/v7/download_droplet_command.go +++ b/command/v7/download_droplet_command.go @@ -6,10 +6,10 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" ) type DownloadDropletCommand struct { diff --git a/command/v7/download_droplet_command_test.go b/command/v7/download_droplet_command_test.go index 826ba8b12a..12de399445 100644 --- a/command/v7/download_droplet_command_test.go +++ b/command/v7/download_droplet_command_test.go @@ -8,14 +8,14 @@ import ( "path/filepath" "regexp" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/translatableerror" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/droplets_command.go b/command/v7/droplets_command.go index 2e61020c71..4a4140ba3d 100644 --- a/command/v7/droplets_command.go +++ b/command/v7/droplets_command.go @@ -5,8 +5,8 @@ import ( "strings" "time" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type DropletsCommand struct { diff --git a/command/v7/droplets_command_test.go b/command/v7/droplets_command_test.go index bd9ef93014..88bd6d89b2 100644 --- a/command/v7/droplets_command_test.go +++ b/command/v7/droplets_command_test.go @@ -4,17 +4,17 @@ import ( "errors" "time" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/enable_feature_flag_command.go b/command/v7/enable_feature_flag_command.go index f15945aa8e..c0a474c0be 100644 --- a/command/v7/enable_feature_flag_command.go +++ b/command/v7/enable_feature_flag_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type EnableFeatureFlagCommand struct { diff --git a/command/v7/enable_feature_flag_command_test.go b/command/v7/enable_feature_flag_command_test.go index 84717d362a..9e322f7f45 100644 --- a/command/v7/enable_feature_flag_command_test.go +++ b/command/v7/enable_feature_flag_command_test.go @@ -3,13 +3,13 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/enable_org_isolation_command.go b/command/v7/enable_org_isolation_command.go index be089ce48c..56483a899e 100644 --- a/command/v7/enable_org_isolation_command.go +++ b/command/v7/enable_org_isolation_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type EnableOrgIsolationCommand struct { diff --git a/command/v7/enable_org_isolation_command_test.go b/command/v7/enable_org_isolation_command_test.go index ed6e1f29ad..b34fb99bca 100644 --- a/command/v7/enable_org_isolation_command_test.go +++ b/command/v7/enable_org_isolation_command_test.go @@ -3,13 +3,13 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/enable_service_access_command.go b/command/v7/enable_service_access_command.go index 3246cf9a3e..6281dfee3a 100644 --- a/command/v7/enable_service_access_command.go +++ b/command/v7/enable_service_access_command.go @@ -1,9 +1,9 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type EnableServiceAccessCommand struct { diff --git a/command/v7/enable_service_access_command_test.go b/command/v7/enable_service_access_command_test.go index b74631d273..8ae2fecb91 100644 --- a/command/v7/enable_service_access_command_test.go +++ b/command/v7/enable_service_access_command_test.go @@ -3,12 +3,12 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/command/v7/enable_ssh_command.go b/command/v7/enable_ssh_command.go index 836d2f9c48..552554caa6 100644 --- a/command/v7/enable_ssh_command.go +++ b/command/v7/enable_ssh_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type EnableSSHCommand struct { diff --git a/command/v7/enable_ssh_command_test.go b/command/v7/enable_ssh_command_test.go index 6f10da55d7..b69dfe7a54 100644 --- a/command/v7/enable_ssh_command_test.go +++ b/command/v7/enable_ssh_command_test.go @@ -3,15 +3,15 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/env_command.go b/command/v7/env_command.go index a021cdfc02..abdc7760f9 100644 --- a/command/v7/env_command.go +++ b/command/v7/env_command.go @@ -4,7 +4,7 @@ import ( "fmt" "sort" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" log "github.com/sirupsen/logrus" ) diff --git a/command/v7/env_command_test.go b/command/v7/env_command_test.go index 73ffa2d1ba..eaaa63c208 100644 --- a/command/v7/env_command_test.go +++ b/command/v7/env_command_test.go @@ -3,13 +3,13 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/events_command.go b/command/v7/events_command.go index bca46d7678..61d826435f 100644 --- a/command/v7/events_command.go +++ b/command/v7/events_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type EventsCommand struct { diff --git a/command/v7/events_command_test.go b/command/v7/events_command_test.go index 6f1e6faae6..0e82c32f26 100644 --- a/command/v7/events_command_test.go +++ b/command/v7/events_command_test.go @@ -5,16 +5,16 @@ import ( "regexp" "time" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/command/flag" - - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/feature_flag_command.go b/command/v7/feature_flag_command.go index 4a0db0e2aa..5a292e313c 100644 --- a/command/v7/feature_flag_command.go +++ b/command/v7/feature_flag_command.go @@ -1,10 +1,10 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/v7/shared" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type FeatureFlagCommand struct { diff --git a/command/v7/feature_flag_command_test.go b/command/v7/feature_flag_command_test.go index 8c6b191a13..2d6d6a352c 100644 --- a/command/v7/feature_flag_command_test.go +++ b/command/v7/feature_flag_command_test.go @@ -3,14 +3,14 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/feature_flags_command.go b/command/v7/feature_flags_command.go index 64c6ce47d0..cef9183b2a 100644 --- a/command/v7/feature_flags_command.go +++ b/command/v7/feature_flags_command.go @@ -1,9 +1,9 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/v7/shared" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type FeatureFlagsCommand struct { diff --git a/command/v7/feature_flags_command_test.go b/command/v7/feature_flags_command_test.go index c14ae69302..7d13f5e526 100644 --- a/command/v7/feature_flags_command_test.go +++ b/command/v7/feature_flags_command_test.go @@ -3,14 +3,14 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/get_health_check_command.go b/command/v7/get_health_check_command.go index 050f6a568d..e0c94972ba 100644 --- a/command/v7/get_health_check_command.go +++ b/command/v7/get_health_check_command.go @@ -3,9 +3,9 @@ package v7 import ( "fmt" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type GetHealthCheckCommand struct { diff --git a/command/v7/get_health_check_command_test.go b/command/v7/get_health_check_command_test.go index de730ad5fc..b7706fa813 100644 --- a/command/v7/get_health_check_command_test.go +++ b/command/v7/get_health_check_command_test.go @@ -3,15 +3,15 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/isolation_segments_command.go b/command/v7/isolation_segments_command.go index 8eed00effa..21c0f8c061 100644 --- a/command/v7/isolation_segments_command.go +++ b/command/v7/isolation_segments_command.go @@ -3,7 +3,7 @@ package v7 import ( "strings" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type IsolationSegmentsCommand struct { diff --git a/command/v7/isolation_segments_command_test.go b/command/v7/isolation_segments_command_test.go index 88bd5ce1b4..bb49f7f34b 100644 --- a/command/v7/isolation_segments_command_test.go +++ b/command/v7/isolation_segments_command_test.go @@ -3,13 +3,13 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/label_updater.go b/command/v7/label_updater.go index ce48fcd285..e02e5ad1ad 100644 --- a/command/v7/label_updater.go +++ b/command/v7/label_updater.go @@ -5,11 +5,11 @@ import ( "fmt" "strings" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . SetLabelActor diff --git a/command/v7/label_updater_test.go b/command/v7/label_updater_test.go index de8411f0aa..d320c11d2d 100644 --- a/command/v7/label_updater_test.go +++ b/command/v7/label_updater_test.go @@ -5,14 +5,14 @@ import ( "regexp" "strings" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/translatableerror" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/command/v7/labels_command.go b/command/v7/labels_command.go index 4b37150855..09137fd390 100644 --- a/command/v7/labels_command.go +++ b/command/v7/labels_command.go @@ -5,11 +5,11 @@ import ( "sort" "strings" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type ResourceType string diff --git a/command/v7/labels_command_test.go b/command/v7/labels_command_test.go index 200e4c7807..0a9ca6216d 100644 --- a/command/v7/labels_command_test.go +++ b/command/v7/labels_command_test.go @@ -5,15 +5,15 @@ import ( "regexp" "strings" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/command/v7/login_command.go b/command/v7/login_command.go index a98aaf695a..6d8fb11b44 100644 --- a/command/v7/login_command.go +++ b/command/v7/login_command.go @@ -6,19 +6,19 @@ import ( "net/url" "strings" - "code.cloudfoundry.org/cli/api/uaa" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" "code.cloudfoundry.org/clock" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/uaa/constant" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . ActorReloader diff --git a/command/v7/login_command_test.go b/command/v7/login_command_test.go index b2bcb50223..67a37afcb7 100644 --- a/command/v7/login_command_test.go +++ b/command/v7/login_command_test.go @@ -5,19 +5,19 @@ import ( "fmt" "io" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/uaa" - "code.cloudfoundry.org/cli/api/uaa/constant" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/translatableerror" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/logout_command.go b/command/v7/logout_command.go index 0e7850c977..4886941910 100644 --- a/command/v7/logout_command.go +++ b/command/v7/logout_command.go @@ -1,10 +1,10 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" "code.cloudfoundry.org/clock" ) diff --git a/command/v7/logout_command_test.go b/command/v7/logout_command_test.go index e0b09f5cb5..94935da32b 100644 --- a/command/v7/logout_command_test.go +++ b/command/v7/logout_command_test.go @@ -1,12 +1,12 @@ package v7_test import ( - "code.cloudfoundry.org/cli/api/uaa" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/logs_command.go b/command/v7/logs_command.go index fea41976cc..e3b74d65a3 100644 --- a/command/v7/logs_command.go +++ b/command/v7/logs_command.go @@ -5,12 +5,12 @@ import ( "os/signal" "time" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/logcache" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/logcache" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type LogsCommand struct { diff --git a/command/v7/logs_command_test.go b/command/v7/logs_command_test.go index 034257bb70..40a3bb23b8 100644 --- a/command/v7/logs_command_test.go +++ b/command/v7/logs_command_test.go @@ -5,15 +5,15 @@ import ( "errors" "time" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/sharedaction/sharedactionfakes" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction/sharedactionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/map_route_command.go b/command/v7/map_route_command.go index c9ca6b381a..8c6b178c81 100644 --- a/command/v7/map_route_command.go +++ b/command/v7/map_route_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type MapRouteCommand struct { diff --git a/command/v7/map_route_command_test.go b/command/v7/map_route_command_test.go index 3e7b111ede..6eb51ebc28 100644 --- a/command/v7/map_route_command_test.go +++ b/command/v7/map_route_command_test.go @@ -3,15 +3,15 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/marketplace_command.go b/command/v7/marketplace_command.go index 47adc8eb88..f880137a65 100644 --- a/command/v7/marketplace_command.go +++ b/command/v7/marketplace_command.go @@ -4,10 +4,10 @@ import ( "fmt" "strings" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type MarketplaceCommand struct { diff --git a/command/v7/marketplace_command_test.go b/command/v7/marketplace_command_test.go index ca4410c572..885432df2d 100644 --- a/command/v7/marketplace_command_test.go +++ b/command/v7/marketplace_command_test.go @@ -1,14 +1,14 @@ package v7_test import ( - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/translatableerror" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/command/v7/network_policies_command.go b/command/v7/network_policies_command.go index 6a8a6e1f1d..d1d54a08c2 100644 --- a/command/v7/network_policies_command.go +++ b/command/v7/network_policies_command.go @@ -4,10 +4,10 @@ import ( "fmt" "strconv" - "code.cloudfoundry.org/cli/actor/cfnetworkingaction" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/v7/shared" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/cfnetworkingaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . NetworkPoliciesActor diff --git a/command/v7/network_policies_command_test.go b/command/v7/network_policies_command_test.go index 97b0fb57d0..8edb7e59ea 100644 --- a/command/v7/network_policies_command_test.go +++ b/command/v7/network_policies_command_test.go @@ -3,13 +3,13 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/cfnetworkingaction" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/cfnetworkingaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/oauth_token_command.go b/command/v7/oauth_token_command.go index a5feff234a..40bd1d9d11 100644 --- a/command/v7/oauth_token_command.go +++ b/command/v7/oauth_token_command.go @@ -4,7 +4,7 @@ import ( "errors" "time" - "code.cloudfoundry.org/cli/api/uaa/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/constant" ) type OauthTokenCommand struct { diff --git a/command/v7/oauth_token_command_test.go b/command/v7/oauth_token_command_test.go index e9f94cdcc1..e6034c7ad5 100644 --- a/command/v7/oauth_token_command_test.go +++ b/command/v7/oauth_token_command_test.go @@ -3,11 +3,11 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" "github.com/SermoDigital/jose/crypto" "github.com/SermoDigital/jose/jws" . "github.com/onsi/ginkgo" diff --git a/command/v7/org_command.go b/command/v7/org_command.go index 0f2a238713..96e7189ae5 100644 --- a/command/v7/org_command.go +++ b/command/v7/org_command.go @@ -5,7 +5,7 @@ import ( "sort" "strings" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type OrgCommand struct { diff --git a/command/v7/org_command_test.go b/command/v7/org_command_test.go index 2dccc3a8c4..60fe06ebb3 100644 --- a/command/v7/org_command_test.go +++ b/command/v7/org_command_test.go @@ -3,14 +3,14 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/org_quota_command.go b/command/v7/org_quota_command.go index 5458bb24fb..88a8baeeba 100644 --- a/command/v7/org_quota_command.go +++ b/command/v7/org_quota_command.go @@ -1,9 +1,9 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/v7/shared" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type OrgQuotaCommand struct { diff --git a/command/v7/org_quota_command_test.go b/command/v7/org_quota_command_test.go index 187fcda8d5..bc25a250c3 100644 --- a/command/v7/org_quota_command_test.go +++ b/command/v7/org_quota_command_test.go @@ -1,15 +1,15 @@ package v7_test import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/org_quotas_command.go b/command/v7/org_quotas_command.go index 2fb561d07f..0f9d295112 100644 --- a/command/v7/org_quotas_command.go +++ b/command/v7/org_quotas_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/v7/shared" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type OrgQuotasCommand struct { diff --git a/command/v7/org_quotas_command_test.go b/command/v7/org_quotas_command_test.go index d69e632c6f..8cfd9bab6f 100644 --- a/command/v7/org_quotas_command_test.go +++ b/command/v7/org_quotas_command_test.go @@ -3,15 +3,15 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/org_users_command.go b/command/v7/org_users_command.go index f7af79783b..467fea2ffa 100644 --- a/command/v7/org_users_command.go +++ b/command/v7/org_users_command.go @@ -1,10 +1,10 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type OrgUsersCommand struct { diff --git a/command/v7/org_users_command_test.go b/command/v7/org_users_command_test.go index cdba41439e..5ea3d00ef3 100644 --- a/command/v7/org_users_command_test.go +++ b/command/v7/org_users_command_test.go @@ -3,15 +3,15 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/orgs_command.go b/command/v7/orgs_command.go index 92c2cd179b..011495d65a 100644 --- a/command/v7/orgs_command.go +++ b/command/v7/orgs_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type OrgsCommand struct { diff --git a/command/v7/orgs_command_test.go b/command/v7/orgs_command_test.go index 161ee27f9c..33517c26ff 100644 --- a/command/v7/orgs_command_test.go +++ b/command/v7/orgs_command_test.go @@ -3,14 +3,14 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/packages_command.go b/command/v7/packages_command.go index 2aa01385d7..3dd804ae9d 100644 --- a/command/v7/packages_command.go +++ b/command/v7/packages_command.go @@ -4,8 +4,8 @@ import ( "strings" "time" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type PackagesCommand struct { diff --git a/command/v7/packages_command_test.go b/command/v7/packages_command_test.go index 87ae1f2903..beb3a53436 100644 --- a/command/v7/packages_command_test.go +++ b/command/v7/packages_command_test.go @@ -4,17 +4,17 @@ import ( "errors" "time" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/passwd_command.go b/command/v7/passwd_command.go index f68baa1cb1..c8a939d56e 100644 --- a/command/v7/passwd_command.go +++ b/command/v7/passwd_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" ) type PasswdCommand struct { diff --git a/command/v7/passwd_command_test.go b/command/v7/passwd_command_test.go index 8a3bf5d397..d397f5f5c3 100644 --- a/command/v7/passwd_command_test.go +++ b/command/v7/passwd_command_test.go @@ -3,12 +3,12 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/translatableerror" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/command/v7/purge_service_instance_command.go b/command/v7/purge_service_instance_command.go index fc646e47cf..fab7158725 100644 --- a/command/v7/purge_service_instance_command.go +++ b/command/v7/purge_service_instance_command.go @@ -3,8 +3,8 @@ package v7 import ( "strings" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) const purgeServiceInstanceWarning = "WARNING: This operation assumes that the service broker responsible for this service instance is no longer available or is not responding with a 200 or 410, and the service instance has been deleted, leaving orphan records in Cloud Foundry's database. All knowledge of the service instance will be removed from Cloud Foundry, including service bindings and service keys." diff --git a/command/v7/purge_service_instance_command_test.go b/command/v7/purge_service_instance_command_test.go index d5f3e7e32f..15e2dc5d3c 100644 --- a/command/v7/purge_service_instance_command_test.go +++ b/command/v7/purge_service_instance_command_test.go @@ -3,13 +3,13 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/purge_service_offering_command.go b/command/v7/purge_service_offering_command.go index a8268c612a..a5fdca9ac6 100644 --- a/command/v7/purge_service_offering_command.go +++ b/command/v7/purge_service_offering_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type PurgeServiceOfferingCommand struct { diff --git a/command/v7/purge_service_offering_command_test.go b/command/v7/purge_service_offering_command_test.go index 3d48ea0d10..449c5064b1 100644 --- a/command/v7/purge_service_offering_command_test.go +++ b/command/v7/purge_service_offering_command_test.go @@ -3,13 +3,13 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/push_command.go b/command/v7/push_command.go index ea2e9175e4..456113c4d4 100644 --- a/command/v7/push_command.go +++ b/command/v7/push_command.go @@ -10,22 +10,22 @@ import ( log "github.com/sirupsen/logrus" "gopkg.in/yaml.v2" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7pushaction" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/api/logcache" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/command/v7/shared" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/manifestparser" - "code.cloudfoundry.org/cli/util/progressbar" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/logcache" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/progressbar" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . ProgressBar diff --git a/command/v7/push_command_test.go b/command/v7/push_command_test.go index 6d5d77fdce..550a41c685 100644 --- a/command/v7/push_command_test.go +++ b/command/v7/push_command_test.go @@ -5,23 +5,23 @@ import ( "errors" "time" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/sharedaction/sharedactionfakes" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7pushaction" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/manifestparser" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction/sharedactionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" "github.com/cloudfoundry/bosh-cli/director/template" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" diff --git a/command/v7/remove_network_policy_command.go b/command/v7/remove_network_policy_command.go index c959bd4067..5510fadcdc 100644 --- a/command/v7/remove_network_policy_command.go +++ b/command/v7/remove_network_policy_command.go @@ -1,12 +1,12 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/cfnetworkingaction" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/cfnetworkingaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . RemoveNetworkPolicyActor diff --git a/command/v7/remove_network_policy_command_test.go b/command/v7/remove_network_policy_command_test.go index 66247bc31f..7e4c27870c 100644 --- a/command/v7/remove_network_policy_command_test.go +++ b/command/v7/remove_network_policy_command_test.go @@ -1,17 +1,17 @@ package v7_test import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/cfnetworkingaction" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/cfnetworkingaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/rename_command.go b/command/v7/rename_command.go index a2bb0b6efe..fb4d97bfbd 100644 --- a/command/v7/rename_command.go +++ b/command/v7/rename_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type RenameCommand struct { diff --git a/command/v7/rename_command_test.go b/command/v7/rename_command_test.go index 4700666540..52d3068d11 100644 --- a/command/v7/rename_command_test.go +++ b/command/v7/rename_command_test.go @@ -3,13 +3,13 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/rename_org_command.go b/command/v7/rename_org_command.go index 628095f80d..ee551c85e7 100644 --- a/command/v7/rename_org_command.go +++ b/command/v7/rename_org_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type RenameOrgCommand struct { diff --git a/command/v7/rename_org_command_test.go b/command/v7/rename_org_command_test.go index 5a61f65bb2..3b2a6b8687 100644 --- a/command/v7/rename_org_command_test.go +++ b/command/v7/rename_org_command_test.go @@ -3,13 +3,13 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/rename_service_broker_command.go b/command/v7/rename_service_broker_command.go index 4cd5ad001a..ee124092b9 100644 --- a/command/v7/rename_service_broker_command.go +++ b/command/v7/rename_service_broker_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type RenameServiceBrokerCommand struct { diff --git a/command/v7/rename_service_broker_command_test.go b/command/v7/rename_service_broker_command_test.go index c5cc994795..5445cd2c16 100644 --- a/command/v7/rename_service_broker_command_test.go +++ b/command/v7/rename_service_broker_command_test.go @@ -3,14 +3,14 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/rename_service_command.go b/command/v7/rename_service_command.go index f298e75c30..cdee4efab7 100644 --- a/command/v7/rename_service_command.go +++ b/command/v7/rename_service_command.go @@ -1,9 +1,9 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" "strings" ) diff --git a/command/v7/rename_service_command_test.go b/command/v7/rename_service_command_test.go index 1a7aeeca30..43da7803fe 100644 --- a/command/v7/rename_service_command_test.go +++ b/command/v7/rename_service_command_test.go @@ -3,16 +3,16 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" - "code.cloudfoundry.org/cli/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/rename_space_command.go b/command/v7/rename_space_command.go index cf63ebf7d1..4b78203f9f 100644 --- a/command/v7/rename_space_command.go +++ b/command/v7/rename_space_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type RenameSpaceCommand struct { diff --git a/command/v7/rename_space_command_test.go b/command/v7/rename_space_command_test.go index fbb020fdb8..3765b89e43 100644 --- a/command/v7/rename_space_command_test.go +++ b/command/v7/rename_space_command_test.go @@ -3,14 +3,14 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/reset_org_default_isolation_segment_command.go b/command/v7/reset_org_default_isolation_segment_command.go index 26763b4ff4..4cb05aff80 100644 --- a/command/v7/reset_org_default_isolation_segment_command.go +++ b/command/v7/reset_org_default_isolation_segment_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type ResetOrgDefaultIsolationSegmentCommand struct { diff --git a/command/v7/reset_org_default_isolation_segment_command_test.go b/command/v7/reset_org_default_isolation_segment_command_test.go index aa76bf487f..55a71c9137 100644 --- a/command/v7/reset_org_default_isolation_segment_command_test.go +++ b/command/v7/reset_org_default_isolation_segment_command_test.go @@ -3,14 +3,14 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/reset_space_isolation_segment_command.go b/command/v7/reset_space_isolation_segment_command.go index 4d87813506..bf7458780e 100644 --- a/command/v7/reset_space_isolation_segment_command.go +++ b/command/v7/reset_space_isolation_segment_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type ResetSpaceIsolationSegmentCommand struct { diff --git a/command/v7/reset_space_isolation_segment_command_test.go b/command/v7/reset_space_isolation_segment_command_test.go index 0a8638d242..2abcd45d7c 100644 --- a/command/v7/reset_space_isolation_segment_command_test.go +++ b/command/v7/reset_space_isolation_segment_command_test.go @@ -3,14 +3,14 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/restage_command.go b/command/v7/restage_command.go index e9dc01ced5..0ef147745c 100644 --- a/command/v7/restage_command.go +++ b/command/v7/restage_command.go @@ -1,14 +1,14 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/api/logcache" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/logcache" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" ) type RestageCommand struct { diff --git a/command/v7/restage_command_test.go b/command/v7/restage_command_test.go index 7de6e0488b..fab0eb8e62 100644 --- a/command/v7/restage_command_test.go +++ b/command/v7/restage_command_test.go @@ -3,17 +3,17 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/shared/sharedfakes" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared/sharedfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/restart_app_instance_command.go b/command/v7/restart_app_instance_command.go index 756f394102..77bc18ffaf 100644 --- a/command/v7/restart_app_instance_command.go +++ b/command/v7/restart_app_instance_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type RestartAppInstanceCommand struct { diff --git a/command/v7/restart_app_instance_command_test.go b/command/v7/restart_app_instance_command_test.go index 4108024c61..4ce76175db 100644 --- a/command/v7/restart_app_instance_command_test.go +++ b/command/v7/restart_app_instance_command_test.go @@ -3,14 +3,14 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/restart_command.go b/command/v7/restart_command.go index 71b7774e79..270d76d698 100644 --- a/command/v7/restart_command.go +++ b/command/v7/restart_command.go @@ -1,12 +1,12 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/api/logcache" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/logcache" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" ) type RestartCommand struct { diff --git a/command/v7/restart_command_test.go b/command/v7/restart_command_test.go index fbe3f8b6d5..f820afb782 100644 --- a/command/v7/restart_command_test.go +++ b/command/v7/restart_command_test.go @@ -3,17 +3,17 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/shared/sharedfakes" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared/sharedfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/revision_command.go b/command/v7/revision_command.go index ebd429291b..1a94bdc9a6 100644 --- a/command/v7/revision_command.go +++ b/command/v7/revision_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type RevisionCommand struct { diff --git a/command/v7/revision_command_test.go b/command/v7/revision_command_test.go index dbf0391774..23b287c99e 100644 --- a/command/v7/revision_command_test.go +++ b/command/v7/revision_command_test.go @@ -1,10 +1,10 @@ package v7_test import ( - "code.cloudfoundry.org/cli/command/commandfakes" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/revisions_command.go b/command/v7/revisions_command.go index c6c484fff5..6c714dfa07 100644 --- a/command/v7/revisions_command.go +++ b/command/v7/revisions_command.go @@ -4,11 +4,11 @@ import ( "fmt" "strconv" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . RevisionsActor diff --git a/command/v7/revisions_command_test.go b/command/v7/revisions_command_test.go index 8323069fa2..daa01b73aa 100644 --- a/command/v7/revisions_command_test.go +++ b/command/v7/revisions_command_test.go @@ -4,16 +4,16 @@ import ( "errors" "strings" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/rollback_command.go b/command/v7/rollback_command.go index 8c3e0f005c..1aef6f4dee 100644 --- a/command/v7/rollback_command.go +++ b/command/v7/rollback_command.go @@ -3,12 +3,12 @@ package v7 import ( "fmt" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" ) type RollbackCommand struct { diff --git a/command/v7/rollback_command_test.go b/command/v7/rollback_command_test.go index ac2a0aa7ce..6a7426e298 100644 --- a/command/v7/rollback_command_test.go +++ b/command/v7/rollback_command_test.go @@ -3,18 +3,18 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/shared/sharedfakes" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared/sharedfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/route_command.go b/command/v7/route_command.go index 1ed64478ee..973b8a87c5 100644 --- a/command/v7/route_command.go +++ b/command/v7/route_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" "strconv" ) diff --git a/command/v7/route_command_test.go b/command/v7/route_command_test.go index 2249d13ee7..8d0cc2fbc8 100644 --- a/command/v7/route_command_test.go +++ b/command/v7/route_command_test.go @@ -1,16 +1,16 @@ package v7_test import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/router_groups_command.go b/command/v7/router_groups_command.go index 924d8b44e0..375cd3e654 100644 --- a/command/v7/router_groups_command.go +++ b/command/v7/router_groups_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type RouterGroupsCommand struct { diff --git a/command/v7/router_groups_command_test.go b/command/v7/router_groups_command_test.go index 32c64b543b..52c659d84b 100644 --- a/command/v7/router_groups_command_test.go +++ b/command/v7/router_groups_command_test.go @@ -3,13 +3,13 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/routes_command.go b/command/v7/routes_command.go index 437704cdc8..c41d7403ea 100644 --- a/command/v7/routes_command.go +++ b/command/v7/routes_command.go @@ -4,9 +4,9 @@ import ( "strconv" "strings" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type RoutesCommand struct { diff --git a/command/v7/routes_command_test.go b/command/v7/routes_command_test.go index bc43f35773..8c8ad96935 100644 --- a/command/v7/routes_command_test.go +++ b/command/v7/routes_command_test.go @@ -3,14 +3,14 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/run_task_command.go b/command/v7/run_task_command.go index c01bbe2e24..b901bcc1bb 100644 --- a/command/v7/run_task_command.go +++ b/command/v7/run_task_command.go @@ -3,8 +3,8 @@ package v7 import ( "fmt" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type RunTaskCommand struct { diff --git a/command/v7/run_task_command_test.go b/command/v7/run_task_command_test.go index 34233afe90..bdcaea80d0 100644 --- a/command/v7/run_task_command_test.go +++ b/command/v7/run_task_command_test.go @@ -3,17 +3,17 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/running_environment_variable_group_command.go b/command/v7/running_environment_variable_group_command.go index 9f36b48809..910765f6a6 100644 --- a/command/v7/running_environment_variable_group_command.go +++ b/command/v7/running_environment_variable_group_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type RunningEnvironmentVariableGroupCommand struct { diff --git a/command/v7/running_environment_variable_group_command_test.go b/command/v7/running_environment_variable_group_command_test.go index 7e259a60f5..1306b0c3eb 100644 --- a/command/v7/running_environment_variable_group_command_test.go +++ b/command/v7/running_environment_variable_group_command_test.go @@ -3,13 +3,13 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/running_security_groups_command.go b/command/v7/running_security_groups_command.go index 07969d0e48..70442cc0ce 100644 --- a/command/v7/running_security_groups_command.go +++ b/command/v7/running_security_groups_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type RunningSecurityGroupsCommand struct { diff --git a/command/v7/running_security_groups_command_test.go b/command/v7/running_security_groups_command_test.go index dda4ab5ba0..05089e91e1 100644 --- a/command/v7/running_security_groups_command_test.go +++ b/command/v7/running_security_groups_command_test.go @@ -1,14 +1,14 @@ package v7_test import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/scale_command.go b/command/v7/scale_command.go index fd0ed4f546..840b9036cc 100644 --- a/command/v7/scale_command.go +++ b/command/v7/scale_command.go @@ -1,12 +1,12 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/command/v7/shared" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type ScaleCommand struct { diff --git a/command/v7/scale_command_test.go b/command/v7/scale_command_test.go index 0286c41ebf..8842c3342e 100644 --- a/command/v7/scale_command_test.go +++ b/command/v7/scale_command_test.go @@ -4,18 +4,18 @@ import ( "errors" "time" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/translatableerror" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/security_group_command.go b/command/v7/security_group_command.go index b264d4a000..37409260f4 100644 --- a/command/v7/security_group_command.go +++ b/command/v7/security_group_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type SecurityGroupCommand struct { diff --git a/command/v7/security_group_command_test.go b/command/v7/security_group_command_test.go index faa3ddbabf..2974e12541 100644 --- a/command/v7/security_group_command_test.go +++ b/command/v7/security_group_command_test.go @@ -1,15 +1,15 @@ package v7_test import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/security_groups_command.go b/command/v7/security_groups_command.go index b5b1442b79..b891ed3cbd 100644 --- a/command/v7/security_groups_command.go +++ b/command/v7/security_groups_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type SecurityGroupsCommand struct { diff --git a/command/v7/security_groups_command_test.go b/command/v7/security_groups_command_test.go index 0d682e1f4c..c4c8a2f7ef 100644 --- a/command/v7/security_groups_command_test.go +++ b/command/v7/security_groups_command_test.go @@ -1,15 +1,15 @@ package v7_test import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/service_access_command.go b/command/v7/service_access_command.go index f61fb64ac3..2990d1601e 100644 --- a/command/v7/service_access_command.go +++ b/command/v7/service_access_command.go @@ -3,10 +3,10 @@ package v7 import ( "strings" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" ) type ServiceAccessCommand struct { diff --git a/command/v7/service_access_command_test.go b/command/v7/service_access_command_test.go index 0424f11821..3379730eee 100644 --- a/command/v7/service_access_command_test.go +++ b/command/v7/service_access_command_test.go @@ -3,13 +3,13 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/command/v7/service_brokers_command.go b/command/v7/service_brokers_command.go index 4c36910b29..f15a2ec09a 100644 --- a/command/v7/service_brokers_command.go +++ b/command/v7/service_brokers_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type ServiceBrokersCommand struct { diff --git a/command/v7/service_brokers_command_test.go b/command/v7/service_brokers_command_test.go index d4f35de078..674e4d79c9 100644 --- a/command/v7/service_brokers_command_test.go +++ b/command/v7/service_brokers_command_test.go @@ -3,14 +3,14 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/service_command.go b/command/v7/service_command.go index c528d7ae59..a6234ef8ca 100644 --- a/command/v7/service_command.go +++ b/command/v7/service_command.go @@ -4,10 +4,10 @@ import ( "fmt" "strconv" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) const indent = " " diff --git a/command/v7/service_command_test.go b/command/v7/service_command_test.go index 5a0985311e..62fa9824e8 100644 --- a/command/v7/service_command_test.go +++ b/command/v7/service_command_test.go @@ -4,14 +4,14 @@ import ( "errors" "strings" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/service_key_command.go b/command/v7/service_key_command.go index 9bb96a4007..716611db90 100644 --- a/command/v7/service_key_command.go +++ b/command/v7/service_key_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type ServiceKeyCommand struct { diff --git a/command/v7/service_key_command_test.go b/command/v7/service_key_command_test.go index 14710e52f8..0c93ee4ebb 100644 --- a/command/v7/service_key_command_test.go +++ b/command/v7/service_key_command_test.go @@ -3,13 +3,13 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/service_keys_command.go b/command/v7/service_keys_command.go index 2d5c7f5aff..7bc23e3efc 100644 --- a/command/v7/service_keys_command.go +++ b/command/v7/service_keys_command.go @@ -3,9 +3,9 @@ package v7 import ( "fmt" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type ServiceKeysCommand struct { diff --git a/command/v7/service_keys_command_test.go b/command/v7/service_keys_command_test.go index 7cd2fff5b6..efac9f50d7 100644 --- a/command/v7/service_keys_command_test.go +++ b/command/v7/service_keys_command_test.go @@ -3,13 +3,13 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/services_command.go b/command/v7/services_command.go index a8c0df21f6..ede925a013 100644 --- a/command/v7/services_command.go +++ b/command/v7/services_command.go @@ -3,11 +3,11 @@ package v7 import ( "strings" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type ServicesCommand struct { diff --git a/command/v7/services_command_test.go b/command/v7/services_command_test.go index 24ddaabf1b..c4dcaf8907 100644 --- a/command/v7/services_command_test.go +++ b/command/v7/services_command_test.go @@ -1,15 +1,15 @@ package v7_test import ( - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/set_droplet_command.go b/command/v7/set_droplet_command.go index 4528c1d649..aa09a3c072 100644 --- a/command/v7/set_droplet_command.go +++ b/command/v7/set_droplet_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type SetDropletCommand struct { diff --git a/command/v7/set_droplet_command_test.go b/command/v7/set_droplet_command_test.go index 3b1dcfb14e..f2438158f3 100644 --- a/command/v7/set_droplet_command_test.go +++ b/command/v7/set_droplet_command_test.go @@ -3,14 +3,14 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/set_env_command.go b/command/v7/set_env_command.go index 2dc01c88a4..2cba8c2fa9 100644 --- a/command/v7/set_env_command.go +++ b/command/v7/set_env_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type SetEnvCommand struct { diff --git a/command/v7/set_env_command_test.go b/command/v7/set_env_command_test.go index ef109a614b..19069ba0a5 100644 --- a/command/v7/set_env_command_test.go +++ b/command/v7/set_env_command_test.go @@ -3,13 +3,13 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/set_health_check_command.go b/command/v7/set_health_check_command.go index 83059b3d2d..83288b790f 100644 --- a/command/v7/set_health_check_command.go +++ b/command/v7/set_health_check_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type SetHealthCheckCommand struct { diff --git a/command/v7/set_health_check_command_test.go b/command/v7/set_health_check_command_test.go index 18c7451828..d2bfd9bb0c 100644 --- a/command/v7/set_health_check_command_test.go +++ b/command/v7/set_health_check_command_test.go @@ -3,16 +3,16 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/set_label_command.go b/command/v7/set_label_command.go index 05f833e058..13efb351f3 100644 --- a/command/v7/set_label_command.go +++ b/command/v7/set_label_command.go @@ -4,9 +4,9 @@ import ( "fmt" "strings" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . LabelSetter diff --git a/command/v7/set_label_command_test.go b/command/v7/set_label_command_test.go index 5cc16ca2ea..2db0a8665f 100644 --- a/command/v7/set_label_command_test.go +++ b/command/v7/set_label_command_test.go @@ -1,10 +1,10 @@ package v7_test import ( - "code.cloudfoundry.org/cli/command/flag" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/command/v7/set_org_default_isolation_segment_command.go b/command/v7/set_org_default_isolation_segment_command.go index a19f517fa0..ab9d18adce 100644 --- a/command/v7/set_org_default_isolation_segment_command.go +++ b/command/v7/set_org_default_isolation_segment_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type SetOrgDefaultIsolationSegmentCommand struct { diff --git a/command/v7/set_org_default_isolation_segment_command_test.go b/command/v7/set_org_default_isolation_segment_command_test.go index 982064c0a5..eeb6b1e7d1 100644 --- a/command/v7/set_org_default_isolation_segment_command_test.go +++ b/command/v7/set_org_default_isolation_segment_command_test.go @@ -3,15 +3,15 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/v7action" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/set_org_quota_command.go b/command/v7/set_org_quota_command.go index 2baad4c8ef..53900c2f93 100644 --- a/command/v7/set_org_quota_command.go +++ b/command/v7/set_org_quota_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type SetOrgQuotaCommand struct { diff --git a/command/v7/set_org_quota_command_test.go b/command/v7/set_org_quota_command_test.go index 88ac05c07f..2b5a040e48 100644 --- a/command/v7/set_org_quota_command_test.go +++ b/command/v7/set_org_quota_command_test.go @@ -1,16 +1,16 @@ package v7_test import ( - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" - - . "code.cloudfoundry.org/cli/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/set_org_role_command.go b/command/v7/set_org_role_command.go index a57ea35399..6d4d07f985 100644 --- a/command/v7/set_org_role_command.go +++ b/command/v7/set_org_role_command.go @@ -1,11 +1,11 @@ package v7 import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" ) type SetOrgRoleCommand struct { diff --git a/command/v7/set_org_role_command_test.go b/command/v7/set_org_role_command_test.go index 6c4ad32269..0f66a7524d 100644 --- a/command/v7/set_org_role_command_test.go +++ b/command/v7/set_org_role_command_test.go @@ -1,19 +1,19 @@ package v7_test import ( - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/set_running_environment_variable_group_command.go b/command/v7/set_running_environment_variable_group_command.go index c305199768..5b4bf092a7 100644 --- a/command/v7/set_running_environment_variable_group_command.go +++ b/command/v7/set_running_environment_variable_group_command.go @@ -4,10 +4,10 @@ import ( "encoding/json" "fmt" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type SetRunningEnvironmentVariableGroupCommand struct { diff --git a/command/v7/set_running_environment_variable_group_command_test.go b/command/v7/set_running_environment_variable_group_command_test.go index a7e5b5d76a..7581915109 100644 --- a/command/v7/set_running_environment_variable_group_command_test.go +++ b/command/v7/set_running_environment_variable_group_command_test.go @@ -3,16 +3,16 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" - - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/set_space_isolation_segment_command.go b/command/v7/set_space_isolation_segment_command.go index 5358899559..f73bcf5203 100644 --- a/command/v7/set_space_isolation_segment_command.go +++ b/command/v7/set_space_isolation_segment_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type SetSpaceIsolationSegmentCommand struct { diff --git a/command/v7/set_space_isolation_segment_command_test.go b/command/v7/set_space_isolation_segment_command_test.go index c6554154b8..1bc8c15284 100644 --- a/command/v7/set_space_isolation_segment_command_test.go +++ b/command/v7/set_space_isolation_segment_command_test.go @@ -1,14 +1,14 @@ package v7_test import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/set_space_quota_command.go b/command/v7/set_space_quota_command.go index ab97cfabcd..8ae0222f75 100644 --- a/command/v7/set_space_quota_command.go +++ b/command/v7/set_space_quota_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type SetSpaceQuotaCommand struct { diff --git a/command/v7/set_space_quota_command_test.go b/command/v7/set_space_quota_command_test.go index e94e62f841..7cc64d48e8 100644 --- a/command/v7/set_space_quota_command_test.go +++ b/command/v7/set_space_quota_command_test.go @@ -1,17 +1,17 @@ package v7_test import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" - - . "code.cloudfoundry.org/cli/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/set_space_role_command.go b/command/v7/set_space_role_command.go index 77ba20ced8..c9bee52f8b 100644 --- a/command/v7/set_space_role_command.go +++ b/command/v7/set_space_role_command.go @@ -3,11 +3,11 @@ package v7 import ( "strings" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" ) type SetSpaceRoleCommand struct { diff --git a/command/v7/set_space_role_command_test.go b/command/v7/set_space_role_command_test.go index ac29113070..fd8ea54e45 100644 --- a/command/v7/set_space_role_command_test.go +++ b/command/v7/set_space_role_command_test.go @@ -1,19 +1,19 @@ package v7_test import ( - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/set_staging_environment_variable_group_command.go b/command/v7/set_staging_environment_variable_group_command.go index 20cd146d30..f8353084bc 100644 --- a/command/v7/set_staging_environment_variable_group_command.go +++ b/command/v7/set_staging_environment_variable_group_command.go @@ -4,10 +4,10 @@ import ( "encoding/json" "fmt" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type SetStagingEnvironmentVariableGroupCommand struct { diff --git a/command/v7/set_staging_environment_variable_group_command_test.go b/command/v7/set_staging_environment_variable_group_command_test.go index 511a8df661..057646251f 100644 --- a/command/v7/set_staging_environment_variable_group_command_test.go +++ b/command/v7/set_staging_environment_variable_group_command_test.go @@ -3,16 +3,16 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" - - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/share_private_domain_command.go b/command/v7/share_private_domain_command.go index 2ba4f0a861..f51cd2ee7f 100644 --- a/command/v7/share_private_domain_command.go +++ b/command/v7/share_private_domain_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type SharePrivateDomainCommand struct { diff --git a/command/v7/share_private_domain_command_test.go b/command/v7/share_private_domain_command_test.go index 6d01497b17..c9da68ff02 100644 --- a/command/v7/share_private_domain_command_test.go +++ b/command/v7/share_private_domain_command_test.go @@ -3,15 +3,15 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/share_route_command.go b/command/v7/share_route_command.go index b1fdb2b688..4ae1e40d54 100644 --- a/command/v7/share_route_command.go +++ b/command/v7/share_route_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type ShareRouteCommand struct { diff --git a/command/v7/share_route_command_test.go b/command/v7/share_route_command_test.go index 220efdafb3..5aba04db45 100644 --- a/command/v7/share_route_command_test.go +++ b/command/v7/share_route_command_test.go @@ -1,16 +1,16 @@ package v7_test import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/share_service_command.go b/command/v7/share_service_command.go index fdf72c1ad5..42928a6229 100644 --- a/command/v7/share_service_command.go +++ b/command/v7/share_service_command.go @@ -1,9 +1,9 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" ) type ShareServiceCommand struct { diff --git a/command/v7/share_service_command_test.go b/command/v7/share_service_command_test.go index 46fd5a8f34..047ebac749 100644 --- a/command/v7/share_service_command_test.go +++ b/command/v7/share_service_command_test.go @@ -3,18 +3,18 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" - "code.cloudfoundry.org/cli/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/shared/app_stager.go b/command/v7/shared/app_stager.go index a94f168a9a..86fc192fcf 100644 --- a/command/v7/shared/app_stager.go +++ b/command/v7/shared/app_stager.go @@ -4,12 +4,12 @@ import ( "context" "fmt" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" ) /* diff --git a/command/v7/shared/app_stager_test.go b/command/v7/shared/app_stager_test.go index 0650715bbe..5a88e90aff 100644 --- a/command/v7/shared/app_stager_test.go +++ b/command/v7/shared/app_stager_test.go @@ -5,17 +5,17 @@ import ( "errors" "time" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/sharedaction/sharedactionfakes" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/v7/shared" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction/sharedactionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/shared/app_summary_displayer.go b/command/v7/shared/app_summary_displayer.go index 38978ee148..f9ead3bb31 100644 --- a/command/v7/shared/app_summary_displayer.go +++ b/command/v7/shared/app_summary_displayer.go @@ -6,11 +6,11 @@ import ( "time" "code.cloudfoundry.org/bytefmt" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" log "github.com/sirupsen/logrus" ) diff --git a/command/v7/shared/app_summary_displayer_test.go b/command/v7/shared/app_summary_displayer_test.go index d35d31af5c..09244e36a3 100644 --- a/command/v7/shared/app_summary_displayer_test.go +++ b/command/v7/shared/app_summary_displayer_test.go @@ -3,13 +3,13 @@ package shared_test import ( "time" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - . "code.cloudfoundry.org/cli/command/v7/shared" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/shared/manifest_diff_displayer.go b/command/v7/shared/manifest_diff_displayer.go index 4a9038e53a..b4ab5a3282 100644 --- a/command/v7/shared/manifest_diff_displayer.go +++ b/command/v7/shared/manifest_diff_displayer.go @@ -6,8 +6,8 @@ import ( "strconv" "strings" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" "github.com/pkg/errors" "gopkg.in/yaml.v2" ) diff --git a/command/v7/shared/manifest_diff_displayer_test.go b/command/v7/shared/manifest_diff_displayer_test.go index 28c87d9fd3..48ceb84408 100644 --- a/command/v7/shared/manifest_diff_displayer_test.go +++ b/command/v7/shared/manifest_diff_displayer_test.go @@ -1,9 +1,9 @@ package shared_test import ( - . "code.cloudfoundry.org/cli/command/v7/shared" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/ui" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/shared/new_clients.go b/command/v7/shared/new_clients.go index 4486bd8ffa..5c341f4c04 100644 --- a/command/v7/shared/new_clients.go +++ b/command/v7/shared/new_clients.go @@ -1,15 +1,15 @@ package shared import ( - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - ccWrapper "code.cloudfoundry.org/cli/api/cloudcontroller/wrapper" - "code.cloudfoundry.org/cli/api/router" - routingWrapper "code.cloudfoundry.org/cli/api/router/wrapper" - "code.cloudfoundry.org/cli/api/uaa" - uaaWrapper "code.cloudfoundry.org/cli/api/uaa/wrapper" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + ccWrapper "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/wrapper" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/router" + routingWrapper "github.com/LukasHeimann/cloudfoundrycli/v8/api/router/wrapper" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + uaaWrapper "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/wrapper" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" ) func GetNewClientsAndConnectToCF(config command.Config, ui command.UI, minVersionV3 string) (*ccv3.Client, *uaa.Client, *router.Client, error) { diff --git a/command/v7/shared/new_clients_test.go b/command/v7/shared/new_clients_test.go index 04bb1ec4b8..8374cfa685 100644 --- a/command/v7/shared/new_clients_test.go +++ b/command/v7/shared/new_clients_test.go @@ -4,10 +4,10 @@ import ( "runtime" "time" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/translatableerror" - . "code.cloudfoundry.org/cli/command/v7/shared" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/shared/new_networking_client.go b/command/v7/shared/new_networking_client.go index 24057e3df8..186fe773e1 100644 --- a/command/v7/shared/new_networking_client.go +++ b/command/v7/shared/new_networking_client.go @@ -3,9 +3,9 @@ package shared import ( "code.cloudfoundry.org/cfnetworking-cli-api/cfnetworking/cfnetv1" "code.cloudfoundry.org/cfnetworking-cli-api/cfnetworking/wrapper" - "code.cloudfoundry.org/cli/api/uaa" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" ) // NewNetworkingClient creates a new cfnetworking client. diff --git a/command/v7/shared/new_networking_client_test.go b/command/v7/shared/new_networking_client_test.go index 1b9e4b5785..b23b24c024 100644 --- a/command/v7/shared/new_networking_client_test.go +++ b/command/v7/shared/new_networking_client_test.go @@ -1,11 +1,11 @@ package shared_test import ( - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7/shared" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" - "code.cloudfoundry.org/cli/api/uaa" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/shared/package_displayer.go b/command/v7/shared/package_displayer.go index 615c851102..757399c4b4 100644 --- a/command/v7/shared/package_displayer.go +++ b/command/v7/shared/package_displayer.go @@ -1,7 +1,7 @@ package shared import ( - "code.cloudfoundry.org/cli/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" ) type PackageDisplayer struct { diff --git a/command/v7/shared/quota_displayer.go b/command/v7/shared/quota_displayer.go index d209223b18..2cf28e255f 100644 --- a/command/v7/shared/quota_displayer.go +++ b/command/v7/shared/quota_displayer.go @@ -5,10 +5,10 @@ import ( "strconv" "strings" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) const ( diff --git a/command/v7/shared/result_waiter.go b/command/v7/shared/result_waiter.go index f16f5c3668..61436dc6a3 100644 --- a/command/v7/shared/result_waiter.go +++ b/command/v7/shared/result_waiter.go @@ -3,8 +3,8 @@ package shared import ( "fmt" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" ) func WaitForResult(stream chan v7action.PollJobEvent, ui command.UI, waitForCompletion bool) (bool, error) { diff --git a/command/v7/shared/sharedfakes/fake_app_stager.go b/command/v7/shared/sharedfakes/fake_app_stager.go index 39ba63146d..42b1134c13 100644 --- a/command/v7/shared/sharedfakes/fake_app_stager.go +++ b/command/v7/shared/sharedfakes/fake_app_stager.go @@ -4,10 +4,10 @@ package sharedfakes import ( "sync" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/v7/shared" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" ) type FakeAppStager struct { diff --git a/command/v7/shared/v3_poll_stage.go b/command/v7/shared/v3_poll_stage.go index 1c48365d62..4cc013f449 100644 --- a/command/v7/shared/v3_poll_stage.go +++ b/command/v7/shared/v3_poll_stage.go @@ -1,11 +1,11 @@ package shared import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) func PollStage(dropletStream <-chan resources.Droplet, warningsStream <-chan v7action.Warnings, errStream <-chan error, logStream <-chan sharedaction.LogMessage, logErrStream <-chan error, ui command.UI) (resources.Droplet, error) { diff --git a/command/v7/shared/v3_poll_stage_test.go b/command/v7/shared/v3_poll_stage_test.go index a33b59d936..8981f22a40 100644 --- a/command/v7/shared/v3_poll_stage_test.go +++ b/command/v7/shared/v3_poll_stage_test.go @@ -4,12 +4,12 @@ import ( "errors" "time" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/v7action" - . "code.cloudfoundry.org/cli/command/v7/shared" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/shared/version_checker.go b/command/v7/shared/version_checker.go index bfd35ec22e..cb90d4cbde 100644 --- a/command/v7/shared/version_checker.go +++ b/command/v7/shared/version_checker.go @@ -3,7 +3,7 @@ package shared import ( "fmt" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccversion" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccversion" "github.com/blang/semver" ) diff --git a/command/v7/shared/version_checker_test.go b/command/v7/shared/version_checker_test.go index 451ff6e989..8d3a4042cc 100644 --- a/command/v7/shared/version_checker_test.go +++ b/command/v7/shared/version_checker_test.go @@ -1,7 +1,7 @@ package shared_test import ( - "code.cloudfoundry.org/cli/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/command/v7/space_command.go b/command/v7/space_command.go index cf5d52ea7d..71ae70fefd 100644 --- a/command/v7/space_command.go +++ b/command/v7/space_command.go @@ -4,10 +4,10 @@ import ( "sort" "strings" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type SpaceCommand struct { diff --git a/command/v7/space_command_test.go b/command/v7/space_command_test.go index 5f2a9cbd0f..b63cda1aaf 100644 --- a/command/v7/space_command_test.go +++ b/command/v7/space_command_test.go @@ -3,16 +3,16 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/space_quota_command.go b/command/v7/space_quota_command.go index 8cbdcc2d45..dcc0660f4f 100644 --- a/command/v7/space_quota_command.go +++ b/command/v7/space_quota_command.go @@ -1,9 +1,9 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/v7/shared" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type SpaceQuotaCommand struct { diff --git a/command/v7/space_quota_command_test.go b/command/v7/space_quota_command_test.go index ce15a9c9fc..1e4641ce5b 100644 --- a/command/v7/space_quota_command_test.go +++ b/command/v7/space_quota_command_test.go @@ -1,15 +1,15 @@ package v7_test import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/space_quotas_command.go b/command/v7/space_quotas_command.go index 481cd6c61f..b55ed8f957 100644 --- a/command/v7/space_quotas_command.go +++ b/command/v7/space_quotas_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/v7/shared" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type SpaceQuotasCommand struct { diff --git a/command/v7/space_quotas_command_test.go b/command/v7/space_quotas_command_test.go index c062629304..006c36bb77 100644 --- a/command/v7/space_quotas_command_test.go +++ b/command/v7/space_quotas_command_test.go @@ -3,15 +3,15 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/space_ssh_allowed_command.go b/command/v7/space_ssh_allowed_command.go index eabef97c5a..51bb882c81 100644 --- a/command/v7/space_ssh_allowed_command.go +++ b/command/v7/space_ssh_allowed_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" ) type SpaceSSHAllowedCommand struct { diff --git a/command/v7/space_ssh_allowed_command_test.go b/command/v7/space_ssh_allowed_command_test.go index 262f9b48a4..0e6004d84b 100644 --- a/command/v7/space_ssh_allowed_command_test.go +++ b/command/v7/space_ssh_allowed_command_test.go @@ -3,14 +3,14 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/space_users_command.go b/command/v7/space_users_command.go index 149ddb9aa3..45013c63cc 100644 --- a/command/v7/space_users_command.go +++ b/command/v7/space_users_command.go @@ -1,10 +1,10 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type SpaceUsersCommand struct { diff --git a/command/v7/space_users_command_test.go b/command/v7/space_users_command_test.go index 062e6ab69c..6f04c3b9c3 100644 --- a/command/v7/space_users_command_test.go +++ b/command/v7/space_users_command_test.go @@ -3,15 +3,15 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/spaces_command.go b/command/v7/spaces_command.go index 430c264dba..f208687d02 100644 --- a/command/v7/spaces_command.go +++ b/command/v7/spaces_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type SpacesCommand struct { diff --git a/command/v7/spaces_command_test.go b/command/v7/spaces_command_test.go index bd2a53bc1a..34a0075b6b 100644 --- a/command/v7/spaces_command_test.go +++ b/command/v7/spaces_command_test.go @@ -3,14 +3,14 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/ssh_code_command_test.go b/command/v7/ssh_code_command_test.go index dcc55d44a2..4d684b7990 100644 --- a/command/v7/ssh_code_command_test.go +++ b/command/v7/ssh_code_command_test.go @@ -3,12 +3,12 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/ssh_command.go b/command/v7/ssh_command.go index c9caf5d2f6..8f63814694 100644 --- a/command/v7/ssh_command.go +++ b/command/v7/ssh_command.go @@ -1,11 +1,11 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/clissh" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/clissh" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . SharedSSHActor diff --git a/command/v7/ssh_command_test.go b/command/v7/ssh_command_test.go index 492e015822..372d2592b6 100644 --- a/command/v7/ssh_command_test.go +++ b/command/v7/ssh_command_test.go @@ -3,16 +3,16 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/command/v7/ssh_enabled_command.go b/command/v7/ssh_enabled_command.go index 9ddf1a9f15..ade4879225 100644 --- a/command/v7/ssh_enabled_command.go +++ b/command/v7/ssh_enabled_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type SSHEnabledCommand struct { diff --git a/command/v7/ssh_enabled_command_test.go b/command/v7/ssh_enabled_command_test.go index abcd806db6..f95cdbd8d9 100644 --- a/command/v7/ssh_enabled_command_test.go +++ b/command/v7/ssh_enabled_command_test.go @@ -3,13 +3,13 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/stack_command.go b/command/v7/stack_command.go index a7ca6add76..fd0b1dbbee 100644 --- a/command/v7/stack_command.go +++ b/command/v7/stack_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type StackCommand struct { diff --git a/command/v7/stack_command_test.go b/command/v7/stack_command_test.go index c7127c3b58..fe936bde12 100644 --- a/command/v7/stack_command_test.go +++ b/command/v7/stack_command_test.go @@ -3,15 +3,15 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/resources" - - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/stacks_command.go b/command/v7/stacks_command.go index 0e4b792633..0f1f8aa667 100644 --- a/command/v7/stacks_command.go +++ b/command/v7/stacks_command.go @@ -3,9 +3,9 @@ package v7 import ( "sort" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/sorting" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/sorting" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type StacksCommand struct { diff --git a/command/v7/stacks_command_test.go b/command/v7/stacks_command_test.go index dff97b6ee0..f650617596 100644 --- a/command/v7/stacks_command_test.go +++ b/command/v7/stacks_command_test.go @@ -3,14 +3,14 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/stage_package_command.go b/command/v7/stage_package_command.go index 3406a444c3..78be3db3c1 100644 --- a/command/v7/stage_package_command.go +++ b/command/v7/stage_package_command.go @@ -4,13 +4,13 @@ import ( "strings" "time" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/logcache" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/v7/shared" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/logcache" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type StagePackageCommand struct { diff --git a/command/v7/stage_package_command_test.go b/command/v7/stage_package_command_test.go index a1906806f4..7db263adac 100644 --- a/command/v7/stage_package_command_test.go +++ b/command/v7/stage_package_command_test.go @@ -5,18 +5,18 @@ import ( "errors" "time" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/sharedaction/sharedactionfakes" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction/sharedactionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/staging_environment_variable_group_command.go b/command/v7/staging_environment_variable_group_command.go index 3746e7a458..b491ecaa88 100644 --- a/command/v7/staging_environment_variable_group_command.go +++ b/command/v7/staging_environment_variable_group_command.go @@ -1,9 +1,9 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type StagingEnvironmentVariableGroupCommand struct { diff --git a/command/v7/staging_environment_variable_group_command_test.go b/command/v7/staging_environment_variable_group_command_test.go index 9ecf27e568..d1ba3f4714 100644 --- a/command/v7/staging_environment_variable_group_command_test.go +++ b/command/v7/staging_environment_variable_group_command_test.go @@ -3,13 +3,13 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/staging_security_groups_command.go b/command/v7/staging_security_groups_command.go index 8b4203eb57..61e6b821b9 100644 --- a/command/v7/staging_security_groups_command.go +++ b/command/v7/staging_security_groups_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type StagingSecurityGroupsCommand struct { diff --git a/command/v7/staging_security_groups_command_test.go b/command/v7/staging_security_groups_command_test.go index c0fe38d6f0..4a8d9cd783 100644 --- a/command/v7/staging_security_groups_command_test.go +++ b/command/v7/staging_security_groups_command_test.go @@ -1,14 +1,14 @@ package v7_test import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/start_command.go b/command/v7/start_command.go index 823341ff29..b7bc731612 100644 --- a/command/v7/start_command.go +++ b/command/v7/start_command.go @@ -1,13 +1,13 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/api/logcache" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/logcache" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" ) type StartCommand struct { diff --git a/command/v7/start_command_test.go b/command/v7/start_command_test.go index 24ec6f7b18..02ad78d7f3 100644 --- a/command/v7/start_command_test.go +++ b/command/v7/start_command_test.go @@ -3,18 +3,18 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/sharedaction/sharedactionfakes" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/shared/sharedfakes" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction/sharedactionfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared/sharedfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/stop_command.go b/command/v7/stop_command.go index 514f1ecba5..257c8a3b5a 100644 --- a/command/v7/stop_command.go +++ b/command/v7/stop_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type StopCommand struct { diff --git a/command/v7/stop_command_test.go b/command/v7/stop_command_test.go index 18efa1d4de..a4f99271b1 100644 --- a/command/v7/stop_command_test.go +++ b/command/v7/stop_command_test.go @@ -3,16 +3,16 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/target_command.go b/command/v7/target_command.go index 05595ca294..62dcb062d2 100644 --- a/command/v7/target_command.go +++ b/command/v7/target_command.go @@ -3,8 +3,8 @@ package v7 import ( "fmt" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" ) type TargetCommand struct { diff --git a/command/v7/target_command_test.go b/command/v7/target_command_test.go index 3d245ad089..be9c959af7 100644 --- a/command/v7/target_command_test.go +++ b/command/v7/target_command_test.go @@ -3,16 +3,16 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/v7action" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/tasks_command.go b/command/v7/tasks_command.go index 9c3cf8fcdf..64cfad119d 100644 --- a/command/v7/tasks_command.go +++ b/command/v7/tasks_command.go @@ -4,9 +4,9 @@ import ( "strconv" "time" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type TasksCommand struct { diff --git a/command/v7/tasks_command_test.go b/command/v7/tasks_command_test.go index aeccd989a1..6c9c54630d 100644 --- a/command/v7/tasks_command_test.go +++ b/command/v7/tasks_command_test.go @@ -3,16 +3,16 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/terminate_task_command.go b/command/v7/terminate_task_command.go index 0099980f16..c1989f3e5d 100644 --- a/command/v7/terminate_task_command.go +++ b/command/v7/terminate_task_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" ) type TerminateTaskCommand struct { diff --git a/command/v7/terminate_task_command_test.go b/command/v7/terminate_task_command_test.go index 5528bf0fa6..e3ecc86687 100644 --- a/command/v7/terminate_task_command_test.go +++ b/command/v7/terminate_task_command_test.go @@ -3,16 +3,16 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/translatableerror" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/unbind_route_service_command.go b/command/v7/unbind_route_service_command.go index d973dc6c48..4f84b6547f 100644 --- a/command/v7/unbind_route_service_command.go +++ b/command/v7/unbind_route_service_command.go @@ -1,10 +1,10 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" ) type UnbindRouteServiceCommand struct { diff --git a/command/v7/unbind_route_service_command_test.go b/command/v7/unbind_route_service_command_test.go index 4b0c5e6044..be60438ee1 100644 --- a/command/v7/unbind_route_service_command_test.go +++ b/command/v7/unbind_route_service_command_test.go @@ -4,14 +4,14 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/actor/actionerror" - - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/unbind_running_group_command_test.go b/command/v7/unbind_running_group_command_test.go index a02066ab05..8676b24edc 100644 --- a/command/v7/unbind_running_group_command_test.go +++ b/command/v7/unbind_running_group_command_test.go @@ -3,13 +3,13 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/unbind_running_security_group_command.go b/command/v7/unbind_running_security_group_command.go index fd5ac730f3..dc7a0cbf78 100644 --- a/command/v7/unbind_running_security_group_command.go +++ b/command/v7/unbind_running_security_group_command.go @@ -1,9 +1,9 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type UnbindRunningSecurityGroupCommand struct { diff --git a/command/v7/unbind_security_group.go b/command/v7/unbind_security_group.go index e4a6b00f15..c011134943 100644 --- a/command/v7/unbind_security_group.go +++ b/command/v7/unbind_security_group.go @@ -1,10 +1,10 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type UnbindSecurityGroupCommand struct { diff --git a/command/v7/unbind_security_group_test.go b/command/v7/unbind_security_group_test.go index cfeac315ed..69cc880fb6 100644 --- a/command/v7/unbind_security_group_test.go +++ b/command/v7/unbind_security_group_test.go @@ -3,14 +3,14 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/unbind_service_command.go b/command/v7/unbind_service_command.go index ccf2f134fd..9f24c2511d 100644 --- a/command/v7/unbind_service_command.go +++ b/command/v7/unbind_service_command.go @@ -1,10 +1,10 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" ) type UnbindServiceCommand struct { diff --git a/command/v7/unbind_service_command_test.go b/command/v7/unbind_service_command_test.go index 686708b376..941c245209 100644 --- a/command/v7/unbind_service_command_test.go +++ b/command/v7/unbind_service_command_test.go @@ -3,13 +3,13 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/unbind_staging_security_group_command.go b/command/v7/unbind_staging_security_group_command.go index a82f1541f2..13d78ca84f 100644 --- a/command/v7/unbind_staging_security_group_command.go +++ b/command/v7/unbind_staging_security_group_command.go @@ -1,9 +1,9 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type UnbindStagingSecurityGroupCommand struct { diff --git a/command/v7/unbind_staging_security_group_command_test.go b/command/v7/unbind_staging_security_group_command_test.go index 4658d8ed3a..90d620bc7a 100644 --- a/command/v7/unbind_staging_security_group_command_test.go +++ b/command/v7/unbind_staging_security_group_command_test.go @@ -3,13 +3,13 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/unmap_route_command.go b/command/v7/unmap_route_command.go index d6bc80da0a..30945eac1b 100644 --- a/command/v7/unmap_route_command.go +++ b/command/v7/unmap_route_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type UnmapRouteCommand struct { diff --git a/command/v7/unmap_route_command_test.go b/command/v7/unmap_route_command_test.go index 03ab812213..336db79690 100644 --- a/command/v7/unmap_route_command_test.go +++ b/command/v7/unmap_route_command_test.go @@ -3,15 +3,15 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/unset_env_command.go b/command/v7/unset_env_command.go index 47243449dd..98c047088e 100644 --- a/command/v7/unset_env_command.go +++ b/command/v7/unset_env_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type UnsetEnvCommand struct { diff --git a/command/v7/unset_env_command_test.go b/command/v7/unset_env_command_test.go index 2e1175dc50..f7d1628c98 100644 --- a/command/v7/unset_env_command_test.go +++ b/command/v7/unset_env_command_test.go @@ -3,13 +3,13 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/unset_label_command.go b/command/v7/unset_label_command.go index 2fa752cf39..05b7d51574 100644 --- a/command/v7/unset_label_command.go +++ b/command/v7/unset_label_command.go @@ -1,9 +1,9 @@ package v7 import ( - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . LabelUnsetter diff --git a/command/v7/unset_label_command_test.go b/command/v7/unset_label_command_test.go index e5513e83af..c67d545479 100644 --- a/command/v7/unset_label_command_test.go +++ b/command/v7/unset_label_command_test.go @@ -1,10 +1,10 @@ package v7_test import ( - "code.cloudfoundry.org/cli/command/flag" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/command/v7/unset_org_role_command.go b/command/v7/unset_org_role_command.go index c7798f0d17..f569296f4b 100644 --- a/command/v7/unset_org_role_command.go +++ b/command/v7/unset_org_role_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" ) type UnsetOrgRoleCommand struct { diff --git a/command/v7/unset_org_role_command_test.go b/command/v7/unset_org_role_command_test.go index 7e4695e4ec..6ead984853 100644 --- a/command/v7/unset_org_role_command_test.go +++ b/command/v7/unset_org_role_command_test.go @@ -1,18 +1,18 @@ package v7_test import ( - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/unset_space_quota_command.go b/command/v7/unset_space_quota_command.go index 39d4f8bd6e..b17222767d 100644 --- a/command/v7/unset_space_quota_command.go +++ b/command/v7/unset_space_quota_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type UnsetSpaceQuotaCommand struct { diff --git a/command/v7/unset_space_quota_command_test.go b/command/v7/unset_space_quota_command_test.go index 3a93e9dd66..3aa6c1dc8d 100644 --- a/command/v7/unset_space_quota_command_test.go +++ b/command/v7/unset_space_quota_command_test.go @@ -1,15 +1,15 @@ package v7_test import ( - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" - - . "code.cloudfoundry.org/cli/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" + + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/unset_space_role_command.go b/command/v7/unset_space_role_command.go index 56abfc332f..f19ab020a7 100644 --- a/command/v7/unset_space_role_command.go +++ b/command/v7/unset_space_role_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" ) type UnsetSpaceRoleCommand struct { diff --git a/command/v7/unset_space_role_command_test.go b/command/v7/unset_space_role_command_test.go index e5c9e76094..c854dfb142 100644 --- a/command/v7/unset_space_role_command_test.go +++ b/command/v7/unset_space_role_command_test.go @@ -1,18 +1,18 @@ package v7_test import ( - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/unshare_private_domain_command.go b/command/v7/unshare_private_domain_command.go index d2fe387825..6c9dcc801c 100644 --- a/command/v7/unshare_private_domain_command.go +++ b/command/v7/unshare_private_domain_command.go @@ -1,7 +1,7 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type UnsharePrivateDomainCommand struct { diff --git a/command/v7/unshare_private_domain_command_test.go b/command/v7/unshare_private_domain_command_test.go index 12e92e52b1..c7657b1609 100644 --- a/command/v7/unshare_private_domain_command_test.go +++ b/command/v7/unshare_private_domain_command_test.go @@ -3,15 +3,15 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/command/v7/unshare_service_command.go b/command/v7/unshare_service_command.go index 73d1d213cb..b6194d5358 100644 --- a/command/v7/unshare_service_command.go +++ b/command/v7/unshare_service_command.go @@ -1,9 +1,9 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" ) type UnshareServiceCommand struct { diff --git a/command/v7/unshare_service_command_test.go b/command/v7/unshare_service_command_test.go index e5ae7caa0f..30d8d01389 100644 --- a/command/v7/unshare_service_command_test.go +++ b/command/v7/unshare_service_command_test.go @@ -3,14 +3,14 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/configv3" - - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/update_buildpack_command.go b/command/v7/update_buildpack_command.go index b0e40dee66..93f129f0cc 100644 --- a/command/v7/update_buildpack_command.go +++ b/command/v7/update_buildpack_command.go @@ -5,16 +5,16 @@ import ( "os" "time" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/download" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/download" ) type UpdateBuildpackActor interface { diff --git a/command/v7/update_buildpack_command_test.go b/command/v7/update_buildpack_command_test.go index 05de1f2e8a..741dccf468 100644 --- a/command/v7/update_buildpack_command_test.go +++ b/command/v7/update_buildpack_command_test.go @@ -3,20 +3,20 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - - "code.cloudfoundry.org/cli/command/translatableerror" - - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/update_destination_command.go b/command/v7/update_destination_command.go index 082b693db3..4a0afd4d39 100644 --- a/command/v7/update_destination_command.go +++ b/command/v7/update_destination_command.go @@ -3,8 +3,8 @@ package v7 import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type UpdateDestinationCommand struct { diff --git a/command/v7/update_destination_command_test.go b/command/v7/update_destination_command_test.go index 802a125b7c..50c98cd06a 100644 --- a/command/v7/update_destination_command_test.go +++ b/command/v7/update_destination_command_test.go @@ -1,16 +1,16 @@ package v7_test import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/update_org_quota_command.go b/command/v7/update_org_quota_command.go index 04a93c6a7b..c35fd71ee8 100644 --- a/command/v7/update_org_quota_command.go +++ b/command/v7/update_org_quota_command.go @@ -1,9 +1,9 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" ) type UpdateOrgQuotaCommand struct { diff --git a/command/v7/update_org_quota_command_test.go b/command/v7/update_org_quota_command_test.go index 4dd534d5dc..433f19d6fc 100644 --- a/command/v7/update_org_quota_command_test.go +++ b/command/v7/update_org_quota_command_test.go @@ -3,16 +3,16 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/command/translatableerror" - - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/update_security_group_command.go b/command/v7/update_security_group_command.go index b24f47af38..b9f01421cd 100644 --- a/command/v7/update_security_group_command.go +++ b/command/v7/update_security_group_command.go @@ -3,8 +3,8 @@ package v7 import ( "encoding/json" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" ) type UpdateSecurityGroupCommand struct { diff --git a/command/v7/update_security_group_command_test.go b/command/v7/update_security_group_command_test.go index cc4b82fdba..b32455b2b5 100644 --- a/command/v7/update_security_group_command_test.go +++ b/command/v7/update_security_group_command_test.go @@ -3,14 +3,14 @@ package v7_test import ( "encoding/json" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/update_service_broker_command.go b/command/v7/update_service_broker_command.go index 8380755d65..9be6d725cf 100644 --- a/command/v7/update_service_broker_command.go +++ b/command/v7/update_service_broker_command.go @@ -1,8 +1,8 @@ package v7 import ( - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type UpdateServiceBrokerCommand struct { diff --git a/command/v7/update_service_broker_command_test.go b/command/v7/update_service_broker_command_test.go index d3a2b658bc..b111e6e33b 100644 --- a/command/v7/update_service_broker_command_test.go +++ b/command/v7/update_service_broker_command_test.go @@ -1,15 +1,15 @@ package v7_test import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/cf/errors" - "code.cloudfoundry.org/cli/command/commandfakes" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/update_service_command.go b/command/v7/update_service_command.go index 289cec1ed8..faf1794423 100644 --- a/command/v7/update_service_command.go +++ b/command/v7/update_service_command.go @@ -4,11 +4,11 @@ import ( "fmt" "strings" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/v7/shared" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/shared" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" ) type UpdateServiceCommand struct { diff --git a/command/v7/update_service_command_test.go b/command/v7/update_service_command_test.go index 5e9a55b1f4..1e70f3e333 100644 --- a/command/v7/update_service_command_test.go +++ b/command/v7/update_service_command_test.go @@ -4,15 +4,15 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/update_space_quota_command.go b/command/v7/update_space_quota_command.go index c2905ecae6..245ef14471 100644 --- a/command/v7/update_space_quota_command.go +++ b/command/v7/update_space_quota_command.go @@ -1,9 +1,9 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" ) type UpdateSpaceQuotaCommand struct { diff --git a/command/v7/update_space_quota_command_test.go b/command/v7/update_space_quota_command_test.go index 2caf0945a6..bda21f4488 100644 --- a/command/v7/update_space_quota_command_test.go +++ b/command/v7/update_space_quota_command_test.go @@ -3,16 +3,16 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/command/translatableerror" - - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/flag" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/update_user_provided_service_command.go b/command/v7/update_user_provided_service_command.go index 71b9eb1a6e..a64b177d72 100644 --- a/command/v7/update_user_provided_service_command.go +++ b/command/v7/update_user_provided_service_command.go @@ -1,11 +1,11 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" ) type UpdateUserProvidedServiceCommand struct { diff --git a/command/v7/update_user_provided_service_command_test.go b/command/v7/update_user_provided_service_command_test.go index ac55f322aa..b95860683b 100644 --- a/command/v7/update_user_provided_service_command_test.go +++ b/command/v7/update_user_provided_service_command_test.go @@ -3,19 +3,19 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccerror" - - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccerror" + + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/upgrade_service_command.go b/command/v7/upgrade_service_command.go index 81bd39a065..70067a1d4b 100644 --- a/command/v7/upgrade_service_command.go +++ b/command/v7/upgrade_service_command.go @@ -1,9 +1,9 @@ package v7 import ( - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" ) type UpgradeServiceCommand struct { diff --git a/command/v7/upgrade_service_command_test.go b/command/v7/upgrade_service_command_test.go index bc8aa3f54f..312915f75d 100644 --- a/command/v7/upgrade_service_command_test.go +++ b/command/v7/upgrade_service_command_test.go @@ -3,14 +3,14 @@ package v7_test import ( "errors" - "code.cloudfoundry.org/cli/actor/actionerror" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/translatableerror" - . "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/command/v7/v7fakes" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/actionerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7/v7fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/command/v7/v7fakes/fake_actor.go b/command/v7/v7fakes/fake_actor.go index 1a950e4692..ba215f092b 100644 --- a/command/v7/v7fakes/fake_actor.go +++ b/command/v7/v7fakes/fake_actor.go @@ -8,16 +8,16 @@ import ( "sync" "time" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - constanta "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/api/uaa/constant" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + constanta "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" "github.com/SermoDigital/jose/jwt" ) diff --git a/command/v7/v7fakes/fake_actor_reloader.go b/command/v7/v7fakes/fake_actor_reloader.go index f5397aaae1..07cc34831d 100644 --- a/command/v7/v7fakes/fake_actor_reloader.go +++ b/command/v7/v7fakes/fake_actor_reloader.go @@ -4,8 +4,8 @@ package v7fakes import ( "sync" - "code.cloudfoundry.org/cli/command" - v7 "code.cloudfoundry.org/cli/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" ) type FakeActorReloader struct { diff --git a/command/v7/v7fakes/fake_diff_displayer.go b/command/v7/v7fakes/fake_diff_displayer.go index 79bcd663de..bfcc524364 100644 --- a/command/v7/v7fakes/fake_diff_displayer.go +++ b/command/v7/v7fakes/fake_diff_displayer.go @@ -4,8 +4,8 @@ package v7fakes import ( "sync" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/resources" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type FakeDiffDisplayer struct { diff --git a/command/v7/v7fakes/fake_label_setter.go b/command/v7/v7fakes/fake_label_setter.go index 21b6cea3a9..61aee01ec2 100644 --- a/command/v7/v7fakes/fake_label_setter.go +++ b/command/v7/v7fakes/fake_label_setter.go @@ -4,8 +4,8 @@ package v7fakes import ( "sync" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/types" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" ) type FakeLabelSetter struct { diff --git a/command/v7/v7fakes/fake_label_unsetter.go b/command/v7/v7fakes/fake_label_unsetter.go index 6b57278a96..8d5ef48c18 100644 --- a/command/v7/v7fakes/fake_label_unsetter.go +++ b/command/v7/v7fakes/fake_label_unsetter.go @@ -4,8 +4,8 @@ package v7fakes import ( "sync" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/types" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" ) type FakeLabelUnsetter struct { diff --git a/command/v7/v7fakes/fake_manifest_locator.go b/command/v7/v7fakes/fake_manifest_locator.go index abbbbcfaf4..3c66e43c93 100644 --- a/command/v7/v7fakes/fake_manifest_locator.go +++ b/command/v7/v7fakes/fake_manifest_locator.go @@ -4,7 +4,7 @@ package v7fakes import ( "sync" - v7 "code.cloudfoundry.org/cli/command/v7" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" ) type FakeManifestLocator struct { diff --git a/command/v7/v7fakes/fake_manifest_parser.go b/command/v7/v7fakes/fake_manifest_parser.go index 735c953053..65a1d8beef 100644 --- a/command/v7/v7fakes/fake_manifest_parser.go +++ b/command/v7/v7fakes/fake_manifest_parser.go @@ -4,8 +4,8 @@ package v7fakes import ( "sync" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/util/manifestparser" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" "github.com/cloudfoundry/bosh-cli/director/template" ) diff --git a/command/v7/v7fakes/fake_network_policies_actor.go b/command/v7/v7fakes/fake_network_policies_actor.go index 79857f0c17..7e649012c5 100644 --- a/command/v7/v7fakes/fake_network_policies_actor.go +++ b/command/v7/v7fakes/fake_network_policies_actor.go @@ -4,8 +4,8 @@ package v7fakes import ( "sync" - "code.cloudfoundry.org/cli/actor/cfnetworkingaction" - v7 "code.cloudfoundry.org/cli/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/cfnetworkingaction" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" ) type FakeNetworkPoliciesActor struct { diff --git a/command/v7/v7fakes/fake_networking_actor.go b/command/v7/v7fakes/fake_networking_actor.go index bb42ffac9b..980411f040 100644 --- a/command/v7/v7fakes/fake_networking_actor.go +++ b/command/v7/v7fakes/fake_networking_actor.go @@ -4,8 +4,8 @@ package v7fakes import ( "sync" - "code.cloudfoundry.org/cli/actor/cfnetworkingaction" - v7 "code.cloudfoundry.org/cli/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/cfnetworkingaction" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" ) type FakeNetworkingActor struct { diff --git a/command/v7/v7fakes/fake_progress_bar.go b/command/v7/v7fakes/fake_progress_bar.go index 9c40495632..92130c37f2 100644 --- a/command/v7/v7fakes/fake_progress_bar.go +++ b/command/v7/v7fakes/fake_progress_bar.go @@ -5,7 +5,7 @@ import ( "io" "sync" - v7 "code.cloudfoundry.org/cli/command/v7" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" ) type FakeProgressBar struct { diff --git a/command/v7/v7fakes/fake_push_actor.go b/command/v7/v7fakes/fake_push_actor.go index 95c137b77b..97cd3df6f5 100644 --- a/command/v7/v7fakes/fake_push_actor.go +++ b/command/v7/v7fakes/fake_push_actor.go @@ -4,10 +4,10 @@ package v7fakes import ( "sync" - "code.cloudfoundry.org/cli/actor/v7action" - "code.cloudfoundry.org/cli/actor/v7pushaction" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/util/manifestparser" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7pushaction" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" ) type FakePushActor struct { diff --git a/command/v7/v7fakes/fake_remove_network_policy_actor.go b/command/v7/v7fakes/fake_remove_network_policy_actor.go index b2ed7ded2e..d831570a5e 100644 --- a/command/v7/v7fakes/fake_remove_network_policy_actor.go +++ b/command/v7/v7fakes/fake_remove_network_policy_actor.go @@ -4,8 +4,8 @@ package v7fakes import ( "sync" - "code.cloudfoundry.org/cli/actor/cfnetworkingaction" - v7 "code.cloudfoundry.org/cli/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/cfnetworkingaction" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" ) type FakeRemoveNetworkPolicyActor struct { diff --git a/command/v7/v7fakes/fake_revisions_actor.go b/command/v7/v7fakes/fake_revisions_actor.go index 6db96cce2c..61169951d0 100644 --- a/command/v7/v7fakes/fake_revisions_actor.go +++ b/command/v7/v7fakes/fake_revisions_actor.go @@ -4,9 +4,9 @@ package v7fakes import ( "sync" - "code.cloudfoundry.org/cli/actor/v7action" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type FakeRevisionsActor struct { diff --git a/command/v7/v7fakes/fake_set_label_actor.go b/command/v7/v7fakes/fake_set_label_actor.go index 8eb74fcb50..6021879a78 100644 --- a/command/v7/v7fakes/fake_set_label_actor.go +++ b/command/v7/v7fakes/fake_set_label_actor.go @@ -4,10 +4,10 @@ package v7fakes import ( "sync" - "code.cloudfoundry.org/cli/actor/v7action" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" ) type FakeSetLabelActor struct { diff --git a/command/v7/v7fakes/fake_shared_sshactor.go b/command/v7/v7fakes/fake_shared_sshactor.go index 0ddf9c40d6..2925a68ee9 100644 --- a/command/v7/v7fakes/fake_shared_sshactor.go +++ b/command/v7/v7fakes/fake_shared_sshactor.go @@ -4,8 +4,8 @@ package v7fakes import ( "sync" - "code.cloudfoundry.org/cli/actor/sharedaction" - v7 "code.cloudfoundry.org/cli/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" ) type FakeSharedSSHActor struct { diff --git a/command/v7/v7fakes/fake_v7actor_for_push.go b/command/v7/v7fakes/fake_v7actor_for_push.go index e0005d0483..802f7bab34 100644 --- a/command/v7/v7fakes/fake_v7actor_for_push.go +++ b/command/v7/v7fakes/fake_v7actor_for_push.go @@ -5,10 +5,10 @@ import ( "context" "sync" - "code.cloudfoundry.org/cli/actor/sharedaction" - "code.cloudfoundry.org/cli/actor/v7action" - v7 "code.cloudfoundry.org/cli/command/v7" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/sharedaction" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/v7action" + v7 "github.com/LukasHeimann/cloudfoundrycli/v8/command/v7" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" ) type FakeV7ActorForPush struct { diff --git a/doc/cf-cli-architecture-2.png b/doc/cf-cli-architecture-2.png index 4c461bb40bc939f1d8d7bda34b3a1200f2e98ea0..c5dccf8822ef557a0af4d55e4b581a4a5ef7730c 100644 GIT binary patch delta 30 mcmbQZNw9yDAWLU}pL-)~D=T9wE7Mk1X7}XnzRAo-z5)Q76AC~8 delta 33 pcmeC*Bsg)CAZurUpF3|OODhXwD+|+B7H0QkM&9k-$;?N-0syYD3RVCB diff --git a/doc/cf-cli-architecture.png b/doc/cf-cli-architecture.png index 3db236da7305e3b2ba223701356253ff21fec2a7..930f7847451bac379fc11b18c17a16398dc44c60 100644 GIT binary patch delta 40 ycmV+@0N4Mh`URr;1q6vuPDil?Cpxn&I(132ql1|svpuBTDzh5TRui*v;~>R@Tk{KX=}ZEb3N_yqmSHNjO?LP}SZp;A6UF6~f zVy^8MxwtEufPBwhZXo8_?%B)RrO3#;{qj2ARxhA<#7_|B17dz47T6x~Q_#c;DBoi& nv{fA_?-(rv#KJ%<0>q*~EVkV-T3oONC>L~Je0$J+iPMPy(=k8^ diff --git a/doc/cli-layered-arch.png b/doc/cli-layered-arch.png index 8833452472ee2b9f4f11f1136b8e2a6aeadcfdb5..46373560e54298a47ebc3e0f77b7c32f35212000 100644 GIT binary patch delta 27 jcmZ4digV#BPL|F9Klet~R#wKXtW3G~+l%d)HkbkckU9xw delta 30 mcmZ4ZigWQRPS(xec{j7KEy@J|av%tv diff --git a/doc/create-org_fast_fail.png b/doc/create-org_fast_fail.png index 013446fabf2fde204f6e7c9330bb165f581c845f..abacd1affc5b97792544171a295db34f5ba2c552 100644 GIT binary patch delta 15 Wcmdn-jCuPrW|qzXKlhES#-9N=B?gcH delta 16 Xcmdn~jCsd1X4cLCKX=}ZEXJP!Jst*~ diff --git a/doc/create-space.png b/doc/create-space.png index 3f3ede4bd497c18bf1f329cf1034933cd696e839..1de8e77b66571014cd07010913e6b3eda6cbe926 100644 GIT binary patch delta 20 ccmX>#o%zIcW|qzXKlhESHhVWa?d{+L09S|zFaQ7m delta 23 fcmX>xo%z&sX4cLCKX=}ZEH--?c{e-k?cf6dXnP1r diff --git a/doc/rollback_fast_fail.png b/doc/rollback_fast_fail.png index 01e761f5e569461ff28ae4a7cf22bad5c34ba3eb..fd8218fc75a50636bbfd901a74b516f6fc2bfeb7 100644 GIT binary patch delta 20 ccmX?hj`7GjMwZS1KlhESXLUDU)-ARK0AFJWssI20 delta 23 fcmX?dj`7$zM%K;%KX=}ZEN68Yc{g9wEw%&zaefHH diff --git a/doc/target_fast_fail.png b/doc/target_fast_fail.png index c2a16de008dc217eff3ffb1f36aea34726ed586e..a3e02d34553c4876c545a083e7b21507e6531c18 100644 GIT binary patch delta 20 bcmezTjq&3*MwZS1KlhES*_@jTIhl$8WjP2C delta 23 ecmezPjq&q0M%K;%KX=}ZEZLllyqohmnTh~-MhGbY diff --git a/fixtures/applications/example-app.zip b/fixtures/applications/example-app.zip index 906c12e3eaab8cd6843dd844e2f70421a328095e..25665b7699d2bb100578906444a6d05d9015ed93 100644 GIT binary patch delta 98 zcmeC?YvP+Qi;F8WJukl~RW~OEUBGHXmg4Vg&%l CSssW0 delta 87 zcmZqT>*kvDx>C?X3iEG)3>vU_1^Yfv<5G?rMRu41nf zjIk?rjP0kf8>7+KVu>ckZtOLdsEK+1LEp=J@BjaQvY*fQ-ZL|2=FZNUd(N4AZtex~ znQ0fqqsKAh*e#+ZajvCtB8r&8Q6v;8MMjZRc#49e#L_s``c24wsQQ_8MLtnc)D$<0 zJH-Q$PdtqVjPB-T4{}|#dr>qLEybJSL-D2PD1H=wT(viCnCqJHqA4YS(hM_R1O~Up zrof;pnXXxVgDAn6)iE2X;uKht5IFg6I}GuA+z0l(v+1lo(2TN(V|Tr6Z*i zr8A`qC5{r0qK6497Z9d4u@+Nm6JuF&U`k>%ew~t-!=lIZ#E>LZo=hAQj=Rqj?IQGk zl^CZb<5XS4u}0N(t_(@uUH!YjYUtYM91e$d8$JRlOS%o7j~($z%ZkZ>x+E`G|GFgf zuS-6sLTY_-%3;*@>;5tlV-|GZD?{>%?s_q%uI{e5iMpvNCp){Ghf*j#C_O2ua31P) z^^_}}q#>R3zS;{BS9-T?39B?cPDzMYdK37#hOn2`QRLT*k?e~F9J(xb%SXQ!X=$B!G*OC*Tjn!bao>`h-K#=?W?=j0f4 zBK?(I$}2fVD>aY77t(_zAeYm%9M<1R_x8iVx9Jbn438~J{cTsChN37VB8%in`}j=mYex)TBon{V8Z8^{+Un+v^WWaIT9!pFx{= z{al6|NYH^N(WwCpLzKGTG zoLocs?;B}5Ngs&pN%|N$KAok%$DrRFeg9}&`C8xE55AZ614O93rvE$$&DjjXVvjgO z&x3c%SjAzpCL>Kt{%Do)6pvbGw2wqcVMZ>4kIWe>RA^e6F++~^{WDBFM8h-U6zDo3 zBQ+S~>oY#&@#@PAHxXo8GsFy3+cJ(SaAAK&f)d&j85ersk!R)w5e|E27VroR&ivFJ z%i3kuc_Oh#=0yo~`pifXdSzu+i?PL+nX1O`LZ){#JZEHX+l(VAS@Spuy|aD_A@S8& z{-mHft34)HXH8|G>z7sE4Ev{KwG!d}^sGLf$X}XuQ;hiftj<~t+Lh(ziE$^gv=Yoe zo3+lJ^!g=hZQ~^X?zgh8C*WC#;kXa>#~CKG$V@aG+wcqWA97&lLuhgzmqbNIk$APhu#h8!_Wg@$ku8E!Fj!B&eQOAc|l;Y1KQGv3gG z{65|gOadktGSFv&;rB39tTkK`p+|$Efx+{QhI((Z;IQEki8x}2A~U}=)PYK$@K|%k z(8}F)_J*PU?2T+C&OOc^BtrVL>~fxLe4Bk3L;uXa?~gLSoJ~IPiOH!E!4;d+hOS?i z9F>wB=$X?J_j~4SWU!!D&JGs&={epk`ex*OCqoxgPE9wgo|Cgjj;e(@nm~-)om0Tz z+@74WV8mU`$xsp3!<-m=^)P2YgAtE&bRx|AHK$qv(d(Q~{6qOBEt|am_2iqF_$Fq) ziHMdpO`3>{`F9N!WR1o+genHT*K2Z<^3$7;;HY+NWu+dIYyEWthFVievtKIf77(s;rX zP35_RS38{(9HIwsgatWyPElWDL&7FsnZF9331jXb&34=#L z?vEVqTXRbol4;8wfW5Zd9ddkJmAlA6bjNc25qm86YApFeoEL!hY~Cy$hm?5@27F}A zyTT#AH1B*1MAhb1$T4?z-YFIp^YSjTqzB!#&E=I)pJnFe8|CIMohmW7dUn>nJBa5$cObHD6&1gC<;@#xrNUkXr?s=vFmRu<` z<&ld8rU0@y-}KA7B4|;>{MFKwWSdQYlKvJ`P<>4iH58S87o%D*1t?JafoTW}wx213 zg`vNxmLWe4Fx?{iKQsm4%7>=mGFXP2CaLhtL{p*+p)*aH5;B08CN_FGH;IgsQ>V(w zWt@!VSf!M>e`a!G*k`8xQrur;N@ftb#PmiY<>hiuPpOnFUTe}JZIy}cfx5M(W@N@{ z(+f;kWAbD`%K;3q&g916@Osl#2CEuO(?q1xW>XX@HkK`x{PR4?@yOSa4?OY%$z+fGIC97%Kb$=9$d81dXMTMj z92k-B=Y~s@^SiM1KGX73;QM`kwg}F%`CrQ5e<^=r5|#%P><&h0w}OWZvXcv3YFscB z9CX7M_5yb?HaH5JQ%_J+kmLdHF$J3$935Mb*%H2M3w}_M$J-0qB4|g!&mz3tRgfk{ z>cIlF9H!$191qL+0u43Cg@P3fyniaV%1HQdv8RZ`pBD=PI5fRha4rnLa)oswOpzCE zpuy3-For`vZ6S>oSA7cuJ-0;^juXqM1tNHk7>yWNt%u1*>A|?m^u!^GY`))tV2>A)8}9$l~}s zGj(pa>&$m0_Uv2I}wyrj}z@^n@!@sotpJBpCHA`oAnFsJFDykpK{$*%k6akz5NEah?gx%rI_*VRST=6gMh28c;JpCVtR z`xKS>V|`3fGYO7$E;7r|Jh|wh7@E|gQw)CTRb=PU(^$mNkZUTs+7c~4DT?$b`E^A{ z5j?+0B1g+*Me7y#VMEb&4%4?3r5JEVWLYG|K!wF$L#78>qOmv7a=R(1Pq5s?ltjxy z1`*vX3nk=ePs;-!)soSPh(EFPM%E{m^`ZD>;mM&0kv#gV2$6m{H z8G3(fnIpsHQbtv`AqzTDc{3l&4H4;Y#UT8kNcIow*~i{Lrd@7(ZknY9y3!dF^@ zNa{*!I}BZE{ZLHqud(h#{aP!>lJ)DYdr-Z>I)laAjaHei8PCdD8N)F=%hMb{CgU1! zVzG#oOE`u@^P^S|4LV=89^~=%j&(1O-OsGILa^MsI3N-SQi_8Z+~`q!UQBlOE*_3f z>BVmjCbv>RzAv9*}T+0NqvXS>Bq9t$3 zWylDHEggpywvQNeRoQki_+4#tYXL<^+jHHvY+IxfQC6E=g3hJ3!3^~=w#PEEu-euZ zC#!9nX$tv~tsjG5huA8`q-caK1q(;m7KzYxwC#!v%_iAsZc;PX)`~?PvCU)AcD{{w zC-G}+1JSU?_OTqTw%EpmlC|e;LlJhtRzU;OMcZ8|2H&tf;ZgC(*3y@Z?qN^Ed5Qg= z(vO$PO>BrPNbX|%JasIqVIrsj(r7igm2BidVjNn-~QF z_W9!X6`e!ui@5jG3~FhgEqX8h5n+#ENpzI`ABc{&H+$DP4fERB{W)yvXm9$ia~gc& z?NxHnfnQ4A_uH$t_huo_vIjC~Ww38}SKS-I`SxKP7Fg^%B9TAIewjn;bbEg>R?fC} zrEl#VyEn`70{$`2zS$R>8|?I4kh{%JjUBh$UM0e^o%W+X=y%2*t-!*|_F*j1U86J8 zUAI@OG2w~51Bab2>{Db&`_q0{1b0?A&fv007{L(tZNgBJyhzaE9w&Ip@m4L&Wii`B zm?TAjPFTWXufJfCz(1r>-W?{K6JvI(Mme^Pu$RS)DB%QygKdRFK4fy55aGkCSd}7B z%qXP_xl-lkoMd3B6{rthGv%LcBz~%J8Gh4* zjbeN^OPIon_|H}3dxH?mEF}L}D=bF)d4h^=Qo6dNV3E-3e@o~8s`FX=SL^?kaDK6{ z?LRFQuuPc9kd@1YQCb=w>5}f3IeAts9ptVTG`p!JCyrng}Ut1S^Zh>x4&A z>dzY&=-(z^v`wHs!Ma^I%Amzp!c<1lxHPf|j{21jgeetb$%~yr!uyp-+aQNFLh+0RlSFOr^@te4}_+mZk^l*-apZs_P=%DW-Cb?G1pwzVyN z;EiRyN;87-q^cAWtg0y;Aco(d(r5>Xopi^TVi&+xEIljOV&e7HbZ@e92l^7Z7*hhV9xI?Z)T02K)4r4kxW^>Rc zIIc^{s}#pS@T!O7M^*i4qeJ4)d$27OK{7cLFKaC;WHUTkX<~F5iBznVlgEV)EjY8| zt_Y8<4w~zEI~^ZL6}&W1BW1-N!Jb~2*547U@S$H9f)quZyTq3Z7tdytw5XCQrTBTc zqgIT{(T@GR_dA`;f9ibvmrBxPN0bT*7zM``08f5#HIT?JVE4wYn($KOJDZ~+F$9Q}n zTeg)4?X;RfyY6M9)!39><|D$<+_KL&ILu`w8hq2YjCzycL1kPsw3t6jS&{_b z+$y`PM#GCTsTg=&W|nOAC?DuY#`~3bz*m0dy)_U=mxsHN)?Lfn!`8L@8_|0!9_U`) zR)%Nk<)@`MWGuhKqQO*7W5IS?`GY^nisFh`70>#yrHq$StP;~R|J~w>9%>R*U7^$R zG&aeVAqq9CWCt)!-zmsotFGAP4*!uADPjfBN*OOTO&u5+J{VJR%p09QtGJ#F|DP&a zFeK$-#ToegTp{;E@XLxRaoEtdlKRqq?JHLVK$BD1gM&H0a=R3sw#xfa_;X6-?-IP3 zU3r%JyLpuzL=exfEcGSA=E_jiZmKNh@o-n=ekB@?R6b_0=vZZx5+^QHmWloN7IIM| zG8HFcXbvNdRCZ&dRqfSEWL;_;FZ61qL(K7FR;Iwzo0Tg$bhuYJt|@j%stQ`cqixkh z73L>a?W{rm`l?fMv_MsR5iDO-NhKtBe^m$>zpv_ZQ0b;SB&VyY7}T7p%F<%bovLd} zEPhe7KNO`pXO;+GHg%dub7wT(Hg|T{)F;I|bx6*0UQ{8V)Y*xL zsoFVNhHHbIkDd7bvhy}ec3gA5CY!H2pOD87oE^x88_vz|rF}P@TNM*qy@u_sb9>`t;z-UtC;nbH z;l6Xn`-w+CaPDoCo;6-#iSHxlHgfWj^FBHLo3rP_Nl&G z>Reo(ev}$;efnSU!{u@Pf1_uv+WvK~(Erl`>>Jm>ksne9QU+n*$icZQT!%wG!r_o1 z$AU4Z$B?6?E_?kD*z1SJHDG@J$1yi?JZ{*)7*}%NVMy*f{0ZlZ891CW0x<(eepf|L zsw3ahbK|9vSAWH&Q=iOeg??{7Ic=spX4JQ*z=w~H3U+l#9gQxjW7g|%+dk$>4Gy0i zGqx|%6UY9LfZ$`|-h442MzY$#bizZQODU&Hv bC{roZDAOr3C^IRuD6=VZaKC8oy@vk*dXUOL delta 8154 zcmaJ`2Ut|sv(GlRz+E~>lV$@HL`0FI0%Bp8UA6(sw!7@YvMLcwY=DSHL9qm}TuoFo zqS#4{dL$Z+B}yz&V^mCHiw0v9l~|%Ff8WgV*DrbR%iHf8es|`~nKNf*PPvzhOWL`Y zRh~-1_H$b4FZY-8VnQJe|c^>5c%vj>jjJr7obbr4- zZeTyaNPcFb3%F_Z%!~%M!87wFnw;DtbD=wkjS-na#6L2#6m&@4kj$m&fC1&1p*Z#A z%FJ0Jzymdz4 zk{39@!9kJ}IN+RNk{lLbd!l3oAXAbosRH(XvLqEV+JB^E3*xuwlFK-+Z6--0b{khD zDe(f_S1xJAv`l(W(uLunYb5z>KT59u&CGd` zpx()>tcjSrIAzvo$OV}}XZhfC-+w=A-=`u<#OASiEH2BBDXWnC5No<@8cy!}v9j;N zf+&%jfX^53JUFRb%7yPNbfSd5BB9X3!^53o&QFlVfhuRBY%w}qUm|Pn2{?3-ECL6n z-3nBCT0Jebb&JwZ0U{0IImS^H~tA!sn{zp`<|`RcFi`&j9F{1m%!+C{O7NvL*du%bWu z%^IelpgSYZP~cuNBt!8ry3jFN(TdS&9H;O>+$&L>#)VO>R!kZJ_-L8p5YBJsT7?&` zfFlPLx!AAAA%zuYNGfkAq)@6%+XKZQ^74V=C^jB=sPN;Ei(QHmOwz~~imHGJO7vF0 zx4M5B@T>vS0&zg(_10Tl13creh+=MeDyN}(h(qw!TX*2O3+NfpYxS4#?D&b9SeB~i z%FH|=v+jUGM0R>952wSR6Z4dDIC!H`X~4?)^BrYBbgkDEr3JBes#1ga!!)G|OFO1U znTn-dx>p&B@}>Kf3lRhND_bxgr@v780nbp!l;w=^sImoQ@VpMB<6E1k-WZqWu+8L$@&s#f%%&ZcU# zfH>l`3TtB2Y1PemV7GJBK_r!>Za{Y~I;&gcfOB-}8)(XGR$qbAB?$}EMQCGPgZeyH z#M>*>-=invR;j}QCazNB+2^!c9R+h|Vw==MfVDNL9p^^dHgzwox(7SeU*JBwCp@7LafQYm(`B*x8|z46Jznt6ZK9^R)|n@7HhTBTT=wA%10B` zAFwJ-a~qc`in)dVuuEt=oDpZ%FBTQx8KD<=!KLCtqFe$2-0n&O!}i z-T)uF<=_E%%`K;SJmB1l9Df{UU0u#F$VKy&MLFrfUOAVOjn&upV$LTR-S+Qu=Hq>j z4$S>L6fkIbZYO#z8kt**3wEh2_c)r-7<1h))rAGQeQ=9i_;&6{xKWYQvvNO0{i@ly zS^bdTntK^HyA33FAg~um?hiQJ&I7q)F)`1M=87>GoHMyRTw#LCxn9^k@Jj9`#3Svw zH(3Ho)SK(Ufs>{AyWAjLc*k$#UcxoKnwz&8%?%Rd?Sj0Lo8r7d*zVz#SH>Z8eDgwZ z_xLCxZ!Q^zaH5?iyDe`LZM0#GA_Y%85TAKGP1Mtq3ybLV4h@TwD zy!~sQ0@%a9=B>fG>R#nJ!wEx*T(v_H*9L2!vPgZXb~8+g84{tL4MGy3jlu=_W4t!Y z8E$n#u|UCggSt)_qTP=x?Qw$E&)d-;5{dc?y}NCLhFZ7v#rwJ!)a$XYM(g4QsVHuInF)Z*nz%cf7c*CACbr{oMKwHYI`x2 zo3&_R-e#>1(!$(q)?$4>Yt};enCLCqzR;-IqLs7$KQk$y^n9x}{f$x&7|UJkbhzEk@QPtdrt+OfFVRdi@&7`n(`v~x+;JuM$gM*T$lJ2uLw zd`D?Ty62a1{c(4RVQ*q_+?}G?Ls$ZyyOS3y-3b%$sds(>Zt>o+`8{#^aYOU9So(`b zeyYtiKfYEGSBWCBUP!|CEJM(jpE(TcNp1Qm68p!-7QFjN}ACq+JaM0=$ z-8yiJ={ZXG09a9mPC69WoJ!p|U>hrSJF#%3>vdQ|gu77}2&;|>*`vcc*6z{mKv#H& zbnoMgmY>iqN9=b_R~-hprAv1Um(2nneGArRLb$#h*xlj!F7$X~g#HBjV2{$%coKaz zLhp_N`YuE7cp+OY(+hCa4cYpuxUR}A`bbZ}rm6Y|*sp%N-hkLSLq7?3HhqKsG}d3= zkMu*?jG;*%3S(9^>0?3G(xjgZ!Dd3Y>JI?>!&W^HGka^h{t&Q@JM{H9QcR0p;1>!N zEo2K=JlOa|aN`sR;N${?U6L(y;<2F8HEnu#^tk8;{c%iLXI;sdSWI%fQo!EhVh*hw4km5uqj$NY`B1(CM`8Ah0SAMqrq{pJG$O5iw1Ej%UBG-VYaf3 zqk!#X8}Wc8k2uB-#7jJ5F%Fd?Fyi|RQ!g}TlB+`FG;GXvHXcNDp^UD$(gFq>pJK_o z%8UbWUr5e33NcX`v~ddReP%X3f_X4o#~X3ey*l3bDVD{eca3jj^Y2rPHk`e=+?Wn* zQ@ODb9Z#<^-oV+1)fyeQ=E=*95$Mu~D~u}shebc>mhmwr!t}t{4@!a=7-Jeo&T~!oT!v60fl$K^6NCtB zS^ge=Y_=CG3bH&F#Ml&o2z;o27#l453Rqz%VIH`fl3YQ7&u6(q^9YAEdxK1$t1TUOarm6XMfWx=;blM)Dt5JZ5CW; z%LbbQ|7&F&d68hUL3X;WG^d&HAnUf$ILcAX+WAIpi`T#mo6-}SOB|B;~9R={oXd1bi zzjLH*G|l3`@g))lb6NQI?LxVF`tU^pHYb!K*T>OqI2FfOtrB_zx|T1aPrnf+WYbM= z27aXM_GYGrcDzzP$fM&iQlUn=8hdOo{XHVlG(8P#$6(pH9L#jH&yZK6AN_z7EFrETliiaF;Bmza$Y$X~*^VaRUt}52J{n z;k~Wf$Pdft-*NZpPB(LZ4IS}soNevj+cy1!3tjj3wtsNMw2t0~PXDv8K3Y%DM``3o z^ejjug^BFJ_Z9Y_0z7;2;l$vC!uO?*=+EEGcS#c+j|F?Inbu=`gSXKSaoeJHccx~p6(wdVh)S9M3Sdpd}5^rL|x%%13@ykc3!qpg@hY zK6j!Z8~q5rSZTW`#OgRgsdb%q#%zib&v2G^3ZY{;;{Dv>yM~g>20-R7=H4x-o>1q39*{7 zkO%a$p273?Rm8t1+invaG&1yNB78Ss7hxIS8$8_zont@feSXG#XO$V%8{5I^&7C2Ml0BV?^ z2U{Ryi@b#H@Tvpv_Mcnviy-;w3+rCE1d|W0Sx4e<-`%#}L${9oYUSf_r=DB2C=dV3 z`i?&gv(mS4Fp7N($Dx;={R?|TB{B&~h4^W7LQ>(EV70qY&WtFG#WnWVn8I%`66fTF zKV!6svJesuFLS!W2k`BJ*`8k%57z^>Kf8eC>B6PB_yw~wzi1Tr!Nl5&{9qNs)kNqL z<}7Bru*+D14kZEHY3xM@@$D?2yeORu6~X4SJjHNDh4)oruPQo&Igeja^kXWZ@0Fsy z7^mUwMHhi}zgi@O`4ImnMT-&vHxIDkp+yP@+BO9Nie$D?7+#smwjZ5$(%J4u19mO2 z{ekg#P;dJd^}kqV8;o&$y3$sF*DLwQws10|#a4j1{=U_A1e3AmgzXV3FZ{|DjeP4R zn-zk~1bt^iABKL{ZOi$Z&BFDdL|n|7h|3jF6xWp_abimE+k(i4w`^7Dk>6e0T+G;7 zPH`@5>*Q(w;`vy-m5Id%CIJrJR(u}A%imKRhn^*pVm^4xq<&ufc{hZSkVC~sF>pVA zU5r;^l6k&ZhD&YLPsO*;!5P069|;Fc^s&p(#(Y0Je2s!n83FcT=z~wF9Y0Sq8^Y}| z-4IM3h1e+{yL};6Lra%#1Cr03#N73e)V5lLKx{Cd+Wb8 zhck&k*?0eIa~KoSVc+-Kh3oh1PK?`KJNZ}rUd&&2?R#JAcl>NW{`wjE9)A6N;TJo3 z{e1Ag<9XIodj_-rfqgf~lOEfLF&jG_<2s%j9@_W6mcRE1p9#n%kQS!q3C4~m=P9&` zn2BpA`jf{WPE>_3X$L2cAk_ya#<{_r6%_ZLnMn4YDd}1bpY=Bvy$v*pY%VHo$MUV3 zUHTgq#gy98)h__W)n)A8LC>vxGSE9f?-IB2DXL8%vjk5imf&e;LP0Mkb=s){kiFbE zjlA4AJ+TF3ajF@E?f@1JEq@1I9ctU{<)qzS@fhsawoR%4sw8cbW}Yqvon`GaapxoT z-_5-FD`4r_s(M%u`+lqXMhomW*|XZt1AY)%9Sy_Pwxv~*wzSzh{XjNFKl=u*74@0f zb4ma&51Vs28F0tcIb&CW?o;u5bv)<337NY@4l=rQE}={3De+Zu_xX7g4t@B- zyktG#9|LME>43(v8XIoTU(T)BG90kvSdI4) mtvz=EP#w@hphZB7ftCQh4^$7d6sQ4c8PIZK&t36L%l`n$Vht4l diff --git a/integration/helpers/app_instance_table_test.go b/integration/helpers/app_instance_table_test.go index 31fc921e53..a55794fac7 100644 --- a/integration/helpers/app_instance_table_test.go +++ b/integration/helpers/app_instance_table_test.go @@ -1,7 +1,7 @@ package helpers_test import ( - . "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/integration/helpers/app_test.go b/integration/helpers/app_test.go index 0954de85dd..bbaf54afd2 100644 --- a/integration/helpers/app_test.go +++ b/integration/helpers/app_test.go @@ -1,7 +1,7 @@ package helpers_test import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gexec" diff --git a/integration/helpers/commonisolated/common_isolated_setup.go b/integration/helpers/commonisolated/common_isolated_setup.go index 0960c1acf6..4ffb96d32d 100644 --- a/integration/helpers/commonisolated/common_isolated_setup.go +++ b/integration/helpers/commonisolated/common_isolated_setup.go @@ -5,7 +5,7 @@ import ( "testing" "time" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/integration/helpers/config.go b/integration/helpers/config.go index aff1855997..14af02951d 100644 --- a/integration/helpers/config.go +++ b/integration/helpers/config.go @@ -6,7 +6,7 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/integration/helpers/plugin.go b/integration/helpers/plugin.go index 2f8b1e617a..0cf06e1203 100644 --- a/integration/helpers/plugin.go +++ b/integration/helpers/plugin.go @@ -37,7 +37,7 @@ func BuildConfigurablePlugin(pluginType string, name string, version string, plu commandHelps = append(commandHelps, command.Help) } - pluginPath, err := Build(fmt.Sprintf("code.cloudfoundry.org/cli/integration/assets/%s", pluginType), + pluginPath, err := Build(fmt.Sprintf("github.com/LukasHeimann/cloudfoundrycli/v8/integration/assets/%s", pluginType), "-o", name, "-ldflags", diff --git a/integration/helpers/plugin_repo.go b/integration/helpers/plugin_repo.go index 57d1fdab05..87f860303c 100644 --- a/integration/helpers/plugin_repo.go +++ b/integration/helpers/plugin_repo.go @@ -10,8 +10,8 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/util" - "code.cloudfoundry.org/cli/util/generic" + "github.com/LukasHeimann/cloudfoundrycli/v8/util" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/generic" . "github.com/onsi/gomega" . "github.com/onsi/gomega/ghttp" diff --git a/integration/helpers/route.go b/integration/helpers/route.go index 53eaf9d862..d5f8ba68a2 100644 --- a/integration/helpers/route.go +++ b/integration/helpers/route.go @@ -6,7 +6,7 @@ import ( "regexp" "strings" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" . "github.com/onsi/gomega/gexec" diff --git a/integration/helpers/security_group.go b/integration/helpers/security_group.go index 893f523967..354b6daf94 100644 --- a/integration/helpers/security_group.go +++ b/integration/helpers/security_group.go @@ -7,7 +7,7 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gexec" ) diff --git a/integration/helpers/servicebrokerstub/api.go b/integration/helpers/servicebrokerstub/api.go index 6783c28eff..de42c05519 100644 --- a/integration/helpers/servicebrokerstub/api.go +++ b/integration/helpers/servicebrokerstub/api.go @@ -3,9 +3,9 @@ package servicebrokerstub import ( "time" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" - "code.cloudfoundry.org/cli/integration/assets/hydrabroker/config" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/assets/hydrabroker/config" ) type ServiceAccessConfig struct { diff --git a/integration/helpers/servicebrokerstub/app_config.go b/integration/helpers/servicebrokerstub/app_config.go index 6b5be60456..daf095baee 100644 --- a/integration/helpers/servicebrokerstub/app_config.go +++ b/integration/helpers/servicebrokerstub/app_config.go @@ -8,8 +8,8 @@ import ( "io/ioutil" "net/http" - "code.cloudfoundry.org/cli/integration/assets/hydrabroker/config" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/assets/hydrabroker/config" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/gomega" ) diff --git a/integration/helpers/servicebrokerstub/app_deploy.go b/integration/helpers/servicebrokerstub/app_deploy.go index a411e68172..4c4e5698e8 100644 --- a/integration/helpers/servicebrokerstub/app_deploy.go +++ b/integration/helpers/servicebrokerstub/app_deploy.go @@ -11,7 +11,7 @@ import ( "github.com/onsi/ginkgo" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/gomega" ) diff --git a/integration/helpers/servicebrokerstub/cf.go b/integration/helpers/servicebrokerstub/cf.go index 5f92a1a854..52e870d492 100644 --- a/integration/helpers/servicebrokerstub/cf.go +++ b/integration/helpers/servicebrokerstub/cf.go @@ -3,7 +3,7 @@ package servicebrokerstub import ( "encoding/json" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gexec" ) diff --git a/integration/helpers/version.go b/integration/helpers/version.go index bf9dd58571..5f3f4b2a6e 100644 --- a/integration/helpers/version.go +++ b/integration/helpers/version.go @@ -11,7 +11,7 @@ import ( "strings" "sync" - "code.cloudfoundry.org/cli/actor/versioncheck" + "github.com/LukasHeimann/cloudfoundrycli/v8/actor/versioncheck" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/integration/shared/experimental/experimental_suite_test.go b/integration/shared/experimental/experimental_suite_test.go index 028d93b2dd..9f7daf812d 100644 --- a/integration/shared/experimental/experimental_suite_test.go +++ b/integration/shared/experimental/experimental_suite_test.go @@ -5,7 +5,7 @@ import ( "testing" "time" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/integration/shared/global/global_suite_test.go b/integration/shared/global/global_suite_test.go index 0b5c246a05..1239e6ea2f 100644 --- a/integration/shared/global/global_suite_test.go +++ b/integration/shared/global/global_suite_test.go @@ -4,7 +4,7 @@ import ( "fmt" "time" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/integration/shared/global/running_environment_variable_group_command_test.go b/integration/shared/global/running_environment_variable_group_command_test.go index 9ffd173e61..366dde5ae0 100644 --- a/integration/shared/global/running_environment_variable_group_command_test.go +++ b/integration/shared/global/running_environment_variable_group_command_test.go @@ -3,7 +3,7 @@ package global import ( "fmt" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gexec" diff --git a/integration/shared/global/staging_environment_variable_group_command_test.go b/integration/shared/global/staging_environment_variable_group_command_test.go index fcf1f6c178..e7def22c27 100644 --- a/integration/shared/global/staging_environment_variable_group_command_test.go +++ b/integration/shared/global/staging_environment_variable_group_command_test.go @@ -3,7 +3,7 @@ package global import ( "fmt" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gexec" diff --git a/integration/shared/isolated/apps_command_test.go b/integration/shared/isolated/apps_command_test.go index 984898d894..c8d3c26d81 100644 --- a/integration/shared/isolated/apps_command_test.go +++ b/integration/shared/isolated/apps_command_test.go @@ -1,7 +1,7 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/shared/isolated/config_test.go b/integration/shared/isolated/config_test.go index 2870b9ac0b..4d45bfafa0 100644 --- a/integration/shared/isolated/config_test.go +++ b/integration/shared/isolated/config_test.go @@ -4,7 +4,7 @@ import ( "io/ioutil" "path/filepath" - helpers "code.cloudfoundry.org/cli/integration/helpers" + helpers "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/shared/isolated/error_handling_test.go b/integration/shared/isolated/error_handling_test.go index 6e4563173f..60afac45a9 100644 --- a/integration/shared/isolated/error_handling_test.go +++ b/integration/shared/isolated/error_handling_test.go @@ -1,7 +1,7 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/shared/isolated/internationalization_test.go b/integration/shared/isolated/internationalization_test.go index 260c061df2..8808e9dba3 100644 --- a/integration/shared/isolated/internationalization_test.go +++ b/integration/shared/isolated/internationalization_test.go @@ -1,7 +1,7 @@ package isolated import ( - helpers "code.cloudfoundry.org/cli/integration/helpers" + helpers "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/integration/shared/isolated/isolated_suite_test.go b/integration/shared/isolated/isolated_suite_test.go index 8a01781a20..d70a0054dc 100644 --- a/integration/shared/isolated/isolated_suite_test.go +++ b/integration/shared/isolated/isolated_suite_test.go @@ -3,7 +3,7 @@ package isolated import ( "testing" - "code.cloudfoundry.org/cli/integration/helpers/commonisolated" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/commonisolated" ) var ( diff --git a/integration/shared/isolated/logs_command_test.go b/integration/shared/isolated/logs_command_test.go index 40ac936eea..88bdf3de6c 100644 --- a/integration/shared/isolated/logs_command_test.go +++ b/integration/shared/isolated/logs_command_test.go @@ -8,7 +8,7 @@ import ( "strconv" "time" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/shared/isolated/restart_app_instance_command_test.go b/integration/shared/isolated/restart_app_instance_command_test.go index 20cfb37f03..21074d9e81 100644 --- a/integration/shared/isolated/restart_app_instance_command_test.go +++ b/integration/shared/isolated/restart_app_instance_command_test.go @@ -1,7 +1,7 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/shared/isolated/spaces_command_test.go b/integration/shared/isolated/spaces_command_test.go index 7fb2f4bea6..3292efe91d 100644 --- a/integration/shared/isolated/spaces_command_test.go +++ b/integration/shared/isolated/spaces_command_test.go @@ -1,7 +1,7 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/shared/isolated/version_command_test.go b/integration/shared/isolated/version_command_test.go index 3012cf7df0..d50943180e 100644 --- a/integration/shared/isolated/version_command_test.go +++ b/integration/shared/isolated/version_command_test.go @@ -3,7 +3,7 @@ package isolated import ( "strings" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" "github.com/blang/semver" . "github.com/onsi/ginkgo" diff --git a/integration/shared/performance/performance_suite_test.go b/integration/shared/performance/performance_suite_test.go index d36919b136..5bfc2297ce 100644 --- a/integration/shared/performance/performance_suite_test.go +++ b/integration/shared/performance/performance_suite_test.go @@ -5,7 +5,7 @@ import ( "testing" "time" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/integration/shared/plugin/add_plugin_repo_test.go b/integration/shared/plugin/add_plugin_repo_test.go index befa5f3154..bd439d4394 100644 --- a/integration/shared/plugin/add_plugin_repo_test.go +++ b/integration/shared/plugin/add_plugin_repo_test.go @@ -7,7 +7,7 @@ import ( "log" "net/http" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/shared/plugin/api_test.go b/integration/shared/plugin/api_test.go index 99bce5d40b..067fb2f79b 100644 --- a/integration/shared/plugin/api_test.go +++ b/integration/shared/plugin/api_test.go @@ -3,9 +3,9 @@ package plugin import ( "fmt" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/shared/plugin/help_test.go b/integration/shared/plugin/help_test.go index de5b59510f..c4b41c6090 100644 --- a/integration/shared/plugin/help_test.go +++ b/integration/shared/plugin/help_test.go @@ -1,7 +1,7 @@ package plugin import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/integration/shared/plugin/install_plugin_command_test.go b/integration/shared/plugin/install_plugin_command_test.go index 3917214e28..9de975f2e9 100644 --- a/integration/shared/plugin/install_plugin_command_test.go +++ b/integration/shared/plugin/install_plugin_command_test.go @@ -9,8 +9,8 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/util/generic" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/generic" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" @@ -254,7 +254,7 @@ var _ = Describe("install-plugin command", func() { When("the file is not a plugin", func() { BeforeEach(func() { var err error - pluginPath, err = Build("code.cloudfoundry.org/cli/integration/assets/non_plugin") + pluginPath, err = Build("github.com/LukasHeimann/cloudfoundrycli/v8/integration/assets/non_plugin") Expect(err).ToNot(HaveOccurred()) }) @@ -269,7 +269,7 @@ var _ = Describe("install-plugin command", func() { When("getting metadata from the plugin errors", func() { BeforeEach(func() { var err error - pluginPath, err = Build("code.cloudfoundry.org/cli/integration/assets/test_plugin_fails_metadata") + pluginPath, err = Build("github.com/LukasHeimann/cloudfoundrycli/v8/integration/assets/test_plugin_fails_metadata") Expect(err).ToNot(HaveOccurred()) }) @@ -768,7 +768,7 @@ var _ = Describe("install-plugin command", func() { When("the file is not a plugin", func() { BeforeEach(func() { var err error - pluginPath, err = Build("code.cloudfoundry.org/cli/integration/assets/non_plugin") + pluginPath, err = Build("github.com/LukasHeimann/cloudfoundrycli/v8/integration/assets/non_plugin") Expect(err).ToNot(HaveOccurred()) pluginData, err := ioutil.ReadFile(pluginPath) diff --git a/integration/shared/plugin/install_plugin_command_unix_test.go b/integration/shared/plugin/install_plugin_command_unix_test.go index cca2ffeee1..979d61b9f0 100644 --- a/integration/shared/plugin/install_plugin_command_unix_test.go +++ b/integration/shared/plugin/install_plugin_command_unix_test.go @@ -7,7 +7,7 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gexec" diff --git a/integration/shared/plugin/install_plugin_from_repo_command_test.go b/integration/shared/plugin/install_plugin_from_repo_command_test.go index 541aa04bd1..93de198765 100644 --- a/integration/shared/plugin/install_plugin_from_repo_command_test.go +++ b/integration/shared/plugin/install_plugin_from_repo_command_test.go @@ -4,8 +4,8 @@ import ( "net/http" "runtime" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/util/generic" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/generic" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/shared/plugin/logs_test.go b/integration/shared/plugin/logs_test.go index 43491cfc41..f8f605d7fe 100644 --- a/integration/shared/plugin/logs_test.go +++ b/integration/shared/plugin/logs_test.go @@ -1,7 +1,7 @@ package plugin import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/shared/plugin/plugin_suite_test.go b/integration/shared/plugin/plugin_suite_test.go index ce67c21d87..efa515d92d 100644 --- a/integration/shared/plugin/plugin_suite_test.go +++ b/integration/shared/plugin/plugin_suite_test.go @@ -4,7 +4,7 @@ import ( "testing" "time" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" @@ -44,13 +44,13 @@ var _ = SynchronizedBeforeSuite(func() []byte { helpers.TurnOffColors() var err error - testPluginPath, err = Build("code.cloudfoundry.org/cli/integration/assets/test_plugin") + testPluginPath, err = Build("github.com/LukasHeimann/cloudfoundrycli/v8/integration/assets/test_plugin") Expect(err).ToNot(HaveOccurred()) - overrideTestPluginPath, err = Build("code.cloudfoundry.org/cli/integration/assets/test_plugin_with_command_overrides") + overrideTestPluginPath, err = Build("github.com/LukasHeimann/cloudfoundrycli/v8/integration/assets/test_plugin_with_command_overrides") Expect(err).ToNot(HaveOccurred()) - panicTestPluginPath, err = Build("code.cloudfoundry.org/cli/integration/assets/test_plugin_with_panic") + panicTestPluginPath, err = Build("github.com/LukasHeimann/cloudfoundrycli/v8/integration/assets/test_plugin_with_panic") Expect(err).ToNot(HaveOccurred()) }) diff --git a/integration/shared/plugin/plugins_command_test.go b/integration/shared/plugin/plugins_command_test.go index 7c596a4789..9eccc3bb16 100644 --- a/integration/shared/plugin/plugins_command_test.go +++ b/integration/shared/plugin/plugins_command_test.go @@ -4,8 +4,8 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/util/generic" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/generic" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/shared/plugin/runner_test.go b/integration/shared/plugin/runner_test.go index 31bdcc6c0f..58bf637dce 100644 --- a/integration/shared/plugin/runner_test.go +++ b/integration/shared/plugin/runner_test.go @@ -3,7 +3,7 @@ package plugin import ( "os" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/shared/plugin/uninstall_plugin_command_test.go b/integration/shared/plugin/uninstall_plugin_command_test.go index 732b7e24aa..5a0d50cfc4 100644 --- a/integration/shared/plugin/uninstall_plugin_command_test.go +++ b/integration/shared/plugin/uninstall_plugin_command_test.go @@ -4,8 +4,8 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/util/generic" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/generic" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/shared/plugin/uninstall_plugin_command_unix_test.go b/integration/shared/plugin/uninstall_plugin_command_unix_test.go index 6d812450bf..23018fc20e 100644 --- a/integration/shared/plugin/uninstall_plugin_command_unix_test.go +++ b/integration/shared/plugin/uninstall_plugin_command_unix_test.go @@ -7,8 +7,8 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/util/generic" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/generic" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/global/bind_running_security_group_command_test.go b/integration/v7/global/bind_running_security_group_command_test.go index cc294c417d..4a3bbdd0f6 100644 --- a/integration/v7/global/bind_running_security_group_command_test.go +++ b/integration/v7/global/bind_running_security_group_command_test.go @@ -1,8 +1,8 @@ package global import ( - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/global/bind_security_group_command_test.go b/integration/v7/global/bind_security_group_command_test.go index cc881ecb38..9ea51bc545 100644 --- a/integration/v7/global/bind_security_group_command_test.go +++ b/integration/v7/global/bind_security_group_command_test.go @@ -1,8 +1,8 @@ package global import ( - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/global/bind_staging_security_group_command_test.go b/integration/v7/global/bind_staging_security_group_command_test.go index 460926466b..1c946cb508 100644 --- a/integration/v7/global/bind_staging_security_group_command_test.go +++ b/integration/v7/global/bind_staging_security_group_command_test.go @@ -1,8 +1,8 @@ package global import ( - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/global/create_buildpack_command_test.go b/integration/v7/global/create_buildpack_command_test.go index 3ec5cb2d6e..9acaa70161 100644 --- a/integration/v7/global/create_buildpack_command_test.go +++ b/integration/v7/global/create_buildpack_command_test.go @@ -8,7 +8,7 @@ import ( "os" "regexp" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/global/create_security_group_command_test.go b/integration/v7/global/create_security_group_command_test.go index 6a171f7a36..7d31e85abd 100644 --- a/integration/v7/global/create_security_group_command_test.go +++ b/integration/v7/global/create_security_group_command_test.go @@ -6,8 +6,8 @@ import ( "path/filepath" "strings" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/global/delete_buildpack_command_test.go b/integration/v7/global/delete_buildpack_command_test.go index 9ade0a8b24..b052754b3a 100644 --- a/integration/v7/global/delete_buildpack_command_test.go +++ b/integration/v7/global/delete_buildpack_command_test.go @@ -1,7 +1,7 @@ package global import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/global/disable_feature_flag_command_test.go b/integration/v7/global/disable_feature_flag_command_test.go index 840fc312c4..817b85ff12 100644 --- a/integration/v7/global/disable_feature_flag_command_test.go +++ b/integration/v7/global/disable_feature_flag_command_test.go @@ -1,7 +1,7 @@ package global import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/global/enable_feature_flag_command_test.go b/integration/v7/global/enable_feature_flag_command_test.go index 05526ae827..7543c8b63c 100644 --- a/integration/v7/global/enable_feature_flag_command_test.go +++ b/integration/v7/global/enable_feature_flag_command_test.go @@ -1,7 +1,7 @@ package global import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/global/env_command_test.go b/integration/v7/global/env_command_test.go index 8b7858aa7d..7828382795 100644 --- a/integration/v7/global/env_command_test.go +++ b/integration/v7/global/env_command_test.go @@ -3,7 +3,7 @@ package global import ( "fmt" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/global/global_suite_test.go b/integration/v7/global/global_suite_test.go index 0b5c246a05..1239e6ea2f 100644 --- a/integration/v7/global/global_suite_test.go +++ b/integration/v7/global/global_suite_test.go @@ -4,7 +4,7 @@ import ( "fmt" "time" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/integration/v7/global/org_quota_command_test.go b/integration/v7/global/org_quota_command_test.go index 7161c97998..5f65acbe15 100644 --- a/integration/v7/global/org_quota_command_test.go +++ b/integration/v7/global/org_quota_command_test.go @@ -1,7 +1,7 @@ package global import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/global/org_quotas_command_test.go b/integration/v7/global/org_quotas_command_test.go index f264c4ea43..603c02239a 100644 --- a/integration/v7/global/org_quotas_command_test.go +++ b/integration/v7/global/org_quotas_command_test.go @@ -1,7 +1,7 @@ package global import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/global/running_environment_variable_group_command_test.go b/integration/v7/global/running_environment_variable_group_command_test.go index 892f0ddb87..f8510c41db 100644 --- a/integration/v7/global/running_environment_variable_group_command_test.go +++ b/integration/v7/global/running_environment_variable_group_command_test.go @@ -1,7 +1,7 @@ package global import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/global/running_security_groups_command_test.go b/integration/v7/global/running_security_groups_command_test.go index 8fcb31b45c..ecfca5a71c 100644 --- a/integration/v7/global/running_security_groups_command_test.go +++ b/integration/v7/global/running_security_groups_command_test.go @@ -1,8 +1,8 @@ package global import ( - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/global/security_group_command_test.go b/integration/v7/global/security_group_command_test.go index 5b12514f65..9fb4a82c81 100644 --- a/integration/v7/global/security_group_command_test.go +++ b/integration/v7/global/security_group_command_test.go @@ -1,8 +1,8 @@ package global import ( - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/global/set_org_role_command_test.go b/integration/v7/global/set_org_role_command_test.go index 843581fcdb..800f8b7508 100644 --- a/integration/v7/global/set_org_role_command_test.go +++ b/integration/v7/global/set_org_role_command_test.go @@ -6,7 +6,7 @@ import ( . "github.com/onsi/gomega/gbytes" . "github.com/onsi/gomega/gexec" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" ) var _ = Describe("set-org-role command", func() { diff --git a/integration/v7/global/set_running_environment_variable_group_command_test.go b/integration/v7/global/set_running_environment_variable_group_command_test.go index bc433f82c4..2b4059df5b 100644 --- a/integration/v7/global/set_running_environment_variable_group_command_test.go +++ b/integration/v7/global/set_running_environment_variable_group_command_test.go @@ -3,7 +3,7 @@ package global import ( "fmt" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/global/set_space_role_command_test.go b/integration/v7/global/set_space_role_command_test.go index 49423502bf..5677bec508 100644 --- a/integration/v7/global/set_space_role_command_test.go +++ b/integration/v7/global/set_space_role_command_test.go @@ -6,7 +6,7 @@ import ( . "github.com/onsi/gomega/gbytes" . "github.com/onsi/gomega/gexec" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" ) var _ = Describe("set-space-role command", func() { diff --git a/integration/v7/global/set_staging_environment_variable_group_command_test.go b/integration/v7/global/set_staging_environment_variable_group_command_test.go index 44f406f114..8dabe6b10e 100644 --- a/integration/v7/global/set_staging_environment_variable_group_command_test.go +++ b/integration/v7/global/set_staging_environment_variable_group_command_test.go @@ -3,7 +3,7 @@ package global import ( "fmt" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/global/staging_environment_variable_group_command_test.go b/integration/v7/global/staging_environment_variable_group_command_test.go index de2192dfde..80c9d96d45 100644 --- a/integration/v7/global/staging_environment_variable_group_command_test.go +++ b/integration/v7/global/staging_environment_variable_group_command_test.go @@ -1,7 +1,7 @@ package global import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/global/staging_security_groups_command_test.go b/integration/v7/global/staging_security_groups_command_test.go index 05145368cf..7843479b38 100644 --- a/integration/v7/global/staging_security_groups_command_test.go +++ b/integration/v7/global/staging_security_groups_command_test.go @@ -1,8 +1,8 @@ package global import ( - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/global/unbind_running_security_group_command_test.go b/integration/v7/global/unbind_running_security_group_command_test.go index 73d3c8c9e1..4aece7b95d 100644 --- a/integration/v7/global/unbind_running_security_group_command_test.go +++ b/integration/v7/global/unbind_running_security_group_command_test.go @@ -1,8 +1,8 @@ package global import ( - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/global/unbind_security_group_command_test.go b/integration/v7/global/unbind_security_group_command_test.go index c42bbdc515..7275f5fe42 100644 --- a/integration/v7/global/unbind_security_group_command_test.go +++ b/integration/v7/global/unbind_security_group_command_test.go @@ -1,7 +1,7 @@ package global import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/global/unbind_staging_security_group_command_test.go b/integration/v7/global/unbind_staging_security_group_command_test.go index 19916d0e06..aa2da6ba6b 100644 --- a/integration/v7/global/unbind_staging_security_group_command_test.go +++ b/integration/v7/global/unbind_staging_security_group_command_test.go @@ -1,8 +1,8 @@ package global import ( - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/global/update_buildpack_command_test.go b/integration/v7/global/update_buildpack_command_test.go index e3dbfda182..f4843687e8 100644 --- a/integration/v7/global/update_buildpack_command_test.go +++ b/integration/v7/global/update_buildpack_command_test.go @@ -8,7 +8,7 @@ import ( "os" "regexp" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/global/update_security_group_command_test.go b/integration/v7/global/update_security_group_command_test.go index 57c7a9ffb4..549909c386 100644 --- a/integration/v7/global/update_security_group_command_test.go +++ b/integration/v7/global/update_security_group_command_test.go @@ -6,8 +6,8 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/add_network_policy_command_test.go b/integration/v7/isolated/add_network_policy_command_test.go index 7accd45841..30bfa6db5d 100644 --- a/integration/v7/isolated/add_network_policy_command_test.go +++ b/integration/v7/isolated/add_network_policy_command_test.go @@ -3,7 +3,7 @@ package isolated import ( "regexp" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/allow_space_ssh_command_test.go b/integration/v7/isolated/allow_space_ssh_command_test.go index d80a460f38..02fd8d05be 100644 --- a/integration/v7/isolated/allow_space_ssh_command_test.go +++ b/integration/v7/isolated/allow_space_ssh_command_test.go @@ -1,9 +1,9 @@ package isolated import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/api_command_test.go b/integration/v7/isolated/api_command_test.go index b3339b8467..1f48fbfbc1 100644 --- a/integration/v7/isolated/api_command_test.go +++ b/integration/v7/isolated/api_command_test.go @@ -9,8 +9,8 @@ import ( "path/filepath" "strings" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/app_command_test.go b/integration/v7/isolated/app_command_test.go index 7eed60c44c..207cfb2efc 100644 --- a/integration/v7/isolated/app_command_test.go +++ b/integration/v7/isolated/app_command_test.go @@ -7,8 +7,8 @@ import ( "path" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/apply_manifest_command_test.go b/integration/v7/isolated/apply_manifest_command_test.go index 194aec66d0..8f08594ff6 100644 --- a/integration/v7/isolated/apply_manifest_command_test.go +++ b/integration/v7/isolated/apply_manifest_command_test.go @@ -7,8 +7,8 @@ import ( "path/filepath" "regexp" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/apps_command_test.go b/integration/v7/isolated/apps_command_test.go index 727621e8d8..ed34b78b9c 100644 --- a/integration/v7/isolated/apps_command_test.go +++ b/integration/v7/isolated/apps_command_test.go @@ -3,8 +3,8 @@ package isolated import ( "regexp" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/auth_command_test.go b/integration/v7/isolated/auth_command_test.go index e83633edb4..2602d8f6b8 100644 --- a/integration/v7/isolated/auth_command_test.go +++ b/integration/v7/isolated/auth_command_test.go @@ -5,9 +5,9 @@ import ( "io/ioutil" "path/filepath" - "code.cloudfoundry.org/cli/api/uaa/uaaversion" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/uaa/uaaversion" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/bind_route_service_command_test.go b/integration/v7/isolated/bind_route_service_command_test.go index 4289558493..49c9cebabf 100644 --- a/integration/v7/isolated/bind_route_service_command_test.go +++ b/integration/v7/isolated/bind_route_service_command_test.go @@ -4,9 +4,9 @@ import ( "os" "time" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/bind_service_command_test.go b/integration/v7/isolated/bind_service_command_test.go index 46c3473376..bd7d9270ec 100644 --- a/integration/v7/isolated/bind_service_command_test.go +++ b/integration/v7/isolated/bind_service_command_test.go @@ -4,9 +4,9 @@ import ( "os" "time" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/buildpacks_command_test.go b/integration/v7/isolated/buildpacks_command_test.go index 4366190137..cf7f430d52 100644 --- a/integration/v7/isolated/buildpacks_command_test.go +++ b/integration/v7/isolated/buildpacks_command_test.go @@ -3,8 +3,8 @@ package isolated import ( "regexp" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/cancel_deployment_test.go b/integration/v7/isolated/cancel_deployment_test.go index 12f5e8d5ea..060690edb3 100644 --- a/integration/v7/isolated/cancel_deployment_test.go +++ b/integration/v7/isolated/cancel_deployment_test.go @@ -3,9 +3,9 @@ package isolated import ( "fmt" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/integration/v7/isolated/check_route_command_test.go b/integration/v7/isolated/check_route_command_test.go index 21d2915e22..69c2f25f59 100644 --- a/integration/v7/isolated/check_route_command_test.go +++ b/integration/v7/isolated/check_route_command_test.go @@ -3,8 +3,8 @@ package isolated import ( "fmt" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/config_command_test.go b/integration/v7/isolated/config_command_test.go index f01c21d5da..9f87faba2c 100644 --- a/integration/v7/isolated/config_command_test.go +++ b/integration/v7/isolated/config_command_test.go @@ -3,7 +3,7 @@ package isolated import ( "strings" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/integration/v7/isolated/config_test.go b/integration/v7/isolated/config_test.go index caf5c0aff5..fa2d7fc457 100644 --- a/integration/v7/isolated/config_test.go +++ b/integration/v7/isolated/config_test.go @@ -1,8 +1,8 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/integration/v7/isolated/copy_source_command_test.go b/integration/v7/isolated/copy_source_command_test.go index 4fb385cf4a..5eb80b8371 100644 --- a/integration/v7/isolated/copy_source_command_test.go +++ b/integration/v7/isolated/copy_source_command_test.go @@ -5,8 +5,8 @@ import ( "io/ioutil" "net/http" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/create_app_command_test.go b/integration/v7/isolated/create_app_command_test.go index d51842fb4d..a61425e491 100644 --- a/integration/v7/isolated/create_app_command_test.go +++ b/integration/v7/isolated/create_app_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/create_app_manifest_command_test.go b/integration/v7/isolated/create_app_manifest_command_test.go index 6c0782e2c8..dbbe18978b 100644 --- a/integration/v7/isolated/create_app_manifest_command_test.go +++ b/integration/v7/isolated/create_app_manifest_command_test.go @@ -7,9 +7,9 @@ import ( "path/filepath" "regexp" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/create_isolation_segment_command_test.go b/integration/v7/isolated/create_isolation_segment_command_test.go index e74d5ae44d..71b81a2c0b 100644 --- a/integration/v7/isolated/create_isolation_segment_command_test.go +++ b/integration/v7/isolated/create_isolation_segment_command_test.go @@ -1,7 +1,7 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/create_org_command_test.go b/integration/v7/isolated/create_org_command_test.go index bcf40ecb8d..53b9305004 100644 --- a/integration/v7/isolated/create_org_command_test.go +++ b/integration/v7/isolated/create_org_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/create_org_quota_command_test.go b/integration/v7/isolated/create_org_quota_command_test.go index d9c858d695..e833edc5f6 100644 --- a/integration/v7/isolated/create_org_quota_command_test.go +++ b/integration/v7/isolated/create_org_quota_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/create_package_cfignore_test.go b/integration/v7/isolated/create_package_cfignore_test.go index d9b00745b0..f1acb0782a 100644 --- a/integration/v7/isolated/create_package_cfignore_test.go +++ b/integration/v7/isolated/create_package_cfignore_test.go @@ -5,7 +5,7 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gexec" diff --git a/integration/v7/isolated/create_package_command_test.go b/integration/v7/isolated/create_package_command_test.go index 891934d5d6..21b343d053 100644 --- a/integration/v7/isolated/create_package_command_test.go +++ b/integration/v7/isolated/create_package_command_test.go @@ -5,9 +5,9 @@ import ( "os" "regexp" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/create_private_domain_test.go b/integration/v7/isolated/create_private_domain_test.go index 5e24d16b4d..641608b115 100644 --- a/integration/v7/isolated/create_private_domain_test.go +++ b/integration/v7/isolated/create_private_domain_test.go @@ -3,8 +3,8 @@ package isolated import ( "regexp" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/create_route_command_test.go b/integration/v7/isolated/create_route_command_test.go index 7c1a97dcf4..30ec968f7d 100644 --- a/integration/v7/isolated/create_route_command_test.go +++ b/integration/v7/isolated/create_route_command_test.go @@ -3,8 +3,8 @@ package isolated import ( "fmt" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/create_service_broker_command_test.go b/integration/v7/isolated/create_service_broker_command_test.go index 7c5faf3e1e..3b6e2f145b 100644 --- a/integration/v7/isolated/create_service_broker_command_test.go +++ b/integration/v7/isolated/create_service_broker_command_test.go @@ -3,10 +3,10 @@ package isolated import ( "io" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccversion" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccversion" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/create_service_command_test.go b/integration/v7/isolated/create_service_command_test.go index 986fafe22a..ef15968a6c 100644 --- a/integration/v7/isolated/create_service_command_test.go +++ b/integration/v7/isolated/create_service_command_test.go @@ -6,8 +6,8 @@ import ( "path/filepath" "time" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/create_service_key_command_test.go b/integration/v7/isolated/create_service_key_command_test.go index 5101a60998..6d514f8a3d 100644 --- a/integration/v7/isolated/create_service_key_command_test.go +++ b/integration/v7/isolated/create_service_key_command_test.go @@ -4,9 +4,9 @@ import ( "os" "time" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/create_shared_domain_test.go b/integration/v7/isolated/create_shared_domain_test.go index 0d38e1ebc4..754f746e34 100644 --- a/integration/v7/isolated/create_shared_domain_test.go +++ b/integration/v7/isolated/create_shared_domain_test.go @@ -4,8 +4,8 @@ import ( "fmt" "regexp" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/create_space_command_test.go b/integration/v7/isolated/create_space_command_test.go index 55af227a89..f2a56086f9 100644 --- a/integration/v7/isolated/create_space_command_test.go +++ b/integration/v7/isolated/create_space_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/create_space_quota_command_test.go b/integration/v7/isolated/create_space_quota_command_test.go index 969a2a540d..f1b2ca5658 100644 --- a/integration/v7/isolated/create_space_quota_command_test.go +++ b/integration/v7/isolated/create_space_quota_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/create_user_command_test.go b/integration/v7/isolated/create_user_command_test.go index 2123fb70d7..16387dba54 100644 --- a/integration/v7/isolated/create_user_command_test.go +++ b/integration/v7/isolated/create_user_command_test.go @@ -3,7 +3,7 @@ package isolated import ( "fmt" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/integration/v7/isolated/create_user_provided_service_command_test.go b/integration/v7/isolated/create_user_provided_service_command_test.go index 50253055cb..e66fef671d 100644 --- a/integration/v7/isolated/create_user_provided_service_command_test.go +++ b/integration/v7/isolated/create_user_provided_service_command_test.go @@ -3,7 +3,7 @@ package isolated import ( "os" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/curl_command_test.go b/integration/v7/isolated/curl_command_test.go index 600d9b1260..4d6d34bbfd 100644 --- a/integration/v7/isolated/curl_command_test.go +++ b/integration/v7/isolated/curl_command_test.go @@ -8,8 +8,8 @@ import ( "regexp" "strings" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/delete_command_test.go b/integration/v7/isolated/delete_command_test.go index 896ae58fb3..c29606ed17 100644 --- a/integration/v7/isolated/delete_command_test.go +++ b/integration/v7/isolated/delete_command_test.go @@ -3,8 +3,8 @@ package isolated import ( "fmt" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/delete_isolation_segment_command_test.go b/integration/v7/isolated/delete_isolation_segment_command_test.go index 7c34c92ece..f4d267e463 100644 --- a/integration/v7/isolated/delete_isolation_segment_command_test.go +++ b/integration/v7/isolated/delete_isolation_segment_command_test.go @@ -1,7 +1,7 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/delete_org_command_test.go b/integration/v7/isolated/delete_org_command_test.go index 231d3e7155..cbaa5caefb 100644 --- a/integration/v7/isolated/delete_org_command_test.go +++ b/integration/v7/isolated/delete_org_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/delete_org_quota_command_test.go b/integration/v7/isolated/delete_org_quota_command_test.go index 7ff2af4ae6..873909c109 100644 --- a/integration/v7/isolated/delete_org_quota_command_test.go +++ b/integration/v7/isolated/delete_org_quota_command_test.go @@ -1,7 +1,7 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/delete_orphaned_routes_command_test.go b/integration/v7/isolated/delete_orphaned_routes_command_test.go index 6079739c76..aea05efaba 100644 --- a/integration/v7/isolated/delete_orphaned_routes_command_test.go +++ b/integration/v7/isolated/delete_orphaned_routes_command_test.go @@ -3,8 +3,8 @@ package isolated import ( "regexp" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/delete_private_domain_command_test.go b/integration/v7/isolated/delete_private_domain_command_test.go index 36aa68854c..d2a635430b 100644 --- a/integration/v7/isolated/delete_private_domain_command_test.go +++ b/integration/v7/isolated/delete_private_domain_command_test.go @@ -3,8 +3,8 @@ package isolated import ( "regexp" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/delete_route_command_test.go b/integration/v7/isolated/delete_route_command_test.go index 5d3848cfd8..ae4b0bd1be 100644 --- a/integration/v7/isolated/delete_route_command_test.go +++ b/integration/v7/isolated/delete_route_command_test.go @@ -3,9 +3,9 @@ package isolated import ( "regexp" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/delete_security_group_command_test.go b/integration/v7/isolated/delete_security_group_command_test.go index 6cf0746204..4678183691 100644 --- a/integration/v7/isolated/delete_security_group_command_test.go +++ b/integration/v7/isolated/delete_security_group_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/delete_service_broker_command_test.go b/integration/v7/isolated/delete_service_broker_command_test.go index fb078ba3a5..77ef3e1bd3 100644 --- a/integration/v7/isolated/delete_service_broker_command_test.go +++ b/integration/v7/isolated/delete_service_broker_command_test.go @@ -1,9 +1,9 @@ package isolated import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/delete_service_command_test.go b/integration/v7/isolated/delete_service_command_test.go index b2281a327f..46a7e2bf4d 100644 --- a/integration/v7/isolated/delete_service_command_test.go +++ b/integration/v7/isolated/delete_service_command_test.go @@ -3,8 +3,8 @@ package isolated import ( "time" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/delete_service_key_command_test.go b/integration/v7/isolated/delete_service_key_command_test.go index 4a055a2254..92d8956211 100644 --- a/integration/v7/isolated/delete_service_key_command_test.go +++ b/integration/v7/isolated/delete_service_key_command_test.go @@ -3,8 +3,8 @@ package isolated import ( "time" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/delete_shared_domain_command_test.go b/integration/v7/isolated/delete_shared_domain_command_test.go index e24f174c64..c619eef8a6 100644 --- a/integration/v7/isolated/delete_shared_domain_command_test.go +++ b/integration/v7/isolated/delete_shared_domain_command_test.go @@ -3,8 +3,8 @@ package isolated import ( "regexp" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/delete_space_command_test.go b/integration/v7/isolated/delete_space_command_test.go index ef7a33caa8..989a56c347 100644 --- a/integration/v7/isolated/delete_space_command_test.go +++ b/integration/v7/isolated/delete_space_command_test.go @@ -1,7 +1,7 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/delete_space_quota_command_test.go b/integration/v7/isolated/delete_space_quota_command_test.go index 6874a03544..cd99055aa9 100644 --- a/integration/v7/isolated/delete_space_quota_command_test.go +++ b/integration/v7/isolated/delete_space_quota_command_test.go @@ -1,7 +1,7 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/delete_user_command_test.go b/integration/v7/isolated/delete_user_command_test.go index 6e4912632c..a298891af1 100644 --- a/integration/v7/isolated/delete_user_command_test.go +++ b/integration/v7/isolated/delete_user_command_test.go @@ -1,7 +1,7 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/disable_org_isolation_command_test.go b/integration/v7/isolated/disable_org_isolation_command_test.go index 943ef2e2f3..e59f7e0207 100644 --- a/integration/v7/isolated/disable_org_isolation_command_test.go +++ b/integration/v7/isolated/disable_org_isolation_command_test.go @@ -1,7 +1,7 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/disable_service_access_command_test.go b/integration/v7/isolated/disable_service_access_command_test.go index 579cf4de72..893d594a1c 100644 --- a/integration/v7/isolated/disable_service_access_command_test.go +++ b/integration/v7/isolated/disable_service_access_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/disable_ssh_command_test.go b/integration/v7/isolated/disable_ssh_command_test.go index ba5563fa69..0442194328 100644 --- a/integration/v7/isolated/disable_ssh_command_test.go +++ b/integration/v7/isolated/disable_ssh_command_test.go @@ -3,9 +3,9 @@ package isolated import ( "fmt" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/disallow_space_ssh_command_test.go b/integration/v7/isolated/disallow_space_ssh_command_test.go index 9fad10a626..9a5ad1d979 100644 --- a/integration/v7/isolated/disallow_space_ssh_command_test.go +++ b/integration/v7/isolated/disallow_space_ssh_command_test.go @@ -1,9 +1,9 @@ package isolated import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/domains_command_test.go b/integration/v7/isolated/domains_command_test.go index 1fe17725ad..b22a5c8769 100644 --- a/integration/v7/isolated/domains_command_test.go +++ b/integration/v7/isolated/domains_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/download_droplet_command_test.go b/integration/v7/isolated/download_droplet_command_test.go index 8f302b2279..b263d51288 100644 --- a/integration/v7/isolated/download_droplet_command_test.go +++ b/integration/v7/isolated/download_droplet_command_test.go @@ -6,9 +6,9 @@ import ( "path/filepath" "regexp" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/droplets_command_test.go b/integration/v7/isolated/droplets_command_test.go index f9bc0d39d1..ba641c85c2 100644 --- a/integration/v7/isolated/droplets_command_test.go +++ b/integration/v7/isolated/droplets_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/enable_org_isolation_command_test.go b/integration/v7/isolated/enable_org_isolation_command_test.go index c295d97e56..0bf56401e9 100644 --- a/integration/v7/isolated/enable_org_isolation_command_test.go +++ b/integration/v7/isolated/enable_org_isolation_command_test.go @@ -1,7 +1,7 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/enable_service_access_command_test.go b/integration/v7/isolated/enable_service_access_command_test.go index 90b62be2e0..9ca94745d2 100644 --- a/integration/v7/isolated/enable_service_access_command_test.go +++ b/integration/v7/isolated/enable_service_access_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/enable_ssh_command_test.go b/integration/v7/isolated/enable_ssh_command_test.go index cfaa89bb3d..08a70ffe43 100644 --- a/integration/v7/isolated/enable_ssh_command_test.go +++ b/integration/v7/isolated/enable_ssh_command_test.go @@ -3,9 +3,9 @@ package isolated import ( "fmt" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/error_on_extra_arguments_test.go b/integration/v7/isolated/error_on_extra_arguments_test.go index 1f437759cb..c59735a4f7 100644 --- a/integration/v7/isolated/error_on_extra_arguments_test.go +++ b/integration/v7/isolated/error_on_extra_arguments_test.go @@ -1,7 +1,7 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/events_command_test.go b/integration/v7/isolated/events_command_test.go index d8f7aafe8f..2de313eac5 100644 --- a/integration/v7/isolated/events_command_test.go +++ b/integration/v7/isolated/events_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/feature_flag_command_test.go b/integration/v7/isolated/feature_flag_command_test.go index ae1b10fd07..a08666d543 100644 --- a/integration/v7/isolated/feature_flag_command_test.go +++ b/integration/v7/isolated/feature_flag_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/feature_flags_command_test.go b/integration/v7/isolated/feature_flags_command_test.go index 171d4628c5..d24958e3de 100644 --- a/integration/v7/isolated/feature_flags_command_test.go +++ b/integration/v7/isolated/feature_flags_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/get_health_check_command_test.go b/integration/v7/isolated/get_health_check_command_test.go index d3fcf3a680..c243e189d1 100644 --- a/integration/v7/isolated/get_health_check_command_test.go +++ b/integration/v7/isolated/get_health_check_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/help_command_test.go b/integration/v7/isolated/help_command_test.go index 46db19f9a9..a1fd0e77b0 100644 --- a/integration/v7/isolated/help_command_test.go +++ b/integration/v7/isolated/help_command_test.go @@ -4,8 +4,8 @@ import ( "os/exec" "strings" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/integration/v7/isolated/isolated_suite_test.go b/integration/v7/isolated/isolated_suite_test.go index dc376ee9ef..f399328279 100644 --- a/integration/v7/isolated/isolated_suite_test.go +++ b/integration/v7/isolated/isolated_suite_test.go @@ -3,7 +3,7 @@ package isolated import ( "testing" - "code.cloudfoundry.org/cli/integration/helpers/commonisolated" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/commonisolated" ) const ( diff --git a/integration/v7/isolated/isolation_segments_command_test.go b/integration/v7/isolated/isolation_segments_command_test.go index 7a598102ee..3c1839102b 100644 --- a/integration/v7/isolated/isolation_segments_command_test.go +++ b/integration/v7/isolated/isolation_segments_command_test.go @@ -1,7 +1,7 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/labels_command_test.go b/integration/v7/isolated/labels_command_test.go index 03d10e16c6..7579bdeb99 100644 --- a/integration/v7/isolated/labels_command_test.go +++ b/integration/v7/isolated/labels_command_test.go @@ -4,10 +4,10 @@ import ( "fmt" "regexp" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/login_command_test.go b/integration/v7/isolated/login_command_test.go index 70004c90b5..f3d3de0798 100644 --- a/integration/v7/isolated/login_command_test.go +++ b/integration/v7/isolated/login_command_test.go @@ -9,8 +9,8 @@ import ( "path/filepath" "regexp" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/logout_command_test.go b/integration/v7/isolated/logout_command_test.go index fb8ab630ac..7a3c53010c 100644 --- a/integration/v7/isolated/logout_command_test.go +++ b/integration/v7/isolated/logout_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/logs_command_test.go b/integration/v7/isolated/logs_command_test.go index 73cc08eac5..25ffb93d25 100644 --- a/integration/v7/isolated/logs_command_test.go +++ b/integration/v7/isolated/logs_command_test.go @@ -6,9 +6,9 @@ import ( "os/exec" "strings" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/map_route_command_test.go b/integration/v7/isolated/map_route_command_test.go index 3aaec9b04e..4c10c6fab7 100644 --- a/integration/v7/isolated/map_route_command_test.go +++ b/integration/v7/isolated/map_route_command_test.go @@ -3,9 +3,9 @@ package isolated import ( "fmt" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccversion" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccversion" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/integration/v7/isolated/marketplace_command_test.go b/integration/v7/isolated/marketplace_command_test.go index 288a59e9f2..1995a877f4 100644 --- a/integration/v7/isolated/marketplace_command_test.go +++ b/integration/v7/isolated/marketplace_command_test.go @@ -3,9 +3,9 @@ package isolated import ( "fmt" - "code.cloudfoundry.org/cli/integration/assets/hydrabroker/config" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/assets/hydrabroker/config" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/network_policies_command_test.go b/integration/v7/isolated/network_policies_command_test.go index 22fdba973d..6855bc10eb 100644 --- a/integration/v7/isolated/network_policies_command_test.go +++ b/integration/v7/isolated/network_policies_command_test.go @@ -3,7 +3,7 @@ package isolated import ( "regexp" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/oauth_client_test.go b/integration/v7/isolated/oauth_client_test.go index 5cdeb54cb8..e4dceeb44d 100644 --- a/integration/v7/isolated/oauth_client_test.go +++ b/integration/v7/isolated/oauth_client_test.go @@ -6,8 +6,8 @@ import ( "path/filepath" "regexp" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/oauth_token_command_test.go b/integration/v7/isolated/oauth_token_command_test.go index 38490c5322..484248a163 100644 --- a/integration/v7/isolated/oauth_token_command_test.go +++ b/integration/v7/isolated/oauth_token_command_test.go @@ -3,8 +3,8 @@ package isolated import ( "regexp" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/org_command_test.go b/integration/v7/isolated/org_command_test.go index d970a12074..5fbbcd26e6 100644 --- a/integration/v7/isolated/org_command_test.go +++ b/integration/v7/isolated/org_command_test.go @@ -3,7 +3,7 @@ package isolated import ( "sort" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/org_users_command_test.go b/integration/v7/isolated/org_users_command_test.go index d2dfe13b27..7ef2836b1b 100644 --- a/integration/v7/isolated/org_users_command_test.go +++ b/integration/v7/isolated/org_users_command_test.go @@ -3,7 +3,7 @@ package isolated import ( "regexp" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/orgs_command_test.go b/integration/v7/isolated/orgs_command_test.go index 2ff94fb174..393b25089d 100644 --- a/integration/v7/isolated/orgs_command_test.go +++ b/integration/v7/isolated/orgs_command_test.go @@ -3,7 +3,7 @@ package isolated import ( "regexp" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/packages_command_test.go b/integration/v7/isolated/packages_command_test.go index 83d65b59d7..f680f65005 100644 --- a/integration/v7/isolated/packages_command_test.go +++ b/integration/v7/isolated/packages_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/passwd_command_test.go b/integration/v7/isolated/passwd_command_test.go index 30181f6457..a129d99284 100644 --- a/integration/v7/isolated/passwd_command_test.go +++ b/integration/v7/isolated/passwd_command_test.go @@ -5,8 +5,8 @@ import ( "io" "strings" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/proxy_connection_test.go b/integration/v7/isolated/proxy_connection_test.go index ca2f8eb17e..635e401525 100644 --- a/integration/v7/isolated/proxy_connection_test.go +++ b/integration/v7/isolated/proxy_connection_test.go @@ -1,7 +1,7 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/purge_service_instance_command_test.go b/integration/v7/isolated/purge_service_instance_command_test.go index 09cc600fcb..e367946a12 100644 --- a/integration/v7/isolated/purge_service_instance_command_test.go +++ b/integration/v7/isolated/purge_service_instance_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/purge_service_offering_command_test.go b/integration/v7/isolated/purge_service_offering_command_test.go index 142a3c7587..e70d4cdbda 100644 --- a/integration/v7/isolated/purge_service_offering_command_test.go +++ b/integration/v7/isolated/purge_service_offering_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/remove_network_policy_command_test.go b/integration/v7/isolated/remove_network_policy_command_test.go index ffeb936994..0c01df2350 100644 --- a/integration/v7/isolated/remove_network_policy_command_test.go +++ b/integration/v7/isolated/remove_network_policy_command_test.go @@ -4,7 +4,7 @@ import ( "fmt" "regexp" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/rename_command_test.go b/integration/v7/isolated/rename_command_test.go index bdcf63054f..b6fc1abfc5 100644 --- a/integration/v7/isolated/rename_command_test.go +++ b/integration/v7/isolated/rename_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/rename_org_command_test.go b/integration/v7/isolated/rename_org_command_test.go index ecbda727b1..8deae2a68c 100644 --- a/integration/v7/isolated/rename_org_command_test.go +++ b/integration/v7/isolated/rename_org_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/rename_service_broker_command_test.go b/integration/v7/isolated/rename_service_broker_command_test.go index dc0e1a9fea..315096329f 100644 --- a/integration/v7/isolated/rename_service_broker_command_test.go +++ b/integration/v7/isolated/rename_service_broker_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/rename_service_command_test.go b/integration/v7/isolated/rename_service_command_test.go index 69d4692089..91c3ad145b 100644 --- a/integration/v7/isolated/rename_service_command_test.go +++ b/integration/v7/isolated/rename_service_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/rename_space_command_test.go b/integration/v7/isolated/rename_space_command_test.go index 1896018d98..2439bb4682 100644 --- a/integration/v7/isolated/rename_space_command_test.go +++ b/integration/v7/isolated/rename_space_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/reset_org_default_isolation_segment_command_test.go b/integration/v7/isolated/reset_org_default_isolation_segment_command_test.go index 181ede0e07..eab1bc2c5f 100644 --- a/integration/v7/isolated/reset_org_default_isolation_segment_command_test.go +++ b/integration/v7/isolated/reset_org_default_isolation_segment_command_test.go @@ -1,7 +1,7 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/reset_space_isolation_segment_test.go b/integration/v7/isolated/reset_space_isolation_segment_test.go index 5891bfe2ae..52f93c1036 100644 --- a/integration/v7/isolated/reset_space_isolation_segment_test.go +++ b/integration/v7/isolated/reset_space_isolation_segment_test.go @@ -1,7 +1,7 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/restage_command_test.go b/integration/v7/isolated/restage_command_test.go index eee7355cb4..fd2909fb58 100644 --- a/integration/v7/isolated/restage_command_test.go +++ b/integration/v7/isolated/restage_command_test.go @@ -6,7 +6,7 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/restart_app_instance_command_test.go b/integration/v7/isolated/restart_app_instance_command_test.go index d910294972..7bc8da8b04 100644 --- a/integration/v7/isolated/restart_app_instance_command_test.go +++ b/integration/v7/isolated/restart_app_instance_command_test.go @@ -3,10 +3,10 @@ package isolated import ( "fmt" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/restart_command_test.go b/integration/v7/isolated/restart_command_test.go index 42bbd23c7a..f01777d9f5 100644 --- a/integration/v7/isolated/restart_command_test.go +++ b/integration/v7/isolated/restart_command_test.go @@ -3,8 +3,8 @@ package isolated import ( "regexp" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/revision_command_test.go b/integration/v7/isolated/revision_command_test.go index 3daac4c21c..068f898b85 100644 --- a/integration/v7/isolated/revision_command_test.go +++ b/integration/v7/isolated/revision_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/revisions_command_test.go b/integration/v7/isolated/revisions_command_test.go index ee01477875..407fc05a7b 100644 --- a/integration/v7/isolated/revisions_command_test.go +++ b/integration/v7/isolated/revisions_command_test.go @@ -5,8 +5,8 @@ import ( "fmt" "regexp" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/rollback_command_test.go b/integration/v7/isolated/rollback_command_test.go index 458f379927..259bbd47fc 100644 --- a/integration/v7/isolated/rollback_command_test.go +++ b/integration/v7/isolated/rollback_command_test.go @@ -5,8 +5,8 @@ import ( "io/ioutil" "path/filepath" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/route_command_test.go b/integration/v7/isolated/route_command_test.go index 85d50275c4..2d06e42b0a 100644 --- a/integration/v7/isolated/route_command_test.go +++ b/integration/v7/isolated/route_command_test.go @@ -3,9 +3,9 @@ package isolated import ( "fmt" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccversion" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccversion" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/router_groups_command_test.go b/integration/v7/isolated/router_groups_command_test.go index f4b5d3cd96..98c1117118 100644 --- a/integration/v7/isolated/router_groups_command_test.go +++ b/integration/v7/isolated/router_groups_command_test.go @@ -1,7 +1,7 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/routes_command_test.go b/integration/v7/isolated/routes_command_test.go index 7381386736..8a37dbd46c 100644 --- a/integration/v7/isolated/routes_command_test.go +++ b/integration/v7/isolated/routes_command_test.go @@ -3,10 +3,10 @@ package isolated import ( "fmt" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccversion" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccversion" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/run_task_command_test.go b/integration/v7/isolated/run_task_command_test.go index 05ec1f3d15..473e4da182 100644 --- a/integration/v7/isolated/run_task_command_test.go +++ b/integration/v7/isolated/run_task_command_test.go @@ -4,7 +4,7 @@ import ( "fmt" "path" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/scale_command_test.go b/integration/v7/isolated/scale_command_test.go index 1c3d3c3e3f..d18459a8a0 100644 --- a/integration/v7/isolated/scale_command_test.go +++ b/integration/v7/isolated/scale_command_test.go @@ -4,9 +4,9 @@ import ( "fmt" "strings" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/security_groups_command_test.go b/integration/v7/isolated/security_groups_command_test.go index e92e78c24b..a607ee4caa 100644 --- a/integration/v7/isolated/security_groups_command_test.go +++ b/integration/v7/isolated/security_groups_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/service_access_command_test.go b/integration/v7/isolated/service_access_command_test.go index 43384585d3..409a8341a5 100644 --- a/integration/v7/isolated/service_access_command_test.go +++ b/integration/v7/isolated/service_access_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/service_brokers_command_test.go b/integration/v7/isolated/service_brokers_command_test.go index 84e050170e..4f070dd395 100644 --- a/integration/v7/isolated/service_brokers_command_test.go +++ b/integration/v7/isolated/service_brokers_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/service_command_test.go b/integration/v7/isolated/service_command_test.go index 39dcc1e664..b95577f578 100644 --- a/integration/v7/isolated/service_command_test.go +++ b/integration/v7/isolated/service_command_test.go @@ -5,8 +5,8 @@ import ( "strings" "time" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/service_key_command_test.go b/integration/v7/isolated/service_key_command_test.go index 28ba833ca9..572767aab3 100644 --- a/integration/v7/isolated/service_key_command_test.go +++ b/integration/v7/isolated/service_key_command_test.go @@ -1,12 +1,12 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" . "github.com/onsi/gomega/gexec" . "github.com/onsi/gomega/gbytes" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/integration/v7/isolated/service_keys_command_test.go b/integration/v7/isolated/service_keys_command_test.go index f018986d68..28e7075da6 100644 --- a/integration/v7/isolated/service_keys_command_test.go +++ b/integration/v7/isolated/service_keys_command_test.go @@ -3,8 +3,8 @@ package isolated import ( "time" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/services_command_test.go b/integration/v7/isolated/services_command_test.go index 348313e7b4..b201c42429 100644 --- a/integration/v7/isolated/services_command_test.go +++ b/integration/v7/isolated/services_command_test.go @@ -1,9 +1,9 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/assets/hydrabroker/config" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/assets/hydrabroker/config" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/set_droplet_command_test.go b/integration/v7/isolated/set_droplet_command_test.go index b75a4349df..4893255876 100644 --- a/integration/v7/isolated/set_droplet_command_test.go +++ b/integration/v7/isolated/set_droplet_command_test.go @@ -3,8 +3,8 @@ package isolated import ( "regexp" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/set_env_command_test.go b/integration/v7/isolated/set_env_command_test.go index fd5afe6a35..e603e58825 100644 --- a/integration/v7/isolated/set_env_command_test.go +++ b/integration/v7/isolated/set_env_command_test.go @@ -3,9 +3,9 @@ package isolated import ( "fmt" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/set_health_check_command_test.go b/integration/v7/isolated/set_health_check_command_test.go index a03fcf675a..801e8c8a0b 100644 --- a/integration/v7/isolated/set_health_check_command_test.go +++ b/integration/v7/isolated/set_health_check_command_test.go @@ -3,9 +3,9 @@ package isolated import ( "regexp" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/set_label_command_test.go b/integration/v7/isolated/set_label_command_test.go index 4009175387..775690caa1 100644 --- a/integration/v7/isolated/set_label_command_test.go +++ b/integration/v7/isolated/set_label_command_test.go @@ -4,10 +4,10 @@ import ( "fmt" "regexp" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/set_org_default_isolation_segment_command_test.go b/integration/v7/isolated/set_org_default_isolation_segment_command_test.go index f15ef04046..228650faf1 100644 --- a/integration/v7/isolated/set_org_default_isolation_segment_command_test.go +++ b/integration/v7/isolated/set_org_default_isolation_segment_command_test.go @@ -1,7 +1,7 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/set_org_quota_command_test.go b/integration/v7/isolated/set_org_quota_command_test.go index fd1fd1bcc6..3123e02e14 100644 --- a/integration/v7/isolated/set_org_quota_command_test.go +++ b/integration/v7/isolated/set_org_quota_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/set_org_role_command_test.go b/integration/v7/isolated/set_org_role_command_test.go index 4428cf074f..33cdc893c9 100644 --- a/integration/v7/isolated/set_org_role_command_test.go +++ b/integration/v7/isolated/set_org_role_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/set_space_isolation_segment_command_test.go b/integration/v7/isolated/set_space_isolation_segment_command_test.go index 4405098084..da506c296d 100644 --- a/integration/v7/isolated/set_space_isolation_segment_command_test.go +++ b/integration/v7/isolated/set_space_isolation_segment_command_test.go @@ -1,7 +1,7 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/set_space_quota_command_test.go b/integration/v7/isolated/set_space_quota_command_test.go index d92344b6cd..4a92a24297 100644 --- a/integration/v7/isolated/set_space_quota_command_test.go +++ b/integration/v7/isolated/set_space_quota_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/set_space_role_command_test.go b/integration/v7/isolated/set_space_role_command_test.go index 8cce52ff55..d2038c70aa 100644 --- a/integration/v7/isolated/set_space_role_command_test.go +++ b/integration/v7/isolated/set_space_role_command_test.go @@ -1,7 +1,7 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/share_private_domain_test.go b/integration/v7/isolated/share_private_domain_test.go index c4be911f8e..47546404e3 100644 --- a/integration/v7/isolated/share_private_domain_test.go +++ b/integration/v7/isolated/share_private_domain_test.go @@ -3,9 +3,9 @@ package isolated import ( "regexp" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/share_route_command_test.go b/integration/v7/isolated/share_route_command_test.go index d3f8affe88..5b92187c48 100644 --- a/integration/v7/isolated/share_route_command_test.go +++ b/integration/v7/isolated/share_route_command_test.go @@ -1,9 +1,9 @@ package isolated import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccversion" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccversion" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/share_service_command_test.go b/integration/v7/isolated/share_service_command_test.go index ee67eb057c..cafe0999d9 100644 --- a/integration/v7/isolated/share_service_command_test.go +++ b/integration/v7/isolated/share_service_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/integration/v7/isolated/space_command_test.go b/integration/v7/isolated/space_command_test.go index 6033480096..207326d487 100644 --- a/integration/v7/isolated/space_command_test.go +++ b/integration/v7/isolated/space_command_test.go @@ -3,10 +3,10 @@ package isolated import ( "fmt" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/space_quota_command_test.go b/integration/v7/isolated/space_quota_command_test.go index 34798df7ef..ee4d4f4b3a 100644 --- a/integration/v7/isolated/space_quota_command_test.go +++ b/integration/v7/isolated/space_quota_command_test.go @@ -1,7 +1,7 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/space_quotas_command_test.go b/integration/v7/isolated/space_quotas_command_test.go index 880a561560..246c8e4e8a 100644 --- a/integration/v7/isolated/space_quotas_command_test.go +++ b/integration/v7/isolated/space_quotas_command_test.go @@ -1,7 +1,7 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/space_ssh_allowed_command_test.go b/integration/v7/isolated/space_ssh_allowed_command_test.go index a115fa6483..0b2233b4b2 100644 --- a/integration/v7/isolated/space_ssh_allowed_command_test.go +++ b/integration/v7/isolated/space_ssh_allowed_command_test.go @@ -1,7 +1,7 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/space_users_command_test.go b/integration/v7/isolated/space_users_command_test.go index 5d090b2f57..d867cadd67 100644 --- a/integration/v7/isolated/space_users_command_test.go +++ b/integration/v7/isolated/space_users_command_test.go @@ -8,8 +8,8 @@ import ( . "github.com/onsi/gomega/gbytes" . "github.com/onsi/gomega/gexec" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccversion" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccversion" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" ) var _ = Describe("space-users command", func() { diff --git a/integration/v7/isolated/spaces_command_test.go b/integration/v7/isolated/spaces_command_test.go index 0357a5e9ea..bcf053992d 100644 --- a/integration/v7/isolated/spaces_command_test.go +++ b/integration/v7/isolated/spaces_command_test.go @@ -3,7 +3,7 @@ package isolated import ( "regexp" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/ssh_code_command_test.go b/integration/v7/isolated/ssh_code_command_test.go index 54316f2e63..c0941a53e3 100644 --- a/integration/v7/isolated/ssh_code_command_test.go +++ b/integration/v7/isolated/ssh_code_command_test.go @@ -1,7 +1,7 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/integration/v7/isolated/ssh_command_test.go b/integration/v7/isolated/ssh_command_test.go index 69229a4adf..8037c1b333 100644 --- a/integration/v7/isolated/ssh_command_test.go +++ b/integration/v7/isolated/ssh_command_test.go @@ -5,9 +5,9 @@ import ( "net/http" "time" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/ssh_enabled_command_test.go b/integration/v7/isolated/ssh_enabled_command_test.go index f5f13781c8..647fb1d6ea 100644 --- a/integration/v7/isolated/ssh_enabled_command_test.go +++ b/integration/v7/isolated/ssh_enabled_command_test.go @@ -1,9 +1,9 @@ package isolated import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/stack_command_test.go b/integration/v7/isolated/stack_command_test.go index 73e138e34d..57aabb77b9 100644 --- a/integration/v7/isolated/stack_command_test.go +++ b/integration/v7/isolated/stack_command_test.go @@ -4,9 +4,9 @@ import ( "fmt" "regexp" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/stacks_command_test.go b/integration/v7/isolated/stacks_command_test.go index 8911396ddc..6e878c0f7d 100644 --- a/integration/v7/isolated/stacks_command_test.go +++ b/integration/v7/isolated/stacks_command_test.go @@ -3,8 +3,8 @@ package isolated import ( "regexp" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/stage_package_command_test.go b/integration/v7/isolated/stage_package_command_test.go index 29091d49a2..50cdaf6a25 100644 --- a/integration/v7/isolated/stage_package_command_test.go +++ b/integration/v7/isolated/stage_package_command_test.go @@ -3,9 +3,9 @@ package isolated import ( "regexp" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/start_command_test.go b/integration/v7/isolated/start_command_test.go index 00d7887f79..554ad46677 100644 --- a/integration/v7/isolated/start_command_test.go +++ b/integration/v7/isolated/start_command_test.go @@ -4,8 +4,8 @@ import ( "fmt" "strings" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" "regexp" diff --git a/integration/v7/isolated/stop_command_test.go b/integration/v7/isolated/stop_command_test.go index 4ceb44b77d..20f25a4e32 100644 --- a/integration/v7/isolated/stop_command_test.go +++ b/integration/v7/isolated/stop_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/table_alignment_test.go b/integration/v7/isolated/table_alignment_test.go index 46e3cfc7cf..99c5fea0dd 100644 --- a/integration/v7/isolated/table_alignment_test.go +++ b/integration/v7/isolated/table_alignment_test.go @@ -1,7 +1,7 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/target_command_test.go b/integration/v7/isolated/target_command_test.go index 6741b7e59a..cb16ed9723 100644 --- a/integration/v7/isolated/target_command_test.go +++ b/integration/v7/isolated/target_command_test.go @@ -1,9 +1,9 @@ package isolated import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/util/configv3" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/integration/v7/isolated/tasks_command_test.go b/integration/v7/isolated/tasks_command_test.go index 4c19fa0d48..631608a520 100644 --- a/integration/v7/isolated/tasks_command_test.go +++ b/integration/v7/isolated/tasks_command_test.go @@ -3,7 +3,7 @@ package isolated import ( "fmt" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/terminate_task_command_test.go b/integration/v7/isolated/terminate_task_command_test.go index 93d5937739..eff407e148 100644 --- a/integration/v7/isolated/terminate_task_command_test.go +++ b/integration/v7/isolated/terminate_task_command_test.go @@ -3,7 +3,7 @@ package isolated import ( "fmt" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/token_refresh_test.go b/integration/v7/isolated/token_refresh_test.go index 0eec8352a3..3348f2c80f 100644 --- a/integration/v7/isolated/token_refresh_test.go +++ b/integration/v7/isolated/token_refresh_test.go @@ -1,8 +1,8 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/integration/v7/isolated/unbind_route_service_command_test.go b/integration/v7/isolated/unbind_route_service_command_test.go index 1db4aa1eac..c85f9e3ead 100644 --- a/integration/v7/isolated/unbind_route_service_command_test.go +++ b/integration/v7/isolated/unbind_route_service_command_test.go @@ -4,9 +4,9 @@ import ( "regexp" "time" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/unbind_service_command_test.go b/integration/v7/isolated/unbind_service_command_test.go index f5c4a921cf..a24f7c3e65 100644 --- a/integration/v7/isolated/unbind_service_command_test.go +++ b/integration/v7/isolated/unbind_service_command_test.go @@ -3,9 +3,9 @@ package isolated import ( "time" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" - "code.cloudfoundry.org/cli/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/unmap_route_command_test.go b/integration/v7/isolated/unmap_route_command_test.go index c8e0778ef9..db5de6f9c7 100644 --- a/integration/v7/isolated/unmap_route_command_test.go +++ b/integration/v7/isolated/unmap_route_command_test.go @@ -3,8 +3,8 @@ package isolated import ( "fmt" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/unset_env_command_test.go b/integration/v7/isolated/unset_env_command_test.go index 866181eb17..60594951e8 100644 --- a/integration/v7/isolated/unset_env_command_test.go +++ b/integration/v7/isolated/unset_env_command_test.go @@ -3,9 +3,9 @@ package isolated import ( "fmt" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/unset_label_command_test.go b/integration/v7/isolated/unset_label_command_test.go index c63edc1a94..cfb4168cba 100644 --- a/integration/v7/isolated/unset_label_command_test.go +++ b/integration/v7/isolated/unset_label_command_test.go @@ -4,9 +4,9 @@ import ( "fmt" "regexp" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/unset_org_role_command_test.go b/integration/v7/isolated/unset_org_role_command_test.go index 3cc336c15a..9814c19ac3 100644 --- a/integration/v7/isolated/unset_org_role_command_test.go +++ b/integration/v7/isolated/unset_org_role_command_test.go @@ -3,7 +3,7 @@ package isolated import ( "fmt" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/unset_space_quota_command_test.go b/integration/v7/isolated/unset_space_quota_command_test.go index c3183e69fd..4e86d454f8 100644 --- a/integration/v7/isolated/unset_space_quota_command_test.go +++ b/integration/v7/isolated/unset_space_quota_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/unset_space_role_command_test.go b/integration/v7/isolated/unset_space_role_command_test.go index f6cf0937ce..4a080468ec 100644 --- a/integration/v7/isolated/unset_space_role_command_test.go +++ b/integration/v7/isolated/unset_space_role_command_test.go @@ -3,7 +3,7 @@ package isolated import ( "fmt" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/unshare_private_domain_test.go b/integration/v7/isolated/unshare_private_domain_test.go index 2287b5e8cb..9f6f4a558c 100644 --- a/integration/v7/isolated/unshare_private_domain_test.go +++ b/integration/v7/isolated/unshare_private_domain_test.go @@ -1,8 +1,8 @@ package isolated import ( - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/unshare_service_command_test.go b/integration/v7/isolated/unshare_service_command_test.go index 5fb64f8edc..2978be60b8 100644 --- a/integration/v7/isolated/unshare_service_command_test.go +++ b/integration/v7/isolated/unshare_service_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/update_destination_command_test.go b/integration/v7/isolated/update_destination_command_test.go index 6052d8795b..85cefa0e27 100644 --- a/integration/v7/isolated/update_destination_command_test.go +++ b/integration/v7/isolated/update_destination_command_test.go @@ -1,9 +1,9 @@ package isolated import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccversion" - . "code.cloudfoundry.org/cli/cf/util/testhelpers/matchers" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccversion" + . "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/matchers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/update_org_quota_command_test.go b/integration/v7/isolated/update_org_quota_command_test.go index e38efddd29..180968e3c2 100644 --- a/integration/v7/isolated/update_org_quota_command_test.go +++ b/integration/v7/isolated/update_org_quota_command_test.go @@ -1,7 +1,7 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/update_service_broker_command_test.go b/integration/v7/isolated/update_service_broker_command_test.go index 46933da599..53e94f1b11 100644 --- a/integration/v7/isolated/update_service_broker_command_test.go +++ b/integration/v7/isolated/update_service_broker_command_test.go @@ -1,8 +1,8 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/update_service_command_test.go b/integration/v7/isolated/update_service_command_test.go index 6f18d8fea8..6367500482 100644 --- a/integration/v7/isolated/update_service_command_test.go +++ b/integration/v7/isolated/update_service_command_test.go @@ -4,8 +4,8 @@ import ( "os" "time" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/integration/v7/isolated/update_space_quota_command_test.go b/integration/v7/isolated/update_space_quota_command_test.go index 5d70363ba1..30e54297b4 100644 --- a/integration/v7/isolated/update_space_quota_command_test.go +++ b/integration/v7/isolated/update_space_quota_command_test.go @@ -1,7 +1,7 @@ package isolated import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/update_user_provided_service_command_test.go b/integration/v7/isolated/update_user_provided_service_command_test.go index 2556ceb389..e708a829a2 100644 --- a/integration/v7/isolated/update_user_provided_service_command_test.go +++ b/integration/v7/isolated/update_user_provided_service_command_test.go @@ -3,7 +3,7 @@ package isolated import ( "os" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/upgrade_service_command_test.go b/integration/v7/isolated/upgrade_service_command_test.go index 41f30093ed..419fcdd4c2 100644 --- a/integration/v7/isolated/upgrade_service_command_test.go +++ b/integration/v7/isolated/upgrade_service_command_test.go @@ -3,9 +3,9 @@ package isolated import ( "time" - "code.cloudfoundry.org/cli/integration/assets/hydrabroker/config" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/helpers/servicebrokerstub" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/assets/hydrabroker/config" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers/servicebrokerstub" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/isolated/verbose_flag_test.go b/integration/v7/isolated/verbose_flag_test.go index 466266c9d7..3da98fa240 100644 --- a/integration/v7/isolated/verbose_flag_test.go +++ b/integration/v7/isolated/verbose_flag_test.go @@ -7,8 +7,8 @@ import ( "runtime" "strings" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/integration/v7/push/app_start_timeout_flag_test.go b/integration/v7/push/app_start_timeout_flag_test.go index a8c703dc2b..c48788d2b1 100644 --- a/integration/v7/push/app_start_timeout_flag_test.go +++ b/integration/v7/push/app_start_timeout_flag_test.go @@ -6,7 +6,7 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gexec" diff --git a/integration/v7/push/buildpacks_test.go b/integration/v7/push/buildpacks_test.go index 9420272d70..54b96e5d83 100644 --- a/integration/v7/push/buildpacks_test.go +++ b/integration/v7/push/buildpacks_test.go @@ -1,7 +1,7 @@ package push import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/push/cfignore_test.go b/integration/v7/push/cfignore_test.go index 45c735fdcf..175d16d35c 100644 --- a/integration/v7/push/cfignore_test.go +++ b/integration/v7/push/cfignore_test.go @@ -5,7 +5,7 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gexec" diff --git a/integration/v7/push/combination_manifest_and_flag_test.go b/integration/v7/push/combination_manifest_and_flag_test.go index 315767dd26..1d69f318b5 100644 --- a/integration/v7/push/combination_manifest_and_flag_test.go +++ b/integration/v7/push/combination_manifest_and_flag_test.go @@ -6,7 +6,7 @@ import ( "path/filepath" "regexp" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/integration/v7/push/disk_flag_test.go b/integration/v7/push/disk_flag_test.go index 2729bd1d29..202e199ce9 100644 --- a/integration/v7/push/disk_flag_test.go +++ b/integration/v7/push/disk_flag_test.go @@ -1,7 +1,7 @@ package push import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/push/docker_test.go b/integration/v7/push/docker_test.go index a6ad720d08..785782a873 100644 --- a/integration/v7/push/docker_test.go +++ b/integration/v7/push/docker_test.go @@ -4,7 +4,7 @@ import ( "io/ioutil" "path/filepath" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/push/droplet_flag_test.go b/integration/v7/push/droplet_flag_test.go index 66d3e24b25..427b75399d 100644 --- a/integration/v7/push/droplet_flag_test.go +++ b/integration/v7/push/droplet_flag_test.go @@ -5,7 +5,7 @@ import ( "io/ioutil" "os" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/push/health_check_test.go b/integration/v7/push/health_check_test.go index 1f0f764515..d5d577a3cf 100644 --- a/integration/v7/push/health_check_test.go +++ b/integration/v7/push/health_check_test.go @@ -3,7 +3,7 @@ package push import ( "path/filepath" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/push/help_test.go b/integration/v7/push/help_test.go index 526c611d0f..b7ffe42974 100644 --- a/integration/v7/push/help_test.go +++ b/integration/v7/push/help_test.go @@ -4,7 +4,7 @@ import ( "regexp" "strings" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/push/ignore_app_files_test.go b/integration/v7/push/ignore_app_files_test.go index 8bc27d1058..696f835e12 100644 --- a/integration/v7/push/ignore_app_files_test.go +++ b/integration/v7/push/ignore_app_files_test.go @@ -4,7 +4,7 @@ import ( "io/ioutil" "path/filepath" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/integration/v7/push/input_errors_test.go b/integration/v7/push/input_errors_test.go index 413ab6e40b..eb942d6002 100644 --- a/integration/v7/push/input_errors_test.go +++ b/integration/v7/push/input_errors_test.go @@ -1,7 +1,7 @@ package push import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/push/instances_flag_test.go b/integration/v7/push/instances_flag_test.go index 14f8e99b54..41f6152881 100644 --- a/integration/v7/push/instances_flag_test.go +++ b/integration/v7/push/instances_flag_test.go @@ -3,7 +3,7 @@ package push import ( "time" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/push/manifest_diff_test.go b/integration/v7/push/manifest_diff_test.go index cd3a56ce4f..ea4cdc2d25 100644 --- a/integration/v7/push/manifest_diff_test.go +++ b/integration/v7/push/manifest_diff_test.go @@ -3,7 +3,7 @@ package push import ( "path/filepath" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/push/manifest_location_test.go b/integration/v7/push/manifest_location_test.go index 0761441a70..6dca14765d 100644 --- a/integration/v7/push/manifest_location_test.go +++ b/integration/v7/push/manifest_location_test.go @@ -4,7 +4,7 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/push/manifest_with_app_name_and_no_route_flag_test.go b/integration/v7/push/manifest_with_app_name_and_no_route_flag_test.go index c490c6e222..a9d4d6056d 100644 --- a/integration/v7/push/manifest_with_app_name_and_no_route_flag_test.go +++ b/integration/v7/push/manifest_with_app_name_and_no_route_flag_test.go @@ -6,7 +6,7 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/push/manifest_with_app_name_test.go b/integration/v7/push/manifest_with_app_name_test.go index 3d004dae3f..95136e4ee4 100644 --- a/integration/v7/push/manifest_with_app_name_test.go +++ b/integration/v7/push/manifest_with_app_name_test.go @@ -6,7 +6,7 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/push/memory_flag_test.go b/integration/v7/push/memory_flag_test.go index 28e81bf476..9e9c2d58e1 100644 --- a/integration/v7/push/memory_flag_test.go +++ b/integration/v7/push/memory_flag_test.go @@ -3,7 +3,7 @@ package push import ( "time" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/push/name_only_test.go b/integration/v7/push/name_only_test.go index 2d80d195d0..8ce13cdab6 100644 --- a/integration/v7/push/name_only_test.go +++ b/integration/v7/push/name_only_test.go @@ -1,7 +1,7 @@ package push import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/push/no_route_test.go b/integration/v7/push/no_route_test.go index 3fdea25f1f..559c50f91e 100644 --- a/integration/v7/push/no_route_test.go +++ b/integration/v7/push/no_route_test.go @@ -3,7 +3,7 @@ package push import ( "path/filepath" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/push/no_start_test.go b/integration/v7/push/no_start_test.go index 2708692551..d920140a00 100644 --- a/integration/v7/push/no_start_test.go +++ b/integration/v7/push/no_start_test.go @@ -1,7 +1,7 @@ package push import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/integration/v7/push/no_wait_test.go b/integration/v7/push/no_wait_test.go index ca7798dda5..72c8e0fc27 100644 --- a/integration/v7/push/no_wait_test.go +++ b/integration/v7/push/no_wait_test.go @@ -1,7 +1,7 @@ package push import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/push/path_test.go b/integration/v7/push/path_test.go index f1b0914afe..ca0ca1d7fb 100644 --- a/integration/v7/push/path_test.go +++ b/integration/v7/push/path_test.go @@ -8,7 +8,7 @@ import ( "path/filepath" "runtime" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/push/push_output_test.go b/integration/v7/push/push_output_test.go index a47373158e..50049d9762 100644 --- a/integration/v7/push/push_output_test.go +++ b/integration/v7/push/push_output_test.go @@ -5,7 +5,7 @@ import ( "regexp" "time" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/integration/v7/push/push_suite_test.go b/integration/v7/push/push_suite_test.go index edf730363b..929da1153f 100644 --- a/integration/v7/push/push_suite_test.go +++ b/integration/v7/push/push_suite_test.go @@ -7,7 +7,7 @@ import ( "testing" "time" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/integration/v7/push/random_route_test.go b/integration/v7/push/random_route_test.go index 2dc130ac88..40d217971c 100644 --- a/integration/v7/push/random_route_test.go +++ b/integration/v7/push/random_route_test.go @@ -5,7 +5,7 @@ import ( "path" "time" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/push/resource_matching_test.go b/integration/v7/push/resource_matching_test.go index 2af37efb83..864229c193 100644 --- a/integration/v7/push/resource_matching_test.go +++ b/integration/v7/push/resource_matching_test.go @@ -7,7 +7,7 @@ import ( "strings" "time" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/push/rolling_push_test.go b/integration/v7/push/rolling_push_test.go index 1b4739e507..3bf013217c 100644 --- a/integration/v7/push/rolling_push_test.go +++ b/integration/v7/push/rolling_push_test.go @@ -3,7 +3,7 @@ package push import ( "fmt" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/push/simple_manifest_only_test.go b/integration/v7/push/simple_manifest_only_test.go index 2b8e2017c7..49a9103988 100644 --- a/integration/v7/push/simple_manifest_only_test.go +++ b/integration/v7/push/simple_manifest_only_test.go @@ -5,7 +5,7 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/integration/v7/push/stacks_test.go b/integration/v7/push/stacks_test.go index ea384ed31a..5a10dd5493 100644 --- a/integration/v7/push/stacks_test.go +++ b/integration/v7/push/stacks_test.go @@ -1,7 +1,7 @@ package push import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/push/start_command_test.go b/integration/v7/push/start_command_test.go index 893fbf0fe1..fa9c3f6dd0 100644 --- a/integration/v7/push/start_command_test.go +++ b/integration/v7/push/start_command_test.go @@ -3,7 +3,7 @@ package push import ( "fmt" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" diff --git a/integration/v7/push/symlink_resources_test.go b/integration/v7/push/symlink_resources_test.go index ee2918c3dc..f0a79cb42a 100644 --- a/integration/v7/push/symlink_resources_test.go +++ b/integration/v7/push/symlink_resources_test.go @@ -5,7 +5,7 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/integration/v7/push/symlink_test.go b/integration/v7/push/symlink_test.go index 93bc7f842b..89d19958e4 100644 --- a/integration/v7/push/symlink_test.go +++ b/integration/v7/push/symlink_test.go @@ -5,7 +5,7 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gexec" diff --git a/integration/v7/push/targeting_test.go b/integration/v7/push/targeting_test.go index eb532fcbd8..6817a03cc8 100644 --- a/integration/v7/push/targeting_test.go +++ b/integration/v7/push/targeting_test.go @@ -1,7 +1,7 @@ package push import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" ) diff --git a/integration/v7/push/tasks_test.go b/integration/v7/push/tasks_test.go index 63f2f56609..e4dc84fe84 100644 --- a/integration/v7/push/tasks_test.go +++ b/integration/v7/push/tasks_test.go @@ -1,7 +1,7 @@ package push import ( - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/integration/v7/selfcontained/api_command_test.go b/integration/v7/selfcontained/api_command_test.go index 3347cb83b1..1d0a11e317 100644 --- a/integration/v7/selfcontained/api_command_test.go +++ b/integration/v7/selfcontained/api_command_test.go @@ -3,10 +3,10 @@ package selfcontained_test import ( "net/http" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/v7/selfcontained/fake" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/v7/selfcontained/fake" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "github.com/onsi/gomega/gexec" diff --git a/integration/v7/selfcontained/create_space_command_test.go b/integration/v7/selfcontained/create_space_command_test.go index 21c7e65ccb..06f3bebcba 100644 --- a/integration/v7/selfcontained/create_space_command_test.go +++ b/integration/v7/selfcontained/create_space_command_test.go @@ -5,9 +5,9 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/v7/selfcontained/fake" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/v7/selfcontained/fake" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "github.com/onsi/gomega/gbytes" diff --git a/integration/v7/selfcontained/kubernetes_auth_log_test.go b/integration/v7/selfcontained/kubernetes_auth_log_test.go index 8d2d244c4c..456f264820 100644 --- a/integration/v7/selfcontained/kubernetes_auth_log_test.go +++ b/integration/v7/selfcontained/kubernetes_auth_log_test.go @@ -4,15 +4,15 @@ import ( "net/http" "path/filepath" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/v7/selfcontained/fake" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/v7/selfcontained/fake" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "github.com/onsi/gomega/gexec" apiv1 "k8s.io/client-go/tools/clientcmd/api/v1" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" ) var _ = Describe("logclient auth-provider", func() { diff --git a/integration/v7/selfcontained/kubernetes_auth_test.go b/integration/v7/selfcontained/kubernetes_auth_test.go index dfaa8d8bfa..8c9a2278a0 100644 --- a/integration/v7/selfcontained/kubernetes_auth_test.go +++ b/integration/v7/selfcontained/kubernetes_auth_test.go @@ -9,10 +9,10 @@ import ( "github.com/onsi/gomega/gexec" apiv1 "k8s.io/client-go/tools/clientcmd/api/v1" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/v7/selfcontained/fake" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/v7/selfcontained/fake" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" ) var _ = Describe("auth-provider", func() { diff --git a/integration/v7/selfcontained/login_command_test.go b/integration/v7/selfcontained/login_command_test.go index 5def6b7b45..df702b4a1c 100644 --- a/integration/v7/selfcontained/login_command_test.go +++ b/integration/v7/selfcontained/login_command_test.go @@ -12,11 +12,11 @@ import ( "github.com/onsi/gomega/gexec" apiv1 "k8s.io/client-go/tools/clientcmd/api/v1" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/v7/selfcontained/fake" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/v7/selfcontained/fake" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" ) var _ = Describe("LoginCommand", func() { diff --git a/integration/v7/selfcontained/logout_command_test.go b/integration/v7/selfcontained/logout_command_test.go index b607be4146..2de13ffcc6 100644 --- a/integration/v7/selfcontained/logout_command_test.go +++ b/integration/v7/selfcontained/logout_command_test.go @@ -9,9 +9,9 @@ import ( "github.com/onsi/gomega/gexec" apiv1 "k8s.io/client-go/tools/clientcmd/api/v1" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/v7/selfcontained/fake" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/v7/selfcontained/fake" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" ) var _ = Describe("cf logout", func() { diff --git a/integration/v7/selfcontained/selfcontained_suite_test.go b/integration/v7/selfcontained/selfcontained_suite_test.go index 403915d2ae..dff15c4c6d 100644 --- a/integration/v7/selfcontained/selfcontained_suite_test.go +++ b/integration/v7/selfcontained/selfcontained_suite_test.go @@ -12,9 +12,9 @@ import ( "testing" "time" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/integration/v7/selfcontained/fake" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/v7/selfcontained/fake" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" "github.com/SermoDigital/jose/crypto" "github.com/SermoDigital/jose/jws" . "github.com/onsi/ginkgo" diff --git a/main.go b/main.go index be48a9b048..e827e16f54 100644 --- a/main.go +++ b/main.go @@ -7,13 +7,13 @@ import ( "fmt" "os" - "code.cloudfoundry.org/cli/cf/cmd" - "code.cloudfoundry.org/cli/command/common" - "code.cloudfoundry.org/cli/util/command_parser" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/panichandler" - plugin_util "code.cloudfoundry.org/cli/util/plugin" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/cmd" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/common" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/command_parser" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/panichandler" + plugin_util "github.com/LukasHeimann/cloudfoundrycli/v8/util/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) func main() { diff --git a/plugin/cli_connection.go b/plugin/cli_connection.go index d1a902997d..d26d8df09a 100644 --- a/plugin/cli_connection.go +++ b/plugin/cli_connection.go @@ -8,7 +8,7 @@ import ( "os" "time" - plugin_models "code.cloudfoundry.org/cli/plugin/models" + plugin_models "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/models" ) type cliConnection struct { diff --git a/plugin/plugin.go b/plugin/plugin.go index 47853eb4d4..0cbfaf1c57 100644 --- a/plugin/plugin.go +++ b/plugin/plugin.go @@ -1,6 +1,6 @@ package plugin -import plugin_models "code.cloudfoundry.org/cli/plugin/models" +import plugin_models "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/models" /** Command interface needs to be implemented for a runnable plugin of `cf` diff --git a/plugin/plugin_examples/basic_plugin.go b/plugin/plugin_examples/basic_plugin.go index f3d7f90d76..e1842a187c 100644 --- a/plugin/plugin_examples/basic_plugin.go +++ b/plugin/plugin_examples/basic_plugin.go @@ -3,11 +3,11 @@ package main import ( "fmt" - "code.cloudfoundry.org/cli/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin" ) // BasicPlugin is the struct implementing the interface defined by the core CLI. It can -// be found at "code.cloudfoundry.org/cli/plugin/plugin.go" +// be found at "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/plugin.go" type BasicPlugin struct{} // Run must be implemented by any plugin because it is part of the @@ -77,7 +77,7 @@ func main() { // Any initialization for your plugin can be handled here // // Note: to run the plugin.Start method, we pass in a pointer to the struct - // implementing the interface defined at "code.cloudfoundry.org/cli/plugin/plugin.go" + // implementing the interface defined at "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/plugin.go" // // Note: The plugin's main() method is invoked at install time to collect // metadata. The plugin will exit 0 and the Run([]string) method will not be diff --git a/plugin/plugin_examples/echo.go b/plugin/plugin_examples/echo.go index 770cc8db80..18df9628fd 100644 --- a/plugin/plugin_examples/echo.go +++ b/plugin/plugin_examples/echo.go @@ -11,7 +11,7 @@ import ( "os" "strings" - "code.cloudfoundry.org/cli/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin" ) type PluginDemonstratingParams struct { diff --git a/plugin/plugin_examples/images/rpc_flow1.png b/plugin/plugin_examples/images/rpc_flow1.png index a08818dbbc6bc36cae048746c3861274099c95fe..181d88c60f80f2074aa175c991dfc1edda44e932 100644 GIT binary patch delta 25 hcmdlzfoaDCCYH_sKlhESU&A;54)5aH+?KRe6#$GF3mO0b delta 30 kcmdlnfob;yCf3dXKX=}ZEMLPJc{l$I@8SYd%}HBT0k2~VJ^%m! diff --git a/plugin/plugin_examples/images/rpc_flow2.png b/plugin/plugin_examples/images/rpc_flow2.png index 095d6e7239089bf1da2b1cb165c07990564a17a7..a060e783bd7ba63c3c7b04d8890eb0495faf5459 100644 GIT binary patch delta 15 WcmeBs#n}6bk)<=h&wV2+XDI+P8wHpE delta 16 XcmeBu#n|_Xk+n0x&z*N83uh?+H^c>{ diff --git a/plugin/plugin_examples/images/rpc_flow3.png b/plugin/plugin_examples/images/rpc_flow3.png index d0c13de7a4a026b33b82f291399d4025a5789bc0..0421babb37fc7a4fc4b6d96c8721462548839e78 100644 GIT binary patch delta 15 WcmZ3{!?e7IiKR2Z&wV4SavK0G2L(L< delta 16 XcmZ49!?dD@iM2Dp&z*N8i*g$PF)9U0 diff --git a/plugin/plugin_examples/interactive.go b/plugin/plugin_examples/interactive.go index 3f45d0983f..5629c55db6 100644 --- a/plugin/plugin_examples/interactive.go +++ b/plugin/plugin_examples/interactive.go @@ -9,7 +9,7 @@ package main import ( "fmt" - "code.cloudfoundry.org/cli/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin" ) type Interactive struct{} diff --git a/plugin/plugin_examples/multiple_commands.go b/plugin/plugin_examples/multiple_commands.go index d74b7026f4..faa7eff210 100644 --- a/plugin/plugin_examples/multiple_commands.go +++ b/plugin/plugin_examples/multiple_commands.go @@ -3,7 +3,7 @@ package main import ( "fmt" - "code.cloudfoundry.org/cli/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin" ) type MultiCmd struct{} diff --git a/plugin/plugin_examples/test_rpc_server_example/test_rpc_server_example.go b/plugin/plugin_examples/test_rpc_server_example/test_rpc_server_example.go index bda8800a64..27b14ff3d9 100644 --- a/plugin/plugin_examples/test_rpc_server_example/test_rpc_server_example.go +++ b/plugin/plugin_examples/test_rpc_server_example/test_rpc_server_example.go @@ -9,8 +9,8 @@ import ( "fmt" "os" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin" ) type DemoCmd struct{} diff --git a/plugin/plugin_examples/test_rpc_server_example/test_rpc_server_example_suite_test.go b/plugin/plugin_examples/test_rpc_server_example/test_rpc_server_example_suite_test.go index ec3e95fbb8..dcaa5c02aa 100644 --- a/plugin/plugin_examples/test_rpc_server_example/test_rpc_server_example_suite_test.go +++ b/plugin/plugin_examples/test_rpc_server_example/test_rpc_server_example_suite_test.go @@ -3,7 +3,7 @@ package main_test import ( "time" - "code.cloudfoundry.org/cli/cf/util/testhelpers/pluginbuilder" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/pluginbuilder" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/plugin/plugin_examples/test_rpc_server_example/test_rpc_server_example_test.go b/plugin/plugin_examples/test_rpc_server_example/test_rpc_server_example_test.go index 5e506e0514..9166be8be6 100644 --- a/plugin/plugin_examples/test_rpc_server_example/test_rpc_server_example_test.go +++ b/plugin/plugin_examples/test_rpc_server_example/test_rpc_server_example_test.go @@ -5,10 +5,10 @@ import ( "errors" "os/exec" - . "code.cloudfoundry.org/cli/plugin/plugin_examples/test_rpc_server_example" + . "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/plugin_examples/test_rpc_server_example" - "code.cloudfoundry.org/cli/cf/util/testhelpers/rpcserver" - "code.cloudfoundry.org/cli/cf/util/testhelpers/rpcserver/rpcserverfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/rpcserver" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/rpcserver/rpcserverfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/plugin/plugin_shim_test.go b/plugin/plugin_shim_test.go index c7495d62d7..441de5858a 100644 --- a/plugin/plugin_shim_test.go +++ b/plugin/plugin_shim_test.go @@ -4,9 +4,9 @@ import ( "os/exec" "path/filepath" - "code.cloudfoundry.org/cli/cf/util/testhelpers/rpcserver" - "code.cloudfoundry.org/cli/cf/util/testhelpers/rpcserver/rpcserverfakes" - "code.cloudfoundry.org/cli/plugin" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/rpcserver" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/rpcserver/rpcserverfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "github.com/onsi/gomega/gbytes" diff --git a/plugin/plugin_suite_test.go b/plugin/plugin_suite_test.go index e05394e937..5dc86d937e 100644 --- a/plugin/plugin_suite_test.go +++ b/plugin/plugin_suite_test.go @@ -3,7 +3,7 @@ package plugin_test import ( "path/filepath" - "code.cloudfoundry.org/cli/cf/util/testhelpers/pluginbuilder" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/pluginbuilder" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/plugin/pluginfakes/fake_cli_connection.go b/plugin/pluginfakes/fake_cli_connection.go index 2c439c1a8c..a5bcc40b3a 100644 --- a/plugin/pluginfakes/fake_cli_connection.go +++ b/plugin/pluginfakes/fake_cli_connection.go @@ -4,8 +4,8 @@ package pluginfakes import ( "sync" - "code.cloudfoundry.org/cli/plugin" - plugin_models "code.cloudfoundry.org/cli/plugin/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin" + plugin_models "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/models" ) type FakeCliConnection struct { diff --git a/plugin/rpc/call_command_registry.go b/plugin/rpc/call_command_registry.go index cb83f95e9d..539094ec77 100644 --- a/plugin/rpc/call_command_registry.go +++ b/plugin/rpc/call_command_registry.go @@ -3,9 +3,9 @@ package rpc import ( "fmt" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . CommandRunner diff --git a/plugin/rpc/call_command_registry_test.go b/plugin/rpc/call_command_registry_test.go index 1cc3b48149..ea44961032 100644 --- a/plugin/rpc/call_command_registry_test.go +++ b/plugin/rpc/call_command_registry_test.go @@ -3,11 +3,11 @@ package rpc_test import ( "os" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/terminal/terminalfakes" - "code.cloudfoundry.org/cli/cf/trace/tracefakes" - . "code.cloudfoundry.org/cli/plugin/rpc" - . "code.cloudfoundry.org/cli/plugin/rpc/fakecommand" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal/terminalfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace/tracefakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/rpc" + . "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/rpc/fakecommand" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/plugin/rpc/cli_rpc_server.go b/plugin/rpc/cli_rpc_server.go index 128484896d..f0500fbdd8 100644 --- a/plugin/rpc/cli_rpc_server.go +++ b/plugin/rpc/cli_rpc_server.go @@ -4,13 +4,13 @@ import ( "os" "strings" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/terminal" - "code.cloudfoundry.org/cli/plugin" - plugin_models "code.cloudfoundry.org/cli/plugin/models" - "code.cloudfoundry.org/cli/version" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin" + plugin_models "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/version" "github.com/blang/semver" "fmt" @@ -23,7 +23,7 @@ import ( "sync" - "code.cloudfoundry.org/cli/cf/trace" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/trace" ) var dialTimeout = os.Getenv("CF_DIAL_TIMEOUT") diff --git a/plugin/rpc/cli_rpc_server_test.go b/plugin/rpc/cli_rpc_server_test.go index 9c863767f4..a3b9aaff3f 100644 --- a/plugin/rpc/cli_rpc_server_test.go +++ b/plugin/rpc/cli_rpc_server_test.go @@ -7,18 +7,18 @@ import ( "os" "time" - "code.cloudfoundry.org/cli/cf/api" - "code.cloudfoundry.org/cli/cf/api/authentication/authenticationfakes" - "code.cloudfoundry.org/cli/cf/configuration/coreconfig" - "code.cloudfoundry.org/cli/cf/models" - "code.cloudfoundry.org/cli/cf/terminal" - testconfig "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" - "code.cloudfoundry.org/cli/plugin" - plugin_models "code.cloudfoundry.org/cli/plugin/models" - . "code.cloudfoundry.org/cli/plugin/rpc" - cmdRunner "code.cloudfoundry.org/cli/plugin/rpc" - . "code.cloudfoundry.org/cli/plugin/rpc/fakecommand" - "code.cloudfoundry.org/cli/plugin/rpc/rpcfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/api/authentication/authenticationfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/coreconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/models" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" + testconfig "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/testhelpers/configuration" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin" + plugin_models "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/models" + . "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/rpc" + cmdRunner "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/rpc" + . "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/rpc/fakecommand" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/rpc/rpcfakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/plugin/rpc/fakecommand/fake_command1.go b/plugin/rpc/fakecommand/fake_command1.go index a154ebde38..0aefabe470 100644 --- a/plugin/rpc/fakecommand/fake_command1.go +++ b/plugin/rpc/fakecommand/fake_command1.go @@ -3,10 +3,10 @@ package fakecommand import ( "fmt" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type FakeCommand1 struct { diff --git a/plugin/rpc/fakecommand/fake_command2.go b/plugin/rpc/fakecommand/fake_command2.go index d329e6c3c4..b28bb799c9 100644 --- a/plugin/rpc/fakecommand/fake_command2.go +++ b/plugin/rpc/fakecommand/fake_command2.go @@ -4,10 +4,10 @@ import ( "errors" "fmt" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/requirements" - "code.cloudfoundry.org/cli/cf/terminal" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/terminal" ) type FakeCommand2 struct { diff --git a/plugin/rpc/fakecommand/fake_command3.go b/plugin/rpc/fakecommand/fake_command3.go index b13505d7b2..b08fbf873f 100644 --- a/plugin/rpc/fakecommand/fake_command3.go +++ b/plugin/rpc/fakecommand/fake_command3.go @@ -1,9 +1,9 @@ package fakecommand import ( - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" ) type FakeCommand3 struct { diff --git a/plugin/rpc/fakecommand/fake_command4.go b/plugin/rpc/fakecommand/fake_command4.go index e5b11eb886..4cd4ce3308 100644 --- a/plugin/rpc/fakecommand/fake_command4.go +++ b/plugin/rpc/fakecommand/fake_command4.go @@ -3,9 +3,9 @@ package fakecommand import ( "errors" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/cf/flags" - "code.cloudfoundry.org/cli/cf/requirements" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/flags" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/requirements" ) var ErrFakeCommand4 = errors.New("ZOMG command errored") diff --git a/plugin/rpc/rpc_suite_test.go b/plugin/rpc/rpc_suite_test.go index 3d55040f79..4ff8826b5d 100644 --- a/plugin/rpc/rpc_suite_test.go +++ b/plugin/rpc/rpc_suite_test.go @@ -1,7 +1,7 @@ package rpc_test import ( - "code.cloudfoundry.org/cli/plugin/rpc" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/rpc" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/plugin/rpc/rpcfakes/fake_command_runner.go b/plugin/rpc/rpcfakes/fake_command_runner.go index fa70fde864..9fd8f7362a 100644 --- a/plugin/rpc/rpcfakes/fake_command_runner.go +++ b/plugin/rpc/rpcfakes/fake_command_runner.go @@ -4,8 +4,8 @@ package rpcfakes import ( "sync" - "code.cloudfoundry.org/cli/cf/commandregistry" - "code.cloudfoundry.org/cli/plugin/rpc" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/commandregistry" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/rpc" ) type FakeCommandRunner struct { diff --git a/plugin/rpc/rpcfakes/fake_output_capture.go b/plugin/rpc/rpcfakes/fake_output_capture.go index 9d37d2ef93..064218b44a 100644 --- a/plugin/rpc/rpcfakes/fake_output_capture.go +++ b/plugin/rpc/rpcfakes/fake_output_capture.go @@ -5,7 +5,7 @@ import ( "io" "sync" - "code.cloudfoundry.org/cli/plugin/rpc" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/rpc" ) type FakeOutputCapture struct { diff --git a/plugin/rpc/rpcfakes/fake_terminal_output_switch.go b/plugin/rpc/rpcfakes/fake_terminal_output_switch.go index 58e4cf01e7..8161f8b976 100644 --- a/plugin/rpc/rpcfakes/fake_terminal_output_switch.go +++ b/plugin/rpc/rpcfakes/fake_terminal_output_switch.go @@ -4,7 +4,7 @@ package rpcfakes import ( "sync" - "code.cloudfoundry.org/cli/plugin/rpc" + "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/rpc" ) type FakeTerminalOutputSwitch struct { diff --git a/plugin/rpc/run_plugin.go b/plugin/rpc/run_plugin.go index 295184628f..e1c4b46338 100644 --- a/plugin/rpc/run_plugin.go +++ b/plugin/rpc/run_plugin.go @@ -4,7 +4,7 @@ import ( "os" "os/exec" - "code.cloudfoundry.org/cli/cf/configuration/pluginconfig" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/configuration/pluginconfig" ) func RunMethodIfExists(rpcService *CliRpcService, args []string, pluginList map[string]pluginconfig.PluginMetadata) bool { diff --git a/plugin/transition/run_plugin_legacy.go b/plugin/transition/run_plugin_legacy.go index ffac5683f3..4e16fe4fd5 100644 --- a/plugin/transition/run_plugin_legacy.go +++ b/plugin/transition/run_plugin_legacy.go @@ -3,9 +3,9 @@ package plugin_transition import ( "os" - "code.cloudfoundry.org/cli/cf/cmd" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/cmd" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" ) func RunPlugin(plugin configv3.Plugin, _ command.UI) error { diff --git a/resources/application_resource.go b/resources/application_resource.go index b663ce8f8c..abdca6598e 100644 --- a/resources/application_resource.go +++ b/resources/application_resource.go @@ -1,8 +1,8 @@ package resources import ( - "code.cloudfoundry.org/cli/api/cloudcontroller" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" "encoding/json" ) diff --git a/resources/build_resource.go b/resources/build_resource.go index e190de90a6..add6d21c92 100644 --- a/resources/build_resource.go +++ b/resources/build_resource.go @@ -3,8 +3,8 @@ package resources import ( "encoding/json" - "code.cloudfoundry.org/cli/api/cloudcontroller" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" ) // Build represent the process of staging an application package. diff --git a/resources/buildpack_resource.go b/resources/buildpack_resource.go index 04d29e271c..3855670a26 100644 --- a/resources/buildpack_resource.go +++ b/resources/buildpack_resource.go @@ -3,8 +3,8 @@ package resources import ( "encoding/json" - "code.cloudfoundry.org/cli/api/cloudcontroller" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" ) // Buildpack represents a Cloud Controller V3 buildpack. diff --git a/resources/deployment_resource.go b/resources/deployment_resource.go index 144ac07642..e26ca67dad 100644 --- a/resources/deployment_resource.go +++ b/resources/deployment_resource.go @@ -3,8 +3,8 @@ package resources import ( "encoding/json" - "code.cloudfoundry.org/cli/api/cloudcontroller" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" ) type Deployment struct { diff --git a/resources/domain_resource.go b/resources/domain_resource.go index 35dda7d0d7..c93964b5b7 100644 --- a/resources/domain_resource.go +++ b/resources/domain_resource.go @@ -1,7 +1,7 @@ package resources import ( - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" "code.cloudfoundry.org/jsonry" ) diff --git a/resources/droplet_resource.go b/resources/droplet_resource.go index 515bfc6113..b4219c05f4 100644 --- a/resources/droplet_resource.go +++ b/resources/droplet_resource.go @@ -1,7 +1,7 @@ package resources import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" ) // Droplet represents a Cloud Controller droplet's metadata. A droplet is a set of diff --git a/resources/environment_variables_resource.go b/resources/environment_variables_resource.go index 357641d226..d074f6d1f4 100644 --- a/resources/environment_variables_resource.go +++ b/resources/environment_variables_resource.go @@ -3,8 +3,8 @@ package resources import ( "encoding/json" - "code.cloudfoundry.org/cli/api/cloudcontroller" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" ) type EnvironmentVariables map[string]types.FilteredString diff --git a/resources/last_operation_resource_test.go b/resources/last_operation_resource_test.go index 87267b65bb..acb642ba26 100644 --- a/resources/last_operation_resource_test.go +++ b/resources/last_operation_resource_test.go @@ -3,7 +3,7 @@ package resources_test import ( "encoding/json" - . "code.cloudfoundry.org/cli/resources" + . "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/resources/metadata_resource.go b/resources/metadata_resource.go index 414fe1427d..c64d70d65e 100644 --- a/resources/metadata_resource.go +++ b/resources/metadata_resource.go @@ -1,6 +1,6 @@ package resources -import "code.cloudfoundry.org/cli/types" +import "github.com/LukasHeimann/cloudfoundrycli/v8/types" type Metadata struct { Labels map[string]types.NullString `json:"labels,omitempty"` diff --git a/resources/package_resource.go b/resources/package_resource.go index c17e66a5fe..016fa99aef 100644 --- a/resources/package_resource.go +++ b/resources/package_resource.go @@ -3,8 +3,8 @@ package resources import ( "encoding/json" - "code.cloudfoundry.org/cli/api/cloudcontroller" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" ) // Package represents a Cloud Controller V3 Package. diff --git a/resources/process_resource.go b/resources/process_resource.go index 5376f8e6ab..3281895e58 100644 --- a/resources/process_resource.go +++ b/resources/process_resource.go @@ -4,9 +4,9 @@ import ( "encoding/json" "fmt" - "code.cloudfoundry.org/cli/api/cloudcontroller" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" ) type Process struct { diff --git a/resources/process_resource_test.go b/resources/process_resource_test.go index 394e8f1a61..00031e1009 100644 --- a/resources/process_resource_test.go +++ b/resources/process_resource_test.go @@ -3,9 +3,9 @@ package resources_test import ( "encoding/json" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" - "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gstruct" diff --git a/resources/quota_resource.go b/resources/quota_resource.go index f78ec80699..514f9ab2a5 100644 --- a/resources/quota_resource.go +++ b/resources/quota_resource.go @@ -3,7 +3,7 @@ package resources import ( "encoding/json" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" ) type Quota struct { diff --git a/resources/quota_resource_test.go b/resources/quota_resource_test.go index fb5e96ed80..df89fd16fe 100644 --- a/resources/quota_resource_test.go +++ b/resources/quota_resource_test.go @@ -3,7 +3,7 @@ package resources import ( "encoding/json" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/resources/relationship_resource.go b/resources/relationship_resource.go index 322fe2a2b4..9923b786c2 100644 --- a/resources/relationship_resource.go +++ b/resources/relationship_resource.go @@ -3,8 +3,8 @@ package resources import ( "encoding/json" - "code.cloudfoundry.org/cli/api/cloudcontroller" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" ) // Relationships represent associations between resources. Relationships is a diff --git a/resources/role_resource.go b/resources/role_resource.go index 48963678a6..418173153d 100644 --- a/resources/role_resource.go +++ b/resources/role_resource.go @@ -3,8 +3,8 @@ package resources import ( "encoding/json" - "code.cloudfoundry.org/cli/api/cloudcontroller" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" ) // IncludedUsers represent a set of users included on an API response. diff --git a/resources/route_binding.go b/resources/route_binding.go index cb71b99a02..7937cddcb0 100644 --- a/resources/route_binding.go +++ b/resources/route_binding.go @@ -1,7 +1,7 @@ package resources import ( - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" "code.cloudfoundry.org/jsonry" ) diff --git a/resources/route_binding_test.go b/resources/route_binding_test.go index 2979101eb4..bbd13705f3 100644 --- a/resources/route_binding_test.go +++ b/resources/route_binding_test.go @@ -3,7 +3,7 @@ package resources import ( "encoding/json" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/resources/route_resource.go b/resources/route_resource.go index 5bf31b49b2..5a735d18c0 100644 --- a/resources/route_resource.go +++ b/resources/route_resource.go @@ -3,7 +3,7 @@ package resources import ( "encoding/json" - "code.cloudfoundry.org/cli/api/cloudcontroller" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller" ) type RouteDestinationApp struct { diff --git a/resources/security_group_resource_test.go b/resources/security_group_resource_test.go index 5370d47392..a7ff0bc46f 100644 --- a/resources/security_group_resource_test.go +++ b/resources/security_group_resource_test.go @@ -3,7 +3,7 @@ package resources_test import ( "encoding/json" - . "code.cloudfoundry.org/cli/resources" + . "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/resources/service_broker_resource_test.go b/resources/service_broker_resource_test.go index c89ffda142..8b47386a6a 100644 --- a/resources/service_broker_resource_test.go +++ b/resources/service_broker_resource_test.go @@ -3,8 +3,8 @@ package resources_test import ( "encoding/json" - . "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + . "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/resources/service_credential_binding_resource.go b/resources/service_credential_binding_resource.go index 0cd9bb988d..6499ad7e44 100644 --- a/resources/service_credential_binding_resource.go +++ b/resources/service_credential_binding_resource.go @@ -1,7 +1,7 @@ package resources import ( - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" "code.cloudfoundry.org/jsonry" ) diff --git a/resources/service_credential_binding_resource_test.go b/resources/service_credential_binding_resource_test.go index f73c02079a..41408292c6 100644 --- a/resources/service_credential_binding_resource_test.go +++ b/resources/service_credential_binding_resource_test.go @@ -3,8 +3,8 @@ package resources_test import ( "encoding/json" - . "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + . "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/resources/service_instance_resource.go b/resources/service_instance_resource.go index 3259c3e1cf..4e347324cd 100644 --- a/resources/service_instance_resource.go +++ b/resources/service_instance_resource.go @@ -1,7 +1,7 @@ package resources import ( - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" "code.cloudfoundry.org/jsonry" ) diff --git a/resources/service_instance_resource_test.go b/resources/service_instance_resource_test.go index 66e0e21716..c498e2056d 100644 --- a/resources/service_instance_resource_test.go +++ b/resources/service_instance_resource_test.go @@ -3,9 +3,9 @@ package resources_test import ( "encoding/json" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" - . "code.cloudfoundry.org/cli/resources" + . "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/resources/service_instance_usage_summary_resource_test.go b/resources/service_instance_usage_summary_resource_test.go index d411c89b40..5e2069cc15 100644 --- a/resources/service_instance_usage_summary_resource_test.go +++ b/resources/service_instance_usage_summary_resource_test.go @@ -3,7 +3,7 @@ package resources_test import ( "encoding/json" - . "code.cloudfoundry.org/cli/resources" + . "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/resources/service_offering_resource.go b/resources/service_offering_resource.go index dbdc8da59a..f539a43665 100644 --- a/resources/service_offering_resource.go +++ b/resources/service_offering_resource.go @@ -1,7 +1,7 @@ package resources import ( - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" "code.cloudfoundry.org/jsonry" ) diff --git a/resources/service_offering_resource_test.go b/resources/service_offering_resource_test.go index 5ed65584d0..141409788e 100644 --- a/resources/service_offering_resource_test.go +++ b/resources/service_offering_resource_test.go @@ -3,8 +3,8 @@ package resources_test import ( "encoding/json" - . "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + . "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/resources/service_plan_resource_test.go b/resources/service_plan_resource_test.go index 27df2e3b14..63ae9271d1 100644 --- a/resources/service_plan_resource_test.go +++ b/resources/service_plan_resource_test.go @@ -3,8 +3,8 @@ package resources_test import ( "encoding/json" - . "code.cloudfoundry.org/cli/resources" - "code.cloudfoundry.org/cli/types" + . "github.com/LukasHeimann/cloudfoundrycli/v8/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/resources/service_plan_visibility_resource_test.go b/resources/service_plan_visibility_resource_test.go index 51c0882075..1eaeb97bde 100644 --- a/resources/service_plan_visibility_resource_test.go +++ b/resources/service_plan_visibility_resource_test.go @@ -3,7 +3,7 @@ package resources_test import ( "encoding/json" - . "code.cloudfoundry.org/cli/resources" + . "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/resources/shared_to_spaces_resource_test.go b/resources/shared_to_spaces_resource_test.go index 5fc486a931..1b40535842 100644 --- a/resources/shared_to_spaces_resource_test.go +++ b/resources/shared_to_spaces_resource_test.go @@ -1,10 +1,10 @@ package resources_test import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" "encoding/json" - . "code.cloudfoundry.org/cli/resources" + . "github.com/LukasHeimann/cloudfoundrycli/v8/resources" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/resources/sidecar_resource.go b/resources/sidecar_resource.go index fc3c53fcea..befbc9f09b 100644 --- a/resources/sidecar_resource.go +++ b/resources/sidecar_resource.go @@ -1,6 +1,6 @@ package resources -import "code.cloudfoundry.org/cli/types" +import "github.com/LukasHeimann/cloudfoundrycli/v8/types" type Sidecar struct { GUID string `json:"guid"` diff --git a/resources/task_resource.go b/resources/task_resource.go index 4bc1f96f01..e3f482b09d 100644 --- a/resources/task_resource.go +++ b/resources/task_resource.go @@ -1,7 +1,7 @@ package resources import ( - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" ) // Task represents a Cloud Controller V3 Task. diff --git a/types/filtered_interface_test.go b/types/filtered_interface_test.go index bf10aaf851..0937379074 100644 --- a/types/filtered_interface_test.go +++ b/types/filtered_interface_test.go @@ -1,7 +1,7 @@ package types_test import ( - . "code.cloudfoundry.org/cli/types" + . "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/types/filtered_string_test.go b/types/filtered_string_test.go index bad9d09fa9..5217d4d6c2 100644 --- a/types/filtered_string_test.go +++ b/types/filtered_string_test.go @@ -1,7 +1,7 @@ package types_test import ( - . "code.cloudfoundry.org/cli/types" + . "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/types/json_object_test.go b/types/json_object_test.go index 5291979e29..4e3cf53e7e 100644 --- a/types/json_object_test.go +++ b/types/json_object_test.go @@ -3,7 +3,7 @@ package types_test import ( "encoding/json" - . "code.cloudfoundry.org/cli/types" + . "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/types/null_bool_test.go b/types/null_bool_test.go index 03e63ff77b..0e7a366c71 100644 --- a/types/null_bool_test.go +++ b/types/null_bool_test.go @@ -1,7 +1,7 @@ package types_test import ( - . "code.cloudfoundry.org/cli/types" + . "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/types/null_bytesize_in_mb_test.go b/types/null_bytesize_in_mb_test.go index 1bb4c20f20..3a5e7842e3 100644 --- a/types/null_bytesize_in_mb_test.go +++ b/types/null_bytesize_in_mb_test.go @@ -1,7 +1,7 @@ package types_test import ( - . "code.cloudfoundry.org/cli/types" + . "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/types/null_int_test.go b/types/null_int_test.go index c24bda0f66..5b5e23a626 100644 --- a/types/null_int_test.go +++ b/types/null_int_test.go @@ -1,7 +1,7 @@ package types_test import ( - . "code.cloudfoundry.org/cli/types" + . "github.com/LukasHeimann/cloudfoundrycli/v8/types" "github.com/jessevdk/go-flags" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" diff --git a/types/null_string_test.go b/types/null_string_test.go index 816397cce3..581c5e50c9 100644 --- a/types/null_string_test.go +++ b/types/null_string_test.go @@ -3,7 +3,7 @@ package types_test import ( "encoding/json" - . "code.cloudfoundry.org/cli/types" + . "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/types/null_uint64_test.go b/types/null_uint64_test.go index 329d282200..77e18aef61 100644 --- a/types/null_uint64_test.go +++ b/types/null_uint64_test.go @@ -1,7 +1,7 @@ package types_test import ( - . "code.cloudfoundry.org/cli/types" + . "github.com/LukasHeimann/cloudfoundrycli/v8/types" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/types/optional_boolean_test.go b/types/optional_boolean_test.go index 146c5a3376..7569766e17 100644 --- a/types/optional_boolean_test.go +++ b/types/optional_boolean_test.go @@ -1,7 +1,7 @@ package types_test import ( - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" "code.cloudfoundry.org/jsonry" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" diff --git a/types/optional_object_test.go b/types/optional_object_test.go index 9dab7eb514..b7237a802c 100644 --- a/types/optional_object_test.go +++ b/types/optional_object_test.go @@ -1,7 +1,7 @@ package types_test import ( - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" "code.cloudfoundry.org/jsonry" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/types/optional_string_slice_test.go b/types/optional_string_slice_test.go index e2eb6baf6c..f7a8d0236a 100644 --- a/types/optional_string_slice_test.go +++ b/types/optional_string_slice_test.go @@ -1,7 +1,7 @@ package types_test import ( - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" "code.cloudfoundry.org/jsonry" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/types/optional_string_test.go b/types/optional_string_test.go index 7c84ed661d..446934e65b 100644 --- a/types/optional_string_test.go +++ b/types/optional_string_test.go @@ -1,7 +1,7 @@ package types_test import ( - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" "code.cloudfoundry.org/jsonry" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/util/batcher/batcher.go b/util/batcher/batcher.go index ad5ad47e8d..eac6e4b962 100644 --- a/util/batcher/batcher.go +++ b/util/batcher/batcher.go @@ -1,6 +1,6 @@ package batcher -import "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" +import "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" const BatchSize = 200 diff --git a/util/batcher/batcher_test.go b/util/batcher/batcher_test.go index 28e635b329..dcd1fe1a86 100644 --- a/util/batcher/batcher_test.go +++ b/util/batcher/batcher_test.go @@ -3,10 +3,10 @@ package batcher_test import ( "fmt" - "code.cloudfoundry.org/cli/cf/errors" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/errors" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/util/batcher" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/batcher" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/util/checksum_test.go b/util/checksum_test.go index bcd4b71282..8929d748fb 100644 --- a/util/checksum_test.go +++ b/util/checksum_test.go @@ -5,7 +5,7 @@ import ( "io/ioutil" "os" - . "code.cloudfoundry.org/cli/util" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/util/clissh/clisshfakes/fake_listener_factory.go b/util/clissh/clisshfakes/fake_listener_factory.go index dbd41adab1..8f266f00d6 100644 --- a/util/clissh/clisshfakes/fake_listener_factory.go +++ b/util/clissh/clisshfakes/fake_listener_factory.go @@ -5,7 +5,7 @@ import ( "net" "sync" - "code.cloudfoundry.org/cli/util/clissh" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/clissh" ) type FakeListenerFactory struct { diff --git a/util/clissh/clisshfakes/fake_secure_client.go b/util/clissh/clisshfakes/fake_secure_client.go index f4643d9683..c6b4f3f90c 100644 --- a/util/clissh/clisshfakes/fake_secure_client.go +++ b/util/clissh/clisshfakes/fake_secure_client.go @@ -5,7 +5,7 @@ import ( "net" "sync" - "code.cloudfoundry.org/cli/util/clissh" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/clissh" "golang.org/x/crypto/ssh" ) diff --git a/util/clissh/clisshfakes/fake_secure_dialer.go b/util/clissh/clisshfakes/fake_secure_dialer.go index 18d537a544..1bb65bd0b1 100644 --- a/util/clissh/clisshfakes/fake_secure_dialer.go +++ b/util/clissh/clisshfakes/fake_secure_dialer.go @@ -4,7 +4,7 @@ package clisshfakes import ( "sync" - "code.cloudfoundry.org/cli/util/clissh" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/clissh" "golang.org/x/crypto/ssh" ) diff --git a/util/clissh/clisshfakes/fake_secure_session.go b/util/clissh/clisshfakes/fake_secure_session.go index 9c9f57c01b..23f7704bb7 100644 --- a/util/clissh/clisshfakes/fake_secure_session.go +++ b/util/clissh/clisshfakes/fake_secure_session.go @@ -5,7 +5,7 @@ import ( "io" "sync" - "code.cloudfoundry.org/cli/util/clissh" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/clissh" "golang.org/x/crypto/ssh" ) diff --git a/util/clissh/clisshfakes/fake_terminal_helper.go b/util/clissh/clisshfakes/fake_terminal_helper.go index 941fd8e1d1..10e3425ea5 100644 --- a/util/clissh/clisshfakes/fake_terminal_helper.go +++ b/util/clissh/clisshfakes/fake_terminal_helper.go @@ -5,7 +5,7 @@ import ( "io" "sync" - "code.cloudfoundry.org/cli/util/clissh" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/clissh" "github.com/moby/moby/pkg/term" ) diff --git a/util/clissh/ssh.go b/util/clissh/ssh.go index 43fd4f1ef2..400dab6da7 100644 --- a/util/clissh/ssh.go +++ b/util/clissh/ssh.go @@ -17,8 +17,8 @@ import ( "syscall" "time" - "code.cloudfoundry.org/cli/cf/ssh/sigwinch" - "code.cloudfoundry.org/cli/util/clissh/ssherror" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/ssh/sigwinch" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/clissh/ssherror" "github.com/moby/moby/pkg/term" log "github.com/sirupsen/logrus" "golang.org/x/crypto/ssh" diff --git a/util/clissh/ssh_test.go b/util/clissh/ssh_test.go index c2cd5ecbff..c53e5d7c74 100644 --- a/util/clissh/ssh_test.go +++ b/util/clissh/ssh_test.go @@ -17,9 +17,9 @@ import ( "syscall" "time" - . "code.cloudfoundry.org/cli/util/clissh" - "code.cloudfoundry.org/cli/util/clissh/clisshfakes" - "code.cloudfoundry.org/cli/util/clissh/ssherror" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/clissh" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/clissh/clisshfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/clissh/ssherror" "code.cloudfoundry.org/diego-ssh/server" fake_server "code.cloudfoundry.org/diego-ssh/server/fakes" "code.cloudfoundry.org/diego-ssh/test_helpers" diff --git a/util/command_parser/command_parser.go b/util/command_parser/command_parser.go index c8e31f3a0e..fefbabb1fd 100644 --- a/util/command_parser/command_parser.go +++ b/util/command_parser/command_parser.go @@ -7,13 +7,13 @@ import ( "reflect" "strings" - "code.cloudfoundry.org/cli/cf/cmd" - "code.cloudfoundry.org/cli/command" - "code.cloudfoundry.org/cli/command/common" - "code.cloudfoundry.org/cli/command/flag" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/cmd" + "github.com/LukasHeimann/cloudfoundrycli/v8/command" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/common" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/flag" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" "github.com/jessevdk/go-flags" log "github.com/sirupsen/logrus" "golang.org/x/crypto/ssh" diff --git a/util/command_parser/command_parser_test.go b/util/command_parser/command_parser_test.go index ecc44f4f8f..3d8767cf39 100644 --- a/util/command_parser/command_parser_test.go +++ b/util/command_parser/command_parser_test.go @@ -3,11 +3,11 @@ package command_parser_test import ( "io/ioutil" - "code.cloudfoundry.org/cli/command/commandfakes" - "code.cloudfoundry.org/cli/command/common" - "code.cloudfoundry.org/cli/util/command_parser" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/commandfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/common" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/command_parser" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/util/command_parser/prevent_extra_args_v7.go b/util/command_parser/prevent_extra_args_v7.go index 1f1800dd2d..8b1e033b9d 100644 --- a/util/command_parser/prevent_extra_args_v7.go +++ b/util/command_parser/prevent_extra_args_v7.go @@ -3,7 +3,7 @@ package command_parser import ( "strings" - "code.cloudfoundry.org/cli/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" ) func preventExtraArgs(args []string) error { diff --git a/util/command_parser/unknown_command_error.go b/util/command_parser/unknown_command_error.go index 72374f060e..7c1d4a565b 100644 --- a/util/command_parser/unknown_command_error.go +++ b/util/command_parser/unknown_command_error.go @@ -4,8 +4,8 @@ import ( "fmt" "reflect" - "code.cloudfoundry.org/cli/cf/util/spellcheck" - "code.cloudfoundry.org/cli/command/common" + "github.com/LukasHeimann/cloudfoundrycli/v8/cf/util/spellcheck" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/common" ) type UnknownCommandError struct { diff --git a/util/configv3/color_test.go b/util/configv3/color_test.go index 249784077e..a0b28ac5b6 100644 --- a/util/configv3/color_test.go +++ b/util/configv3/color_test.go @@ -4,7 +4,7 @@ import ( "fmt" "os" - . "code.cloudfoundry.org/cli/util/configv3" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/util/configv3/config.go b/util/configv3/config.go index c6afb35ff5..73d40bab3a 100644 --- a/util/configv3/config.go +++ b/util/configv3/config.go @@ -5,7 +5,7 @@ import ( "path/filepath" "strconv" - "code.cloudfoundry.org/cli/version" + "github.com/LukasHeimann/cloudfoundrycli/v8/version" ) //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . UserConfig diff --git a/util/configv3/config_suite_test.go b/util/configv3/config_suite_test.go index 07630b8b33..d2cfffcc0d 100644 --- a/util/configv3/config_suite_test.go +++ b/util/configv3/config_suite_test.go @@ -5,7 +5,7 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/util/configv3/config_test.go b/util/configv3/config_test.go index b8f6e35aff..ecdbcc5527 100644 --- a/util/configv3/config_test.go +++ b/util/configv3/config_test.go @@ -3,7 +3,7 @@ package configv3_test import ( "os" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/util/configv3/config_unix_test.go b/util/configv3/config_unix_test.go index 6af4f29361..6209157ce1 100644 --- a/util/configv3/config_unix_test.go +++ b/util/configv3/config_unix_test.go @@ -9,7 +9,7 @@ import ( "os" "path/filepath" - . "code.cloudfoundry.org/cli/util/configv3" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" diff --git a/util/configv3/config_windows_test.go b/util/configv3/config_windows_test.go index fad8241b3a..8b8828657b 100644 --- a/util/configv3/config_windows_test.go +++ b/util/configv3/config_windows_test.go @@ -8,7 +8,7 @@ import ( "os" "path/filepath" - . "code.cloudfoundry.org/cli/util/configv3" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" diff --git a/util/configv3/configv3fakes/fake_user_config.go b/util/configv3/configv3fakes/fake_user_config.go index 72198fbd8a..d520f3d56c 100644 --- a/util/configv3/configv3fakes/fake_user_config.go +++ b/util/configv3/configv3fakes/fake_user_config.go @@ -4,7 +4,7 @@ package configv3fakes import ( "sync" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" ) type FakeUserConfig struct { diff --git a/util/configv3/default_user_config_test.go b/util/configv3/default_user_config_test.go index 350a94b6ff..0f7ff03f5e 100644 --- a/util/configv3/default_user_config_test.go +++ b/util/configv3/default_user_config_test.go @@ -1,7 +1,7 @@ package configv3_test import ( - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/util/configv3/dynamic_user_config_test.go b/util/configv3/dynamic_user_config_test.go index 907250acb1..30b57afdc2 100644 --- a/util/configv3/dynamic_user_config_test.go +++ b/util/configv3/dynamic_user_config_test.go @@ -3,8 +3,8 @@ package configv3_test import ( "errors" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/configv3/configv3fakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3/configv3fakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/util/configv3/env_test.go b/util/configv3/env_test.go index aa77499d6f..31cc5e8690 100644 --- a/util/configv3/env_test.go +++ b/util/configv3/env_test.go @@ -3,7 +3,7 @@ package configv3_test import ( "time" - . "code.cloudfoundry.org/cli/util/configv3" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" diff --git a/util/configv3/json_config_test.go b/util/configv3/json_config_test.go index 19c16b1c42..8d92078cf7 100644 --- a/util/configv3/json_config_test.go +++ b/util/configv3/json_config_test.go @@ -4,8 +4,8 @@ import ( "fmt" "time" - "code.cloudfoundry.org/cli/util/configv3" - . "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/util/configv3/k8s_test.go b/util/configv3/k8s_test.go index 2b6dfd6b20..64a4a95b13 100644 --- a/util/configv3/k8s_test.go +++ b/util/configv3/k8s_test.go @@ -4,7 +4,7 @@ import ( . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" ) var _ = Describe("K8s", func() { diff --git a/util/configv3/kubernetes_user_config_test.go b/util/configv3/kubernetes_user_config_test.go index 6229df54eb..9ce6cc05eb 100644 --- a/util/configv3/kubernetes_user_config_test.go +++ b/util/configv3/kubernetes_user_config_test.go @@ -1,7 +1,7 @@ package configv3_test import ( - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/util/configv3/load_config.go b/util/configv3/load_config.go index 90470e2464..8cf418af72 100644 --- a/util/configv3/load_config.go +++ b/util/configv3/load_config.go @@ -7,7 +7,7 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" "golang.org/x/crypto/ssh/terminal" ) diff --git a/util/configv3/load_config_test.go b/util/configv3/load_config_test.go index cd98d810e2..4066ad8a1c 100644 --- a/util/configv3/load_config_test.go +++ b/util/configv3/load_config_test.go @@ -6,10 +6,10 @@ import ( "os" "path/filepath" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/integration/helpers" - "code.cloudfoundry.org/cli/util/configv3" - . "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/integration/helpers" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/util/configv3/locale_test.go b/util/configv3/locale_test.go index 6049d87c23..47db964ec9 100644 --- a/util/configv3/locale_test.go +++ b/util/configv3/locale_test.go @@ -4,7 +4,7 @@ import ( "fmt" "os" - . "code.cloudfoundry.org/cli/util/configv3" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" diff --git a/util/configv3/plugin_repository_test.go b/util/configv3/plugin_repository_test.go index 6a8b9dc5c9..8458e5f8e9 100644 --- a/util/configv3/plugin_repository_test.go +++ b/util/configv3/plugin_repository_test.go @@ -1,7 +1,7 @@ package configv3_test import ( - . "code.cloudfoundry.org/cli/util/configv3" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/util/configv3/plugins_config.go b/util/configv3/plugins_config.go index d5776e9ba8..29952e204a 100644 --- a/util/configv3/plugins_config.go +++ b/util/configv3/plugins_config.go @@ -9,7 +9,7 @@ import ( "sort" "strings" - "code.cloudfoundry.org/cli/util" + "github.com/LukasHeimann/cloudfoundrycli/v8/util" ) const notApplicable = "N/A" diff --git a/util/configv3/plugins_config_test.go b/util/configv3/plugins_config_test.go index 58e92819a2..40cfda80ce 100644 --- a/util/configv3/plugins_config_test.go +++ b/util/configv3/plugins_config_test.go @@ -6,7 +6,7 @@ import ( "path/filepath" "syscall" - . "code.cloudfoundry.org/cli/util/configv3" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/util/configv3/write_config_test.go b/util/configv3/write_config_test.go index 2e1bf574a6..bbb916cc7c 100644 --- a/util/configv3/write_config_test.go +++ b/util/configv3/write_config_test.go @@ -7,7 +7,7 @@ import ( "sort" "strings" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" "gopkg.in/yaml.v2" . "github.com/onsi/ginkgo" diff --git a/util/download/downloader.go b/util/download/downloader.go index 36560464b4..eb1c338fc4 100644 --- a/util/download/downloader.go +++ b/util/download/downloader.go @@ -9,7 +9,7 @@ import ( "path/filepath" "time" - "code.cloudfoundry.org/cli/util" + "github.com/LukasHeimann/cloudfoundrycli/v8/util" ) type Downloader struct { diff --git a/util/download/downloader_test.go b/util/download/downloader_test.go index cc5b4f5658..d6ffe54557 100644 --- a/util/download/downloader_test.go +++ b/util/download/downloader_test.go @@ -10,8 +10,8 @@ import ( . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" - . "code.cloudfoundry.org/cli/util/download" - "code.cloudfoundry.org/cli/util/download/downloadfakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/download" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/download/downloadfakes" ) var _ = Describe("Downloader", func() { diff --git a/util/download/downloadfakes/fake_httpclient.go b/util/download/downloadfakes/fake_httpclient.go index 1d37dec2fd..642b487b91 100644 --- a/util/download/downloadfakes/fake_httpclient.go +++ b/util/download/downloadfakes/fake_httpclient.go @@ -5,7 +5,7 @@ import ( "net/http" "sync" - "code.cloudfoundry.org/cli/util/download" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/download" ) type FakeHTTPClient struct { diff --git a/util/download/downloadfakes/fake_progress_bar.go b/util/download/downloadfakes/fake_progress_bar.go index c23e09c601..1bed909ece 100644 --- a/util/download/downloadfakes/fake_progress_bar.go +++ b/util/download/downloadfakes/fake_progress_bar.go @@ -5,7 +5,7 @@ import ( "io" "sync" - "code.cloudfoundry.org/cli/util/download" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/download" pb "gopkg.in/cheggaaa/pb.v1" ) diff --git a/util/extract/extract.go b/util/extract/extract.go index 917960e654..e3e53ebb7f 100644 --- a/util/extract/extract.go +++ b/util/extract/extract.go @@ -4,7 +4,7 @@ import ( "reflect" "strings" - "code.cloudfoundry.org/cli/util/unique" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/unique" ) type appender func(string) diff --git a/util/extract/extract_test.go b/util/extract/extract_test.go index 309d91407c..5b97d2d69d 100644 --- a/util/extract/extract_test.go +++ b/util/extract/extract_test.go @@ -1,7 +1,7 @@ package extract_test import ( - "code.cloudfoundry.org/cli/util/extract" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/extract" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/util/generic/architecture_test.go b/util/generic/architecture_test.go index 89cd081dcd..f16c05b23d 100644 --- a/util/generic/architecture_test.go +++ b/util/generic/architecture_test.go @@ -1,7 +1,7 @@ package generic_test import ( - . "code.cloudfoundry.org/cli/util/generic" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/generic" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/util/generic/executable_filename_unix_test.go b/util/generic/executable_filename_unix_test.go index 84f4e3fd7d..13dfa3244a 100644 --- a/util/generic/executable_filename_unix_test.go +++ b/util/generic/executable_filename_unix_test.go @@ -6,7 +6,7 @@ package generic_test import ( "path/filepath" - . "code.cloudfoundry.org/cli/util/generic" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/generic" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/util/generic/executable_filename_windows_test.go b/util/generic/executable_filename_windows_test.go index bbcb8a3357..a42bc630d1 100644 --- a/util/generic/executable_filename_windows_test.go +++ b/util/generic/executable_filename_windows_test.go @@ -7,7 +7,7 @@ import ( "fmt" "path/filepath" - . "code.cloudfoundry.org/cli/util/generic" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/generic" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/util/generic/map_test.go b/util/generic/map_test.go index c3471fe81c..751bd07e7f 100644 --- a/util/generic/map_test.go +++ b/util/generic/map_test.go @@ -1,7 +1,7 @@ package generic_test import ( - . "code.cloudfoundry.org/cli/util/generic" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/generic" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/util/generic/slice_test.go b/util/generic/slice_test.go index e24def73d2..b69797073f 100644 --- a/util/generic/slice_test.go +++ b/util/generic/slice_test.go @@ -1,7 +1,7 @@ package generic_test import ( - "code.cloudfoundry.org/cli/util/generic" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/generic" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/util/lookuptable/name_from_guid_test.go b/util/lookuptable/name_from_guid_test.go index 3bc9593693..dc6fe1fd8a 100644 --- a/util/lookuptable/name_from_guid_test.go +++ b/util/lookuptable/name_from_guid_test.go @@ -1,7 +1,7 @@ package lookuptable_test import ( - "code.cloudfoundry.org/cli/util/lookuptable" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/lookuptable" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/util/lookuptable/resource_from_guid.go b/util/lookuptable/resource_from_guid.go index 878a6b93bd..3170fe5868 100644 --- a/util/lookuptable/resource_from_guid.go +++ b/util/lookuptable/resource_from_guid.go @@ -1,6 +1,6 @@ package lookuptable -import "code.cloudfoundry.org/cli/resources" +import "github.com/LukasHeimann/cloudfoundrycli/v8/resources" func OrgFromGUID(orgs []resources.Organization) map[string]resources.Organization { result := make(map[string]resources.Organization) diff --git a/util/manifest/application.go b/util/manifest/application.go index e539a71902..8dca16fa86 100644 --- a/util/manifest/application.go +++ b/util/manifest/application.go @@ -4,7 +4,7 @@ import ( "fmt" "strings" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" ) type Application struct { diff --git a/util/manifest/manifest_test.go b/util/manifest/manifest_test.go index cb91fdbed0..e12be9851d 100644 --- a/util/manifest/manifest_test.go +++ b/util/manifest/manifest_test.go @@ -8,8 +8,8 @@ import ( "path/filepath" "strings" - "code.cloudfoundry.org/cli/types" - . "code.cloudfoundry.org/cli/util/manifest" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifest" "github.com/cloudfoundry/bosh-cli/director/template" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" diff --git a/util/manifest/manifest_unix_test.go b/util/manifest/manifest_unix_test.go index be5775ae88..964fc3d23f 100644 --- a/util/manifest/manifest_unix_test.go +++ b/util/manifest/manifest_unix_test.go @@ -8,7 +8,7 @@ import ( "os" "path/filepath" - . "code.cloudfoundry.org/cli/util/manifest" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifest" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/util/manifest/manifest_windows_test.go b/util/manifest/manifest_windows_test.go index 719b487054..518d47eec7 100644 --- a/util/manifest/manifest_windows_test.go +++ b/util/manifest/manifest_windows_test.go @@ -8,7 +8,7 @@ import ( "os" "path/filepath" - . "code.cloudfoundry.org/cli/util/manifest" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifest" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/util/manifestparser/application.go b/util/manifestparser/application.go index c51121f8e6..fe3c3ecf87 100644 --- a/util/manifestparser/application.go +++ b/util/manifestparser/application.go @@ -4,7 +4,7 @@ import ( "errors" "reflect" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" ) type Docker struct { diff --git a/util/manifestparser/application_test.go b/util/manifestparser/application_test.go index 467274711a..b8df06dbca 100644 --- a/util/manifestparser/application_test.go +++ b/util/manifestparser/application_test.go @@ -1,7 +1,7 @@ package manifestparser_test import ( - . "code.cloudfoundry.org/cli/util/manifestparser" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" "gopkg.in/yaml.v2" . "github.com/onsi/ginkgo" diff --git a/util/manifestparser/locator_test.go b/util/manifestparser/locator_test.go index 64483923a1..d3e199bae7 100644 --- a/util/manifestparser/locator_test.go +++ b/util/manifestparser/locator_test.go @@ -6,7 +6,7 @@ import ( "path/filepath" "strings" - . "code.cloudfoundry.org/cli/util/manifestparser" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/util/manifestparser/manifest_test.go b/util/manifestparser/manifest_test.go index b4e11d6133..ddc22be612 100644 --- a/util/manifestparser/manifest_test.go +++ b/util/manifestparser/manifest_test.go @@ -1,7 +1,7 @@ package manifestparser_test import ( - . "code.cloudfoundry.org/cli/util/manifestparser" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "gopkg.in/yaml.v2" diff --git a/util/manifestparser/parser_test.go b/util/manifestparser/parser_test.go index 5720fcd24b..760f13a2e9 100644 --- a/util/manifestparser/parser_test.go +++ b/util/manifestparser/parser_test.go @@ -6,7 +6,7 @@ import ( "os" "path/filepath" - . "code.cloudfoundry.org/cli/util/manifestparser" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" "github.com/cloudfoundry/bosh-cli/director/template" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/util/manifestparser/process.go b/util/manifestparser/process.go index 611cbf2a1d..cf5610fe60 100644 --- a/util/manifestparser/process.go +++ b/util/manifestparser/process.go @@ -5,7 +5,7 @@ import ( "reflect" "strings" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3/constant" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3/constant" ) type Process struct { diff --git a/util/manifestparser/process_test.go b/util/manifestparser/process_test.go index 33753ba85b..a01485c709 100644 --- a/util/manifestparser/process_test.go +++ b/util/manifestparser/process_test.go @@ -1,7 +1,7 @@ package manifestparser_test import ( - . "code.cloudfoundry.org/cli/util/manifestparser" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/manifestparser" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "gopkg.in/yaml.v2" diff --git a/util/panichandler/handler.go b/util/panichandler/handler.go index 73e0c1fadd..7f8ad044e1 100644 --- a/util/panichandler/handler.go +++ b/util/panichandler/handler.go @@ -7,7 +7,7 @@ import ( "strings" "text/template" - "code.cloudfoundry.org/cli/version" + "github.com/LukasHeimann/cloudfoundrycli/v8/version" ) const maxStackSizeLimit = 1024 * 1024 diff --git a/util/plugin/plugin.go b/util/plugin/plugin.go index 67ce1896bf..2d3194e131 100644 --- a/util/plugin/plugin.go +++ b/util/plugin/plugin.go @@ -6,12 +6,12 @@ import ( "errors" "fmt" - plugin_transition "code.cloudfoundry.org/cli/plugin/transition" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + plugin_transition "github.com/LukasHeimann/cloudfoundrycli/v8/plugin/transition" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" - "code.cloudfoundry.org/cli/command/common" - "code.cloudfoundry.org/cli/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/common" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" ) var ErrFailed = errors.New("command failed") diff --git a/util/railway/railway.go b/util/railway/railway.go index 1564004d39..24d239a4c9 100644 --- a/util/railway/railway.go +++ b/util/railway/railway.go @@ -1,6 +1,6 @@ package railway -import "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" +import "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" type funcWithWarningsAndError = func() (ccv3.Warnings, error) diff --git a/util/railway/railway_test.go b/util/railway/railway_test.go index 8f17f36571..ce121f70a9 100644 --- a/util/railway/railway_test.go +++ b/util/railway/railway_test.go @@ -3,8 +3,8 @@ package railway_test import ( "errors" - "code.cloudfoundry.org/cli/api/cloudcontroller/ccv3" - "code.cloudfoundry.org/cli/util/railway" + "github.com/LukasHeimann/cloudfoundrycli/v8/api/cloudcontroller/ccv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/railway" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/util/randomword/generator_test.go b/util/randomword/generator_test.go index 1ba1bb5879..33685b07f5 100644 --- a/util/randomword/generator_test.go +++ b/util/randomword/generator_test.go @@ -1,7 +1,7 @@ package randomword_test import ( - . "code.cloudfoundry.org/cli/util/randomword" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/randomword" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/util/sorting/alphabetic_test.go b/util/sorting/alphabetic_test.go index 807056a030..4a481cd96a 100644 --- a/util/sorting/alphabetic_test.go +++ b/util/sorting/alphabetic_test.go @@ -3,7 +3,7 @@ package sorting_test import ( "sort" - . "code.cloudfoundry.org/cli/util/sorting" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/sorting" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" diff --git a/util/tls_test.go b/util/tls_test.go index 96e6570d2c..9a03e746bc 100644 --- a/util/tls_test.go +++ b/util/tls_test.go @@ -5,7 +5,7 @@ import ( "crypto/x509" "encoding/pem" - . "code.cloudfoundry.org/cli/util" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/util/ui/config.go b/util/ui/config.go index f17cd6e380..a97cc9dc96 100644 --- a/util/ui/config.go +++ b/util/ui/config.go @@ -1,6 +1,6 @@ package ui -import "code.cloudfoundry.org/cli/util/configv3" +import "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . Config diff --git a/util/ui/i18n.go b/util/ui/i18n.go index 38b5c101f3..c171ff2408 100644 --- a/util/ui/i18n.go +++ b/util/ui/i18n.go @@ -7,7 +7,7 @@ import ( "strings" "text/template" - "code.cloudfoundry.org/cli/i18n/resources" + "github.com/LukasHeimann/cloudfoundrycli/v8/i18n/resources" log "github.com/sirupsen/logrus" "golang.org/x/text/language" ) diff --git a/util/ui/i18n_test.go b/util/ui/i18n_test.go index 0cbffac0e3..bb49fb505f 100644 --- a/util/ui/i18n_test.go +++ b/util/ui/i18n_test.go @@ -1,8 +1,8 @@ package ui_test import ( - . "code.cloudfoundry.org/cli/util/ui" - "code.cloudfoundry.org/cli/util/ui/uifakes" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui/uifakes" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" diff --git a/util/ui/log_message_test.go b/util/ui/log_message_test.go index f5bad14cb1..3105651114 100644 --- a/util/ui/log_message_test.go +++ b/util/ui/log_message_test.go @@ -3,9 +3,9 @@ package ui_test import ( "time" - "code.cloudfoundry.org/cli/util/configv3" - . "code.cloudfoundry.org/cli/util/ui" - "code.cloudfoundry.org/cli/util/ui/uifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui/uifakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/util/ui/prompt_test.go b/util/ui/prompt_test.go index 0790d4d035..87061edaf1 100644 --- a/util/ui/prompt_test.go +++ b/util/ui/prompt_test.go @@ -3,9 +3,9 @@ package ui_test import ( "regexp" - "code.cloudfoundry.org/cli/util/configv3" - . "code.cloudfoundry.org/cli/util/ui" - "code.cloudfoundry.org/cli/util/ui/uifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui/uifakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/util/ui/request_logger_file_writer_test.go b/util/ui/request_logger_file_writer_test.go index be9ab823ce..6ed320216c 100644 --- a/util/ui/request_logger_file_writer_test.go +++ b/util/ui/request_logger_file_writer_test.go @@ -9,7 +9,7 @@ import ( "strings" "time" - . "code.cloudfoundry.org/cli/util/ui" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/util/ui/request_logger_terminal_display_test.go b/util/ui/request_logger_terminal_display_test.go index 054871a26c..613fe614aa 100644 --- a/util/ui/request_logger_terminal_display_test.go +++ b/util/ui/request_logger_terminal_display_test.go @@ -5,7 +5,7 @@ import ( "regexp" "time" - . "code.cloudfoundry.org/cli/util/ui" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" diff --git a/util/ui/sanitize_json_test.go b/util/ui/sanitize_json_test.go index 1ee4faa182..e47b98d2d1 100644 --- a/util/ui/sanitize_json_test.go +++ b/util/ui/sanitize_json_test.go @@ -3,7 +3,7 @@ package ui_test import ( "strings" - . "code.cloudfoundry.org/cli/util/ui" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" diff --git a/util/ui/table_test.go b/util/ui/table_test.go index 36dfc70b7a..00c2e7376e 100644 --- a/util/ui/table_test.go +++ b/util/ui/table_test.go @@ -3,9 +3,9 @@ package ui_test import ( "strings" - "code.cloudfoundry.org/cli/util/configv3" - . "code.cloudfoundry.org/cli/util/ui" - "code.cloudfoundry.org/cli/util/ui/uifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui/uifakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/util/ui/ui.go b/util/ui/ui.go index 84b025cb44..bd14b37acd 100644 --- a/util/ui/ui.go +++ b/util/ui/ui.go @@ -15,8 +15,8 @@ import ( "sync" "time" - "code.cloudfoundry.org/cli/command/translatableerror" - "code.cloudfoundry.org/cli/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" "github.com/fatih/color" runewidth "github.com/mattn/go-runewidth" "github.com/vito/go-interact/interact" diff --git a/util/ui/ui_for_app_test.go b/util/ui/ui_for_app_test.go index daf7f7ed2c..0bb1498181 100644 --- a/util/ui/ui_for_app_test.go +++ b/util/ui/ui_for_app_test.go @@ -1,9 +1,9 @@ package ui_test import ( - "code.cloudfoundry.org/cli/util/configv3" - . "code.cloudfoundry.org/cli/util/ui" - "code.cloudfoundry.org/cli/util/ui/uifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui/uifakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/util/ui/ui_for_push.go b/util/ui/ui_for_push.go index a9377a48ae..7c3ac08e05 100644 --- a/util/ui/ui_for_push.go +++ b/util/ui/ui_for_push.go @@ -7,7 +7,7 @@ import ( "sort" "strings" - "code.cloudfoundry.org/cli/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" "github.com/fatih/color" ) diff --git a/util/ui/ui_for_push_test.go b/util/ui/ui_for_push_test.go index c5781a64b3..a384e020bb 100644 --- a/util/ui/ui_for_push_test.go +++ b/util/ui/ui_for_push_test.go @@ -3,10 +3,10 @@ package ui_test import ( "regexp" - "code.cloudfoundry.org/cli/types" - "code.cloudfoundry.org/cli/util/configv3" - . "code.cloudfoundry.org/cli/util/ui" - "code.cloudfoundry.org/cli/util/ui/uifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/types" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui/uifakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/util/ui/ui_test.go b/util/ui/ui_test.go index 15c3dc06b4..9148fc2083 100644 --- a/util/ui/ui_test.go +++ b/util/ui/ui_test.go @@ -4,10 +4,10 @@ import ( "errors" "time" - "code.cloudfoundry.org/cli/command/translatableerror/translatableerrorfakes" - "code.cloudfoundry.org/cli/util/configv3" - . "code.cloudfoundry.org/cli/util/ui" - "code.cloudfoundry.org/cli/util/ui/uifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/command/translatableerror/translatableerrorfakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui/uifakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/util/ui/ui_v7_test.go b/util/ui/ui_v7_test.go index 8e286643fe..559a7a150d 100644 --- a/util/ui/ui_v7_test.go +++ b/util/ui/ui_v7_test.go @@ -1,9 +1,9 @@ package ui_test import ( - "code.cloudfoundry.org/cli/util/configv3" - . "code.cloudfoundry.org/cli/util/ui" - "code.cloudfoundry.org/cli/util/ui/uifakes" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui/uifakes" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes" diff --git a/util/ui/uifakes/fake_config.go b/util/ui/uifakes/fake_config.go index a4cacace19..e4419d5b72 100644 --- a/util/ui/uifakes/fake_config.go +++ b/util/ui/uifakes/fake_config.go @@ -4,8 +4,8 @@ package uifakes import ( "sync" - "code.cloudfoundry.org/cli/util/configv3" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/configv3" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type FakeConfig struct { diff --git a/util/ui/uifakes/fake_exiter.go b/util/ui/uifakes/fake_exiter.go index ce8d58b6e4..8b2d478c81 100644 --- a/util/ui/uifakes/fake_exiter.go +++ b/util/ui/uifakes/fake_exiter.go @@ -4,7 +4,7 @@ package uifakes import ( "sync" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type FakeExiter struct { diff --git a/util/ui/uifakes/fake_interactor.go b/util/ui/uifakes/fake_interactor.go index 55cc9a8a9c..8b41e6898a 100644 --- a/util/ui/uifakes/fake_interactor.go +++ b/util/ui/uifakes/fake_interactor.go @@ -4,7 +4,7 @@ package uifakes import ( "sync" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" "github.com/vito/go-interact/interact" ) diff --git a/util/ui/uifakes/fake_log_message.go b/util/ui/uifakes/fake_log_message.go index ec1f175288..e34796c019 100644 --- a/util/ui/uifakes/fake_log_message.go +++ b/util/ui/uifakes/fake_log_message.go @@ -5,7 +5,7 @@ import ( "sync" "time" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type FakeLogMessage struct { diff --git a/util/ui/uifakes/fake_resolver.go b/util/ui/uifakes/fake_resolver.go index 0bd677edbf..365e0107fb 100644 --- a/util/ui/uifakes/fake_resolver.go +++ b/util/ui/uifakes/fake_resolver.go @@ -5,7 +5,7 @@ import ( "io" "sync" - "code.cloudfoundry.org/cli/util/ui" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/ui" ) type FakeResolver struct { diff --git a/util/unique/string_slice_test.go b/util/unique/string_slice_test.go index 04779d60a9..31f0bb86cc 100644 --- a/util/unique/string_slice_test.go +++ b/util/unique/string_slice_test.go @@ -1,7 +1,7 @@ package unique_test import ( - "code.cloudfoundry.org/cli/util/unique" + "github.com/LukasHeimann/cloudfoundrycli/v8/util/unique" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) diff --git a/util/url_test.go b/util/url_test.go index 238f63ad6d..039bb03fc1 100644 --- a/util/url_test.go +++ b/util/url_test.go @@ -1,7 +1,7 @@ package util_test import ( - . "code.cloudfoundry.org/cli/util" + . "github.com/LukasHeimann/cloudfoundrycli/v8/util" . "github.com/onsi/ginkgo" . "github.com/onsi/ginkgo/extensions/table" . "github.com/onsi/gomega" diff --git a/util/utilfakes/fake_sha1checksum.go b/util/utilfakes/fake_sha1checksum.go index b26eeb24fd..5528d7abe4 100644 --- a/util/utilfakes/fake_sha1checksum.go +++ b/util/utilfakes/fake_sha1checksum.go @@ -4,7 +4,7 @@ package utilfakes import ( "sync" - "code.cloudfoundry.org/cli/util" + "github.com/LukasHeimann/cloudfoundrycli/v8/util" ) type FakeSha1Checksum struct { diff --git a/version/version_test.go b/version/version_test.go index 587eca3330..3808118752 100644 --- a/version/version_test.go +++ b/version/version_test.go @@ -1,7 +1,7 @@ package version_test import ( - "code.cloudfoundry.org/cli/version" + "github.com/LukasHeimann/cloudfoundrycli/v8/version" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" )