From a02a8bda666c80574cc51813a5d044f5b37f4d63 Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Mon, 27 Apr 2020 19:38:29 -0700 Subject: [PATCH] runtime: move all code to src/runtime To prepare for merging into kata-containers repository. Signed-off-by: Peng Tao --- {.ci => src/runtime/.ci}/go-no-os-exit.sh | 0 {.ci => src/runtime/.ci}/go-test.sh | 0 {.ci => src/runtime/.ci}/install-yq.sh | 0 {.ci => src/runtime/.ci}/install_go.sh | 0 {.ci => src/runtime/.ci}/lib.sh | 0 {.ci => src/runtime/.ci}/run.sh | 0 {.ci => src/runtime/.ci}/setup.sh | 0 {.ci => src/runtime/.ci}/static-checks.sh | 0 {.ci => src/runtime/.ci}/versions_checker.sh | 0 {.github => src/runtime/.github}/ISSUE_TEMPLATE.md | 0 .gitignore => src/runtime/.gitignore | 0 .gitmodules => src/runtime/.gitmodules | 0 .travis.yml => src/runtime/.travis.yml | 0 CODEOWNERS => src/runtime/CODEOWNERS | 0 .../runtime/CODE_OF_CONDUCT.md | 0 CONTRIBUTING.md => src/runtime/CONTRIBUTING.md | 0 Gopkg.lock => src/runtime/Gopkg.lock | 0 Gopkg.toml => src/runtime/Gopkg.toml | 0 LICENSE => src/runtime/LICENSE | 0 Makefile => src/runtime/Makefile | 0 README.md => src/runtime/README.md | 0 VERSION => src/runtime/VERSION | 0 {arch => src/runtime/arch}/amd64-options.mk | 0 {arch => src/runtime/arch}/arm64-options.mk | 0 {arch => src/runtime/arch}/ppc64le-options.mk | 0 {arch => src/runtime/arch}/s390x-options.mk | 0 {cli => src/runtime/cli}/config-generated.go.in | 0 .../runtime/cli}/config/configuration-acrn.toml.in | 0 .../runtime/cli}/config/configuration-clh.toml.in | 0 .../runtime/cli}/config/configuration-fc.toml.in | 0 .../cli}/config/configuration-qemu-virtiofs.toml.in | 0 .../runtime/cli}/config/configuration-qemu.toml.in | 0 {cli => src/runtime/cli}/console.go | 0 {cli => src/runtime/cli}/console_test.go | 0 .../runtime/cli}/containerd-shim-kata-v2/main.go | 0 {cli => src/runtime/cli}/create.go | 0 {cli => src/runtime/cli}/create_test.go | 0 {cli => src/runtime/cli}/delete.go | 0 {cli => src/runtime/cli}/delete_test.go | 0 {cli => src/runtime/cli}/events.go | 0 {cli => src/runtime/cli}/events_test.go | 0 {cli => src/runtime/cli}/exec.go | 0 {cli => src/runtime/cli}/exec_test.go | 0 {cli => src/runtime/cli}/exit.go | 0 {cli => src/runtime/cli}/exit_test.go | 0 {cli => src/runtime/cli}/factory.go | 0 {cli => src/runtime/cli}/factory_test.go | 0 {cli => src/runtime/cli}/kata-check.go | 0 {cli => src/runtime/cli}/kata-check_amd64.go | 0 {cli => src/runtime/cli}/kata-check_amd64_test.go | 0 {cli => src/runtime/cli}/kata-check_arm64.go | 0 {cli => src/runtime/cli}/kata-check_arm64_test.go | 0 .../runtime/cli}/kata-check_data_amd64_test.go | 0 .../runtime/cli}/kata-check_data_arm64_test.go | 0 .../runtime/cli}/kata-check_data_ppc64le_test.go | 0 .../runtime/cli}/kata-check_data_s390x_test.go | 0 {cli => src/runtime/cli}/kata-check_generic_test.go | 0 {cli => src/runtime/cli}/kata-check_ppc64le.go | 0 {cli => src/runtime/cli}/kata-check_ppc64le_test.go | 0 {cli => src/runtime/cli}/kata-check_s390x.go | 0 {cli => src/runtime/cli}/kata-check_s390x_test.go | 0 {cli => src/runtime/cli}/kata-check_test.go | 0 {cli => src/runtime/cli}/kata-env.go | 0 {cli => src/runtime/cli}/kata-env_amd64_test.go | 0 {cli => src/runtime/cli}/kata-env_arm64_test.go | 0 {cli => src/runtime/cli}/kata-env_generic_test.go | 0 {cli => src/runtime/cli}/kata-env_ppc64le_test.go | 0 {cli => src/runtime/cli}/kata-env_s390x_test.go | 0 {cli => src/runtime/cli}/kata-env_test.go | 0 {cli => src/runtime/cli}/kata-overhead.go | 0 {cli => src/runtime/cli}/kill.go | 0 {cli => src/runtime/cli}/kill_test.go | 0 {cli => src/runtime/cli}/list.go | 0 {cli => src/runtime/cli}/list_test.go | 0 {cli => src/runtime/cli}/main.go | 0 {cli => src/runtime/cli}/main_test.go | 0 {cli => src/runtime/cli}/network.go | 0 {cli => src/runtime/cli}/network_test.go | 0 {cli => src/runtime/cli}/oci.go | 0 {cli => src/runtime/cli}/oci_test.go | 0 {cli => src/runtime/cli}/pause.go | 0 {cli => src/runtime/cli}/pause_test.go | 0 {cli => src/runtime/cli}/ps.go | 0 {cli => src/runtime/cli}/ps_test.go | 0 {cli => src/runtime/cli}/run.go | 0 {cli => src/runtime/cli}/run_test.go | 0 {cli => src/runtime/cli}/spec.go | 0 {cli => src/runtime/cli}/spec_test.go | 0 {cli => src/runtime/cli}/start.go | 0 {cli => src/runtime/cli}/start_test.go | 0 {cli => src/runtime/cli}/state.go | 0 {cli => src/runtime/cli}/state_test.go | 0 {cli => src/runtime/cli}/update.go | 0 {cli => src/runtime/cli}/update_test.go | 0 {cli => src/runtime/cli}/utils.go | 0 {cli => src/runtime/cli}/utils_arch_base.go | 0 {cli => src/runtime/cli}/utils_s390x.go | 0 {cli => src/runtime/cli}/utils_test.go | 0 {cli => src/runtime/cli}/version.go | 0 {cli => src/runtime/cli}/version_test.go | 0 .../runtime/containerd-shim-v2}/container.go | 0 .../runtime/containerd-shim-v2}/container_test.go | 0 .../runtime/containerd-shim-v2}/create.go | 0 .../runtime/containerd-shim-v2}/create_test.go | 0 .../runtime/containerd-shim-v2}/delete.go | 0 .../runtime/containerd-shim-v2}/delete_test.go | 0 .../runtime/containerd-shim-v2}/errors.go | 0 .../runtime/containerd-shim-v2}/errors_test.go | 0 .../runtime/containerd-shim-v2}/exec.go | 0 .../runtime/containerd-shim-v2}/exec_test.go | 0 .../runtime/containerd-shim-v2}/metrics.go | 0 .../runtime/containerd-shim-v2}/metrics_test.go | 0 .../runtime/containerd-shim-v2}/pause_test.go | 0 .../runtime/containerd-shim-v2}/service.go | 0 .../runtime/containerd-shim-v2}/start.go | 0 .../runtime/containerd-shim-v2}/start_test.go | 0 .../runtime/containerd-shim-v2}/stream.go | 0 .../runtime/containerd-shim-v2}/stream_test.go | 0 .../runtime/containerd-shim-v2}/utils.go | 0 .../runtime/containerd-shim-v2}/utils_test.go | 0 .../runtime/containerd-shim-v2}/wait.go | 0 .../runtime/data}/completions/bash/kata-runtime | 0 {data => src/runtime/data}/kata-collect-data.sh.in | 0 golang.mk => src/runtime/golang.mk | 0 {hack => src/runtime/hack}/selinux_tag.sh | 0 .../runtime/hack}/update-generated-runtime-proto.sh | 0 {netmon => src/runtime/netmon}/netmon.go | 0 {netmon => src/runtime/netmon}/netmon_test.go | 0 {pkg => src/runtime/pkg}/README.md | 0 {pkg => src/runtime/pkg}/katatestutils/README.md | 0 .../runtime/pkg}/katatestutils/constraints.go | 0 .../runtime/pkg}/katatestutils/constraints_api.go | 0 .../runtime/pkg}/katatestutils/constraints_test.go | 0 {pkg => src/runtime/pkg}/katatestutils/utils.go | 0 {pkg => src/runtime/pkg}/katautils/README.md | 0 .../runtime/pkg}/katautils/config-settings.go.in | 0 {pkg => src/runtime/pkg}/katautils/config.go | 0 {pkg => src/runtime/pkg}/katautils/config_test.go | 0 .../runtime/pkg}/katautils/container_engine.go | 0 {pkg => src/runtime/pkg}/katautils/create.go | 0 {pkg => src/runtime/pkg}/katautils/create_test.go | 0 {pkg => src/runtime/pkg}/katautils/hook.go | 0 {pkg => src/runtime/pkg}/katautils/hook_test.go | 0 {pkg => src/runtime/pkg}/katautils/logger.go | 0 {pkg => src/runtime/pkg}/katautils/logger_test.go | 0 {pkg => src/runtime/pkg}/katautils/network.go | 0 {pkg => src/runtime/pkg}/katautils/network_test.go | 0 {pkg => src/runtime/pkg}/katautils/oci.go | 0 {pkg => src/runtime/pkg}/katautils/oci_test.go | 0 {pkg => src/runtime/pkg}/katautils/tracing.go | 0 {pkg => src/runtime/pkg}/katautils/utils.go | 0 {pkg => src/runtime/pkg}/katautils/utils_test.go | 0 {pkg => src/runtime/pkg}/signals/README.md | 0 {pkg => src/runtime/pkg}/signals/signals.go | 0 {pkg => src/runtime/pkg}/signals/signals_test.go | 0 .../runtime/protocols}/cache/cache.pb.go | 0 .../runtime/protocols}/cache/cache.proto | 0 .../vendor}/github.com/BurntSushi/toml/COPYING | 0 .../BurntSushi/toml/cmd/toml-test-decoder/COPYING | 0 .../BurntSushi/toml/cmd/toml-test-encoder/COPYING | 0 .../github.com/BurntSushi/toml/cmd/tomlv/COPYING | 0 .../vendor}/github.com/BurntSushi/toml/decode.go | 0 .../github.com/BurntSushi/toml/decode_meta.go | 0 .../vendor}/github.com/BurntSushi/toml/doc.go | 0 .../vendor}/github.com/BurntSushi/toml/encode.go | 0 .../github.com/BurntSushi/toml/encoding_types.go | 0 .../BurntSushi/toml/encoding_types_1.1.go | 0 .../vendor}/github.com/BurntSushi/toml/lex.go | 0 .../vendor}/github.com/BurntSushi/toml/parse.go | 0 .../github.com/BurntSushi/toml/type_check.go | 0 .../github.com/BurntSushi/toml/type_fields.go | 0 .../vendor}/github.com/Microsoft/go-winio/LICENSE | 0 .../Microsoft/go-winio/archive/tar/LICENSE | 0 .../vendor}/github.com/Microsoft/go-winio/backup.go | 0 .../vendor}/github.com/Microsoft/go-winio/ea.go | 0 .../vendor}/github.com/Microsoft/go-winio/file.go | 0 .../github.com/Microsoft/go-winio/fileinfo.go | 0 .../vendor}/github.com/Microsoft/go-winio/pipe.go | 0 .../github.com/Microsoft/go-winio/privilege.go | 0 .../github.com/Microsoft/go-winio/reparse.go | 0 .../vendor}/github.com/Microsoft/go-winio/sd.go | 0 .../github.com/Microsoft/go-winio/syscall.go | 0 .../Microsoft/go-winio/zsyscall_windows.go | 0 .../vendor}/github.com/Microsoft/hcsshim/LICENSE | 0 .../github.com/Microsoft/hcsshim/cmd/runhcs/LICENSE | 0 .../github.com/Microsoft/hcsshim/cmd/runhcs/NOTICE | 0 .../github.com/Microsoft/hcsshim/container.go | 0 .../vendor}/github.com/Microsoft/hcsshim/errors.go | 0 .../vendor}/github.com/Microsoft/hcsshim/hcsshim.go | 0 .../github.com/Microsoft/hcsshim/hnsendpoint.go | 0 .../github.com/Microsoft/hcsshim/hnsglobals.go | 0 .../github.com/Microsoft/hcsshim/hnsnetwork.go | 0 .../github.com/Microsoft/hcsshim/hnspolicy.go | 0 .../github.com/Microsoft/hcsshim/hnspolicylist.go | 0 .../github.com/Microsoft/hcsshim/hnssupport.go | 0 .../github.com/Microsoft/hcsshim/interface.go | 0 .../hcsshim/internal/guestrequest/types.go | 0 .../Microsoft/hcsshim/internal/guid/guid.go | 0 .../Microsoft/hcsshim/internal/hcs/callback.go | 0 .../Microsoft/hcsshim/internal/hcs/cgo.go | 0 .../Microsoft/hcsshim/internal/hcs/errors.go | 0 .../Microsoft/hcsshim/internal/hcs/hcs.go | 0 .../Microsoft/hcsshim/internal/hcs/log.go | 0 .../Microsoft/hcsshim/internal/hcs/process.go | 0 .../Microsoft/hcsshim/internal/hcs/system.go | 0 .../Microsoft/hcsshim/internal/hcs/utils.go | 0 .../Microsoft/hcsshim/internal/hcs/waithelper.go | 0 .../Microsoft/hcsshim/internal/hcs/watcher.go | 0 .../hcsshim/internal/hcs/zsyscall_windows.go | 0 .../Microsoft/hcsshim/internal/hcserror/hcserror.go | 0 .../Microsoft/hcsshim/internal/hns/hns.go | 0 .../Microsoft/hcsshim/internal/hns/hnsendpoint.go | 0 .../Microsoft/hcsshim/internal/hns/hnsfuncs.go | 0 .../Microsoft/hcsshim/internal/hns/hnsglobals.go | 0 .../Microsoft/hcsshim/internal/hns/hnsnetwork.go | 0 .../Microsoft/hcsshim/internal/hns/hnspolicy.go | 0 .../Microsoft/hcsshim/internal/hns/hnspolicylist.go | 0 .../Microsoft/hcsshim/internal/hns/hnssupport.go | 0 .../Microsoft/hcsshim/internal/hns/namespace.go | 0 .../hcsshim/internal/hns/zsyscall_windows.go | 0 .../Microsoft/hcsshim/internal/interop/interop.go | 0 .../hcsshim/internal/interop/zsyscall_windows.go | 0 .../Microsoft/hcsshim/internal/logfields/fields.go | 0 .../Microsoft/hcsshim/internal/longpath/longpath.go | 0 .../Microsoft/hcsshim/internal/mergemaps/merge.go | 0 .../Microsoft/hcsshim/internal/safefile/safeopen.go | 0 .../hcsshim/internal/safefile/zsyscall_windows.go | 0 .../Microsoft/hcsshim/internal/schema1/schema1.go | 0 .../hcsshim/internal/schema2/attachment.go | 0 .../Microsoft/hcsshim/internal/schema2/battery.go | 0 .../internal/schema2/cache_query_stats_response.go | 0 .../Microsoft/hcsshim/internal/schema2/chipset.go | 0 .../hcsshim/internal/schema2/close_handle.go | 0 .../Microsoft/hcsshim/internal/schema2/com_port.go | 0 .../hcsshim/internal/schema2/compute_system.go | 0 .../hcsshim/internal/schema2/configuration.go | 0 .../hcsshim/internal/schema2/console_size.go | 0 .../Microsoft/hcsshim/internal/schema2/container.go | 0 .../schema2/container_credential_guard_state.go | 0 .../schema2/container_memory_information.go | 0 .../Microsoft/hcsshim/internal/schema2/device.go | 0 .../Microsoft/hcsshim/internal/schema2/devices.go | 0 .../hcsshim/internal/schema2/enhanced_mode_video.go | 0 .../hcsshim/internal/schema2/flexible_io_device.go | 0 .../hcsshim/internal/schema2/guest_connection.go | 0 .../internal/schema2/guest_connection_info.go | 0 .../internal/schema2/guest_crash_reporting.go | 0 .../Microsoft/hcsshim/internal/schema2/guest_os.go | 0 .../hcsshim/internal/schema2/guest_state.go | 0 .../hcsshim/internal/schema2/hosted_system.go | 0 .../Microsoft/hcsshim/internal/schema2/hv_socket.go | 0 .../hcsshim/internal/schema2/hv_socket_2.go | 0 .../internal/schema2/hv_socket_service_config.go | 0 .../internal/schema2/hv_socket_system_config.go | 0 .../Microsoft/hcsshim/internal/schema2/keyboard.go | 0 .../Microsoft/hcsshim/internal/schema2/layer.go | 0 .../hcsshim/internal/schema2/linux_kernel_direct.go | 0 .../hcsshim/internal/schema2/mapped_directory.go | 0 .../hcsshim/internal/schema2/mapped_pipe.go | 0 .../Microsoft/hcsshim/internal/schema2/memory.go | 0 .../Microsoft/hcsshim/internal/schema2/memory_2.go | 0 .../internal/schema2/memory_information_for_vm.go | 0 .../hcsshim/internal/schema2/memory_stats.go | 0 .../internal/schema2/modify_setting_request.go | 0 .../Microsoft/hcsshim/internal/schema2/mouse.go | 0 .../hcsshim/internal/schema2/network_adapter.go | 0 .../hcsshim/internal/schema2/networking.go | 0 .../hcsshim/internal/schema2/pause_notification.go | 0 .../hcsshim/internal/schema2/pause_options.go | 0 .../Microsoft/hcsshim/internal/schema2/plan9.go | 0 .../hcsshim/internal/schema2/plan9_share.go | 0 .../hcsshim/internal/schema2/process_details.go | 0 .../internal/schema2/process_modify_request.go | 0 .../hcsshim/internal/schema2/process_parameters.go | 0 .../hcsshim/internal/schema2/process_status.go | 0 .../Microsoft/hcsshim/internal/schema2/processor.go | 0 .../hcsshim/internal/schema2/processor_2.go | 0 .../hcsshim/internal/schema2/processor_stats.go | 0 .../hcsshim/internal/schema2/properties.go | 0 .../hcsshim/internal/schema2/property_query.go | 0 .../internal/schema2/rdp_connection_options.go | 0 .../hcsshim/internal/schema2/registry_changes.go | 0 .../hcsshim/internal/schema2/registry_key.go | 0 .../hcsshim/internal/schema2/registry_value.go | 0 .../hcsshim/internal/schema2/restore_state.go | 0 .../hcsshim/internal/schema2/save_options.go | 0 .../Microsoft/hcsshim/internal/schema2/scsi.go | 0 .../internal/schema2/shared_memory_configuration.go | 0 .../internal/schema2/shared_memory_region.go | 0 .../internal/schema2/shared_memory_region_info.go | 0 .../hcsshim/internal/schema2/silo_properties.go | 0 .../hcsshim/internal/schema2/statistics.go | 0 .../Microsoft/hcsshim/internal/schema2/storage.go | 0 .../hcsshim/internal/schema2/storage_qo_s.go | 0 .../hcsshim/internal/schema2/storage_stats.go | 0 .../Microsoft/hcsshim/internal/schema2/topology.go | 0 .../Microsoft/hcsshim/internal/schema2/uefi.go | 0 .../hcsshim/internal/schema2/uefi_boot_entry.go | 0 .../Microsoft/hcsshim/internal/schema2/version.go | 0 .../hcsshim/internal/schema2/video_monitor.go | 0 .../hcsshim/internal/schema2/virtual_machine.go | 0 .../hcsshim/internal/schema2/virtual_node_info.go | 0 .../internal/schema2/virtual_p_mem_controller.go | 0 .../internal/schema2/virtual_p_mem_device.go | 0 .../hcsshim/internal/schema2/virtual_smb.go | 0 .../hcsshim/internal/schema2/virtual_smb_share.go | 0 .../internal/schema2/virtual_smb_share_options.go | 0 .../Microsoft/hcsshim/internal/schema2/vm_memory.go | 0 .../internal/schema2/windows_crash_reporting.go | 0 .../Microsoft/hcsshim/internal/timeout/timeout.go | 0 .../hcsshim/internal/wclayer/activatelayer.go | 0 .../Microsoft/hcsshim/internal/wclayer/baselayer.go | 0 .../hcsshim/internal/wclayer/createlayer.go | 0 .../hcsshim/internal/wclayer/createscratchlayer.go | 0 .../hcsshim/internal/wclayer/deactivatelayer.go | 0 .../hcsshim/internal/wclayer/destroylayer.go | 0 .../hcsshim/internal/wclayer/expandscratchsize.go | 0 .../hcsshim/internal/wclayer/exportlayer.go | 0 .../hcsshim/internal/wclayer/getlayermountpath.go | 0 .../hcsshim/internal/wclayer/getsharedbaseimages.go | 0 .../hcsshim/internal/wclayer/grantvmaccess.go | 0 .../hcsshim/internal/wclayer/importlayer.go | 0 .../hcsshim/internal/wclayer/layerexists.go | 0 .../Microsoft/hcsshim/internal/wclayer/layerid.go | 0 .../hcsshim/internal/wclayer/layerutils.go | 0 .../Microsoft/hcsshim/internal/wclayer/legacy.go | 0 .../hcsshim/internal/wclayer/nametoguid.go | 0 .../hcsshim/internal/wclayer/preparelayer.go | 0 .../hcsshim/internal/wclayer/processimage.go | 0 .../hcsshim/internal/wclayer/unpreparelayer.go | 0 .../Microsoft/hcsshim/internal/wclayer/wclayer.go | 0 .../hcsshim/internal/wclayer/zsyscall_windows.go | 0 .../vendor}/github.com/Microsoft/hcsshim/layer.go | 0 .../Microsoft/hcsshim/mksyscall_windows.go | 0 .../Microsoft/hcsshim/pkg/go-runhcs/LICENSE | 0 .../Microsoft/hcsshim/pkg/go-runhcs/NOTICE | 0 .../vendor}/github.com/Microsoft/hcsshim/process.go | 0 .../Microsoft/hcsshim/zsyscall_windows.go | 0 .../vendor}/github.com/PuerkitoBio/purell/LICENSE | 0 .../vendor}/github.com/PuerkitoBio/purell/purell.go | 0 .../vendor}/github.com/PuerkitoBio/urlesc/LICENSE | 0 .../vendor}/github.com/PuerkitoBio/urlesc/urlesc.go | 0 .../github.com/asaskevich/govalidator/LICENSE | 0 .../github.com/asaskevich/govalidator/arrays.go | 0 .../github.com/asaskevich/govalidator/converter.go | 0 .../github.com/asaskevich/govalidator/error.go | 0 .../github.com/asaskevich/govalidator/numerics.go | 0 .../github.com/asaskevich/govalidator/patterns.go | 0 .../github.com/asaskevich/govalidator/types.go | 0 .../github.com/asaskevich/govalidator/utils.go | 0 .../github.com/asaskevich/govalidator/validator.go | 0 .../runtime/vendor}/github.com/blang/semver/LICENSE | 0 .../runtime/vendor}/github.com/blang/semver/json.go | 0 .../vendor}/github.com/blang/semver/range.go | 0 .../vendor}/github.com/blang/semver/semver.go | 0 .../runtime/vendor}/github.com/blang/semver/sort.go | 0 .../runtime/vendor}/github.com/blang/semver/sql.go | 0 .../runtime/vendor}/github.com/cilium/ebpf/LICENSE | 0 .../runtime/vendor}/github.com/cilium/ebpf/abi.go | 0 .../vendor}/github.com/cilium/ebpf/asm/alu.go | 0 .../github.com/cilium/ebpf/asm/alu_string.go | 0 .../vendor}/github.com/cilium/ebpf/asm/doc.go | 0 .../vendor}/github.com/cilium/ebpf/asm/func.go | 0 .../github.com/cilium/ebpf/asm/func_string.go | 0 .../github.com/cilium/ebpf/asm/instruction.go | 0 .../vendor}/github.com/cilium/ebpf/asm/jump.go | 0 .../github.com/cilium/ebpf/asm/jump_string.go | 0 .../github.com/cilium/ebpf/asm/load_store.go | 0 .../github.com/cilium/ebpf/asm/load_store_string.go | 0 .../vendor}/github.com/cilium/ebpf/asm/opcode.go | 0 .../github.com/cilium/ebpf/asm/opcode_string.go | 0 .../vendor}/github.com/cilium/ebpf/asm/register.go | 0 .../vendor}/github.com/cilium/ebpf/collection.go | 0 .../runtime/vendor}/github.com/cilium/ebpf/doc.go | 0 .../vendor}/github.com/cilium/ebpf/elf_reader.go | 0 .../github.com/cilium/ebpf/internal/btf/btf.go | 0 .../cilium/ebpf/internal/btf/btf_types.go | 0 .../github.com/cilium/ebpf/internal/btf/doc.go | 0 .../github.com/cilium/ebpf/internal/btf/ext_info.go | 0 .../github.com/cilium/ebpf/internal/btf/strings.go | 0 .../github.com/cilium/ebpf/internal/btf/types.go | 0 .../vendor}/github.com/cilium/ebpf/internal/cpu.go | 0 .../github.com/cilium/ebpf/internal/endian.go | 0 .../github.com/cilium/ebpf/internal/errors.go | 0 .../vendor}/github.com/cilium/ebpf/internal/fd.go | 0 .../github.com/cilium/ebpf/internal/feature.go | 0 .../vendor}/github.com/cilium/ebpf/internal/io.go | 0 .../vendor}/github.com/cilium/ebpf/internal/ptr.go | 0 .../github.com/cilium/ebpf/internal/ptr_32_be.go | 0 .../github.com/cilium/ebpf/internal/ptr_32_le.go | 0 .../github.com/cilium/ebpf/internal/ptr_64.go | 0 .../github.com/cilium/ebpf/internal/syscall.go | 0 .../cilium/ebpf/internal/unix/types_linux.go | 0 .../cilium/ebpf/internal/unix/types_other.go | 0 .../vendor}/github.com/cilium/ebpf/linker.go | 0 .../runtime/vendor}/github.com/cilium/ebpf/map.go | 0 .../vendor}/github.com/cilium/ebpf/marshalers.go | 0 .../runtime/vendor}/github.com/cilium/ebpf/prog.go | 0 .../vendor}/github.com/cilium/ebpf/syscalls.go | 0 .../runtime/vendor}/github.com/cilium/ebpf/types.go | 0 .../vendor}/github.com/cilium/ebpf/types_string.go | 0 .../github.com/codahale/hdrhistogram/LICENSE | 0 .../vendor}/github.com/codahale/hdrhistogram/hdr.go | 0 .../github.com/codahale/hdrhistogram/window.go | 0 .../vendor}/github.com/containerd/cgroups/LICENSE | 0 .../vendor}/github.com/containerd/cgroups/blkio.go | 0 .../vendor}/github.com/containerd/cgroups/cgroup.go | 0 .../github.com/containerd/cgroups/control.go | 0 .../vendor}/github.com/containerd/cgroups/cpu.go | 0 .../github.com/containerd/cgroups/cpuacct.go | 0 .../vendor}/github.com/containerd/cgroups/cpuset.go | 0 .../github.com/containerd/cgroups/devices.go | 0 .../vendor}/github.com/containerd/cgroups/errors.go | 0 .../github.com/containerd/cgroups/freezer.go | 0 .../github.com/containerd/cgroups/hierarchy.go | 0 .../github.com/containerd/cgroups/hugetlb.go | 0 .../vendor}/github.com/containerd/cgroups/memory.go | 0 .../github.com/containerd/cgroups/metrics.pb.go | 0 .../vendor}/github.com/containerd/cgroups/named.go | 0 .../github.com/containerd/cgroups/net_cls.go | 0 .../github.com/containerd/cgroups/net_prio.go | 0 .../vendor}/github.com/containerd/cgroups/opts.go | 0 .../vendor}/github.com/containerd/cgroups/paths.go | 0 .../github.com/containerd/cgroups/perf_event.go | 0 .../vendor}/github.com/containerd/cgroups/pids.go | 0 .../vendor}/github.com/containerd/cgroups/rdma.go | 0 .../vendor}/github.com/containerd/cgroups/state.go | 0 .../github.com/containerd/cgroups/subsystem.go | 0 .../github.com/containerd/cgroups/systemd.go | 0 .../vendor}/github.com/containerd/cgroups/ticks.go | 0 .../vendor}/github.com/containerd/cgroups/utils.go | 0 .../vendor}/github.com/containerd/cgroups/v1.go | 0 .../vendor}/github.com/containerd/console/LICENSE | 0 .../github.com/containerd/console/console.go | 0 .../github.com/containerd/console/console_linux.go | 0 .../github.com/containerd/console/console_unix.go | 0 .../containerd/console/console_windows.go | 0 .../github.com/containerd/console/tc_darwin.go | 0 .../github.com/containerd/console/tc_freebsd.go | 0 .../github.com/containerd/console/tc_linux.go | 0 .../github.com/containerd/console/tc_openbsd_cgo.go | 0 .../containerd/console/tc_openbsd_nocgo.go | 0 .../github.com/containerd/console/tc_solaris_cgo.go | 0 .../containerd/console/tc_solaris_nocgo.go | 0 .../github.com/containerd/console/tc_unix.go | 0 .../github.com/containerd/containerd/LICENSE | 0 .../vendor}/github.com/containerd/containerd/NOTICE | 0 .../containerd/api/events/container.pb.go | 0 .../containerd/containerd/api/events/content.pb.go | 0 .../containerd/containerd/api/events/doc.go | 0 .../containerd/containerd/api/events/image.pb.go | 0 .../containerd/api/events/namespace.pb.go | 0 .../containerd/containerd/api/events/snapshot.pb.go | 0 .../containerd/containerd/api/events/task.pb.go | 0 .../containerd/api/types/descriptor.pb.go | 0 .../containerd/containerd/api/types/doc.go | 0 .../containerd/containerd/api/types/metrics.pb.go | 0 .../containerd/containerd/api/types/mount.pb.go | 0 .../containerd/containerd/api/types/platform.pb.go | 0 .../containerd/containerd/api/types/task/task.pb.go | 0 .../containerd/containerd/errdefs/errors.go | 0 .../containerd/containerd/errdefs/grpc.go | 0 .../containerd/containerd/events/events.go | 0 .../github.com/containerd/containerd/log/context.go | 0 .../containerd/containerd/mount/lookup_unix.go | 0 .../containerd/mount/lookup_unsupported.go | 0 .../github.com/containerd/containerd/mount/mount.go | 0 .../containerd/containerd/mount/mount_linux.go | 0 .../containerd/containerd/mount/mount_unix.go | 0 .../containerd/containerd/mount/mount_windows.go | 0 .../containerd/containerd/mount/mountinfo.go | 0 .../containerd/containerd/mount/mountinfo_bsd.go | 0 .../containerd/containerd/mount/mountinfo_linux.go | 0 .../containerd/mount/mountinfo_unsupported.go | 0 .../github.com/containerd/containerd/mount/temp.go | 0 .../containerd/containerd/mount/temp_unix.go | 0 .../containerd/containerd/mount/temp_unsupported.go | 0 .../containerd/containerd/namespaces/context.go | 0 .../containerd/containerd/namespaces/grpc.go | 0 .../containerd/containerd/namespaces/store.go | 0 .../containerd/containerd/namespaces/validate.go | 0 .../containerd/containerd/runtime/events.go | 0 .../containerd/runtime/linux/runctypes/doc.go | 0 .../containerd/runtime/linux/runctypes/runc.pb.go | 0 .../containerd/containerd/runtime/monitor.go | 0 .../containerd/containerd/runtime/runtime.go | 0 .../containerd/containerd/runtime/task.go | 0 .../containerd/containerd/runtime/task_list.go | 0 .../containerd/containerd/runtime/typeurl.go | 0 .../containerd/runtime/v2/shim/reaper_unix.go | 0 .../containerd/containerd/runtime/v2/shim/shim.go | 0 .../containerd/runtime/v2/shim/shim_darwin.go | 0 .../containerd/runtime/v2/shim/shim_linux.go | 0 .../containerd/runtime/v2/shim/shim_unix.go | 0 .../containerd/runtime/v2/shim/shim_windows.go | 0 .../containerd/containerd/runtime/v2/shim/util.go | 0 .../containerd/runtime/v2/shim/util_unix.go | 0 .../containerd/runtime/v2/shim/util_windows.go | 0 .../containerd/containerd/runtime/v2/task/doc.go | 0 .../containerd/runtime/v2/task/shim.pb.go | 0 .../github.com/containerd/containerd/sys/env.go | 0 .../github.com/containerd/containerd/sys/epoll.go | 0 .../github.com/containerd/containerd/sys/fds.go | 0 .../containerd/containerd/sys/filesys_unix.go | 0 .../containerd/containerd/sys/filesys_windows.go | 0 .../containerd/containerd/sys/mount_linux.go | 0 .../containerd/containerd/sys/oom_unix.go | 0 .../containerd/containerd/sys/oom_windows.go | 0 .../github.com/containerd/containerd/sys/proc.go | 0 .../github.com/containerd/containerd/sys/reaper.go | 0 .../containerd/containerd/sys/reaper_linux.go | 0 .../containerd/containerd/sys/socket_unix.go | 0 .../containerd/containerd/sys/socket_windows.go | 0 .../containerd/containerd/sys/stat_bsd.go | 0 .../containerd/containerd/sys/stat_unix.go | 0 .../containerd/sys/subprocess_unsafe_linux.go | 0 .../containerd/sys/subprocess_unsafe_linux.s | 0 .../github.com/containerd/cri-containerd/LICENSE | 0 .../cri-containerd/pkg/annotations/annotations.go | 0 .../pkg/api/runtimeoptions/v1/api.pb.go | 0 .../github.com/containerd/cri-containerd/test/e2e | 0 .../vendor}/github.com/containerd/fifo/LICENSE | 0 .../vendor}/github.com/containerd/fifo/fifo.go | 0 .../github.com/containerd/fifo/handle_linux.go | 0 .../github.com/containerd/fifo/handle_nolinux.go | 0 .../github.com/containerd/fifo/mkfifo_nosolaris.go | 0 .../github.com/containerd/fifo/mkfifo_solaris.go | 0 .../vendor}/github.com/containerd/fifo/raw.go | 0 .../vendor}/github.com/containerd/go-runc/LICENSE | 0 .../github.com/containerd/go-runc/command_linux.go | 0 .../github.com/containerd/go-runc/command_other.go | 0 .../github.com/containerd/go-runc/console.go | 0 .../github.com/containerd/go-runc/container.go | 0 .../vendor}/github.com/containerd/go-runc/events.go | 0 .../vendor}/github.com/containerd/go-runc/io.go | 0 .../github.com/containerd/go-runc/io_unix.go | 0 .../github.com/containerd/go-runc/io_windows.go | 0 .../github.com/containerd/go-runc/monitor.go | 0 .../vendor}/github.com/containerd/go-runc/runc.go | 0 .../vendor}/github.com/containerd/go-runc/utils.go | 0 .../vendor}/github.com/containerd/ttrpc/LICENSE | 0 .../vendor}/github.com/containerd/ttrpc/channel.go | 0 .../vendor}/github.com/containerd/ttrpc/client.go | 0 .../vendor}/github.com/containerd/ttrpc/codec.go | 0 .../vendor}/github.com/containerd/ttrpc/config.go | 0 .../github.com/containerd/ttrpc/handshake.go | 0 .../github.com/containerd/ttrpc/interceptor.go | 0 .../vendor}/github.com/containerd/ttrpc/metadata.go | 0 .../vendor}/github.com/containerd/ttrpc/server.go | 0 .../vendor}/github.com/containerd/ttrpc/services.go | 0 .../vendor}/github.com/containerd/ttrpc/types.go | 0 .../github.com/containerd/ttrpc/unixcreds_linux.go | 0 .../vendor}/github.com/containerd/typeurl/LICENSE | 0 .../vendor}/github.com/containerd/typeurl/doc.go | 0 .../vendor}/github.com/containerd/typeurl/types.go | 0 .../github.com/containernetworking/cni/LICENSE | 0 .../containernetworking/cni/pkg/skel/skel.go | 0 .../containernetworking/cni/pkg/types/020/types.go | 0 .../containernetworking/cni/pkg/types/args.go | 0 .../cni/pkg/types/current/types.go | 0 .../containernetworking/cni/pkg/types/types.go | 0 .../containernetworking/cni/pkg/version/conf.go | 0 .../containernetworking/cni/pkg/version/plugin.go | 0 .../cni/pkg/version/reconcile.go | 0 .../containernetworking/cni/pkg/version/version.go | 0 .../github.com/containernetworking/plugins/LICENSE | 0 .../containernetworking/plugins/pkg/ns/ns_linux.go | 0 .../plugins/pkg/testutils/bad_reader.go | 0 .../plugins/pkg/testutils/cmd.go | 0 .../plugins/pkg/testutils/netns_linux.go | 0 .../plugins/pkg/testutils/ping.go | 0 .../plugins/plugins/main/windows/CONTRIBUTORS.md | 0 .../vendor}/github.com/coreos/go-systemd/LICENSE | 0 .../vendor}/github.com/coreos/go-systemd/NOTICE | 0 .../github.com/coreos/go-systemd/dbus/dbus.go | 0 .../github.com/coreos/go-systemd/dbus/methods.go | 0 .../github.com/coreos/go-systemd/dbus/properties.go | 0 .../github.com/coreos/go-systemd/dbus/set.go | 0 .../coreos/go-systemd/dbus/subscription.go | 0 .../coreos/go-systemd/dbus/subscription_set.go | 0 .../runtime/vendor}/github.com/cri-o/cri-o/LICENSE | 0 .../cri-o/cri-o/pkg/annotations/annotations.go | 0 .../vendor}/github.com/davecgh/go-spew/LICENSE | 0 .../github.com/davecgh/go-spew/spew/bypass.go | 0 .../github.com/davecgh/go-spew/spew/bypasssafe.go | 0 .../github.com/davecgh/go-spew/spew/common.go | 0 .../github.com/davecgh/go-spew/spew/config.go | 0 .../vendor}/github.com/davecgh/go-spew/spew/doc.go | 0 .../vendor}/github.com/davecgh/go-spew/spew/dump.go | 0 .../github.com/davecgh/go-spew/spew/format.go | 0 .../vendor}/github.com/davecgh/go-spew/spew/spew.go | 0 .../vendor}/github.com/dlespiau/covertool/LICENSE | 0 .../dlespiau/covertool/pkg/cover/cover.go | 0 .../vendor}/github.com/docker/go-units/LICENSE | 0 .../vendor}/github.com/docker/go-units/duration.go | 0 .../vendor}/github.com/docker/go-units/size.go | 0 .../vendor}/github.com/docker/go-units/ulimit.go | 0 .../vendor}/github.com/globalsign/mgo/LICENSE | 0 .../vendor}/github.com/globalsign/mgo/bson/LICENSE | 0 .../vendor}/github.com/globalsign/mgo/bson/bson.go | 0 .../mgo/bson/bson_corpus_spec_test_generator.go | 0 .../github.com/globalsign/mgo/bson/compatibility.go | 0 .../github.com/globalsign/mgo/bson/decimal.go | 0 .../github.com/globalsign/mgo/bson/decode.go | 0 .../github.com/globalsign/mgo/bson/encode.go | 0 .../vendor}/github.com/globalsign/mgo/bson/json.go | 0 .../github.com/globalsign/mgo/bson/stream.go | 0 .../github.com/globalsign/mgo/internal/json/LICENSE | 0 .../globalsign/mgo/internal/json/decode.go | 0 .../globalsign/mgo/internal/json/encode.go | 0 .../globalsign/mgo/internal/json/extension.go | 0 .../github.com/globalsign/mgo/internal/json/fold.go | 0 .../globalsign/mgo/internal/json/indent.go | 0 .../globalsign/mgo/internal/json/scanner.go | 0 .../globalsign/mgo/internal/json/stream.go | 0 .../github.com/globalsign/mgo/internal/json/tags.go | 0 .../runtime/vendor}/github.com/go-ini/ini/LICENSE | 0 .../runtime/vendor}/github.com/go-ini/ini/error.go | 0 .../runtime/vendor}/github.com/go-ini/ini/ini.go | 0 .../runtime/vendor}/github.com/go-ini/ini/key.go | 0 .../runtime/vendor}/github.com/go-ini/ini/parser.go | 0 .../vendor}/github.com/go-ini/ini/section.go | 0 .../runtime/vendor}/github.com/go-ini/ini/struct.go | 0 .../vendor}/github.com/go-openapi/analysis/LICENSE | 0 .../github.com/go-openapi/analysis/analyzer.go | 0 .../vendor}/github.com/go-openapi/analysis/debug.go | 0 .../vendor}/github.com/go-openapi/analysis/doc.go | 0 .../vendor}/github.com/go-openapi/analysis/fixer.go | 0 .../github.com/go-openapi/analysis/flatten.go | 0 .../go-openapi/analysis/internal/post_go18.go | 0 .../go-openapi/analysis/internal/pre_go18.go | 0 .../vendor}/github.com/go-openapi/analysis/mixin.go | 0 .../github.com/go-openapi/analysis/schema.go | 0 .../vendor}/github.com/go-openapi/errors/LICENSE | 0 .../vendor}/github.com/go-openapi/errors/api.go | 0 .../vendor}/github.com/go-openapi/errors/auth.go | 0 .../vendor}/github.com/go-openapi/errors/doc.go | 0 .../vendor}/github.com/go-openapi/errors/headers.go | 0 .../github.com/go-openapi/errors/middleware.go | 0 .../vendor}/github.com/go-openapi/errors/parsing.go | 0 .../vendor}/github.com/go-openapi/errors/schema.go | 0 .../github.com/go-openapi/jsonpointer/LICENSE | 0 .../github.com/go-openapi/jsonpointer/pointer.go | 0 .../github.com/go-openapi/jsonreference/LICENSE | 0 .../go-openapi/jsonreference/reference.go | 0 .../vendor}/github.com/go-openapi/loads/LICENSE | 0 .../vendor}/github.com/go-openapi/loads/doc.go | 0 .../vendor}/github.com/go-openapi/loads/spec.go | 0 .../vendor}/github.com/go-openapi/runtime/LICENSE | 0 .../github.com/go-openapi/runtime/bytestream.go | 0 .../go-openapi/runtime/client/auth_info.go | 0 .../go-openapi/runtime/client/keepalive.go | 0 .../github.com/go-openapi/runtime/client/request.go | 0 .../go-openapi/runtime/client/response.go | 0 .../github.com/go-openapi/runtime/client/runtime.go | 0 .../go-openapi/runtime/client_auth_info.go | 0 .../go-openapi/runtime/client_operation.go | 0 .../github.com/go-openapi/runtime/client_request.go | 0 .../go-openapi/runtime/client_response.go | 0 .../github.com/go-openapi/runtime/constants.go | 0 .../github.com/go-openapi/runtime/discard.go | 0 .../vendor}/github.com/go-openapi/runtime/file.go | 0 .../github.com/go-openapi/runtime/headers.go | 0 .../github.com/go-openapi/runtime/interfaces.go | 0 .../vendor}/github.com/go-openapi/runtime/json.go | 0 .../github.com/go-openapi/runtime/logger/logger.go | 0 .../go-openapi/runtime/logger/standard.go | 0 .../go-openapi/runtime/middleware/context.go | 0 .../go-openapi/runtime/middleware/denco/LICENSE | 0 .../go-openapi/runtime/middleware/denco/router.go | 0 .../go-openapi/runtime/middleware/denco/server.go | 0 .../go-openapi/runtime/middleware/denco/util.go | 0 .../github.com/go-openapi/runtime/middleware/doc.go | 0 .../go-openapi/runtime/middleware/go18.go | 0 .../go-openapi/runtime/middleware/header/header.go | 0 .../go-openapi/runtime/middleware/negotiate.go | 0 .../runtime/middleware/not_implemented.go | 0 .../go-openapi/runtime/middleware/operation.go | 0 .../go-openapi/runtime/middleware/parameter.go | 0 .../go-openapi/runtime/middleware/pre_go18.go | 0 .../go-openapi/runtime/middleware/redoc.go | 0 .../go-openapi/runtime/middleware/request.go | 0 .../go-openapi/runtime/middleware/router.go | 0 .../go-openapi/runtime/middleware/security.go | 0 .../go-openapi/runtime/middleware/spec.go | 0 .../go-openapi/runtime/middleware/untyped/api.go | 0 .../go-openapi/runtime/middleware/validation.go | 0 .../github.com/go-openapi/runtime/request.go | 0 .../go-openapi/runtime/security/authenticator.go | 0 .../go-openapi/runtime/security/authorizer.go | 0 .../github.com/go-openapi/runtime/statuses.go | 0 .../vendor}/github.com/go-openapi/runtime/text.go | 0 .../vendor}/github.com/go-openapi/runtime/values.go | 0 .../vendor}/github.com/go-openapi/runtime/xml.go | 0 .../vendor}/github.com/go-openapi/spec/LICENSE | 0 .../vendor}/github.com/go-openapi/spec/bindata.go | 0 .../github.com/go-openapi/spec/contact_info.go | 0 .../vendor}/github.com/go-openapi/spec/debug.go | 0 .../vendor}/github.com/go-openapi/spec/expander.go | 0 .../github.com/go-openapi/spec/external_docs.go | 0 .../vendor}/github.com/go-openapi/spec/header.go | 0 .../vendor}/github.com/go-openapi/spec/info.go | 0 .../vendor}/github.com/go-openapi/spec/items.go | 0 .../vendor}/github.com/go-openapi/spec/license.go | 0 .../vendor}/github.com/go-openapi/spec/operation.go | 0 .../vendor}/github.com/go-openapi/spec/parameter.go | 0 .../vendor}/github.com/go-openapi/spec/path_item.go | 0 .../vendor}/github.com/go-openapi/spec/paths.go | 0 .../vendor}/github.com/go-openapi/spec/ref.go | 0 .../vendor}/github.com/go-openapi/spec/response.go | 0 .../vendor}/github.com/go-openapi/spec/responses.go | 0 .../vendor}/github.com/go-openapi/spec/schema.go | 0 .../github.com/go-openapi/spec/security_scheme.go | 0 .../vendor}/github.com/go-openapi/spec/spec.go | 0 .../vendor}/github.com/go-openapi/spec/swagger.go | 0 .../vendor}/github.com/go-openapi/spec/tag.go | 0 .../github.com/go-openapi/spec/xml_object.go | 0 .../vendor}/github.com/go-openapi/strfmt/LICENSE | 0 .../vendor}/github.com/go-openapi/strfmt/bson.go | 0 .../vendor}/github.com/go-openapi/strfmt/date.go | 0 .../vendor}/github.com/go-openapi/strfmt/default.go | 0 .../vendor}/github.com/go-openapi/strfmt/doc.go | 0 .../github.com/go-openapi/strfmt/duration.go | 0 .../vendor}/github.com/go-openapi/strfmt/format.go | 0 .../vendor}/github.com/go-openapi/strfmt/time.go | 0 .../vendor}/github.com/go-openapi/swag/LICENSE | 0 .../vendor}/github.com/go-openapi/swag/convert.go | 0 .../github.com/go-openapi/swag/convert_types.go | 0 .../vendor}/github.com/go-openapi/swag/doc.go | 0 .../vendor}/github.com/go-openapi/swag/json.go | 0 .../vendor}/github.com/go-openapi/swag/loading.go | 0 .../vendor}/github.com/go-openapi/swag/net.go | 0 .../vendor}/github.com/go-openapi/swag/path.go | 0 .../vendor}/github.com/go-openapi/swag/post_go18.go | 0 .../vendor}/github.com/go-openapi/swag/post_go19.go | 0 .../vendor}/github.com/go-openapi/swag/pre_go18.go | 0 .../vendor}/github.com/go-openapi/swag/pre_go19.go | 0 .../vendor}/github.com/go-openapi/swag/util.go | 0 .../vendor}/github.com/go-openapi/swag/yaml.go | 0 .../vendor}/github.com/go-openapi/validate/LICENSE | 0 .../vendor}/github.com/go-openapi/validate/debug.go | 0 .../go-openapi/validate/default_validator.go | 0 .../vendor}/github.com/go-openapi/validate/doc.go | 0 .../go-openapi/validate/example_validator.go | 0 .../github.com/go-openapi/validate/formats.go | 0 .../github.com/go-openapi/validate/helpers.go | 0 .../go-openapi/validate/object_validator.go | 0 .../github.com/go-openapi/validate/options.go | 0 .../github.com/go-openapi/validate/result.go | 0 .../vendor}/github.com/go-openapi/validate/rexp.go | 0 .../github.com/go-openapi/validate/schema.go | 0 .../go-openapi/validate/schema_messages.go | 0 .../github.com/go-openapi/validate/schema_props.go | 0 .../go-openapi/validate/slice_validator.go | 0 .../vendor}/github.com/go-openapi/validate/spec.go | 0 .../github.com/go-openapi/validate/spec_messages.go | 0 .../vendor}/github.com/go-openapi/validate/type.go | 0 .../github.com/go-openapi/validate/validator.go | 0 .../github.com/go-openapi/validate/values.go | 0 .../runtime/vendor}/github.com/godbus/dbus/LICENSE | 0 .../runtime/vendor}/github.com/godbus/dbus/auth.go | 0 .../github.com/godbus/dbus/auth_anonymous.go | 0 .../vendor}/github.com/godbus/dbus/auth_external.go | 0 .../vendor}/github.com/godbus/dbus/auth_sha1.go | 0 .../runtime/vendor}/github.com/godbus/dbus/call.go | 0 .../runtime/vendor}/github.com/godbus/dbus/conn.go | 0 .../vendor}/github.com/godbus/dbus/conn_darwin.go | 0 .../vendor}/github.com/godbus/dbus/conn_other.go | 0 .../vendor}/github.com/godbus/dbus/conn_unix.go | 0 .../vendor}/github.com/godbus/dbus/conn_windows.go | 0 .../runtime/vendor}/github.com/godbus/dbus/dbus.go | 0 .../vendor}/github.com/godbus/dbus/decoder.go | 0 .../github.com/godbus/dbus/default_handler.go | 0 .../runtime/vendor}/github.com/godbus/dbus/doc.go | 0 .../vendor}/github.com/godbus/dbus/encoder.go | 0 .../vendor}/github.com/godbus/dbus/export.go | 0 .../vendor}/github.com/godbus/dbus/homedir.go | 0 .../github.com/godbus/dbus/homedir_dynamic.go | 0 .../github.com/godbus/dbus/homedir_static.go | 0 .../vendor}/github.com/godbus/dbus/message.go | 0 .../vendor}/github.com/godbus/dbus/object.go | 0 .../github.com/godbus/dbus/server_interfaces.go | 0 .../runtime/vendor}/github.com/godbus/dbus/sig.go | 0 .../github.com/godbus/dbus/transport_darwin.go | 0 .../github.com/godbus/dbus/transport_generic.go | 0 .../github.com/godbus/dbus/transport_nonce_tcp.go | 0 .../vendor}/github.com/godbus/dbus/transport_tcp.go | 0 .../github.com/godbus/dbus/transport_unix.go | 0 .../godbus/dbus/transport_unixcred_dragonfly.go | 0 .../godbus/dbus/transport_unixcred_freebsd.go | 0 .../godbus/dbus/transport_unixcred_linux.go | 0 .../godbus/dbus/transport_unixcred_openbsd.go | 0 .../vendor}/github.com/godbus/dbus/variant.go | 0 .../vendor}/github.com/godbus/dbus/variant_lexer.go | 0 .../github.com/godbus/dbus/variant_parser.go | 0 .../vendor}/github.com/gogo/protobuf/AUTHORS | 0 .../vendor}/github.com/gogo/protobuf/CONTRIBUTORS | 0 .../github.com/gogo/protobuf/GOLANG_CONTRIBUTORS | 0 .../vendor}/github.com/gogo/protobuf/LICENSE | 0 .../github.com/gogo/protobuf/gogoproto/doc.go | 0 .../github.com/gogo/protobuf/gogoproto/gogo.pb.go | 0 .../github.com/gogo/protobuf/gogoproto/helper.go | 0 .../vendor}/github.com/gogo/protobuf/proto/clone.go | 0 .../github.com/gogo/protobuf/proto/custom_gogo.go | 0 .../github.com/gogo/protobuf/proto/decode.go | 0 .../github.com/gogo/protobuf/proto/discard.go | 0 .../github.com/gogo/protobuf/proto/duration.go | 0 .../github.com/gogo/protobuf/proto/duration_gogo.go | 0 .../github.com/gogo/protobuf/proto/encode.go | 0 .../github.com/gogo/protobuf/proto/encode_gogo.go | 0 .../vendor}/github.com/gogo/protobuf/proto/equal.go | 0 .../github.com/gogo/protobuf/proto/extensions.go | 0 .../gogo/protobuf/proto/extensions_gogo.go | 0 .../vendor}/github.com/gogo/protobuf/proto/lib.go | 0 .../github.com/gogo/protobuf/proto/lib_gogo.go | 0 .../github.com/gogo/protobuf/proto/message_set.go | 0 .../gogo/protobuf/proto/pointer_reflect.go | 0 .../gogo/protobuf/proto/pointer_reflect_gogo.go | 0 .../gogo/protobuf/proto/pointer_unsafe.go | 0 .../gogo/protobuf/proto/pointer_unsafe_gogo.go | 0 .../github.com/gogo/protobuf/proto/properties.go | 0 .../gogo/protobuf/proto/properties_gogo.go | 0 .../github.com/gogo/protobuf/proto/skip_gogo.go | 0 .../github.com/gogo/protobuf/proto/table_marshal.go | 0 .../gogo/protobuf/proto/table_marshal_gogo.go | 0 .../github.com/gogo/protobuf/proto/table_merge.go | 0 .../gogo/protobuf/proto/table_unmarshal.go | 0 .../gogo/protobuf/proto/table_unmarshal_gogo.go | 0 .../vendor}/github.com/gogo/protobuf/proto/text.go | 0 .../github.com/gogo/protobuf/proto/text_gogo.go | 0 .../github.com/gogo/protobuf/proto/text_parser.go | 0 .../github.com/gogo/protobuf/proto/timestamp.go | 0 .../gogo/protobuf/proto/timestamp_gogo.go | 0 .../github.com/gogo/protobuf/proto/wrappers.go | 0 .../github.com/gogo/protobuf/proto/wrappers_gogo.go | 0 .../protoc-gen-gogo/descriptor/descriptor.go | 0 .../protoc-gen-gogo/descriptor/descriptor.pb.go | 0 .../descriptor/descriptor_gostring.gen.go | 0 .../protobuf/protoc-gen-gogo/descriptor/helper.go | 0 .../github.com/gogo/protobuf/sortkeys/sortkeys.go | 0 .../vendor}/github.com/gogo/protobuf/types/any.go | 0 .../github.com/gogo/protobuf/types/any.pb.go | 0 .../github.com/gogo/protobuf/types/api.pb.go | 0 .../vendor}/github.com/gogo/protobuf/types/doc.go | 0 .../github.com/gogo/protobuf/types/duration.go | 0 .../github.com/gogo/protobuf/types/duration.pb.go | 0 .../github.com/gogo/protobuf/types/duration_gogo.go | 0 .../github.com/gogo/protobuf/types/empty.pb.go | 0 .../github.com/gogo/protobuf/types/field_mask.pb.go | 0 .../github.com/gogo/protobuf/types/protosize.go | 0 .../gogo/protobuf/types/source_context.pb.go | 0 .../github.com/gogo/protobuf/types/struct.pb.go | 0 .../github.com/gogo/protobuf/types/timestamp.go | 0 .../github.com/gogo/protobuf/types/timestamp.pb.go | 0 .../gogo/protobuf/types/timestamp_gogo.go | 0 .../github.com/gogo/protobuf/types/type.pb.go | 0 .../github.com/gogo/protobuf/types/wrappers.pb.go | 0 .../github.com/gogo/protobuf/types/wrappers_gogo.go | 0 .../vendor}/github.com/golang/protobuf/AUTHORS | 0 .../vendor}/github.com/golang/protobuf/CONTRIBUTORS | 0 .../vendor}/github.com/golang/protobuf/LICENSE | 0 .../github.com/golang/protobuf/proto/clone.go | 0 .../github.com/golang/protobuf/proto/decode.go | 0 .../github.com/golang/protobuf/proto/deprecated.go | 0 .../github.com/golang/protobuf/proto/discard.go | 0 .../github.com/golang/protobuf/proto/encode.go | 0 .../github.com/golang/protobuf/proto/equal.go | 0 .../github.com/golang/protobuf/proto/extensions.go | 0 .../vendor}/github.com/golang/protobuf/proto/lib.go | 0 .../github.com/golang/protobuf/proto/message_set.go | 0 .../golang/protobuf/proto/pointer_reflect.go | 0 .../golang/protobuf/proto/pointer_unsafe.go | 0 .../github.com/golang/protobuf/proto/properties.go | 0 .../golang/protobuf/proto/table_marshal.go | 0 .../github.com/golang/protobuf/proto/table_merge.go | 0 .../golang/protobuf/proto/table_unmarshal.go | 0 .../github.com/golang/protobuf/proto/text.go | 0 .../github.com/golang/protobuf/proto/text_parser.go | 0 .../github.com/golang/protobuf/ptypes/any.go | 0 .../github.com/golang/protobuf/ptypes/any/any.pb.go | 0 .../github.com/golang/protobuf/ptypes/doc.go | 0 .../github.com/golang/protobuf/ptypes/duration.go | 0 .../golang/protobuf/ptypes/duration/duration.pb.go | 0 .../github.com/golang/protobuf/ptypes/timestamp.go | 0 .../protobuf/ptypes/timestamp/timestamp.pb.go | 0 .../grpc-ecosystem/grpc-opentracing/LICENSE | 0 .../grpc-ecosystem/grpc-opentracing/PATENTS | 0 .../grpc-opentracing/go/otgrpc/client.go | 0 .../grpc-opentracing/go/otgrpc/errors.go | 0 .../grpc-opentracing/go/otgrpc/options.go | 0 .../grpc-opentracing/go/otgrpc/package.go | 0 .../grpc-opentracing/go/otgrpc/server.go | 0 .../grpc-opentracing/go/otgrpc/shared.go | 0 .../vendor}/github.com/hashicorp/errwrap/LICENSE | 0 .../vendor}/github.com/hashicorp/errwrap/errwrap.go | 0 .../github.com/hashicorp/go-multierror/LICENSE | 0 .../github.com/hashicorp/go-multierror/append.go | 0 .../github.com/hashicorp/go-multierror/flatten.go | 0 .../github.com/hashicorp/go-multierror/format.go | 0 .../hashicorp/go-multierror/multierror.go | 0 .../github.com/hashicorp/go-multierror/prefix.go | 0 .../github.com/hashicorp/go-multierror/sort.go | 0 .../vendor}/github.com/hashicorp/yamux/LICENSE | 0 .../vendor}/github.com/hashicorp/yamux/addr.go | 0 .../vendor}/github.com/hashicorp/yamux/const.go | 0 .../vendor}/github.com/hashicorp/yamux/mux.go | 0 .../vendor}/github.com/hashicorp/yamux/session.go | 0 .../vendor}/github.com/hashicorp/yamux/stream.go | 0 .../vendor}/github.com/hashicorp/yamux/util.go | 0 .../vendor}/github.com/intel/govmm/CONTRIBUTORS.md | 0 .../runtime/vendor}/github.com/intel/govmm/COPYING | 0 .../vendor}/github.com/intel/govmm/qemu/image.go | 0 .../vendor}/github.com/intel/govmm/qemu/qemu.go | 0 .../vendor}/github.com/intel/govmm/qemu/qmp.go | 0 .../github.com/kata-containers/agent/LICENSE | 0 .../kata-containers/agent/pkg/types/types.pb.go | 0 .../agent/protocols/client/client.go | 0 .../agent/protocols/grpc/agent.pb.go | 0 .../agent/protocols/grpc/health.pb.go | 0 .../kata-containers/agent/protocols/grpc/oci.pb.go | 0 .../kata-containers/agent/protocols/grpc/utils.go | 0 .../kata-containers/agent/protocols/grpc/version.go | 0 .../konsorten/go-windows-terminal-sequences/LICENSE | 0 .../go-windows-terminal-sequences/sequences.go | 0 .../sequences_dummy.go | 0 .../vendor}/github.com/mailru/easyjson/LICENSE | 0 .../github.com/mailru/easyjson/buffer/pool.go | 0 .../github.com/mailru/easyjson/jlexer/bytestostr.go | 0 .../mailru/easyjson/jlexer/bytestostr_nounsafe.go | 0 .../github.com/mailru/easyjson/jlexer/error.go | 0 .../github.com/mailru/easyjson/jlexer/lexer.go | 0 .../github.com/mailru/easyjson/jwriter/writer.go | 0 .../vendor}/github.com/mdlayher/vsock/LICENSE.md | 0 .../vendor}/github.com/mdlayher/vsock/conn_linux.go | 0 .../vendor}/github.com/mdlayher/vsock/doc.go | 0 .../vendor}/github.com/mdlayher/vsock/fd_linux.go | 0 .../github.com/mdlayher/vsock/fd_linux_gteq_1.12.go | 0 .../github.com/mdlayher/vsock/fd_linux_lt_1.12.go | 0 .../mdlayher/vsock/goversion_unsupported.go | 0 .../github.com/mdlayher/vsock/ioctl_linux.go | 0 .../github.com/mdlayher/vsock/listener_linux.go | 0 .../vendor}/github.com/mdlayher/vsock/vsock.go | 0 .../github.com/mdlayher/vsock/vsock_others.go | 0 .../github.com/mitchellh/mapstructure/LICENSE | 0 .../mitchellh/mapstructure/decode_hooks.go | 0 .../github.com/mitchellh/mapstructure/error.go | 0 .../mitchellh/mapstructure/mapstructure.go | 0 .../opencontainers/go-digest/LICENSE.code | 0 .../opencontainers/go-digest/LICENSE.docs | 0 .../opencontainers/go-digest/algorithm.go | 0 .../github.com/opencontainers/go-digest/digest.go | 0 .../github.com/opencontainers/go-digest/digester.go | 0 .../github.com/opencontainers/go-digest/doc.go | 0 .../opencontainers/go-digest/verifiers.go | 0 .../vendor}/github.com/opencontainers/runc/LICENSE | 0 .../vendor}/github.com/opencontainers/runc/NOTICE | 0 .../runc/libcontainer/cgroups/cgroups.go | 0 .../libcontainer/cgroups/cgroups_unsupported.go | 0 .../cgroups/ebpf/devicefilter/devicefilter.go | 0 .../runc/libcontainer/cgroups/ebpf/ebpf.go | 0 .../runc/libcontainer/cgroups/fs/apply_raw.go | 0 .../runc/libcontainer/cgroups/fs/blkio.go | 0 .../runc/libcontainer/cgroups/fs/cpu.go | 0 .../runc/libcontainer/cgroups/fs/cpu_v2.go | 0 .../runc/libcontainer/cgroups/fs/cpuacct.go | 0 .../runc/libcontainer/cgroups/fs/cpuset.go | 0 .../runc/libcontainer/cgroups/fs/cpuset_v2.go | 0 .../runc/libcontainer/cgroups/fs/devices.go | 0 .../runc/libcontainer/cgroups/fs/devices_v2.go | 0 .../runc/libcontainer/cgroups/fs/freezer.go | 0 .../runc/libcontainer/cgroups/fs/freezer_v2.go | 0 .../runc/libcontainer/cgroups/fs/fs_unsupported.go | 0 .../runc/libcontainer/cgroups/fs/hugetlb.go | 0 .../runc/libcontainer/cgroups/fs/io_v2.go | 0 .../runc/libcontainer/cgroups/fs/kmem.go | 0 .../runc/libcontainer/cgroups/fs/kmem_disabled.go | 0 .../runc/libcontainer/cgroups/fs/memory.go | 0 .../runc/libcontainer/cgroups/fs/memory_v2.go | 0 .../runc/libcontainer/cgroups/fs/name.go | 0 .../runc/libcontainer/cgroups/fs/net_cls.go | 0 .../runc/libcontainer/cgroups/fs/net_prio.go | 0 .../runc/libcontainer/cgroups/fs/perf_event.go | 0 .../runc/libcontainer/cgroups/fs/pids.go | 0 .../runc/libcontainer/cgroups/fs/pids_v2.go | 0 .../runc/libcontainer/cgroups/fs/utils.go | 0 .../runc/libcontainer/cgroups/stats.go | 0 .../libcontainer/cgroups/systemd/apply_nosystemd.go | 0 .../libcontainer/cgroups/systemd/apply_systemd.go | 0 .../cgroups/systemd/unified_hierarchy.go | 0 .../runc/libcontainer/cgroups/utils.go | 0 .../runc/libcontainer/configs/blkio_device.go | 0 .../runc/libcontainer/configs/cgroup_linux.go | 0 .../runc/libcontainer/configs/cgroup_unsupported.go | 0 .../runc/libcontainer/configs/config.go | 0 .../runc/libcontainer/configs/config_linux.go | 0 .../runc/libcontainer/configs/device.go | 0 .../runc/libcontainer/configs/device_defaults.go | 0 .../runc/libcontainer/configs/hugepage_limit.go | 0 .../runc/libcontainer/configs/intelrdt.go | 0 .../libcontainer/configs/interface_priority_map.go | 0 .../runc/libcontainer/configs/mount.go | 0 .../runc/libcontainer/configs/namespaces.go | 0 .../runc/libcontainer/configs/namespaces_linux.go | 0 .../runc/libcontainer/configs/namespaces_syscall.go | 0 .../configs/namespaces_syscall_unsupported.go | 0 .../libcontainer/configs/namespaces_unsupported.go | 0 .../runc/libcontainer/configs/network.go | 0 .../runc/libcontainer/seccomp/config.go | 0 .../runc/libcontainer/seccomp/seccomp_linux.go | 0 .../libcontainer/seccomp/seccomp_unsupported.go | 0 .../runc/libcontainer/specconv/example.go | 0 .../runc/libcontainer/specconv/spec_linux.go | 0 .../runc/libcontainer/system/linux.go | 0 .../opencontainers/runc/libcontainer/system/proc.go | 0 .../runc/libcontainer/system/syscall_linux_32.go | 0 .../runc/libcontainer/system/syscall_linux_64.go | 0 .../runc/libcontainer/system/sysconfig.go | 0 .../runc/libcontainer/system/sysconfig_notcgo.go | 0 .../runc/libcontainer/system/unsupported.go | 0 .../runc/libcontainer/system/xattrs_linux.go | 0 .../opencontainers/runc/libcontainer/user/lookup.go | 0 .../runc/libcontainer/user/lookup_unix.go | 0 .../runc/libcontainer/user/lookup_windows.go | 0 .../opencontainers/runc/libcontainer/user/user.go | 0 .../opencontainers/runc/libcontainer/utils/cmsg.go | 0 .../opencontainers/runc/libcontainer/utils/utils.go | 0 .../runc/libcontainer/utils/utils_unix.go | 0 .../github.com/opencontainers/runtime-spec/LICENSE | 0 .../opencontainers/runtime-spec/specs-go/config.go | 0 .../opencontainers/runtime-spec/specs-go/state.go | 0 .../opencontainers/runtime-spec/specs-go/version.go | 0 .../github.com/opencontainers/selinux/LICENSE | 0 .../selinux/go-selinux/label/label.go | 0 .../selinux/go-selinux/label/label_selinux.go | 0 .../selinux/go-selinux/label/label_stub.go | 0 .../selinux/go-selinux/selinux_linux.go | 0 .../selinux/go-selinux/selinux_stub.go | 0 .../opencontainers/selinux/go-selinux/xattrs.go | 0 .../opencontainers/selinux/pkg/pwalk/pwalk.go | 0 .../github.com/opentracing/opentracing-go/LICENSE | 0 .../opentracing/opentracing-go/ext/tags.go | 0 .../opentracing/opentracing-go/globaltracer.go | 0 .../opentracing/opentracing-go/gocontext.go | 0 .../opentracing/opentracing-go/log/field.go | 0 .../opentracing/opentracing-go/log/util.go | 0 .../github.com/opentracing/opentracing-go/noop.go | 0 .../opentracing/opentracing-go/propagation.go | 0 .../github.com/opentracing/opentracing-go/span.go | 0 .../github.com/opentracing/opentracing-go/tracer.go | 0 .../runtime/vendor}/github.com/pkg/errors/LICENSE | 0 .../runtime/vendor}/github.com/pkg/errors/errors.go | 0 .../runtime/vendor}/github.com/pkg/errors/stack.go | 0 .../vendor}/github.com/pmezard/go-difflib/LICENSE | 0 .../pmezard/go-difflib/difflib/difflib.go | 0 .../vendor}/github.com/prometheus/procfs/LICENSE | 0 .../vendor}/github.com/prometheus/procfs/NOTICE | 0 .../github.com/prometheus/procfs/buddyinfo.go | 0 .../vendor}/github.com/prometheus/procfs/doc.go | 0 .../vendor}/github.com/prometheus/procfs/fs.go | 0 .../vendor}/github.com/prometheus/procfs/ipvs.go | 0 .../vendor}/github.com/prometheus/procfs/mdstat.go | 0 .../github.com/prometheus/procfs/mountstats.go | 0 .../vendor}/github.com/prometheus/procfs/net_dev.go | 0 .../vendor}/github.com/prometheus/procfs/proc.go | 0 .../vendor}/github.com/prometheus/procfs/proc_io.go | 0 .../github.com/prometheus/procfs/proc_limits.go | 0 .../vendor}/github.com/prometheus/procfs/proc_ns.go | 0 .../github.com/prometheus/procfs/proc_psi.go | 0 .../github.com/prometheus/procfs/proc_stat.go | 0 .../vendor}/github.com/prometheus/procfs/stat.go | 0 .../vendor}/github.com/prometheus/procfs/xfrm.go | 0 .../vendor}/github.com/safchain/ethtool/LICENSE | 0 .../vendor}/github.com/safchain/ethtool/ethtool.go | 0 .../github.com/safchain/ethtool/ethtool_cmd.go | 0 .../github.com/safchain/ethtool/ethtool_msglvl.go | 0 .../github.com/seccomp/libseccomp-golang/LICENSE | 0 .../github.com/seccomp/libseccomp-golang/seccomp.go | 0 .../seccomp/libseccomp-golang/seccomp_internal.go | 0 .../vendor}/github.com/sirupsen/logrus/LICENSE | 0 .../vendor}/github.com/sirupsen/logrus/alt_exit.go | 0 .../vendor}/github.com/sirupsen/logrus/doc.go | 0 .../vendor}/github.com/sirupsen/logrus/entry.go | 0 .../vendor}/github.com/sirupsen/logrus/exported.go | 0 .../vendor}/github.com/sirupsen/logrus/formatter.go | 0 .../vendor}/github.com/sirupsen/logrus/hooks.go | 0 .../sirupsen/logrus/hooks/syslog/syslog.go | 0 .../github.com/sirupsen/logrus/json_formatter.go | 0 .../vendor}/github.com/sirupsen/logrus/logger.go | 0 .../vendor}/github.com/sirupsen/logrus/logrus.go | 0 .../sirupsen/logrus/terminal_check_appengine.go | 0 .../sirupsen/logrus/terminal_check_bsd.go | 0 .../sirupsen/logrus/terminal_check_no_terminal.go | 0 .../sirupsen/logrus/terminal_check_notappengine.go | 0 .../sirupsen/logrus/terminal_check_solaris.go | 0 .../sirupsen/logrus/terminal_check_unix.go | 0 .../sirupsen/logrus/terminal_check_windows.go | 0 .../github.com/sirupsen/logrus/text_formatter.go | 0 .../vendor}/github.com/sirupsen/logrus/writer.go | 0 .../vendor}/github.com/stretchr/testify/LICENCE.txt | 0 .../vendor}/github.com/stretchr/testify/LICENSE | 0 .../stretchr/testify/assert/assertion_format.go | 0 .../stretchr/testify/assert/assertion_forward.go | 0 .../stretchr/testify/assert/assertions.go | 0 .../github.com/stretchr/testify/assert/doc.go | 0 .../github.com/stretchr/testify/assert/errors.go | 0 .../stretchr/testify/assert/forward_assertions.go | 0 .../stretchr/testify/assert/http_assertions.go | 0 .../github.com/uber/jaeger-client-go/LICENSE | 0 .../uber/jaeger-client-go/baggage_setter.go | 0 .../uber/jaeger-client-go/config/config.go | 0 .../uber/jaeger-client-go/config/config_env.go | 0 .../uber/jaeger-client-go/config/options.go | 0 .../github.com/uber/jaeger-client-go/constants.go | 0 .../github.com/uber/jaeger-client-go/context.go | 0 .../uber/jaeger-client-go/contrib_observer.go | 0 .../vendor}/github.com/uber/jaeger-client-go/doc.go | 0 .../github.com/uber/jaeger-client-go/header.go | 0 .../internal/baggage/remote/options.go | 0 .../internal/baggage/remote/restriction_manager.go | 0 .../internal/baggage/restriction_manager.go | 0 .../uber/jaeger-client-go/internal/spanlog/json.go | 0 .../internal/throttler/remote/options.go | 0 .../internal/throttler/remote/throttler.go | 0 .../internal/throttler/throttler.go | 0 .../github.com/uber/jaeger-client-go/interop.go | 0 .../github.com/uber/jaeger-client-go/jaeger_tag.go | 0 .../uber/jaeger-client-go/jaeger_thrift_span.go | 0 .../github.com/uber/jaeger-client-go/log/logger.go | 0 .../github.com/uber/jaeger-client-go/logger.go | 0 .../github.com/uber/jaeger-client-go/metrics.go | 0 .../github.com/uber/jaeger-client-go/observer.go | 0 .../github.com/uber/jaeger-client-go/process.go | 0 .../github.com/uber/jaeger-client-go/propagation.go | 0 .../github.com/uber/jaeger-client-go/reference.go | 0 .../github.com/uber/jaeger-client-go/reporter.go | 0 .../uber/jaeger-client-go/reporter_options.go | 0 .../uber/jaeger-client-go/rpcmetrics/doc.go | 0 .../uber/jaeger-client-go/rpcmetrics/endpoints.go | 0 .../uber/jaeger-client-go/rpcmetrics/metrics.go | 0 .../uber/jaeger-client-go/rpcmetrics/normalizer.go | 0 .../uber/jaeger-client-go/rpcmetrics/observer.go | 0 .../github.com/uber/jaeger-client-go/sampler.go | 0 .../uber/jaeger-client-go/sampler_options.go | 0 .../github.com/uber/jaeger-client-go/span.go | 0 .../uber/jaeger-client-go/thrift-gen/agent/agent.go | 0 .../jaeger-client-go/thrift-gen/agent/constants.go | 0 .../jaeger-client-go/thrift-gen/agent/ttypes.go | 0 .../thrift-gen/baggage/baggagerestrictionmanager.go | 0 .../thrift-gen/baggage/constants.go | 0 .../jaeger-client-go/thrift-gen/baggage/ttypes.go | 0 .../jaeger-client-go/thrift-gen/jaeger/agent.go | 0 .../jaeger-client-go/thrift-gen/jaeger/constants.go | 0 .../jaeger-client-go/thrift-gen/jaeger/ttypes.go | 0 .../thrift-gen/sampling/constants.go | 0 .../thrift-gen/sampling/samplingmanager.go | 0 .../jaeger-client-go/thrift-gen/sampling/ttypes.go | 0 .../thrift-gen/zipkincore/constants.go | 0 .../thrift-gen/zipkincore/ttypes.go | 0 .../thrift-gen/zipkincore/zipkincollector.go | 0 .../thrift/application_exception.go | 0 .../uber/jaeger-client-go/thrift/binary_protocol.go | 0 .../jaeger-client-go/thrift/compact_protocol.go | 0 .../uber/jaeger-client-go/thrift/exception.go | 0 .../uber/jaeger-client-go/thrift/memory_buffer.go | 0 .../uber/jaeger-client-go/thrift/messagetype.go | 0 .../uber/jaeger-client-go/thrift/numeric.go | 0 .../uber/jaeger-client-go/thrift/processor.go | 0 .../uber/jaeger-client-go/thrift/protocol.go | 0 .../jaeger-client-go/thrift/protocol_exception.go | 0 .../jaeger-client-go/thrift/protocol_factory.go | 0 .../uber/jaeger-client-go/thrift/rich_transport.go | 0 .../uber/jaeger-client-go/thrift/serializer.go | 0 .../jaeger-client-go/thrift/simple_json_protocol.go | 0 .../uber/jaeger-client-go/thrift/transport.go | 0 .../jaeger-client-go/thrift/transport_exception.go | 0 .../jaeger-client-go/thrift/transport_factory.go | 0 .../github.com/uber/jaeger-client-go/thrift/type.go | 0 .../github.com/uber/jaeger-client-go/tracer.go | 0 .../uber/jaeger-client-go/tracer_options.go | 0 .../github.com/uber/jaeger-client-go/transport.go | 0 .../uber/jaeger-client-go/transport/doc.go | 0 .../uber/jaeger-client-go/transport/http.go | 0 .../uber/jaeger-client-go/transport_udp.go | 0 .../uber/jaeger-client-go/utils/http_json.go | 0 .../uber/jaeger-client-go/utils/localip.go | 0 .../github.com/uber/jaeger-client-go/utils/rand.go | 0 .../uber/jaeger-client-go/utils/rate_limiter.go | 0 .../uber/jaeger-client-go/utils/udp_client.go | 0 .../github.com/uber/jaeger-client-go/utils/utils.go | 0 .../github.com/uber/jaeger-client-go/zipkin.go | 0 .../uber/jaeger-client-go/zipkin_thrift_span.go | 0 .../vendor}/github.com/uber/jaeger-lib/LICENSE | 0 .../github.com/uber/jaeger-lib/metrics/counter.go | 0 .../github.com/uber/jaeger-lib/metrics/factory.go | 0 .../github.com/uber/jaeger-lib/metrics/gauge.go | 0 .../github.com/uber/jaeger-lib/metrics/local.go | 0 .../github.com/uber/jaeger-lib/metrics/metrics.go | 0 .../github.com/uber/jaeger-lib/metrics/stopwatch.go | 0 .../github.com/uber/jaeger-lib/metrics/timer.go | 0 .../runtime/vendor}/github.com/urfave/cli/LICENSE | 0 .../runtime/vendor}/github.com/urfave/cli/app.go | 0 .../vendor}/github.com/urfave/cli/category.go | 0 .../runtime/vendor}/github.com/urfave/cli/cli.go | 0 .../vendor}/github.com/urfave/cli/command.go | 0 .../vendor}/github.com/urfave/cli/context.go | 0 .../runtime/vendor}/github.com/urfave/cli/errors.go | 0 .../runtime/vendor}/github.com/urfave/cli/flag.go | 0 .../vendor}/github.com/urfave/cli/flag_generated.go | 0 .../runtime/vendor}/github.com/urfave/cli/funcs.go | 0 .../runtime/vendor}/github.com/urfave/cli/help.go | 0 .../vendor}/github.com/vishvananda/netlink/LICENSE | 0 .../vendor}/github.com/vishvananda/netlink/addr.go | 0 .../github.com/vishvananda/netlink/addr_linux.go | 0 .../github.com/vishvananda/netlink/bpf_linux.go | 0 .../github.com/vishvananda/netlink/bridge_linux.go | 0 .../vendor}/github.com/vishvananda/netlink/class.go | 0 .../github.com/vishvananda/netlink/class_linux.go | 0 .../vishvananda/netlink/conntrack_linux.go | 0 .../vishvananda/netlink/conntrack_unspecified.go | 0 .../github.com/vishvananda/netlink/devlink_linux.go | 0 .../github.com/vishvananda/netlink/filter.go | 0 .../github.com/vishvananda/netlink/filter_linux.go | 0 .../vendor}/github.com/vishvananda/netlink/fou.go | 0 .../github.com/vishvananda/netlink/fou_linux.go | 0 .../vishvananda/netlink/fou_unspecified.go | 0 .../vishvananda/netlink/genetlink_linux.go | 0 .../vishvananda/netlink/genetlink_unspecified.go | 0 .../github.com/vishvananda/netlink/gtp_linux.go | 0 .../github.com/vishvananda/netlink/handle_linux.go | 0 .../vishvananda/netlink/handle_unspecified.go | 0 .../github.com/vishvananda/netlink/ioctl_linux.go | 0 .../vendor}/github.com/vishvananda/netlink/link.go | 0 .../github.com/vishvananda/netlink/link_linux.go | 0 .../vishvananda/netlink/link_tuntap_linux.go | 0 .../vendor}/github.com/vishvananda/netlink/neigh.go | 0 .../github.com/vishvananda/netlink/neigh_linux.go | 0 .../github.com/vishvananda/netlink/netlink.go | 0 .../github.com/vishvananda/netlink/netlink_linux.go | 0 .../vishvananda/netlink/netlink_unspecified.go | 0 .../github.com/vishvananda/netlink/netns_linux.go | 0 .../vishvananda/netlink/netns_unspecified.go | 0 .../github.com/vishvananda/netlink/nl/addr_linux.go | 0 .../vishvananda/netlink/nl/bridge_linux.go | 0 .../vishvananda/netlink/nl/conntrack_linux.go | 0 .../vishvananda/netlink/nl/devlink_linux.go | 0 .../vishvananda/netlink/nl/genetlink_linux.go | 0 .../github.com/vishvananda/netlink/nl/link_linux.go | 0 .../github.com/vishvananda/netlink/nl/mpls_linux.go | 0 .../github.com/vishvananda/netlink/nl/nl_linux.go | 0 .../vishvananda/netlink/nl/nl_unspecified.go | 0 .../vishvananda/netlink/nl/rdma_link_linux.go | 0 .../vishvananda/netlink/nl/route_linux.go | 0 .../github.com/vishvananda/netlink/nl/seg6_linux.go | 0 .../vishvananda/netlink/nl/seg6local_linux.go | 0 .../github.com/vishvananda/netlink/nl/syscall.go | 0 .../github.com/vishvananda/netlink/nl/tc_linux.go | 0 .../github.com/vishvananda/netlink/nl/xfrm_linux.go | 0 .../vishvananda/netlink/nl/xfrm_monitor_linux.go | 0 .../vishvananda/netlink/nl/xfrm_policy_linux.go | 0 .../vishvananda/netlink/nl/xfrm_state_linux.go | 0 .../vendor}/github.com/vishvananda/netlink/order.go | 0 .../github.com/vishvananda/netlink/protinfo.go | 0 .../vishvananda/netlink/protinfo_linux.go | 0 .../vendor}/github.com/vishvananda/netlink/qdisc.go | 0 .../github.com/vishvananda/netlink/qdisc_linux.go | 0 .../vishvananda/netlink/rdma_link_linux.go | 0 .../vendor}/github.com/vishvananda/netlink/route.go | 0 .../github.com/vishvananda/netlink/route_linux.go | 0 .../vishvananda/netlink/route_unspecified.go | 0 .../vendor}/github.com/vishvananda/netlink/rule.go | 0 .../github.com/vishvananda/netlink/rule_linux.go | 0 .../github.com/vishvananda/netlink/socket.go | 0 .../github.com/vishvananda/netlink/socket_linux.go | 0 .../vendor}/github.com/vishvananda/netlink/xfrm.go | 0 .../vishvananda/netlink/xfrm_monitor_linux.go | 0 .../github.com/vishvananda/netlink/xfrm_policy.go | 0 .../vishvananda/netlink/xfrm_policy_linux.go | 0 .../github.com/vishvananda/netlink/xfrm_state.go | 0 .../vishvananda/netlink/xfrm_state_linux.go | 0 .../vendor}/github.com/vishvananda/netns/LICENSE | 0 .../vendor}/github.com/vishvananda/netns/netns.go | 0 .../github.com/vishvananda/netns/netns_linux.go | 0 .../vishvananda/netns/netns_unspecified.go | 0 .../runtime/vendor}/golang.org/x/net/AUTHORS | 0 .../runtime/vendor}/golang.org/x/net/CONTRIBUTORS | 0 .../runtime/vendor}/golang.org/x/net/LICENSE | 0 .../runtime/vendor}/golang.org/x/net/PATENTS | 0 .../vendor}/golang.org/x/net/context/context.go | 0 .../golang.org/x/net/context/ctxhttp/ctxhttp.go | 0 .../x/net/context/ctxhttp/ctxhttp_pre17.go | 0 .../vendor}/golang.org/x/net/context/go17.go | 0 .../vendor}/golang.org/x/net/context/go19.go | 0 .../vendor}/golang.org/x/net/context/pre_go17.go | 0 .../vendor}/golang.org/x/net/context/pre_go19.go | 0 .../vendor}/golang.org/x/net/http2/ciphers.go | 0 .../golang.org/x/net/http2/client_conn_pool.go | 0 .../golang.org/x/net/http2/configure_transport.go | 0 .../vendor}/golang.org/x/net/http2/databuffer.go | 0 .../vendor}/golang.org/x/net/http2/errors.go | 0 .../runtime/vendor}/golang.org/x/net/http2/flow.go | 0 .../runtime/vendor}/golang.org/x/net/http2/frame.go | 0 .../runtime/vendor}/golang.org/x/net/http2/go16.go | 0 .../runtime/vendor}/golang.org/x/net/http2/go17.go | 0 .../vendor}/golang.org/x/net/http2/go17_not18.go | 0 .../runtime/vendor}/golang.org/x/net/http2/go18.go | 0 .../runtime/vendor}/golang.org/x/net/http2/go19.go | 0 .../vendor}/golang.org/x/net/http2/gotrack.go | 0 .../vendor}/golang.org/x/net/http2/headermap.go | 0 .../vendor}/golang.org/x/net/http2/hpack/encode.go | 0 .../vendor}/golang.org/x/net/http2/hpack/hpack.go | 0 .../vendor}/golang.org/x/net/http2/hpack/huffman.go | 0 .../vendor}/golang.org/x/net/http2/hpack/tables.go | 0 .../runtime/vendor}/golang.org/x/net/http2/http2.go | 0 .../vendor}/golang.org/x/net/http2/not_go16.go | 0 .../vendor}/golang.org/x/net/http2/not_go17.go | 0 .../vendor}/golang.org/x/net/http2/not_go18.go | 0 .../vendor}/golang.org/x/net/http2/not_go19.go | 0 .../runtime/vendor}/golang.org/x/net/http2/pipe.go | 0 .../vendor}/golang.org/x/net/http2/server.go | 0 .../vendor}/golang.org/x/net/http2/transport.go | 0 .../runtime/vendor}/golang.org/x/net/http2/write.go | 0 .../vendor}/golang.org/x/net/http2/writesched.go | 0 .../golang.org/x/net/http2/writesched_priority.go | 0 .../golang.org/x/net/http2/writesched_random.go | 0 .../runtime/vendor}/golang.org/x/net/idna/idna.go | 0 .../vendor}/golang.org/x/net/idna/punycode.go | 0 .../runtime/vendor}/golang.org/x/net/idna/tables.go | 0 .../runtime/vendor}/golang.org/x/net/idna/trie.go | 0 .../vendor}/golang.org/x/net/idna/trieval.go | 0 .../x/net/internal/timeseries/timeseries.go | 0 .../vendor}/golang.org/x/net/lex/httplex/httplex.go | 0 .../vendor}/golang.org/x/net/trace/events.go | 0 .../vendor}/golang.org/x/net/trace/histogram.go | 0 .../runtime/vendor}/golang.org/x/net/trace/trace.go | 0 .../vendor}/golang.org/x/net/trace/trace_go16.go | 0 .../vendor}/golang.org/x/net/trace/trace_go17.go | 0 .../runtime/vendor}/golang.org/x/oauth2/AUTHORS | 0 .../vendor}/golang.org/x/oauth2/CONTRIBUTORS | 0 .../runtime/vendor}/golang.org/x/oauth2/LICENSE | 0 .../x/oauth2/internal/client_appengine.go | 0 .../vendor}/golang.org/x/oauth2/internal/doc.go | 0 .../vendor}/golang.org/x/oauth2/internal/oauth2.go | 0 .../vendor}/golang.org/x/oauth2/internal/token.go | 0 .../golang.org/x/oauth2/internal/transport.go | 0 .../runtime/vendor}/golang.org/x/oauth2/oauth2.go | 0 .../runtime/vendor}/golang.org/x/oauth2/token.go | 0 .../vendor}/golang.org/x/oauth2/transport.go | 0 .../runtime/vendor}/golang.org/x/sys/AUTHORS | 0 .../runtime/vendor}/golang.org/x/sys/CONTRIBUTORS | 0 .../runtime/vendor}/golang.org/x/sys/LICENSE | 0 .../runtime/vendor}/golang.org/x/sys/PATENTS | 0 .../vendor}/golang.org/x/sys/unix/affinity_linux.go | 0 .../vendor}/golang.org/x/sys/unix/aliases.go | 0 .../vendor}/golang.org/x/sys/unix/asm_aix_ppc64.s | 0 .../vendor}/golang.org/x/sys/unix/asm_darwin_386.s | 0 .../golang.org/x/sys/unix/asm_darwin_amd64.s | 0 .../vendor}/golang.org/x/sys/unix/asm_darwin_arm.s | 0 .../golang.org/x/sys/unix/asm_darwin_arm64.s | 0 .../golang.org/x/sys/unix/asm_dragonfly_amd64.s | 0 .../vendor}/golang.org/x/sys/unix/asm_freebsd_386.s | 0 .../golang.org/x/sys/unix/asm_freebsd_amd64.s | 0 .../vendor}/golang.org/x/sys/unix/asm_freebsd_arm.s | 0 .../golang.org/x/sys/unix/asm_freebsd_arm64.s | 0 .../vendor}/golang.org/x/sys/unix/asm_linux_386.s | 0 .../vendor}/golang.org/x/sys/unix/asm_linux_amd64.s | 0 .../vendor}/golang.org/x/sys/unix/asm_linux_arm.s | 0 .../vendor}/golang.org/x/sys/unix/asm_linux_arm64.s | 0 .../golang.org/x/sys/unix/asm_linux_mips64x.s | 0 .../vendor}/golang.org/x/sys/unix/asm_linux_mipsx.s | 0 .../golang.org/x/sys/unix/asm_linux_ppc64x.s | 0 .../golang.org/x/sys/unix/asm_linux_riscv64.s | 0 .../vendor}/golang.org/x/sys/unix/asm_linux_s390x.s | 0 .../vendor}/golang.org/x/sys/unix/asm_netbsd_386.s | 0 .../golang.org/x/sys/unix/asm_netbsd_amd64.s | 0 .../vendor}/golang.org/x/sys/unix/asm_netbsd_arm.s | 0 .../golang.org/x/sys/unix/asm_netbsd_arm64.s | 0 .../vendor}/golang.org/x/sys/unix/asm_openbsd_386.s | 0 .../golang.org/x/sys/unix/asm_openbsd_amd64.s | 0 .../vendor}/golang.org/x/sys/unix/asm_openbsd_arm.s | 0 .../golang.org/x/sys/unix/asm_openbsd_arm64.s | 0 .../golang.org/x/sys/unix/asm_solaris_amd64.s | 0 .../golang.org/x/sys/unix/bluetooth_linux.go | 0 .../vendor}/golang.org/x/sys/unix/cap_freebsd.go | 0 .../vendor}/golang.org/x/sys/unix/constants.go | 0 .../vendor}/golang.org/x/sys/unix/dev_aix_ppc.go | 0 .../vendor}/golang.org/x/sys/unix/dev_aix_ppc64.go | 0 .../vendor}/golang.org/x/sys/unix/dev_darwin.go | 0 .../vendor}/golang.org/x/sys/unix/dev_dragonfly.go | 0 .../vendor}/golang.org/x/sys/unix/dev_freebsd.go | 0 .../vendor}/golang.org/x/sys/unix/dev_linux.go | 0 .../vendor}/golang.org/x/sys/unix/dev_netbsd.go | 0 .../vendor}/golang.org/x/sys/unix/dev_openbsd.go | 0 .../runtime/vendor}/golang.org/x/sys/unix/dirent.go | 0 .../vendor}/golang.org/x/sys/unix/endian_big.go | 0 .../vendor}/golang.org/x/sys/unix/endian_little.go | 0 .../vendor}/golang.org/x/sys/unix/env_unix.go | 0 .../golang.org/x/sys/unix/errors_freebsd_386.go | 0 .../golang.org/x/sys/unix/errors_freebsd_amd64.go | 0 .../golang.org/x/sys/unix/errors_freebsd_arm.go | 0 .../runtime/vendor}/golang.org/x/sys/unix/fcntl.go | 0 .../vendor}/golang.org/x/sys/unix/fcntl_darwin.go | 0 .../golang.org/x/sys/unix/fcntl_linux_32bit.go | 0 .../runtime/vendor}/golang.org/x/sys/unix/fdset.go | 0 .../runtime/vendor}/golang.org/x/sys/unix/gccgo.go | 0 .../runtime/vendor}/golang.org/x/sys/unix/gccgo_c.c | 0 .../golang.org/x/sys/unix/gccgo_linux_amd64.go | 0 .../runtime/vendor}/golang.org/x/sys/unix/ioctl.go | 0 .../vendor}/golang.org/x/sys/unix/mkasm_darwin.go | 0 .../runtime/vendor}/golang.org/x/sys/unix/mkpost.go | 0 .../vendor}/golang.org/x/sys/unix/mksyscall.go | 0 .../golang.org/x/sys/unix/mksyscall_aix_ppc.go | 0 .../golang.org/x/sys/unix/mksyscall_aix_ppc64.go | 0 .../golang.org/x/sys/unix/mksyscall_solaris.go | 0 .../golang.org/x/sys/unix/mksysctl_openbsd.go | 0 .../vendor}/golang.org/x/sys/unix/mksysnum.go | 0 .../vendor}/golang.org/x/sys/unix/pagesize_unix.go | 0 .../vendor}/golang.org/x/sys/unix/pledge_openbsd.go | 0 .../runtime/vendor}/golang.org/x/sys/unix/race.go | 0 .../runtime/vendor}/golang.org/x/sys/unix/race0.go | 0 .../golang.org/x/sys/unix/readdirent_getdents.go | 0 .../x/sys/unix/readdirent_getdirentries.go | 0 .../golang.org/x/sys/unix/sockcmsg_dragonfly.go | 0 .../vendor}/golang.org/x/sys/unix/sockcmsg_linux.go | 0 .../vendor}/golang.org/x/sys/unix/sockcmsg_unix.go | 0 .../golang.org/x/sys/unix/sockcmsg_unix_other.go | 0 .../runtime/vendor}/golang.org/x/sys/unix/str.go | 0 .../vendor}/golang.org/x/sys/unix/syscall.go | 0 .../vendor}/golang.org/x/sys/unix/syscall_aix.go | 0 .../golang.org/x/sys/unix/syscall_aix_ppc.go | 0 .../golang.org/x/sys/unix/syscall_aix_ppc64.go | 0 .../vendor}/golang.org/x/sys/unix/syscall_bsd.go | 0 .../golang.org/x/sys/unix/syscall_darwin.1_12.go | 0 .../golang.org/x/sys/unix/syscall_darwin.1_13.go | 0 .../vendor}/golang.org/x/sys/unix/syscall_darwin.go | 0 .../x/sys/unix/syscall_darwin_386.1_11.go | 0 .../golang.org/x/sys/unix/syscall_darwin_386.go | 0 .../x/sys/unix/syscall_darwin_amd64.1_11.go | 0 .../golang.org/x/sys/unix/syscall_darwin_amd64.go | 0 .../x/sys/unix/syscall_darwin_arm.1_11.go | 0 .../golang.org/x/sys/unix/syscall_darwin_arm.go | 0 .../x/sys/unix/syscall_darwin_arm64.1_11.go | 0 .../golang.org/x/sys/unix/syscall_darwin_arm64.go | 0 .../x/sys/unix/syscall_darwin_libSystem.go | 0 .../golang.org/x/sys/unix/syscall_dragonfly.go | 0 .../x/sys/unix/syscall_dragonfly_amd64.go | 0 .../golang.org/x/sys/unix/syscall_freebsd.go | 0 .../golang.org/x/sys/unix/syscall_freebsd_386.go | 0 .../golang.org/x/sys/unix/syscall_freebsd_amd64.go | 0 .../golang.org/x/sys/unix/syscall_freebsd_arm.go | 0 .../golang.org/x/sys/unix/syscall_freebsd_arm64.go | 0 .../vendor}/golang.org/x/sys/unix/syscall_linux.go | 0 .../golang.org/x/sys/unix/syscall_linux_386.go | 0 .../golang.org/x/sys/unix/syscall_linux_amd64.go | 0 .../golang.org/x/sys/unix/syscall_linux_amd64_gc.go | 0 .../golang.org/x/sys/unix/syscall_linux_arm.go | 0 .../golang.org/x/sys/unix/syscall_linux_arm64.go | 0 .../golang.org/x/sys/unix/syscall_linux_gc.go | 0 .../golang.org/x/sys/unix/syscall_linux_gc_386.go | 0 .../x/sys/unix/syscall_linux_gccgo_386.go | 0 .../x/sys/unix/syscall_linux_gccgo_arm.go | 0 .../golang.org/x/sys/unix/syscall_linux_mips64x.go | 0 .../golang.org/x/sys/unix/syscall_linux_mipsx.go | 0 .../golang.org/x/sys/unix/syscall_linux_ppc64x.go | 0 .../golang.org/x/sys/unix/syscall_linux_riscv64.go | 0 .../golang.org/x/sys/unix/syscall_linux_s390x.go | 0 .../golang.org/x/sys/unix/syscall_linux_sparc64.go | 0 .../vendor}/golang.org/x/sys/unix/syscall_netbsd.go | 0 .../golang.org/x/sys/unix/syscall_netbsd_386.go | 0 .../golang.org/x/sys/unix/syscall_netbsd_amd64.go | 0 .../golang.org/x/sys/unix/syscall_netbsd_arm.go | 0 .../golang.org/x/sys/unix/syscall_netbsd_arm64.go | 0 .../golang.org/x/sys/unix/syscall_openbsd.go | 0 .../golang.org/x/sys/unix/syscall_openbsd_386.go | 0 .../golang.org/x/sys/unix/syscall_openbsd_amd64.go | 0 .../golang.org/x/sys/unix/syscall_openbsd_arm.go | 0 .../golang.org/x/sys/unix/syscall_openbsd_arm64.go | 0 .../golang.org/x/sys/unix/syscall_solaris.go | 0 .../golang.org/x/sys/unix/syscall_solaris_amd64.go | 0 .../vendor}/golang.org/x/sys/unix/syscall_unix.go | 0 .../golang.org/x/sys/unix/syscall_unix_gc.go | 0 .../golang.org/x/sys/unix/syscall_unix_gc_ppc64x.go | 0 .../vendor}/golang.org/x/sys/unix/timestruct.go | 0 .../vendor}/golang.org/x/sys/unix/types_aix.go | 0 .../vendor}/golang.org/x/sys/unix/types_darwin.go | 0 .../golang.org/x/sys/unix/types_dragonfly.go | 0 .../vendor}/golang.org/x/sys/unix/types_freebsd.go | 0 .../vendor}/golang.org/x/sys/unix/types_netbsd.go | 0 .../vendor}/golang.org/x/sys/unix/types_openbsd.go | 0 .../vendor}/golang.org/x/sys/unix/types_solaris.go | 0 .../vendor}/golang.org/x/sys/unix/unveil_openbsd.go | 0 .../vendor}/golang.org/x/sys/unix/xattr_bsd.go | 0 .../golang.org/x/sys/unix/zerrors_aix_ppc.go | 0 .../golang.org/x/sys/unix/zerrors_aix_ppc64.go | 0 .../golang.org/x/sys/unix/zerrors_darwin_386.go | 0 .../golang.org/x/sys/unix/zerrors_darwin_amd64.go | 0 .../golang.org/x/sys/unix/zerrors_darwin_arm.go | 0 .../golang.org/x/sys/unix/zerrors_darwin_arm64.go | 0 .../x/sys/unix/zerrors_dragonfly_amd64.go | 0 .../golang.org/x/sys/unix/zerrors_freebsd_386.go | 0 .../golang.org/x/sys/unix/zerrors_freebsd_amd64.go | 0 .../golang.org/x/sys/unix/zerrors_freebsd_arm.go | 0 .../golang.org/x/sys/unix/zerrors_freebsd_arm64.go | 0 .../golang.org/x/sys/unix/zerrors_linux_386.go | 0 .../golang.org/x/sys/unix/zerrors_linux_amd64.go | 0 .../golang.org/x/sys/unix/zerrors_linux_arm.go | 0 .../golang.org/x/sys/unix/zerrors_linux_arm64.go | 0 .../golang.org/x/sys/unix/zerrors_linux_mips.go | 0 .../golang.org/x/sys/unix/zerrors_linux_mips64.go | 0 .../golang.org/x/sys/unix/zerrors_linux_mips64le.go | 0 .../golang.org/x/sys/unix/zerrors_linux_mipsle.go | 0 .../golang.org/x/sys/unix/zerrors_linux_ppc64.go | 0 .../golang.org/x/sys/unix/zerrors_linux_ppc64le.go | 0 .../golang.org/x/sys/unix/zerrors_linux_riscv64.go | 0 .../golang.org/x/sys/unix/zerrors_linux_s390x.go | 0 .../golang.org/x/sys/unix/zerrors_linux_sparc64.go | 0 .../golang.org/x/sys/unix/zerrors_netbsd_386.go | 0 .../golang.org/x/sys/unix/zerrors_netbsd_amd64.go | 0 .../golang.org/x/sys/unix/zerrors_netbsd_arm.go | 0 .../golang.org/x/sys/unix/zerrors_netbsd_arm64.go | 0 .../golang.org/x/sys/unix/zerrors_openbsd_386.go | 0 .../golang.org/x/sys/unix/zerrors_openbsd_amd64.go | 0 .../golang.org/x/sys/unix/zerrors_openbsd_arm.go | 0 .../golang.org/x/sys/unix/zerrors_openbsd_arm64.go | 0 .../golang.org/x/sys/unix/zerrors_solaris_amd64.go | 0 .../golang.org/x/sys/unix/zptrace_armnn_linux.go | 0 .../golang.org/x/sys/unix/zptrace_linux_arm64.go | 0 .../golang.org/x/sys/unix/zptrace_mipsnn_linux.go | 0 .../golang.org/x/sys/unix/zptrace_mipsnnle_linux.go | 0 .../golang.org/x/sys/unix/zptrace_x86_linux.go | 0 .../golang.org/x/sys/unix/zsyscall_aix_ppc.go | 0 .../golang.org/x/sys/unix/zsyscall_aix_ppc64.go | 0 .../golang.org/x/sys/unix/zsyscall_aix_ppc64_gc.go | 0 .../x/sys/unix/zsyscall_aix_ppc64_gccgo.go | 0 .../x/sys/unix/zsyscall_darwin_386.1_11.go | 0 .../x/sys/unix/zsyscall_darwin_386.1_13.go | 0 .../x/sys/unix/zsyscall_darwin_386.1_13.s | 0 .../golang.org/x/sys/unix/zsyscall_darwin_386.go | 0 .../golang.org/x/sys/unix/zsyscall_darwin_386.s | 0 .../x/sys/unix/zsyscall_darwin_amd64.1_11.go | 0 .../x/sys/unix/zsyscall_darwin_amd64.1_13.go | 0 .../x/sys/unix/zsyscall_darwin_amd64.1_13.s | 0 .../golang.org/x/sys/unix/zsyscall_darwin_amd64.go | 0 .../golang.org/x/sys/unix/zsyscall_darwin_amd64.s | 0 .../x/sys/unix/zsyscall_darwin_arm.1_11.go | 0 .../x/sys/unix/zsyscall_darwin_arm.1_13.go | 0 .../x/sys/unix/zsyscall_darwin_arm.1_13.s | 0 .../golang.org/x/sys/unix/zsyscall_darwin_arm.go | 0 .../golang.org/x/sys/unix/zsyscall_darwin_arm.s | 0 .../x/sys/unix/zsyscall_darwin_arm64.1_11.go | 0 .../x/sys/unix/zsyscall_darwin_arm64.1_13.go | 0 .../x/sys/unix/zsyscall_darwin_arm64.1_13.s | 0 .../golang.org/x/sys/unix/zsyscall_darwin_arm64.go | 0 .../golang.org/x/sys/unix/zsyscall_darwin_arm64.s | 0 .../x/sys/unix/zsyscall_dragonfly_amd64.go | 0 .../golang.org/x/sys/unix/zsyscall_freebsd_386.go | 0 .../golang.org/x/sys/unix/zsyscall_freebsd_amd64.go | 0 .../golang.org/x/sys/unix/zsyscall_freebsd_arm.go | 0 .../golang.org/x/sys/unix/zsyscall_freebsd_arm64.go | 0 .../golang.org/x/sys/unix/zsyscall_linux_386.go | 0 .../golang.org/x/sys/unix/zsyscall_linux_amd64.go | 0 .../golang.org/x/sys/unix/zsyscall_linux_arm.go | 0 .../golang.org/x/sys/unix/zsyscall_linux_arm64.go | 0 .../golang.org/x/sys/unix/zsyscall_linux_mips.go | 0 .../golang.org/x/sys/unix/zsyscall_linux_mips64.go | 0 .../x/sys/unix/zsyscall_linux_mips64le.go | 0 .../golang.org/x/sys/unix/zsyscall_linux_mipsle.go | 0 .../golang.org/x/sys/unix/zsyscall_linux_ppc64.go | 0 .../golang.org/x/sys/unix/zsyscall_linux_ppc64le.go | 0 .../golang.org/x/sys/unix/zsyscall_linux_riscv64.go | 0 .../golang.org/x/sys/unix/zsyscall_linux_s390x.go | 0 .../golang.org/x/sys/unix/zsyscall_linux_sparc64.go | 0 .../golang.org/x/sys/unix/zsyscall_netbsd_386.go | 0 .../golang.org/x/sys/unix/zsyscall_netbsd_amd64.go | 0 .../golang.org/x/sys/unix/zsyscall_netbsd_arm.go | 0 .../golang.org/x/sys/unix/zsyscall_netbsd_arm64.go | 0 .../golang.org/x/sys/unix/zsyscall_openbsd_386.go | 0 .../golang.org/x/sys/unix/zsyscall_openbsd_amd64.go | 0 .../golang.org/x/sys/unix/zsyscall_openbsd_arm.go | 0 .../golang.org/x/sys/unix/zsyscall_openbsd_arm64.go | 0 .../golang.org/x/sys/unix/zsyscall_solaris_amd64.go | 0 .../golang.org/x/sys/unix/zsysctl_openbsd_386.go | 0 .../golang.org/x/sys/unix/zsysctl_openbsd_amd64.go | 0 .../golang.org/x/sys/unix/zsysctl_openbsd_arm.go | 0 .../golang.org/x/sys/unix/zsysctl_openbsd_arm64.go | 0 .../golang.org/x/sys/unix/zsysnum_darwin_386.go | 0 .../golang.org/x/sys/unix/zsysnum_darwin_amd64.go | 0 .../golang.org/x/sys/unix/zsysnum_darwin_arm.go | 0 .../golang.org/x/sys/unix/zsysnum_darwin_arm64.go | 0 .../x/sys/unix/zsysnum_dragonfly_amd64.go | 0 .../golang.org/x/sys/unix/zsysnum_freebsd_386.go | 0 .../golang.org/x/sys/unix/zsysnum_freebsd_amd64.go | 0 .../golang.org/x/sys/unix/zsysnum_freebsd_arm.go | 0 .../golang.org/x/sys/unix/zsysnum_freebsd_arm64.go | 0 .../golang.org/x/sys/unix/zsysnum_linux_386.go | 0 .../golang.org/x/sys/unix/zsysnum_linux_amd64.go | 0 .../golang.org/x/sys/unix/zsysnum_linux_arm.go | 0 .../golang.org/x/sys/unix/zsysnum_linux_arm64.go | 0 .../golang.org/x/sys/unix/zsysnum_linux_mips.go | 0 .../golang.org/x/sys/unix/zsysnum_linux_mips64.go | 0 .../golang.org/x/sys/unix/zsysnum_linux_mips64le.go | 0 .../golang.org/x/sys/unix/zsysnum_linux_mipsle.go | 0 .../golang.org/x/sys/unix/zsysnum_linux_ppc64.go | 0 .../golang.org/x/sys/unix/zsysnum_linux_ppc64le.go | 0 .../golang.org/x/sys/unix/zsysnum_linux_riscv64.go | 0 .../golang.org/x/sys/unix/zsysnum_linux_s390x.go | 0 .../golang.org/x/sys/unix/zsysnum_linux_sparc64.go | 0 .../golang.org/x/sys/unix/zsysnum_netbsd_386.go | 0 .../golang.org/x/sys/unix/zsysnum_netbsd_amd64.go | 0 .../golang.org/x/sys/unix/zsysnum_netbsd_arm.go | 0 .../golang.org/x/sys/unix/zsysnum_netbsd_arm64.go | 0 .../golang.org/x/sys/unix/zsysnum_openbsd_386.go | 0 .../golang.org/x/sys/unix/zsysnum_openbsd_amd64.go | 0 .../golang.org/x/sys/unix/zsysnum_openbsd_arm.go | 0 .../golang.org/x/sys/unix/zsysnum_openbsd_arm64.go | 0 .../vendor}/golang.org/x/sys/unix/ztypes_aix_ppc.go | 0 .../golang.org/x/sys/unix/ztypes_aix_ppc64.go | 0 .../golang.org/x/sys/unix/ztypes_darwin_386.go | 0 .../golang.org/x/sys/unix/ztypes_darwin_amd64.go | 0 .../golang.org/x/sys/unix/ztypes_darwin_arm.go | 0 .../golang.org/x/sys/unix/ztypes_darwin_arm64.go | 0 .../golang.org/x/sys/unix/ztypes_dragonfly_amd64.go | 0 .../golang.org/x/sys/unix/ztypes_freebsd_386.go | 0 .../golang.org/x/sys/unix/ztypes_freebsd_amd64.go | 0 .../golang.org/x/sys/unix/ztypes_freebsd_arm.go | 0 .../golang.org/x/sys/unix/ztypes_freebsd_arm64.go | 0 .../golang.org/x/sys/unix/ztypes_linux_386.go | 0 .../golang.org/x/sys/unix/ztypes_linux_amd64.go | 0 .../golang.org/x/sys/unix/ztypes_linux_arm.go | 0 .../golang.org/x/sys/unix/ztypes_linux_arm64.go | 0 .../golang.org/x/sys/unix/ztypes_linux_mips.go | 0 .../golang.org/x/sys/unix/ztypes_linux_mips64.go | 0 .../golang.org/x/sys/unix/ztypes_linux_mips64le.go | 0 .../golang.org/x/sys/unix/ztypes_linux_mipsle.go | 0 .../golang.org/x/sys/unix/ztypes_linux_ppc64.go | 0 .../golang.org/x/sys/unix/ztypes_linux_ppc64le.go | 0 .../golang.org/x/sys/unix/ztypes_linux_riscv64.go | 0 .../golang.org/x/sys/unix/ztypes_linux_s390x.go | 0 .../golang.org/x/sys/unix/ztypes_linux_sparc64.go | 0 .../golang.org/x/sys/unix/ztypes_netbsd_386.go | 0 .../golang.org/x/sys/unix/ztypes_netbsd_amd64.go | 0 .../golang.org/x/sys/unix/ztypes_netbsd_arm.go | 0 .../golang.org/x/sys/unix/ztypes_netbsd_arm64.go | 0 .../golang.org/x/sys/unix/ztypes_openbsd_386.go | 0 .../golang.org/x/sys/unix/ztypes_openbsd_amd64.go | 0 .../golang.org/x/sys/unix/ztypes_openbsd_arm.go | 0 .../golang.org/x/sys/unix/ztypes_openbsd_arm64.go | 0 .../golang.org/x/sys/unix/ztypes_solaris_amd64.go | 0 .../vendor}/golang.org/x/sys/windows/aliases.go | 0 .../vendor}/golang.org/x/sys/windows/dll_windows.go | 0 .../vendor}/golang.org/x/sys/windows/empty.s | 0 .../vendor}/golang.org/x/sys/windows/env_windows.go | 0 .../vendor}/golang.org/x/sys/windows/eventlog.go | 0 .../golang.org/x/sys/windows/exec_windows.go | 0 .../golang.org/x/sys/windows/memory_windows.go | 0 .../vendor}/golang.org/x/sys/windows/mksyscall.go | 0 .../vendor}/golang.org/x/sys/windows/race.go | 0 .../vendor}/golang.org/x/sys/windows/race0.go | 0 .../golang.org/x/sys/windows/security_windows.go | 0 .../vendor}/golang.org/x/sys/windows/service.go | 0 .../runtime/vendor}/golang.org/x/sys/windows/str.go | 0 .../vendor}/golang.org/x/sys/windows/syscall.go | 0 .../golang.org/x/sys/windows/syscall_windows.go | 0 .../golang.org/x/sys/windows/types_windows.go | 0 .../golang.org/x/sys/windows/types_windows_386.go | 0 .../golang.org/x/sys/windows/types_windows_amd64.go | 0 .../golang.org/x/sys/windows/types_windows_arm.go | 0 .../golang.org/x/sys/windows/zerrors_windows.go | 0 .../x/sys/windows/zknownfolderids_windows.go | 0 .../golang.org/x/sys/windows/zsyscall_windows.go | 0 .../runtime/vendor}/golang.org/x/text/AUTHORS | 0 .../runtime/vendor}/golang.org/x/text/CONTRIBUTORS | 0 .../runtime/vendor}/golang.org/x/text/LICENSE | 0 .../runtime/vendor}/golang.org/x/text/PATENTS | 0 .../golang.org/x/text/collate/build/builder.go | 0 .../golang.org/x/text/collate/build/colelem.go | 0 .../golang.org/x/text/collate/build/contract.go | 0 .../golang.org/x/text/collate/build/order.go | 0 .../golang.org/x/text/collate/build/table.go | 0 .../vendor}/golang.org/x/text/collate/build/trie.go | 0 .../vendor}/golang.org/x/text/collate/collate.go | 0 .../vendor}/golang.org/x/text/collate/index.go | 0 .../vendor}/golang.org/x/text/collate/maketables.go | 0 .../vendor}/golang.org/x/text/collate/option.go | 0 .../vendor}/golang.org/x/text/collate/sort.go | 0 .../vendor}/golang.org/x/text/collate/tables.go | 0 .../golang.org/x/text/internal/colltab/collelem.go | 0 .../golang.org/x/text/internal/colltab/colltab.go | 0 .../golang.org/x/text/internal/colltab/contract.go | 0 .../golang.org/x/text/internal/colltab/iter.go | 0 .../golang.org/x/text/internal/colltab/numeric.go | 0 .../golang.org/x/text/internal/colltab/table.go | 0 .../golang.org/x/text/internal/colltab/trie.go | 0 .../golang.org/x/text/internal/colltab/weighter.go | 0 .../vendor}/golang.org/x/text/internal/gen/code.go | 0 .../vendor}/golang.org/x/text/internal/gen/gen.go | 0 .../vendor}/golang.org/x/text/internal/tag/tag.go | 0 .../golang.org/x/text/internal/triegen/compact.go | 0 .../golang.org/x/text/internal/triegen/print.go | 0 .../golang.org/x/text/internal/triegen/triegen.go | 0 .../vendor}/golang.org/x/text/internal/ucd/ucd.go | 0 .../vendor}/golang.org/x/text/language/common.go | 0 .../vendor}/golang.org/x/text/language/coverage.go | 0 .../vendor}/golang.org/x/text/language/doc.go | 0 .../vendor}/golang.org/x/text/language/gen.go | 0 .../golang.org/x/text/language/gen_common.go | 0 .../vendor}/golang.org/x/text/language/gen_index.go | 0 .../vendor}/golang.org/x/text/language/go1_1.go | 0 .../vendor}/golang.org/x/text/language/go1_2.go | 0 .../vendor}/golang.org/x/text/language/index.go | 0 .../vendor}/golang.org/x/text/language/language.go | 0 .../vendor}/golang.org/x/text/language/lookup.go | 0 .../vendor}/golang.org/x/text/language/match.go | 0 .../vendor}/golang.org/x/text/language/parse.go | 0 .../vendor}/golang.org/x/text/language/tables.go | 0 .../vendor}/golang.org/x/text/language/tags.go | 0 .../golang.org/x/text/secure/bidirule/bidirule.go | 0 .../x/text/secure/bidirule/bidirule10.0.0.go | 0 .../x/text/secure/bidirule/bidirule9.0.0.go | 0 .../golang.org/x/text/transform/transform.go | 0 .../vendor}/golang.org/x/text/unicode/bidi/bidi.go | 0 .../golang.org/x/text/unicode/bidi/bracket.go | 0 .../vendor}/golang.org/x/text/unicode/bidi/core.go | 0 .../vendor}/golang.org/x/text/unicode/bidi/gen.go | 0 .../golang.org/x/text/unicode/bidi/gen_ranges.go | 0 .../golang.org/x/text/unicode/bidi/gen_trieval.go | 0 .../vendor}/golang.org/x/text/unicode/bidi/prop.go | 0 .../golang.org/x/text/unicode/bidi/tables10.0.0.go | 0 .../golang.org/x/text/unicode/bidi/tables9.0.0.go | 0 .../golang.org/x/text/unicode/bidi/trieval.go | 0 .../vendor}/golang.org/x/text/unicode/cldr/base.go | 0 .../vendor}/golang.org/x/text/unicode/cldr/cldr.go | 0 .../golang.org/x/text/unicode/cldr/collate.go | 0 .../golang.org/x/text/unicode/cldr/decode.go | 0 .../golang.org/x/text/unicode/cldr/makexml.go | 0 .../golang.org/x/text/unicode/cldr/resolve.go | 0 .../vendor}/golang.org/x/text/unicode/cldr/slice.go | 0 .../vendor}/golang.org/x/text/unicode/cldr/xml.go | 0 .../golang.org/x/text/unicode/norm/composition.go | 0 .../golang.org/x/text/unicode/norm/forminfo.go | 0 .../vendor}/golang.org/x/text/unicode/norm/input.go | 0 .../vendor}/golang.org/x/text/unicode/norm/iter.go | 0 .../golang.org/x/text/unicode/norm/maketables.go | 0 .../golang.org/x/text/unicode/norm/normalize.go | 0 .../golang.org/x/text/unicode/norm/readwriter.go | 0 .../golang.org/x/text/unicode/norm/tables10.0.0.go | 0 .../golang.org/x/text/unicode/norm/tables9.0.0.go | 0 .../golang.org/x/text/unicode/norm/transform.go | 0 .../vendor}/golang.org/x/text/unicode/norm/trie.go | 0 .../golang.org/x/text/unicode/norm/triegen.go | 0 .../golang.org/x/text/unicode/rangetable/gen.go | 0 .../golang.org/x/text/unicode/rangetable/merge.go | 0 .../x/text/unicode/rangetable/rangetable.go | 0 .../x/text/unicode/rangetable/tables10.0.0.go | 0 .../x/text/unicode/rangetable/tables9.0.0.go | 0 .../runtime/vendor}/golang.org/x/text/width/gen.go | 0 .../vendor}/golang.org/x/text/width/gen_common.go | 0 .../vendor}/golang.org/x/text/width/gen_trieval.go | 0 .../vendor}/golang.org/x/text/width/kind_string.go | 0 .../vendor}/golang.org/x/text/width/tables10.0.0.go | 0 .../vendor}/golang.org/x/text/width/tables9.0.0.go | 0 .../vendor}/golang.org/x/text/width/transform.go | 0 .../vendor}/golang.org/x/text/width/trieval.go | 0 .../vendor}/golang.org/x/text/width/width.go | 0 .../vendor}/google.golang.org/appengine/LICENSE | 0 .../google.golang.org/appengine/internal/api.go | 0 .../appengine/internal/api_classic.go | 0 .../appengine/internal/api_common.go | 0 .../google.golang.org/appengine/internal/app_id.go | 0 .../appengine/internal/base/api_base.pb.go | 0 .../appengine/internal/datastore/datastore_v3.pb.go | 0 .../appengine/internal/identity.go | 0 .../appengine/internal/identity_classic.go | 0 .../appengine/internal/identity_flex.go | 0 .../appengine/internal/identity_vm.go | 0 .../appengine/internal/internal.go | 0 .../appengine/internal/log/log_service.pb.go | 0 .../google.golang.org/appengine/internal/main.go | 0 .../appengine/internal/main_common.go | 0 .../google.golang.org/appengine/internal/main_vm.go | 0 .../appengine/internal/metadata.go | 0 .../google.golang.org/appengine/internal/net.go | 0 .../appengine/internal/remote_api/remote_api.pb.go | 0 .../appengine/internal/transaction.go | 0 .../internal/urlfetch/urlfetch_service.pb.go | 0 .../appengine/urlfetch/urlfetch.go | 0 .../vendor}/google.golang.org/genproto/LICENSE | 0 .../genproto/googleapis/rpc/status/status.pb.go | 0 .../runtime/vendor}/google.golang.org/grpc/AUTHORS | 0 .../runtime/vendor}/google.golang.org/grpc/LICENSE | 0 .../vendor}/google.golang.org/grpc/backoff.go | 0 .../vendor}/google.golang.org/grpc/balancer.go | 0 .../google.golang.org/grpc/balancer/balancer.go | 0 .../grpc/balancer/base/balancer.go | 0 .../google.golang.org/grpc/balancer/base/base.go | 0 .../grpc/balancer/roundrobin/roundrobin.go | 0 .../grpc/balancer_conn_wrappers.go | 0 .../google.golang.org/grpc/balancer_v1_wrapper.go | 0 .../runtime/vendor}/google.golang.org/grpc/call.go | 0 .../vendor}/google.golang.org/grpc/clientconn.go | 0 .../runtime/vendor}/google.golang.org/grpc/codec.go | 0 .../google.golang.org/grpc/codes/code_string.go | 0 .../vendor}/google.golang.org/grpc/codes/codes.go | 0 .../grpc/connectivity/connectivity.go | 0 .../grpc/credentials/credentials.go | 0 .../grpc/credentials/credentials_util_go17.go | 0 .../grpc/credentials/credentials_util_go18.go | 0 .../grpc/credentials/credentials_util_pre_go17.go | 0 .../runtime/vendor}/google.golang.org/grpc/doc.go | 0 .../google.golang.org/grpc/encoding/encoding.go | 0 .../google.golang.org/grpc/encoding/proto/proto.go | 0 .../runtime/vendor}/google.golang.org/grpc/go16.go | 0 .../runtime/vendor}/google.golang.org/grpc/go17.go | 0 .../vendor}/google.golang.org/grpc/grpclb.go | 0 .../grpc/grpclb/grpc_lb_v1/messages/messages.pb.go | 0 .../vendor}/google.golang.org/grpc/grpclb_picker.go | 0 .../grpc/grpclb_remote_balancer.go | 0 .../vendor}/google.golang.org/grpc/grpclb_util.go | 0 .../google.golang.org/grpc/grpclog/grpclog.go | 0 .../google.golang.org/grpc/grpclog/logger.go | 0 .../google.golang.org/grpc/grpclog/loggerv2.go | 0 .../vendor}/google.golang.org/grpc/interceptor.go | 0 .../google.golang.org/grpc/internal/internal.go | 0 .../google.golang.org/grpc/keepalive/keepalive.go | 0 .../google.golang.org/grpc/metadata/metadata.go | 0 .../google.golang.org/grpc/naming/dns_resolver.go | 0 .../vendor}/google.golang.org/grpc/naming/go17.go | 0 .../vendor}/google.golang.org/grpc/naming/go18.go | 0 .../vendor}/google.golang.org/grpc/naming/naming.go | 0 .../vendor}/google.golang.org/grpc/peer/peer.go | 0 .../google.golang.org/grpc/picker_wrapper.go | 0 .../vendor}/google.golang.org/grpc/pickfirst.go | 0 .../runtime/vendor}/google.golang.org/grpc/proxy.go | 0 .../grpc/resolver/dns/dns_resolver.go | 0 .../google.golang.org/grpc/resolver/dns/go17.go | 0 .../google.golang.org/grpc/resolver/dns/go18.go | 0 .../grpc/resolver/passthrough/passthrough.go | 0 .../google.golang.org/grpc/resolver/resolver.go | 0 .../google.golang.org/grpc/resolver_conn_wrapper.go | 0 .../vendor}/google.golang.org/grpc/rpc_util.go | 0 .../vendor}/google.golang.org/grpc/server.go | 0 .../google.golang.org/grpc/service_config.go | 0 .../google.golang.org/grpc/stats/handlers.go | 0 .../vendor}/google.golang.org/grpc/stats/stats.go | 0 .../vendor}/google.golang.org/grpc/status/status.go | 0 .../vendor}/google.golang.org/grpc/stream.go | 0 .../vendor}/google.golang.org/grpc/tap/tap.go | 0 .../runtime/vendor}/google.golang.org/grpc/trace.go | 0 .../grpc/transport/bdp_estimator.go | 0 .../google.golang.org/grpc/transport/control.go | 0 .../google.golang.org/grpc/transport/go16.go | 0 .../google.golang.org/grpc/transport/go17.go | 0 .../grpc/transport/handler_server.go | 0 .../grpc/transport/http2_client.go | 0 .../grpc/transport/http2_server.go | 0 .../google.golang.org/grpc/transport/http_util.go | 0 .../vendor}/google.golang.org/grpc/transport/log.go | 0 .../google.golang.org/grpc/transport/transport.go | 0 .../runtime/vendor}/gopkg.in/yaml.v2/LICENSE | 0 .../vendor}/gopkg.in/yaml.v2/LICENSE.libyaml | 0 .../runtime/vendor}/gopkg.in/yaml.v2/NOTICE | 0 .../runtime/vendor}/gopkg.in/yaml.v2/apic.go | 0 .../runtime/vendor}/gopkg.in/yaml.v2/decode.go | 0 .../runtime/vendor}/gopkg.in/yaml.v2/emitterc.go | 0 .../runtime/vendor}/gopkg.in/yaml.v2/encode.go | 0 .../runtime/vendor}/gopkg.in/yaml.v2/parserc.go | 0 .../runtime/vendor}/gopkg.in/yaml.v2/readerc.go | 0 .../runtime/vendor}/gopkg.in/yaml.v2/resolve.go | 0 .../runtime/vendor}/gopkg.in/yaml.v2/scannerc.go | 0 .../runtime/vendor}/gopkg.in/yaml.v2/sorter.go | 0 .../runtime/vendor}/gopkg.in/yaml.v2/writerc.go | 0 .../runtime/vendor}/gopkg.in/yaml.v2/yaml.go | 0 .../runtime/vendor}/gopkg.in/yaml.v2/yamlh.go | 0 .../vendor}/gopkg.in/yaml.v2/yamlprivateh.go | 0 versions.yaml => src/runtime/versions.yaml | 0 .../runtime/virtcontainers}/LICENSE | 0 .../runtime/virtcontainers}/Makefile | 0 .../runtime/virtcontainers}/README.md | 0 .../runtime/virtcontainers}/acrn.go | 0 .../runtime/virtcontainers}/acrn_arch_base.go | 0 .../runtime/virtcontainers}/acrn_arch_base_test.go | 0 .../runtime/virtcontainers}/acrn_test.go | 0 .../runtime/virtcontainers}/agent.go | 0 .../runtime/virtcontainers}/agent_test.go | 0 .../runtime/virtcontainers}/api.go | 0 .../runtime/virtcontainers}/api_test.go | 0 .../virtcontainers}/bridgedmacvlan_endpoint.go | 0 .../virtcontainers}/bridgedmacvlan_endpoint_test.go | 0 .../runtime/virtcontainers}/cgroups.go | 0 .../runtime/virtcontainers}/cgroups_test.go | 0 .../runtime/virtcontainers}/clh.go | 0 .../runtime/virtcontainers}/clh_test.go | 0 .../runtime/virtcontainers}/container.go | 0 .../runtime/virtcontainers}/container_test.go | 0 .../runtime/virtcontainers}/device/api/interface.go | 0 .../device/api/mockDeviceReceiver.go | 0 .../runtime/virtcontainers}/device/config/config.go | 0 .../virtcontainers}/device/config/config_test.go | 0 .../runtime/virtcontainers}/device/config/pmem.go | 0 .../virtcontainers}/device/config/pmem_test.go | 0 .../runtime/virtcontainers}/device/drivers/block.go | 0 .../virtcontainers}/device/drivers/generic.go | 0 .../virtcontainers}/device/drivers/generic_test.go | 0 .../runtime/virtcontainers}/device/drivers/utils.go | 0 .../runtime/virtcontainers}/device/drivers/vfio.go | 0 .../virtcontainers}/device/drivers/vfio_test.go | 0 .../device/drivers/vhost_user_blk.go | 0 .../virtcontainers}/device/drivers/vhost_user_fs.go | 0 .../device/drivers/vhost_user_net.go | 0 .../device/drivers/vhost_user_scsi.go | 0 .../virtcontainers}/device/manager/manager.go | 0 .../virtcontainers}/device/manager/manager_test.go | 0 .../runtime/virtcontainers}/device/manager/utils.go | 0 .../virtcontainers}/device/manager/utils_test.go | 0 .../runtime/virtcontainers}/doc.go | 0 .../virtcontainers}/documentation/Developers.md | 0 .../virtcontainers}/documentation/api/1.0/api.md | 0 .../documentation/network/CNM_detailed_diagram.png | Bin .../documentation/network/CNM_overall_diagram.png | Bin .../runtime/virtcontainers}/endpoint.go | 0 .../runtime/virtcontainers}/endpoint_test.go | 0 .../runtime/virtcontainers}/example_pod_run_test.go | 0 .../runtime/virtcontainers}/experimental/README.md | 0 .../virtcontainers}/experimental/experimental.go | 0 .../experimental/experimental_test.go | 0 .../runtime/virtcontainers}/factory.go | 0 .../runtime/virtcontainers}/factory/base/base.go | 0 .../runtime/virtcontainers}/factory/cache/cache.go | 0 .../virtcontainers}/factory/cache/cache_test.go | 0 .../virtcontainers}/factory/direct/direct.go | 0 .../virtcontainers}/factory/direct/direct_test.go | 0 .../runtime/virtcontainers}/factory/factory.go | 0 .../runtime/virtcontainers}/factory/factory_test.go | 0 .../virtcontainers}/factory/grpccache/grpccache.go | 0 .../virtcontainers}/factory/template/template.go | 0 .../factory/template/template_amd64.go | 0 .../factory/template/template_arm64.go | 0 .../factory/template/template_ppc64le.go | 0 .../factory/template/template_s390x.go | 0 .../factory/template/template_test.go | 0 .../runtime/virtcontainers}/fc.go | 0 .../runtime/virtcontainers}/fc_test.go | 0 .../runtime/virtcontainers}/hook/mock/hook.go | 0 .../runtime/virtcontainers}/hypervisor.go | 0 .../virtcontainers}/hypervisor_amd64_test.go | 0 .../virtcontainers}/hypervisor_arm64_test.go | 0 .../runtime/virtcontainers}/hypervisor_test.go | 0 .../runtime/virtcontainers}/implementation.go | 0 .../runtime/virtcontainers}/interfaces.go | 0 .../runtime/virtcontainers}/iostream.go | 0 .../runtime/virtcontainers}/iostream_test.go | 0 .../runtime/virtcontainers}/ipvlan_endpoint.go | 0 .../runtime/virtcontainers}/ipvlan_endpoint_test.go | 0 .../runtime/virtcontainers}/kata_agent.go | 0 .../runtime/virtcontainers}/kata_agent_test.go | 0 .../runtime/virtcontainers}/kata_builtin_proxy.go | 0 .../virtcontainers}/kata_builtin_proxy_test.go | 0 .../runtime/virtcontainers}/kata_builtin_shim.go | 0 .../runtime/virtcontainers}/kata_proxy.go | 0 .../runtime/virtcontainers}/kata_proxy_test.go | 0 .../runtime/virtcontainers}/kata_shim.go | 0 .../runtime/virtcontainers}/kata_shim_test.go | 0 .../runtime/virtcontainers}/macvtap_endpoint.go | 0 .../virtcontainers}/macvtap_endpoint_test.go | 0 .../runtime/virtcontainers}/mock_hypervisor.go | 0 .../runtime/virtcontainers}/mock_hypervisor_test.go | 0 .../runtime/virtcontainers}/monitor.go | 0 .../runtime/virtcontainers}/monitor_test.go | 0 .../runtime/virtcontainers}/mount.go | 0 .../runtime/virtcontainers}/mount_test.go | 0 .../runtime/virtcontainers}/netmon.go | 0 .../runtime/virtcontainers}/netmon_test.go | 0 .../runtime/virtcontainers}/network.go | 0 .../runtime/virtcontainers}/network_test.go | 0 .../runtime/virtcontainers}/no_proxy.go | 0 .../runtime/virtcontainers}/no_proxy_test.go | 0 .../runtime/virtcontainers}/noop_agent.go | 0 .../runtime/virtcontainers}/noop_agent_test.go | 0 .../runtime/virtcontainers}/noop_proxy.go | 0 .../runtime/virtcontainers}/noop_proxy_test.go | 0 .../runtime/virtcontainers}/noop_shim.go | 0 .../runtime/virtcontainers}/noop_shim_test.go | 0 .../runtime/virtcontainers}/nsenter.go | 0 .../runtime/virtcontainers}/nsenter_test.go | 0 .../runtime/virtcontainers}/persist.go | 0 .../runtime/virtcontainers}/persist/api/config.go | 0 .../virtcontainers}/persist/api/container.go | 0 .../runtime/virtcontainers}/persist/api/device.go | 0 .../virtcontainers}/persist/api/hypervisor.go | 0 .../virtcontainers}/persist/api/interface.go | 0 .../runtime/virtcontainers}/persist/api/network.go | 0 .../runtime/virtcontainers}/persist/api/sandbox.go | 0 .../runtime/virtcontainers}/persist/api/version.go | 0 .../runtime/virtcontainers}/persist/fs/fs.go | 0 .../runtime/virtcontainers}/persist/fs/fs_test.go | 0 .../runtime/virtcontainers}/persist/fs/mockfs.go | 0 .../virtcontainers}/persist/fs/rootlessfs.go | 0 .../runtime/virtcontainers}/persist/manager.go | 0 .../runtime/virtcontainers}/persist/manager_test.go | 0 .../virtcontainers}/persist/plugin/README.md | 0 .../runtime/virtcontainers}/persist_test.go | 0 .../runtime/virtcontainers}/physical_endpoint.go | 0 .../virtcontainers}/physical_endpoint_test.go | 0 .../virtcontainers}/pkg/annotations/annotations.go | 0 .../pkg/annotations/dockershim/annotations.go | 0 .../runtime/virtcontainers}/pkg/cgroups/manager.go | 0 .../virtcontainers}/pkg/cgroups/manager_test.go | 0 .../runtime/virtcontainers}/pkg/cgroups/utils.go | 0 .../virtcontainers}/pkg/cgroups/utils_test.go | 0 .../virtcontainers}/pkg/cloud-hypervisor/Makefile | 0 .../virtcontainers}/pkg/cloud-hypervisor/README.md | 0 .../pkg/cloud-hypervisor/client/.gitignore | 0 .../client/.openapi-generator-ignore | 0 .../client/.openapi-generator/VERSION | 0 .../pkg/cloud-hypervisor/client/.travis.yml | 0 .../pkg/cloud-hypervisor/client/README.md | 0 .../pkg/cloud-hypervisor/client/api/openapi.yaml | 0 .../pkg/cloud-hypervisor/client/api_default.go | 0 .../pkg/cloud-hypervisor/client/client.go | 0 .../pkg/cloud-hypervisor/client/configuration.go | 0 .../cloud-hypervisor/client/docs/CmdLineConfig.md | 0 .../cloud-hypervisor/client/docs/ConsoleConfig.md | 0 .../pkg/cloud-hypervisor/client/docs/CpusConfig.md | 0 .../pkg/cloud-hypervisor/client/docs/DefaultApi.md | 0 .../cloud-hypervisor/client/docs/DeviceConfig.md | 0 .../pkg/cloud-hypervisor/client/docs/DiskConfig.md | 0 .../pkg/cloud-hypervisor/client/docs/FsConfig.md | 0 .../cloud-hypervisor/client/docs/InitramfsConfig.md | 0 .../cloud-hypervisor/client/docs/KernelConfig.md | 0 .../cloud-hypervisor/client/docs/MemoryConfig.md | 0 .../pkg/cloud-hypervisor/client/docs/NetConfig.md | 0 .../pkg/cloud-hypervisor/client/docs/PmemConfig.md | 0 .../cloud-hypervisor/client/docs/RestoreConfig.md | 0 .../pkg/cloud-hypervisor/client/docs/RngConfig.md | 0 .../pkg/cloud-hypervisor/client/docs/VmAddDevice.md | 0 .../pkg/cloud-hypervisor/client/docs/VmConfig.md | 0 .../pkg/cloud-hypervisor/client/docs/VmInfo.md | 0 .../cloud-hypervisor/client/docs/VmRemoveDevice.md | 0 .../pkg/cloud-hypervisor/client/docs/VmResize.md | 0 .../client/docs/VmSnapshotConfig.md | 0 .../cloud-hypervisor/client/docs/VmmPingResponse.md | 0 .../pkg/cloud-hypervisor/client/docs/VsockConfig.md | 0 .../pkg/cloud-hypervisor/client/git_push.sh | 0 .../pkg/cloud-hypervisor/client/go.mod | 0 .../pkg/cloud-hypervisor/client/go.sum | 0 .../client/model_cmd_line_config.go | 0 .../cloud-hypervisor/client/model_console_config.go | 0 .../cloud-hypervisor/client/model_cpus_config.go | 0 .../cloud-hypervisor/client/model_device_config.go | 0 .../cloud-hypervisor/client/model_disk_config.go | 0 .../pkg/cloud-hypervisor/client/model_fs_config.go | 0 .../client/model_initramfs_config.go | 0 .../cloud-hypervisor/client/model_kernel_config.go | 0 .../cloud-hypervisor/client/model_memory_config.go | 0 .../pkg/cloud-hypervisor/client/model_net_config.go | 0 .../cloud-hypervisor/client/model_pmem_config.go | 0 .../cloud-hypervisor/client/model_restore_config.go | 0 .../pkg/cloud-hypervisor/client/model_rng_config.go | 0 .../cloud-hypervisor/client/model_vm_add_device.go | 0 .../pkg/cloud-hypervisor/client/model_vm_config.go | 0 .../pkg/cloud-hypervisor/client/model_vm_info.go | 0 .../client/model_vm_remove_device.go | 0 .../pkg/cloud-hypervisor/client/model_vm_resize.go | 0 .../client/model_vm_snapshot_config.go | 0 .../client/model_vmm_ping_response.go | 0 .../cloud-hypervisor/client/model_vsock_config.go | 0 .../pkg/cloud-hypervisor/client/response.go | 0 .../pkg/cloud-hypervisor/cloud-hypervisor.yaml | 0 .../runtime/virtcontainers}/pkg/compatoci/utils.go | 0 .../virtcontainers}/pkg/compatoci/utils_test.go | 0 .../runtime/virtcontainers}/pkg/firecracker/README | 0 .../pkg/firecracker/client/firecracker_client.go | 0 .../pkg/firecracker/client/models/boot_source.go | 0 .../pkg/firecracker/client/models/cpu_template.go | 0 .../pkg/firecracker/client/models/drive.go | 0 .../pkg/firecracker/client/models/error.go | 0 .../client/models/instance_action_info.go | 0 .../pkg/firecracker/client/models/instance_info.go | 0 .../pkg/firecracker/client/models/logger.go | 0 .../client/models/machine_configuration.go | 0 .../firecracker/client/models/network_interface.go | 0 .../pkg/firecracker/client/models/partial_drive.go | 0 .../client/models/partial_network_interface.go | 0 .../pkg/firecracker/client/models/rate_limiter.go | 0 .../pkg/firecracker/client/models/token_bucket.go | 0 .../pkg/firecracker/client/models/vsock.go | 0 .../operations/create_sync_action_parameters.go | 0 .../operations/create_sync_action_responses.go | 0 .../operations/describe_instance_parameters.go | 0 .../operations/describe_instance_responses.go | 0 .../get_machine_configuration_parameters.go | 0 .../get_machine_configuration_responses.go | 0 .../client/operations/get_mmds_parameters.go | 0 .../client/operations/get_mmds_responses.go | 0 .../client/operations/operations_client.go | 0 .../patch_guest_drive_by_id_parameters.go | 0 .../operations/patch_guest_drive_by_id_responses.go | 0 ...atch_guest_network_interface_by_id_parameters.go | 0 ...patch_guest_network_interface_by_id_responses.go | 0 .../patch_machine_configuration_parameters.go | 0 .../patch_machine_configuration_responses.go | 0 .../client/operations/patch_mmds_parameters.go | 0 .../client/operations/patch_mmds_responses.go | 0 .../operations/put_guest_boot_source_parameters.go | 0 .../operations/put_guest_boot_source_responses.go | 0 .../operations/put_guest_drive_by_id_parameters.go | 0 .../operations/put_guest_drive_by_id_responses.go | 0 .../put_guest_network_interface_by_id_parameters.go | 0 .../put_guest_network_interface_by_id_responses.go | 0 .../client/operations/put_guest_vsock_parameters.go | 0 .../client/operations/put_guest_vsock_responses.go | 0 .../client/operations/put_logger_parameters.go | 0 .../client/operations/put_logger_responses.go | 0 .../put_machine_configuration_parameters.go | 0 .../put_machine_configuration_responses.go | 0 .../client/operations/put_mmds_parameters.go | 0 .../client/operations/put_mmds_responses.go | 0 .../pkg/firecracker/firecracker.yaml | 0 .../pkg/firecracker/swagger_linux_amd64 | Bin .../runtime/virtcontainers}/pkg/mock/mock.go | 0 .../runtime/virtcontainers}/pkg/nsenter/nsenter.go | 0 .../virtcontainers}/pkg/nsenter/nsenter_test.go | 0 .../runtime/virtcontainers}/pkg/oci/LICENSE | 0 .../runtime/virtcontainers}/pkg/oci/utils.go | 0 .../runtime/virtcontainers}/pkg/oci/utils_test.go | 0 .../virtcontainers}/pkg/oci/utils_test_config.go | 0 .../virtcontainers}/pkg/rootless/rootless.go | 0 .../virtcontainers}/pkg/rootless/rootless_test.go | 0 .../runtime/virtcontainers}/pkg/types/errors.go | 0 .../runtime/virtcontainers}/pkg/types/types.go | 0 .../runtime/virtcontainers}/pkg/uuid/uuid.go | 0 .../runtime/virtcontainers}/pkg/uuid/uuid_test.go | 0 .../runtime/virtcontainers}/pkg/vcmock/container.go | 0 .../runtime/virtcontainers}/pkg/vcmock/mock.go | 0 .../runtime/virtcontainers}/pkg/vcmock/mock_test.go | 0 .../runtime/virtcontainers}/pkg/vcmock/sandbox.go | 0 .../runtime/virtcontainers}/pkg/vcmock/types.go | 0 .../runtime/virtcontainers}/pkg/vcmock/utils.go | 0 .../runtime/virtcontainers}/proxy.go | 0 .../runtime/virtcontainers}/proxy_test.go | 0 .../runtime/virtcontainers}/qemu.go | 0 .../runtime/virtcontainers}/qemu_amd64.go | 0 .../runtime/virtcontainers}/qemu_amd64_test.go | 0 .../runtime/virtcontainers}/qemu_arch_base.go | 0 .../runtime/virtcontainers}/qemu_arch_base_test.go | 0 .../runtime/virtcontainers}/qemu_arm64.go | 0 .../runtime/virtcontainers}/qemu_arm64_test.go | 0 .../runtime/virtcontainers}/qemu_ppc64le.go | 0 .../runtime/virtcontainers}/qemu_ppc64le_test.go | 0 .../runtime/virtcontainers}/qemu_s390x.go | 0 .../runtime/virtcontainers}/qemu_s390x_test.go | 0 .../runtime/virtcontainers}/qemu_test.go | 0 .../runtime/virtcontainers}/sandbox.go | 0 .../runtime/virtcontainers}/sandbox_test.go | 0 .../runtime/virtcontainers}/sandboxlist.go | 0 .../runtime/virtcontainers}/sandboxlist_test.go | 0 .../runtime/virtcontainers}/shim.go | 0 .../virtcontainers}/shim/mock/kata-shim/shim.go | 0 .../runtime/virtcontainers}/shim_test.go | 0 .../runtime/virtcontainers}/store/backend.go | 0 .../virtcontainers}/store/filesystem_backend.go | 0 .../store/filesystem_backend_test.go | 0 .../runtime/virtcontainers}/store/manager.go | 0 .../runtime/virtcontainers}/store/manager_test.go | 0 .../runtime/virtcontainers}/store/vc.go | 0 .../runtime/virtcontainers}/store/vc_test.go | 0 .../runtime/virtcontainers}/syscall.go | 0 .../runtime/virtcontainers}/syscall_test.go | 0 .../runtime/virtcontainers}/tap_endpoint.go | 0 .../runtime/virtcontainers}/test/cni/10-mynet.conf | 0 .../virtcontainers}/test/cni/99-loopback.conf | 0 .../runtime/virtcontainers}/tuntap_endpoint.go | 0 .../runtime/virtcontainers}/types.go | 0 .../runtime/virtcontainers}/types/asset.go | 0 .../runtime/virtcontainers}/types/asset_test.go | 0 .../runtime/virtcontainers}/types/bridges.go | 0 .../runtime/virtcontainers}/types/bridges_test.go | 0 .../runtime/virtcontainers}/types/capabilities.go | 0 .../virtcontainers}/types/capabilities_test.go | 0 .../runtime/virtcontainers}/types/container.go | 0 .../runtime/virtcontainers}/types/fcConfig.go | 0 .../runtime/virtcontainers}/types/sandbox.go | 0 .../runtime/virtcontainers}/types_test.go | 0 .../runtime/virtcontainers}/utils/compare.go | 0 .../runtime/virtcontainers}/utils/proc_linux.go | 0 .../runtime/virtcontainers}/utils/utils.go | 0 .../runtime/virtcontainers}/utils/utils_linux.go | 0 .../virtcontainers}/utils/utils_linux_generic.go | 0 .../virtcontainers}/utils/utils_linux_ppc64le.go | 0 .../virtcontainers}/utils/utils_linux_test.go | 0 .../runtime/virtcontainers}/utils/utils_test.go | 0 .../virtcontainers}/utils/virtcontainers-setup.sh | 0 .../runtime/virtcontainers}/veth_endpoint.go | 0 .../runtime/virtcontainers}/veth_endpoint_test.go | 0 .../runtime/virtcontainers}/vhostuser_endpoint.go | 0 .../virtcontainers}/vhostuser_endpoint_test.go | 0 .../runtime/virtcontainers}/virtcontainers_test.go | 0 .../runtime/virtcontainers}/virtiofsd.go | 0 .../runtime/virtcontainers}/virtiofsd_test.go | 0 .../runtime/virtcontainers}/vm.go | 0 .../runtime/virtcontainers}/vm_test.go | 0 2200 files changed, 0 insertions(+), 0 deletions(-) rename {.ci => src/runtime/.ci}/go-no-os-exit.sh (100%) rename {.ci => src/runtime/.ci}/go-test.sh (100%) rename {.ci => src/runtime/.ci}/install-yq.sh (100%) rename {.ci => src/runtime/.ci}/install_go.sh (100%) rename {.ci => src/runtime/.ci}/lib.sh (100%) rename {.ci => src/runtime/.ci}/run.sh (100%) rename {.ci => src/runtime/.ci}/setup.sh (100%) rename {.ci => src/runtime/.ci}/static-checks.sh (100%) rename {.ci => src/runtime/.ci}/versions_checker.sh (100%) rename {.github => src/runtime/.github}/ISSUE_TEMPLATE.md (100%) rename .gitignore => src/runtime/.gitignore (100%) rename .gitmodules => src/runtime/.gitmodules (100%) rename .travis.yml => src/runtime/.travis.yml (100%) rename CODEOWNERS => src/runtime/CODEOWNERS (100%) rename CODE_OF_CONDUCT.md => src/runtime/CODE_OF_CONDUCT.md (100%) rename CONTRIBUTING.md => src/runtime/CONTRIBUTING.md (100%) rename Gopkg.lock => src/runtime/Gopkg.lock (100%) rename Gopkg.toml => src/runtime/Gopkg.toml (100%) rename LICENSE => src/runtime/LICENSE (100%) rename Makefile => src/runtime/Makefile (100%) rename README.md => src/runtime/README.md (100%) rename VERSION => src/runtime/VERSION (100%) rename {arch => src/runtime/arch}/amd64-options.mk (100%) rename {arch => src/runtime/arch}/arm64-options.mk (100%) rename {arch => src/runtime/arch}/ppc64le-options.mk (100%) rename {arch => src/runtime/arch}/s390x-options.mk (100%) rename {cli => src/runtime/cli}/config-generated.go.in (100%) rename {cli => src/runtime/cli}/config/configuration-acrn.toml.in (100%) rename {cli => src/runtime/cli}/config/configuration-clh.toml.in (100%) rename {cli => src/runtime/cli}/config/configuration-fc.toml.in (100%) rename {cli => src/runtime/cli}/config/configuration-qemu-virtiofs.toml.in (100%) rename {cli => src/runtime/cli}/config/configuration-qemu.toml.in (100%) rename {cli => src/runtime/cli}/console.go (100%) rename {cli => src/runtime/cli}/console_test.go (100%) rename {cli => src/runtime/cli}/containerd-shim-kata-v2/main.go (100%) rename {cli => src/runtime/cli}/create.go (100%) rename {cli => src/runtime/cli}/create_test.go (100%) rename {cli => src/runtime/cli}/delete.go (100%) rename {cli => src/runtime/cli}/delete_test.go (100%) rename {cli => src/runtime/cli}/events.go (100%) rename {cli => src/runtime/cli}/events_test.go (100%) rename {cli => src/runtime/cli}/exec.go (100%) rename {cli => src/runtime/cli}/exec_test.go (100%) rename {cli => src/runtime/cli}/exit.go (100%) rename {cli => src/runtime/cli}/exit_test.go (100%) rename {cli => src/runtime/cli}/factory.go (100%) rename {cli => src/runtime/cli}/factory_test.go (100%) rename {cli => src/runtime/cli}/kata-check.go (100%) rename {cli => src/runtime/cli}/kata-check_amd64.go (100%) rename {cli => src/runtime/cli}/kata-check_amd64_test.go (100%) rename {cli => src/runtime/cli}/kata-check_arm64.go (100%) rename {cli => src/runtime/cli}/kata-check_arm64_test.go (100%) rename {cli => src/runtime/cli}/kata-check_data_amd64_test.go (100%) rename {cli => src/runtime/cli}/kata-check_data_arm64_test.go (100%) rename {cli => src/runtime/cli}/kata-check_data_ppc64le_test.go (100%) rename {cli => src/runtime/cli}/kata-check_data_s390x_test.go (100%) rename {cli => src/runtime/cli}/kata-check_generic_test.go (100%) rename {cli => src/runtime/cli}/kata-check_ppc64le.go (100%) rename {cli => src/runtime/cli}/kata-check_ppc64le_test.go (100%) rename {cli => src/runtime/cli}/kata-check_s390x.go (100%) rename {cli => src/runtime/cli}/kata-check_s390x_test.go (100%) rename {cli => src/runtime/cli}/kata-check_test.go (100%) rename {cli => src/runtime/cli}/kata-env.go (100%) rename {cli => src/runtime/cli}/kata-env_amd64_test.go (100%) rename {cli => src/runtime/cli}/kata-env_arm64_test.go (100%) rename {cli => src/runtime/cli}/kata-env_generic_test.go (100%) rename {cli => src/runtime/cli}/kata-env_ppc64le_test.go (100%) rename {cli => src/runtime/cli}/kata-env_s390x_test.go (100%) rename {cli => src/runtime/cli}/kata-env_test.go (100%) rename {cli => src/runtime/cli}/kata-overhead.go (100%) rename {cli => src/runtime/cli}/kill.go (100%) rename {cli => src/runtime/cli}/kill_test.go (100%) rename {cli => src/runtime/cli}/list.go (100%) rename {cli => src/runtime/cli}/list_test.go (100%) rename {cli => src/runtime/cli}/main.go (100%) rename {cli => src/runtime/cli}/main_test.go (100%) rename {cli => src/runtime/cli}/network.go (100%) rename {cli => src/runtime/cli}/network_test.go (100%) rename {cli => src/runtime/cli}/oci.go (100%) rename {cli => src/runtime/cli}/oci_test.go (100%) rename {cli => src/runtime/cli}/pause.go (100%) rename {cli => src/runtime/cli}/pause_test.go (100%) rename {cli => src/runtime/cli}/ps.go (100%) rename {cli => src/runtime/cli}/ps_test.go (100%) rename {cli => src/runtime/cli}/run.go (100%) rename {cli => src/runtime/cli}/run_test.go (100%) rename {cli => src/runtime/cli}/spec.go (100%) rename {cli => src/runtime/cli}/spec_test.go (100%) rename {cli => src/runtime/cli}/start.go (100%) rename {cli => src/runtime/cli}/start_test.go (100%) rename {cli => src/runtime/cli}/state.go (100%) rename {cli => src/runtime/cli}/state_test.go (100%) rename {cli => src/runtime/cli}/update.go (100%) rename {cli => src/runtime/cli}/update_test.go (100%) rename {cli => src/runtime/cli}/utils.go (100%) rename {cli => src/runtime/cli}/utils_arch_base.go (100%) rename {cli => src/runtime/cli}/utils_s390x.go (100%) rename {cli => src/runtime/cli}/utils_test.go (100%) rename {cli => src/runtime/cli}/version.go (100%) rename {cli => src/runtime/cli}/version_test.go (100%) rename {containerd-shim-v2 => src/runtime/containerd-shim-v2}/container.go (100%) rename {containerd-shim-v2 => src/runtime/containerd-shim-v2}/container_test.go (100%) rename {containerd-shim-v2 => src/runtime/containerd-shim-v2}/create.go (100%) rename {containerd-shim-v2 => src/runtime/containerd-shim-v2}/create_test.go (100%) rename {containerd-shim-v2 => src/runtime/containerd-shim-v2}/delete.go (100%) rename {containerd-shim-v2 => src/runtime/containerd-shim-v2}/delete_test.go (100%) rename {containerd-shim-v2 => src/runtime/containerd-shim-v2}/errors.go (100%) rename {containerd-shim-v2 => src/runtime/containerd-shim-v2}/errors_test.go (100%) rename {containerd-shim-v2 => src/runtime/containerd-shim-v2}/exec.go (100%) rename {containerd-shim-v2 => src/runtime/containerd-shim-v2}/exec_test.go (100%) rename {containerd-shim-v2 => src/runtime/containerd-shim-v2}/metrics.go (100%) rename {containerd-shim-v2 => src/runtime/containerd-shim-v2}/metrics_test.go (100%) rename {containerd-shim-v2 => src/runtime/containerd-shim-v2}/pause_test.go (100%) rename {containerd-shim-v2 => src/runtime/containerd-shim-v2}/service.go (100%) rename {containerd-shim-v2 => src/runtime/containerd-shim-v2}/start.go (100%) rename {containerd-shim-v2 => src/runtime/containerd-shim-v2}/start_test.go (100%) rename {containerd-shim-v2 => src/runtime/containerd-shim-v2}/stream.go (100%) rename {containerd-shim-v2 => src/runtime/containerd-shim-v2}/stream_test.go (100%) rename {containerd-shim-v2 => src/runtime/containerd-shim-v2}/utils.go (100%) rename {containerd-shim-v2 => src/runtime/containerd-shim-v2}/utils_test.go (100%) rename {containerd-shim-v2 => src/runtime/containerd-shim-v2}/wait.go (100%) rename {data => src/runtime/data}/completions/bash/kata-runtime (100%) rename {data => src/runtime/data}/kata-collect-data.sh.in (100%) rename golang.mk => src/runtime/golang.mk (100%) rename {hack => src/runtime/hack}/selinux_tag.sh (100%) rename {hack => src/runtime/hack}/update-generated-runtime-proto.sh (100%) rename {netmon => src/runtime/netmon}/netmon.go (100%) rename {netmon => src/runtime/netmon}/netmon_test.go (100%) rename {pkg => src/runtime/pkg}/README.md (100%) rename {pkg => src/runtime/pkg}/katatestutils/README.md (100%) rename {pkg => src/runtime/pkg}/katatestutils/constraints.go (100%) rename {pkg => src/runtime/pkg}/katatestutils/constraints_api.go (100%) rename {pkg => src/runtime/pkg}/katatestutils/constraints_test.go (100%) rename {pkg => src/runtime/pkg}/katatestutils/utils.go (100%) rename {pkg => src/runtime/pkg}/katautils/README.md (100%) rename {pkg => src/runtime/pkg}/katautils/config-settings.go.in (100%) rename {pkg => src/runtime/pkg}/katautils/config.go (100%) rename {pkg => src/runtime/pkg}/katautils/config_test.go (100%) rename {pkg => src/runtime/pkg}/katautils/container_engine.go (100%) rename {pkg => src/runtime/pkg}/katautils/create.go (100%) rename {pkg => src/runtime/pkg}/katautils/create_test.go (100%) rename {pkg => src/runtime/pkg}/katautils/hook.go (100%) rename {pkg => src/runtime/pkg}/katautils/hook_test.go (100%) rename {pkg => src/runtime/pkg}/katautils/logger.go (100%) rename {pkg => src/runtime/pkg}/katautils/logger_test.go (100%) rename {pkg => src/runtime/pkg}/katautils/network.go (100%) rename {pkg => src/runtime/pkg}/katautils/network_test.go (100%) rename {pkg => src/runtime/pkg}/katautils/oci.go (100%) rename {pkg => src/runtime/pkg}/katautils/oci_test.go (100%) rename {pkg => src/runtime/pkg}/katautils/tracing.go (100%) rename {pkg => src/runtime/pkg}/katautils/utils.go (100%) rename {pkg => src/runtime/pkg}/katautils/utils_test.go (100%) rename {pkg => src/runtime/pkg}/signals/README.md (100%) rename {pkg => src/runtime/pkg}/signals/signals.go (100%) rename {pkg => src/runtime/pkg}/signals/signals_test.go (100%) rename {protocols => src/runtime/protocols}/cache/cache.pb.go (100%) rename {protocols => src/runtime/protocols}/cache/cache.proto (100%) rename {vendor => src/runtime/vendor}/github.com/BurntSushi/toml/COPYING (100%) rename {vendor => src/runtime/vendor}/github.com/BurntSushi/toml/cmd/toml-test-decoder/COPYING (100%) rename {vendor => src/runtime/vendor}/github.com/BurntSushi/toml/cmd/toml-test-encoder/COPYING (100%) rename {vendor => src/runtime/vendor}/github.com/BurntSushi/toml/cmd/tomlv/COPYING (100%) rename {vendor => src/runtime/vendor}/github.com/BurntSushi/toml/decode.go (100%) rename {vendor => src/runtime/vendor}/github.com/BurntSushi/toml/decode_meta.go (100%) rename {vendor => src/runtime/vendor}/github.com/BurntSushi/toml/doc.go (100%) rename {vendor => src/runtime/vendor}/github.com/BurntSushi/toml/encode.go (100%) rename {vendor => src/runtime/vendor}/github.com/BurntSushi/toml/encoding_types.go (100%) rename {vendor => src/runtime/vendor}/github.com/BurntSushi/toml/encoding_types_1.1.go (100%) rename {vendor => src/runtime/vendor}/github.com/BurntSushi/toml/lex.go (100%) rename {vendor => src/runtime/vendor}/github.com/BurntSushi/toml/parse.go (100%) rename {vendor => src/runtime/vendor}/github.com/BurntSushi/toml/type_check.go (100%) rename {vendor => src/runtime/vendor}/github.com/BurntSushi/toml/type_fields.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/go-winio/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/go-winio/archive/tar/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/go-winio/backup.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/go-winio/ea.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/go-winio/file.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/go-winio/fileinfo.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/go-winio/pipe.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/go-winio/privilege.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/go-winio/reparse.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/go-winio/sd.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/go-winio/syscall.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/go-winio/zsyscall_windows.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/cmd/runhcs/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/cmd/runhcs/NOTICE (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/container.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/errors.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/hcsshim.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/hnsendpoint.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/hnsglobals.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/hnsnetwork.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/hnspolicy.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/hnspolicylist.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/hnssupport.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/interface.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/guestrequest/types.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/guid/guid.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/hcs/callback.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/hcs/cgo.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/hcs/errors.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/hcs/hcs.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/hcs/log.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/hcs/process.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/hcs/system.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/hcs/utils.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/hcs/waithelper.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/hcs/watcher.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/hcs/zsyscall_windows.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/hcserror/hcserror.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/hns/hns.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/hns/hnsendpoint.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/hns/hnsfuncs.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/hns/hnsglobals.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/hns/hnsnetwork.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/hns/hnspolicy.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/hns/hnspolicylist.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/hns/hnssupport.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/hns/namespace.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/hns/zsyscall_windows.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/interop/interop.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/interop/zsyscall_windows.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/logfields/fields.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/longpath/longpath.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/mergemaps/merge.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/safefile/safeopen.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/safefile/zsyscall_windows.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema1/schema1.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/attachment.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/battery.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/cache_query_stats_response.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/chipset.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/close_handle.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/com_port.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/compute_system.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/configuration.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/console_size.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/container.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/container_credential_guard_state.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/container_memory_information.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/device.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/devices.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/enhanced_mode_video.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/flexible_io_device.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/guest_connection.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/guest_connection_info.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/guest_crash_reporting.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/guest_os.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/guest_state.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/hosted_system.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/hv_socket.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/hv_socket_2.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/hv_socket_service_config.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/hv_socket_system_config.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/keyboard.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/layer.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/linux_kernel_direct.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/mapped_directory.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/mapped_pipe.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/memory.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/memory_2.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/memory_information_for_vm.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/memory_stats.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/modify_setting_request.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/mouse.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/network_adapter.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/networking.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/pause_notification.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/pause_options.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/plan9.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/plan9_share.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/process_details.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/process_modify_request.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/process_parameters.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/process_status.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/processor.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/processor_2.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/processor_stats.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/properties.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/property_query.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/rdp_connection_options.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/registry_changes.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/registry_key.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/registry_value.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/restore_state.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/save_options.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/scsi.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/shared_memory_configuration.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/shared_memory_region.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/shared_memory_region_info.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/silo_properties.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/statistics.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/storage.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/storage_qo_s.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/storage_stats.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/topology.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/uefi.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/uefi_boot_entry.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/version.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/video_monitor.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/virtual_machine.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/virtual_node_info.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/virtual_p_mem_controller.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/virtual_p_mem_device.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/virtual_smb.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/virtual_smb_share.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/virtual_smb_share_options.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/vm_memory.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/schema2/windows_crash_reporting.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/timeout/timeout.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/wclayer/activatelayer.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/wclayer/baselayer.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/wclayer/createlayer.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/wclayer/createscratchlayer.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/wclayer/deactivatelayer.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/wclayer/destroylayer.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/wclayer/expandscratchsize.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/wclayer/exportlayer.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/wclayer/getlayermountpath.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/wclayer/getsharedbaseimages.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/wclayer/grantvmaccess.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/wclayer/importlayer.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/wclayer/layerexists.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/wclayer/layerid.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/wclayer/layerutils.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/wclayer/legacy.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/wclayer/nametoguid.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/wclayer/preparelayer.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/wclayer/processimage.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/wclayer/unpreparelayer.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/wclayer/wclayer.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/internal/wclayer/zsyscall_windows.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/layer.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/mksyscall_windows.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/pkg/go-runhcs/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/pkg/go-runhcs/NOTICE (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/process.go (100%) rename {vendor => src/runtime/vendor}/github.com/Microsoft/hcsshim/zsyscall_windows.go (100%) rename {vendor => src/runtime/vendor}/github.com/PuerkitoBio/purell/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/PuerkitoBio/purell/purell.go (100%) rename {vendor => src/runtime/vendor}/github.com/PuerkitoBio/urlesc/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/PuerkitoBio/urlesc/urlesc.go (100%) rename {vendor => src/runtime/vendor}/github.com/asaskevich/govalidator/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/asaskevich/govalidator/arrays.go (100%) rename {vendor => src/runtime/vendor}/github.com/asaskevich/govalidator/converter.go (100%) rename {vendor => src/runtime/vendor}/github.com/asaskevich/govalidator/error.go (100%) rename {vendor => src/runtime/vendor}/github.com/asaskevich/govalidator/numerics.go (100%) rename {vendor => src/runtime/vendor}/github.com/asaskevich/govalidator/patterns.go (100%) rename {vendor => src/runtime/vendor}/github.com/asaskevich/govalidator/types.go (100%) rename {vendor => src/runtime/vendor}/github.com/asaskevich/govalidator/utils.go (100%) rename {vendor => src/runtime/vendor}/github.com/asaskevich/govalidator/validator.go (100%) rename {vendor => src/runtime/vendor}/github.com/blang/semver/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/blang/semver/json.go (100%) rename {vendor => src/runtime/vendor}/github.com/blang/semver/range.go (100%) rename {vendor => src/runtime/vendor}/github.com/blang/semver/semver.go (100%) rename {vendor => src/runtime/vendor}/github.com/blang/semver/sort.go (100%) rename {vendor => src/runtime/vendor}/github.com/blang/semver/sql.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/abi.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/asm/alu.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/asm/alu_string.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/asm/doc.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/asm/func.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/asm/func_string.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/asm/instruction.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/asm/jump.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/asm/jump_string.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/asm/load_store.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/asm/load_store_string.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/asm/opcode.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/asm/opcode_string.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/asm/register.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/collection.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/doc.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/elf_reader.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/internal/btf/btf.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/internal/btf/btf_types.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/internal/btf/doc.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/internal/btf/ext_info.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/internal/btf/strings.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/internal/btf/types.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/internal/cpu.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/internal/endian.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/internal/errors.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/internal/fd.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/internal/feature.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/internal/io.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/internal/ptr.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/internal/ptr_32_be.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/internal/ptr_32_le.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/internal/ptr_64.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/internal/syscall.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/internal/unix/types_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/internal/unix/types_other.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/linker.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/map.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/marshalers.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/prog.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/syscalls.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/types.go (100%) rename {vendor => src/runtime/vendor}/github.com/cilium/ebpf/types_string.go (100%) rename {vendor => src/runtime/vendor}/github.com/codahale/hdrhistogram/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/codahale/hdrhistogram/hdr.go (100%) rename {vendor => src/runtime/vendor}/github.com/codahale/hdrhistogram/window.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cgroups/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cgroups/blkio.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cgroups/cgroup.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cgroups/control.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cgroups/cpu.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cgroups/cpuacct.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cgroups/cpuset.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cgroups/devices.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cgroups/errors.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cgroups/freezer.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cgroups/hierarchy.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cgroups/hugetlb.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cgroups/memory.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cgroups/metrics.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cgroups/named.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cgroups/net_cls.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cgroups/net_prio.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cgroups/opts.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cgroups/paths.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cgroups/perf_event.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cgroups/pids.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cgroups/rdma.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cgroups/state.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cgroups/subsystem.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cgroups/systemd.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cgroups/ticks.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cgroups/utils.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cgroups/v1.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/console/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/console/console.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/console/console_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/console/console_unix.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/console/console_windows.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/console/tc_darwin.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/console/tc_freebsd.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/console/tc_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/console/tc_openbsd_cgo.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/console/tc_openbsd_nocgo.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/console/tc_solaris_cgo.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/console/tc_solaris_nocgo.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/console/tc_unix.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/NOTICE (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/api/events/container.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/api/events/content.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/api/events/doc.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/api/events/image.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/api/events/namespace.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/api/events/snapshot.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/api/events/task.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/api/types/descriptor.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/api/types/doc.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/api/types/metrics.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/api/types/mount.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/api/types/platform.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/api/types/task/task.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/errdefs/errors.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/errdefs/grpc.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/events/events.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/log/context.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/mount/lookup_unix.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/mount/lookup_unsupported.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/mount/mount.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/mount/mount_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/mount/mount_unix.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/mount/mount_windows.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/mount/mountinfo.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/mount/mountinfo_bsd.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/mount/mountinfo_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/mount/mountinfo_unsupported.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/mount/temp.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/mount/temp_unix.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/mount/temp_unsupported.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/namespaces/context.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/namespaces/grpc.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/namespaces/store.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/namespaces/validate.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/runtime/events.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/runtime/linux/runctypes/doc.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/runtime/linux/runctypes/runc.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/runtime/monitor.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/runtime/runtime.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/runtime/task.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/runtime/task_list.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/runtime/typeurl.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/runtime/v2/shim/reaper_unix.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/runtime/v2/shim/shim.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/runtime/v2/shim/shim_darwin.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/runtime/v2/shim/shim_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/runtime/v2/shim/shim_unix.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/runtime/v2/shim/shim_windows.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/runtime/v2/shim/util.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/runtime/v2/shim/util_unix.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/runtime/v2/shim/util_windows.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/runtime/v2/task/doc.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/runtime/v2/task/shim.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/sys/env.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/sys/epoll.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/sys/fds.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/sys/filesys_unix.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/sys/filesys_windows.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/sys/mount_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/sys/oom_unix.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/sys/oom_windows.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/sys/proc.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/sys/reaper.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/sys/reaper_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/sys/socket_unix.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/sys/socket_windows.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/sys/stat_bsd.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/sys/stat_unix.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/sys/subprocess_unsafe_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/containerd/sys/subprocess_unsafe_linux.s (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cri-containerd/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cri-containerd/pkg/annotations/annotations.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cri-containerd/pkg/api/runtimeoptions/v1/api.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/cri-containerd/test/e2e (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/fifo/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/fifo/fifo.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/fifo/handle_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/fifo/handle_nolinux.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/fifo/mkfifo_nosolaris.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/fifo/mkfifo_solaris.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/fifo/raw.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/go-runc/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/go-runc/command_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/go-runc/command_other.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/go-runc/console.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/go-runc/container.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/go-runc/events.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/go-runc/io.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/go-runc/io_unix.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/go-runc/io_windows.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/go-runc/monitor.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/go-runc/runc.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/go-runc/utils.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/ttrpc/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/ttrpc/channel.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/ttrpc/client.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/ttrpc/codec.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/ttrpc/config.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/ttrpc/handshake.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/ttrpc/interceptor.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/ttrpc/metadata.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/ttrpc/server.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/ttrpc/services.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/ttrpc/types.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/ttrpc/unixcreds_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/typeurl/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/typeurl/doc.go (100%) rename {vendor => src/runtime/vendor}/github.com/containerd/typeurl/types.go (100%) rename {vendor => src/runtime/vendor}/github.com/containernetworking/cni/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/containernetworking/cni/pkg/skel/skel.go (100%) rename {vendor => src/runtime/vendor}/github.com/containernetworking/cni/pkg/types/020/types.go (100%) rename {vendor => src/runtime/vendor}/github.com/containernetworking/cni/pkg/types/args.go (100%) rename {vendor => src/runtime/vendor}/github.com/containernetworking/cni/pkg/types/current/types.go (100%) rename {vendor => src/runtime/vendor}/github.com/containernetworking/cni/pkg/types/types.go (100%) rename {vendor => src/runtime/vendor}/github.com/containernetworking/cni/pkg/version/conf.go (100%) rename {vendor => src/runtime/vendor}/github.com/containernetworking/cni/pkg/version/plugin.go (100%) rename {vendor => src/runtime/vendor}/github.com/containernetworking/cni/pkg/version/reconcile.go (100%) rename {vendor => src/runtime/vendor}/github.com/containernetworking/cni/pkg/version/version.go (100%) rename {vendor => src/runtime/vendor}/github.com/containernetworking/plugins/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/containernetworking/plugins/pkg/ns/ns_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/containernetworking/plugins/pkg/testutils/bad_reader.go (100%) rename {vendor => src/runtime/vendor}/github.com/containernetworking/plugins/pkg/testutils/cmd.go (100%) rename {vendor => src/runtime/vendor}/github.com/containernetworking/plugins/pkg/testutils/netns_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/containernetworking/plugins/pkg/testutils/ping.go (100%) rename {vendor => src/runtime/vendor}/github.com/containernetworking/plugins/plugins/main/windows/CONTRIBUTORS.md (100%) rename {vendor => src/runtime/vendor}/github.com/coreos/go-systemd/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/coreos/go-systemd/NOTICE (100%) rename {vendor => src/runtime/vendor}/github.com/coreos/go-systemd/dbus/dbus.go (100%) rename {vendor => src/runtime/vendor}/github.com/coreos/go-systemd/dbus/methods.go (100%) rename {vendor => src/runtime/vendor}/github.com/coreos/go-systemd/dbus/properties.go (100%) rename {vendor => src/runtime/vendor}/github.com/coreos/go-systemd/dbus/set.go (100%) rename {vendor => src/runtime/vendor}/github.com/coreos/go-systemd/dbus/subscription.go (100%) rename {vendor => src/runtime/vendor}/github.com/coreos/go-systemd/dbus/subscription_set.go (100%) rename {vendor => src/runtime/vendor}/github.com/cri-o/cri-o/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/cri-o/cri-o/pkg/annotations/annotations.go (100%) rename {vendor => src/runtime/vendor}/github.com/davecgh/go-spew/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/davecgh/go-spew/spew/bypass.go (100%) rename {vendor => src/runtime/vendor}/github.com/davecgh/go-spew/spew/bypasssafe.go (100%) rename {vendor => src/runtime/vendor}/github.com/davecgh/go-spew/spew/common.go (100%) rename {vendor => src/runtime/vendor}/github.com/davecgh/go-spew/spew/config.go (100%) rename {vendor => src/runtime/vendor}/github.com/davecgh/go-spew/spew/doc.go (100%) rename {vendor => src/runtime/vendor}/github.com/davecgh/go-spew/spew/dump.go (100%) rename {vendor => src/runtime/vendor}/github.com/davecgh/go-spew/spew/format.go (100%) rename {vendor => src/runtime/vendor}/github.com/davecgh/go-spew/spew/spew.go (100%) rename {vendor => src/runtime/vendor}/github.com/dlespiau/covertool/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/dlespiau/covertool/pkg/cover/cover.go (100%) rename {vendor => src/runtime/vendor}/github.com/docker/go-units/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/docker/go-units/duration.go (100%) rename {vendor => src/runtime/vendor}/github.com/docker/go-units/size.go (100%) rename {vendor => src/runtime/vendor}/github.com/docker/go-units/ulimit.go (100%) rename {vendor => src/runtime/vendor}/github.com/globalsign/mgo/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/globalsign/mgo/bson/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/globalsign/mgo/bson/bson.go (100%) rename {vendor => src/runtime/vendor}/github.com/globalsign/mgo/bson/bson_corpus_spec_test_generator.go (100%) rename {vendor => src/runtime/vendor}/github.com/globalsign/mgo/bson/compatibility.go (100%) rename {vendor => src/runtime/vendor}/github.com/globalsign/mgo/bson/decimal.go (100%) rename {vendor => src/runtime/vendor}/github.com/globalsign/mgo/bson/decode.go (100%) rename {vendor => src/runtime/vendor}/github.com/globalsign/mgo/bson/encode.go (100%) rename {vendor => src/runtime/vendor}/github.com/globalsign/mgo/bson/json.go (100%) rename {vendor => src/runtime/vendor}/github.com/globalsign/mgo/bson/stream.go (100%) rename {vendor => src/runtime/vendor}/github.com/globalsign/mgo/internal/json/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/globalsign/mgo/internal/json/decode.go (100%) rename {vendor => src/runtime/vendor}/github.com/globalsign/mgo/internal/json/encode.go (100%) rename {vendor => src/runtime/vendor}/github.com/globalsign/mgo/internal/json/extension.go (100%) rename {vendor => src/runtime/vendor}/github.com/globalsign/mgo/internal/json/fold.go (100%) rename {vendor => src/runtime/vendor}/github.com/globalsign/mgo/internal/json/indent.go (100%) rename {vendor => src/runtime/vendor}/github.com/globalsign/mgo/internal/json/scanner.go (100%) rename {vendor => src/runtime/vendor}/github.com/globalsign/mgo/internal/json/stream.go (100%) rename {vendor => src/runtime/vendor}/github.com/globalsign/mgo/internal/json/tags.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-ini/ini/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/go-ini/ini/error.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-ini/ini/ini.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-ini/ini/key.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-ini/ini/parser.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-ini/ini/section.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-ini/ini/struct.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/analysis/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/analysis/analyzer.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/analysis/debug.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/analysis/doc.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/analysis/fixer.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/analysis/flatten.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/analysis/internal/post_go18.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/analysis/internal/pre_go18.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/analysis/mixin.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/analysis/schema.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/errors/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/errors/api.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/errors/auth.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/errors/doc.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/errors/headers.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/errors/middleware.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/errors/parsing.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/errors/schema.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/jsonpointer/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/jsonpointer/pointer.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/jsonreference/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/jsonreference/reference.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/loads/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/loads/doc.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/loads/spec.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/bytestream.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/client/auth_info.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/client/keepalive.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/client/request.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/client/response.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/client/runtime.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/client_auth_info.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/client_operation.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/client_request.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/client_response.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/constants.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/discard.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/file.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/headers.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/interfaces.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/json.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/logger/logger.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/logger/standard.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/middleware/context.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/middleware/denco/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/middleware/denco/router.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/middleware/denco/server.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/middleware/denco/util.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/middleware/doc.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/middleware/go18.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/middleware/header/header.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/middleware/negotiate.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/middleware/not_implemented.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/middleware/operation.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/middleware/parameter.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/middleware/pre_go18.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/middleware/redoc.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/middleware/request.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/middleware/router.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/middleware/security.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/middleware/spec.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/middleware/untyped/api.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/middleware/validation.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/request.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/security/authenticator.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/security/authorizer.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/statuses.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/text.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/values.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/runtime/xml.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/spec/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/spec/bindata.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/spec/contact_info.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/spec/debug.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/spec/expander.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/spec/external_docs.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/spec/header.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/spec/info.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/spec/items.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/spec/license.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/spec/operation.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/spec/parameter.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/spec/path_item.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/spec/paths.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/spec/ref.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/spec/response.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/spec/responses.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/spec/schema.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/spec/security_scheme.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/spec/spec.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/spec/swagger.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/spec/tag.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/spec/xml_object.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/strfmt/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/strfmt/bson.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/strfmt/date.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/strfmt/default.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/strfmt/doc.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/strfmt/duration.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/strfmt/format.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/strfmt/time.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/swag/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/swag/convert.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/swag/convert_types.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/swag/doc.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/swag/json.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/swag/loading.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/swag/net.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/swag/path.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/swag/post_go18.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/swag/post_go19.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/swag/pre_go18.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/swag/pre_go19.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/swag/util.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/swag/yaml.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/validate/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/validate/debug.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/validate/default_validator.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/validate/doc.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/validate/example_validator.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/validate/formats.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/validate/helpers.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/validate/object_validator.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/validate/options.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/validate/result.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/validate/rexp.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/validate/schema.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/validate/schema_messages.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/validate/schema_props.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/validate/slice_validator.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/validate/spec.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/validate/spec_messages.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/validate/type.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/validate/validator.go (100%) rename {vendor => src/runtime/vendor}/github.com/go-openapi/validate/values.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/auth.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/auth_anonymous.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/auth_external.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/auth_sha1.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/call.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/conn.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/conn_darwin.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/conn_other.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/conn_unix.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/conn_windows.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/dbus.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/decoder.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/default_handler.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/doc.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/encoder.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/export.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/homedir.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/homedir_dynamic.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/homedir_static.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/message.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/object.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/server_interfaces.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/sig.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/transport_darwin.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/transport_generic.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/transport_nonce_tcp.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/transport_tcp.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/transport_unix.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/transport_unixcred_dragonfly.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/transport_unixcred_freebsd.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/transport_unixcred_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/transport_unixcred_openbsd.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/variant.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/variant_lexer.go (100%) rename {vendor => src/runtime/vendor}/github.com/godbus/dbus/variant_parser.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/AUTHORS (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/CONTRIBUTORS (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/GOLANG_CONTRIBUTORS (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/gogoproto/doc.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/gogoproto/gogo.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/gogoproto/helper.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/clone.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/custom_gogo.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/decode.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/discard.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/duration.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/duration_gogo.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/encode.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/encode_gogo.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/equal.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/extensions.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/extensions_gogo.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/lib.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/lib_gogo.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/message_set.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/pointer_reflect.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/pointer_reflect_gogo.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/pointer_unsafe.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/pointer_unsafe_gogo.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/properties.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/properties_gogo.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/skip_gogo.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/table_marshal.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/table_marshal_gogo.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/table_merge.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/table_unmarshal.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/table_unmarshal_gogo.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/text.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/text_gogo.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/text_parser.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/timestamp.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/timestamp_gogo.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/wrappers.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/proto/wrappers_gogo.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor_gostring.gen.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/helper.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/sortkeys/sortkeys.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/types/any.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/types/any.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/types/api.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/types/doc.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/types/duration.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/types/duration.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/types/duration_gogo.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/types/empty.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/types/field_mask.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/types/protosize.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/types/source_context.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/types/struct.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/types/timestamp.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/types/timestamp.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/types/timestamp_gogo.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/types/type.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/types/wrappers.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/gogo/protobuf/types/wrappers_gogo.go (100%) rename {vendor => src/runtime/vendor}/github.com/golang/protobuf/AUTHORS (100%) rename {vendor => src/runtime/vendor}/github.com/golang/protobuf/CONTRIBUTORS (100%) rename {vendor => src/runtime/vendor}/github.com/golang/protobuf/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/golang/protobuf/proto/clone.go (100%) rename {vendor => src/runtime/vendor}/github.com/golang/protobuf/proto/decode.go (100%) rename {vendor => src/runtime/vendor}/github.com/golang/protobuf/proto/deprecated.go (100%) rename {vendor => src/runtime/vendor}/github.com/golang/protobuf/proto/discard.go (100%) rename {vendor => src/runtime/vendor}/github.com/golang/protobuf/proto/encode.go (100%) rename {vendor => src/runtime/vendor}/github.com/golang/protobuf/proto/equal.go (100%) rename {vendor => src/runtime/vendor}/github.com/golang/protobuf/proto/extensions.go (100%) rename {vendor => src/runtime/vendor}/github.com/golang/protobuf/proto/lib.go (100%) rename {vendor => src/runtime/vendor}/github.com/golang/protobuf/proto/message_set.go (100%) rename {vendor => src/runtime/vendor}/github.com/golang/protobuf/proto/pointer_reflect.go (100%) rename {vendor => src/runtime/vendor}/github.com/golang/protobuf/proto/pointer_unsafe.go (100%) rename {vendor => src/runtime/vendor}/github.com/golang/protobuf/proto/properties.go (100%) rename {vendor => src/runtime/vendor}/github.com/golang/protobuf/proto/table_marshal.go (100%) rename {vendor => src/runtime/vendor}/github.com/golang/protobuf/proto/table_merge.go (100%) rename {vendor => src/runtime/vendor}/github.com/golang/protobuf/proto/table_unmarshal.go (100%) rename {vendor => src/runtime/vendor}/github.com/golang/protobuf/proto/text.go (100%) rename {vendor => src/runtime/vendor}/github.com/golang/protobuf/proto/text_parser.go (100%) rename {vendor => src/runtime/vendor}/github.com/golang/protobuf/ptypes/any.go (100%) rename {vendor => src/runtime/vendor}/github.com/golang/protobuf/ptypes/any/any.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/golang/protobuf/ptypes/doc.go (100%) rename {vendor => src/runtime/vendor}/github.com/golang/protobuf/ptypes/duration.go (100%) rename {vendor => src/runtime/vendor}/github.com/golang/protobuf/ptypes/duration/duration.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/golang/protobuf/ptypes/timestamp.go (100%) rename {vendor => src/runtime/vendor}/github.com/golang/protobuf/ptypes/timestamp/timestamp.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/grpc-ecosystem/grpc-opentracing/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/grpc-ecosystem/grpc-opentracing/PATENTS (100%) rename {vendor => src/runtime/vendor}/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/client.go (100%) rename {vendor => src/runtime/vendor}/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/errors.go (100%) rename {vendor => src/runtime/vendor}/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/options.go (100%) rename {vendor => src/runtime/vendor}/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/package.go (100%) rename {vendor => src/runtime/vendor}/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/server.go (100%) rename {vendor => src/runtime/vendor}/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/shared.go (100%) rename {vendor => src/runtime/vendor}/github.com/hashicorp/errwrap/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/hashicorp/errwrap/errwrap.go (100%) rename {vendor => src/runtime/vendor}/github.com/hashicorp/go-multierror/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/hashicorp/go-multierror/append.go (100%) rename {vendor => src/runtime/vendor}/github.com/hashicorp/go-multierror/flatten.go (100%) rename {vendor => src/runtime/vendor}/github.com/hashicorp/go-multierror/format.go (100%) rename {vendor => src/runtime/vendor}/github.com/hashicorp/go-multierror/multierror.go (100%) rename {vendor => src/runtime/vendor}/github.com/hashicorp/go-multierror/prefix.go (100%) rename {vendor => src/runtime/vendor}/github.com/hashicorp/go-multierror/sort.go (100%) rename {vendor => src/runtime/vendor}/github.com/hashicorp/yamux/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/hashicorp/yamux/addr.go (100%) rename {vendor => src/runtime/vendor}/github.com/hashicorp/yamux/const.go (100%) rename {vendor => src/runtime/vendor}/github.com/hashicorp/yamux/mux.go (100%) rename {vendor => src/runtime/vendor}/github.com/hashicorp/yamux/session.go (100%) rename {vendor => src/runtime/vendor}/github.com/hashicorp/yamux/stream.go (100%) rename {vendor => src/runtime/vendor}/github.com/hashicorp/yamux/util.go (100%) rename {vendor => src/runtime/vendor}/github.com/intel/govmm/CONTRIBUTORS.md (100%) rename {vendor => src/runtime/vendor}/github.com/intel/govmm/COPYING (100%) rename {vendor => src/runtime/vendor}/github.com/intel/govmm/qemu/image.go (100%) rename {vendor => src/runtime/vendor}/github.com/intel/govmm/qemu/qemu.go (100%) rename {vendor => src/runtime/vendor}/github.com/intel/govmm/qemu/qmp.go (100%) rename {vendor => src/runtime/vendor}/github.com/kata-containers/agent/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/kata-containers/agent/pkg/types/types.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/kata-containers/agent/protocols/client/client.go (100%) rename {vendor => src/runtime/vendor}/github.com/kata-containers/agent/protocols/grpc/agent.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/kata-containers/agent/protocols/grpc/health.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/kata-containers/agent/protocols/grpc/oci.pb.go (100%) rename {vendor => src/runtime/vendor}/github.com/kata-containers/agent/protocols/grpc/utils.go (100%) rename {vendor => src/runtime/vendor}/github.com/kata-containers/agent/protocols/grpc/version.go (100%) rename {vendor => src/runtime/vendor}/github.com/konsorten/go-windows-terminal-sequences/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/konsorten/go-windows-terminal-sequences/sequences.go (100%) rename {vendor => src/runtime/vendor}/github.com/konsorten/go-windows-terminal-sequences/sequences_dummy.go (100%) rename {vendor => src/runtime/vendor}/github.com/mailru/easyjson/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/mailru/easyjson/buffer/pool.go (100%) rename {vendor => src/runtime/vendor}/github.com/mailru/easyjson/jlexer/bytestostr.go (100%) rename {vendor => src/runtime/vendor}/github.com/mailru/easyjson/jlexer/bytestostr_nounsafe.go (100%) rename {vendor => src/runtime/vendor}/github.com/mailru/easyjson/jlexer/error.go (100%) rename {vendor => src/runtime/vendor}/github.com/mailru/easyjson/jlexer/lexer.go (100%) rename {vendor => src/runtime/vendor}/github.com/mailru/easyjson/jwriter/writer.go (100%) rename {vendor => src/runtime/vendor}/github.com/mdlayher/vsock/LICENSE.md (100%) rename {vendor => src/runtime/vendor}/github.com/mdlayher/vsock/conn_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/mdlayher/vsock/doc.go (100%) rename {vendor => src/runtime/vendor}/github.com/mdlayher/vsock/fd_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/mdlayher/vsock/fd_linux_gteq_1.12.go (100%) rename {vendor => src/runtime/vendor}/github.com/mdlayher/vsock/fd_linux_lt_1.12.go (100%) rename {vendor => src/runtime/vendor}/github.com/mdlayher/vsock/goversion_unsupported.go (100%) rename {vendor => src/runtime/vendor}/github.com/mdlayher/vsock/ioctl_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/mdlayher/vsock/listener_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/mdlayher/vsock/vsock.go (100%) rename {vendor => src/runtime/vendor}/github.com/mdlayher/vsock/vsock_others.go (100%) rename {vendor => src/runtime/vendor}/github.com/mitchellh/mapstructure/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/mitchellh/mapstructure/decode_hooks.go (100%) rename {vendor => src/runtime/vendor}/github.com/mitchellh/mapstructure/error.go (100%) rename {vendor => src/runtime/vendor}/github.com/mitchellh/mapstructure/mapstructure.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/go-digest/LICENSE.code (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/go-digest/LICENSE.docs (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/go-digest/algorithm.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/go-digest/digest.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/go-digest/digester.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/go-digest/doc.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/go-digest/verifiers.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/NOTICE (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/cgroups.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/cgroups_unsupported.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/ebpf/devicefilter/devicefilter.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/ebpf/ebpf.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/apply_raw.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/blkio.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpu.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpu_v2.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpuacct.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpuset.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpuset_v2.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/devices.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/devices_v2.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/freezer.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/freezer_v2.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/fs_unsupported.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/hugetlb.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/io_v2.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/kmem.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/kmem_disabled.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/memory.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/memory_v2.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/name.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/net_cls.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/net_prio.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/perf_event.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/pids.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/pids_v2.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/fs/utils.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/stats.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/systemd/apply_nosystemd.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/systemd/apply_systemd.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/systemd/unified_hierarchy.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/cgroups/utils.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/configs/blkio_device.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/configs/cgroup_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/configs/cgroup_unsupported.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/configs/config.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/configs/config_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/configs/device.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/configs/device_defaults.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/configs/hugepage_limit.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/configs/intelrdt.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/configs/interface_priority_map.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/configs/mount.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/configs/namespaces.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/configs/namespaces_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/configs/namespaces_syscall.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/configs/namespaces_syscall_unsupported.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/configs/namespaces_unsupported.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/configs/network.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/seccomp/config.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/seccomp/seccomp_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/seccomp/seccomp_unsupported.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/specconv/example.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/specconv/spec_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/system/linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/system/proc.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/system/syscall_linux_32.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/system/syscall_linux_64.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/system/sysconfig.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/system/sysconfig_notcgo.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/system/unsupported.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/system/xattrs_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/user/lookup.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/user/lookup_unix.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/user/lookup_windows.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/user/user.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/utils/cmsg.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/utils/utils.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runc/libcontainer/utils/utils_unix.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runtime-spec/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runtime-spec/specs-go/config.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runtime-spec/specs-go/state.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/runtime-spec/specs-go/version.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/selinux/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/selinux/go-selinux/label/label.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/selinux/go-selinux/label/label_selinux.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/selinux/go-selinux/label/label_stub.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/selinux/go-selinux/selinux_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/selinux/go-selinux/selinux_stub.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/selinux/go-selinux/xattrs.go (100%) rename {vendor => src/runtime/vendor}/github.com/opencontainers/selinux/pkg/pwalk/pwalk.go (100%) rename {vendor => src/runtime/vendor}/github.com/opentracing/opentracing-go/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/opentracing/opentracing-go/ext/tags.go (100%) rename {vendor => src/runtime/vendor}/github.com/opentracing/opentracing-go/globaltracer.go (100%) rename {vendor => src/runtime/vendor}/github.com/opentracing/opentracing-go/gocontext.go (100%) rename {vendor => src/runtime/vendor}/github.com/opentracing/opentracing-go/log/field.go (100%) rename {vendor => src/runtime/vendor}/github.com/opentracing/opentracing-go/log/util.go (100%) rename {vendor => src/runtime/vendor}/github.com/opentracing/opentracing-go/noop.go (100%) rename {vendor => src/runtime/vendor}/github.com/opentracing/opentracing-go/propagation.go (100%) rename {vendor => src/runtime/vendor}/github.com/opentracing/opentracing-go/span.go (100%) rename {vendor => src/runtime/vendor}/github.com/opentracing/opentracing-go/tracer.go (100%) rename {vendor => src/runtime/vendor}/github.com/pkg/errors/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/pkg/errors/errors.go (100%) rename {vendor => src/runtime/vendor}/github.com/pkg/errors/stack.go (100%) rename {vendor => src/runtime/vendor}/github.com/pmezard/go-difflib/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/pmezard/go-difflib/difflib/difflib.go (100%) rename {vendor => src/runtime/vendor}/github.com/prometheus/procfs/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/prometheus/procfs/NOTICE (100%) rename {vendor => src/runtime/vendor}/github.com/prometheus/procfs/buddyinfo.go (100%) rename {vendor => src/runtime/vendor}/github.com/prometheus/procfs/doc.go (100%) rename {vendor => src/runtime/vendor}/github.com/prometheus/procfs/fs.go (100%) rename {vendor => src/runtime/vendor}/github.com/prometheus/procfs/ipvs.go (100%) rename {vendor => src/runtime/vendor}/github.com/prometheus/procfs/mdstat.go (100%) rename {vendor => src/runtime/vendor}/github.com/prometheus/procfs/mountstats.go (100%) rename {vendor => src/runtime/vendor}/github.com/prometheus/procfs/net_dev.go (100%) rename {vendor => src/runtime/vendor}/github.com/prometheus/procfs/proc.go (100%) rename {vendor => src/runtime/vendor}/github.com/prometheus/procfs/proc_io.go (100%) rename {vendor => src/runtime/vendor}/github.com/prometheus/procfs/proc_limits.go (100%) rename {vendor => src/runtime/vendor}/github.com/prometheus/procfs/proc_ns.go (100%) rename {vendor => src/runtime/vendor}/github.com/prometheus/procfs/proc_psi.go (100%) rename {vendor => src/runtime/vendor}/github.com/prometheus/procfs/proc_stat.go (100%) rename {vendor => src/runtime/vendor}/github.com/prometheus/procfs/stat.go (100%) rename {vendor => src/runtime/vendor}/github.com/prometheus/procfs/xfrm.go (100%) rename {vendor => src/runtime/vendor}/github.com/safchain/ethtool/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/safchain/ethtool/ethtool.go (100%) rename {vendor => src/runtime/vendor}/github.com/safchain/ethtool/ethtool_cmd.go (100%) rename {vendor => src/runtime/vendor}/github.com/safchain/ethtool/ethtool_msglvl.go (100%) rename {vendor => src/runtime/vendor}/github.com/seccomp/libseccomp-golang/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/seccomp/libseccomp-golang/seccomp.go (100%) rename {vendor => src/runtime/vendor}/github.com/seccomp/libseccomp-golang/seccomp_internal.go (100%) rename {vendor => src/runtime/vendor}/github.com/sirupsen/logrus/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/sirupsen/logrus/alt_exit.go (100%) rename {vendor => src/runtime/vendor}/github.com/sirupsen/logrus/doc.go (100%) rename {vendor => src/runtime/vendor}/github.com/sirupsen/logrus/entry.go (100%) rename {vendor => src/runtime/vendor}/github.com/sirupsen/logrus/exported.go (100%) rename {vendor => src/runtime/vendor}/github.com/sirupsen/logrus/formatter.go (100%) rename {vendor => src/runtime/vendor}/github.com/sirupsen/logrus/hooks.go (100%) rename {vendor => src/runtime/vendor}/github.com/sirupsen/logrus/hooks/syslog/syslog.go (100%) rename {vendor => src/runtime/vendor}/github.com/sirupsen/logrus/json_formatter.go (100%) rename {vendor => src/runtime/vendor}/github.com/sirupsen/logrus/logger.go (100%) rename {vendor => src/runtime/vendor}/github.com/sirupsen/logrus/logrus.go (100%) rename {vendor => src/runtime/vendor}/github.com/sirupsen/logrus/terminal_check_appengine.go (100%) rename {vendor => src/runtime/vendor}/github.com/sirupsen/logrus/terminal_check_bsd.go (100%) rename {vendor => src/runtime/vendor}/github.com/sirupsen/logrus/terminal_check_no_terminal.go (100%) rename {vendor => src/runtime/vendor}/github.com/sirupsen/logrus/terminal_check_notappengine.go (100%) rename {vendor => src/runtime/vendor}/github.com/sirupsen/logrus/terminal_check_solaris.go (100%) rename {vendor => src/runtime/vendor}/github.com/sirupsen/logrus/terminal_check_unix.go (100%) rename {vendor => src/runtime/vendor}/github.com/sirupsen/logrus/terminal_check_windows.go (100%) rename {vendor => src/runtime/vendor}/github.com/sirupsen/logrus/text_formatter.go (100%) rename {vendor => src/runtime/vendor}/github.com/sirupsen/logrus/writer.go (100%) rename {vendor => src/runtime/vendor}/github.com/stretchr/testify/LICENCE.txt (100%) rename {vendor => src/runtime/vendor}/github.com/stretchr/testify/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/stretchr/testify/assert/assertion_format.go (100%) rename {vendor => src/runtime/vendor}/github.com/stretchr/testify/assert/assertion_forward.go (100%) rename {vendor => src/runtime/vendor}/github.com/stretchr/testify/assert/assertions.go (100%) rename {vendor => src/runtime/vendor}/github.com/stretchr/testify/assert/doc.go (100%) rename {vendor => src/runtime/vendor}/github.com/stretchr/testify/assert/errors.go (100%) rename {vendor => src/runtime/vendor}/github.com/stretchr/testify/assert/forward_assertions.go (100%) rename {vendor => src/runtime/vendor}/github.com/stretchr/testify/assert/http_assertions.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/baggage_setter.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/config/config.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/config/config_env.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/config/options.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/constants.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/context.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/contrib_observer.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/doc.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/header.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/internal/baggage/remote/options.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/internal/baggage/remote/restriction_manager.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/internal/baggage/restriction_manager.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/internal/spanlog/json.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/internal/throttler/remote/options.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/internal/throttler/remote/throttler.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/internal/throttler/throttler.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/interop.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/jaeger_tag.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/jaeger_thrift_span.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/log/logger.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/logger.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/metrics.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/observer.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/process.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/propagation.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/reference.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/reporter.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/reporter_options.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/rpcmetrics/doc.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/rpcmetrics/endpoints.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/rpcmetrics/metrics.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/rpcmetrics/normalizer.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/rpcmetrics/observer.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/sampler.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/sampler_options.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/span.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift-gen/agent/agent.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift-gen/agent/constants.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift-gen/agent/ttypes.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift-gen/baggage/baggagerestrictionmanager.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift-gen/baggage/constants.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift-gen/baggage/ttypes.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift-gen/jaeger/agent.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift-gen/jaeger/constants.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift-gen/jaeger/ttypes.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift-gen/sampling/constants.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift-gen/sampling/samplingmanager.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift-gen/sampling/ttypes.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift-gen/zipkincore/constants.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift-gen/zipkincore/ttypes.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift-gen/zipkincore/zipkincollector.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift/application_exception.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift/binary_protocol.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift/compact_protocol.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift/exception.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift/memory_buffer.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift/messagetype.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift/numeric.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift/processor.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift/protocol.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift/protocol_exception.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift/protocol_factory.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift/rich_transport.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift/serializer.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift/simple_json_protocol.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift/transport.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift/transport_exception.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift/transport_factory.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/thrift/type.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/tracer.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/tracer_options.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/transport.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/transport/doc.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/transport/http.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/transport_udp.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/utils/http_json.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/utils/localip.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/utils/rand.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/utils/rate_limiter.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/utils/udp_client.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/utils/utils.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/zipkin.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-client-go/zipkin_thrift_span.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-lib/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-lib/metrics/counter.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-lib/metrics/factory.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-lib/metrics/gauge.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-lib/metrics/local.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-lib/metrics/metrics.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-lib/metrics/stopwatch.go (100%) rename {vendor => src/runtime/vendor}/github.com/uber/jaeger-lib/metrics/timer.go (100%) rename {vendor => src/runtime/vendor}/github.com/urfave/cli/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/urfave/cli/app.go (100%) rename {vendor => src/runtime/vendor}/github.com/urfave/cli/category.go (100%) rename {vendor => src/runtime/vendor}/github.com/urfave/cli/cli.go (100%) rename {vendor => src/runtime/vendor}/github.com/urfave/cli/command.go (100%) rename {vendor => src/runtime/vendor}/github.com/urfave/cli/context.go (100%) rename {vendor => src/runtime/vendor}/github.com/urfave/cli/errors.go (100%) rename {vendor => src/runtime/vendor}/github.com/urfave/cli/flag.go (100%) rename {vendor => src/runtime/vendor}/github.com/urfave/cli/flag_generated.go (100%) rename {vendor => src/runtime/vendor}/github.com/urfave/cli/funcs.go (100%) rename {vendor => src/runtime/vendor}/github.com/urfave/cli/help.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/addr.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/addr_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/bpf_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/bridge_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/class.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/class_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/conntrack_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/conntrack_unspecified.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/devlink_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/filter.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/filter_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/fou.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/fou_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/fou_unspecified.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/genetlink_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/genetlink_unspecified.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/gtp_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/handle_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/handle_unspecified.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/ioctl_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/link.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/link_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/link_tuntap_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/neigh.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/neigh_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/netlink.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/netlink_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/netlink_unspecified.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/netns_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/netns_unspecified.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/nl/addr_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/nl/bridge_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/nl/conntrack_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/nl/devlink_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/nl/genetlink_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/nl/link_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/nl/mpls_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/nl/nl_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/nl/nl_unspecified.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/nl/rdma_link_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/nl/route_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/nl/seg6_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/nl/seg6local_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/nl/syscall.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/nl/tc_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/nl/xfrm_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/nl/xfrm_monitor_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/nl/xfrm_policy_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/nl/xfrm_state_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/order.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/protinfo.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/protinfo_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/qdisc.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/qdisc_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/rdma_link_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/route.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/route_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/route_unspecified.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/rule.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/rule_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/socket.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/socket_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/xfrm.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/xfrm_monitor_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/xfrm_policy.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/xfrm_policy_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/xfrm_state.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netlink/xfrm_state_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netns/LICENSE (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netns/netns.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netns/netns_linux.go (100%) rename {vendor => src/runtime/vendor}/github.com/vishvananda/netns/netns_unspecified.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/AUTHORS (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/CONTRIBUTORS (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/LICENSE (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/PATENTS (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/context/context.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/context/ctxhttp/ctxhttp.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/context/ctxhttp/ctxhttp_pre17.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/context/go17.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/context/go19.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/context/pre_go17.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/context/pre_go19.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/http2/ciphers.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/http2/client_conn_pool.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/http2/configure_transport.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/http2/databuffer.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/http2/errors.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/http2/flow.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/http2/frame.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/http2/go16.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/http2/go17.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/http2/go17_not18.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/http2/go18.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/http2/go19.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/http2/gotrack.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/http2/headermap.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/http2/hpack/encode.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/http2/hpack/hpack.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/http2/hpack/huffman.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/http2/hpack/tables.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/http2/http2.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/http2/not_go16.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/http2/not_go17.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/http2/not_go18.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/http2/not_go19.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/http2/pipe.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/http2/server.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/http2/transport.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/http2/write.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/http2/writesched.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/http2/writesched_priority.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/http2/writesched_random.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/idna/idna.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/idna/punycode.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/idna/tables.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/idna/trie.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/idna/trieval.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/internal/timeseries/timeseries.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/lex/httplex/httplex.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/trace/events.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/trace/histogram.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/trace/trace.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/trace/trace_go16.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/net/trace/trace_go17.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/oauth2/AUTHORS (100%) rename {vendor => src/runtime/vendor}/golang.org/x/oauth2/CONTRIBUTORS (100%) rename {vendor => src/runtime/vendor}/golang.org/x/oauth2/LICENSE (100%) rename {vendor => src/runtime/vendor}/golang.org/x/oauth2/internal/client_appengine.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/oauth2/internal/doc.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/oauth2/internal/oauth2.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/oauth2/internal/token.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/oauth2/internal/transport.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/oauth2/oauth2.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/oauth2/token.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/oauth2/transport.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/AUTHORS (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/CONTRIBUTORS (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/LICENSE (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/PATENTS (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/affinity_linux.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/aliases.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/asm_aix_ppc64.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/asm_darwin_386.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/asm_darwin_amd64.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/asm_darwin_arm.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/asm_darwin_arm64.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/asm_dragonfly_amd64.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/asm_freebsd_386.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/asm_freebsd_amd64.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/asm_freebsd_arm.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/asm_freebsd_arm64.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/asm_linux_386.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/asm_linux_amd64.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/asm_linux_arm.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/asm_linux_arm64.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/asm_linux_mips64x.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/asm_linux_mipsx.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/asm_linux_ppc64x.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/asm_linux_riscv64.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/asm_linux_s390x.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/asm_netbsd_386.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/asm_netbsd_amd64.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/asm_netbsd_arm.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/asm_netbsd_arm64.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/asm_openbsd_386.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/asm_openbsd_amd64.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/asm_openbsd_arm.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/asm_openbsd_arm64.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/asm_solaris_amd64.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/bluetooth_linux.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/cap_freebsd.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/constants.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/dev_aix_ppc.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/dev_aix_ppc64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/dev_darwin.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/dev_dragonfly.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/dev_freebsd.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/dev_linux.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/dev_netbsd.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/dev_openbsd.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/dirent.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/endian_big.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/endian_little.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/env_unix.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/errors_freebsd_386.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/errors_freebsd_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/errors_freebsd_arm.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/fcntl.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/fcntl_darwin.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/fcntl_linux_32bit.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/fdset.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/gccgo.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/gccgo_c.c (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/gccgo_linux_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ioctl.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/mkasm_darwin.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/mkpost.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/mksyscall.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/mksyscall_aix_ppc.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/mksyscall_aix_ppc64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/mksyscall_solaris.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/mksysctl_openbsd.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/mksysnum.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/pagesize_unix.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/pledge_openbsd.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/race.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/race0.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/readdirent_getdents.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/readdirent_getdirentries.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/sockcmsg_dragonfly.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/sockcmsg_linux.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/sockcmsg_unix.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/sockcmsg_unix_other.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/str.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_aix.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_aix_ppc.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_aix_ppc64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_bsd.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_darwin.1_12.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_darwin.1_13.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_darwin.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_darwin_386.1_11.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_darwin_386.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_darwin_amd64.1_11.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_darwin_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_darwin_arm.1_11.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_darwin_arm.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_darwin_arm64.1_11.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_darwin_arm64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_darwin_libSystem.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_dragonfly.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_dragonfly_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_freebsd.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_freebsd_386.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_freebsd_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_freebsd_arm.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_freebsd_arm64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_linux.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_linux_386.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_linux_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_linux_amd64_gc.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_linux_arm.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_linux_arm64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_linux_gc.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_linux_gc_386.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_linux_gccgo_386.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_linux_gccgo_arm.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_linux_mips64x.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_linux_mipsx.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_linux_ppc64x.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_linux_riscv64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_linux_s390x.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_linux_sparc64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_netbsd.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_netbsd_386.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_netbsd_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_netbsd_arm.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_netbsd_arm64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_openbsd.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_openbsd_386.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_openbsd_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_openbsd_arm.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_openbsd_arm64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_solaris.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_solaris_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_unix.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_unix_gc.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/syscall_unix_gc_ppc64x.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/timestruct.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/types_aix.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/types_darwin.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/types_dragonfly.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/types_freebsd.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/types_netbsd.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/types_openbsd.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/types_solaris.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/unveil_openbsd.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/xattr_bsd.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_aix_ppc.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_aix_ppc64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_darwin_386.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_darwin_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_darwin_arm.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_darwin_arm64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_freebsd_386.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_freebsd_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_freebsd_arm.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_freebsd_arm64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_linux_386.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_linux_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_linux_arm.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_linux_arm64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_linux_mips.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_linux_mips64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_linux_mips64le.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_linux_mipsle.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_linux_ppc64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_linux_ppc64le.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_linux_riscv64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_linux_s390x.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_linux_sparc64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_netbsd_386.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_netbsd_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_netbsd_arm.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_netbsd_arm64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_openbsd_386.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_openbsd_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_openbsd_arm.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_openbsd_arm64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zerrors_solaris_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zptrace_armnn_linux.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zptrace_linux_arm64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zptrace_mipsnn_linux.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zptrace_mipsnnle_linux.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zptrace_x86_linux.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_aix_ppc.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_aix_ppc64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_aix_ppc64_gc.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_aix_ppc64_gccgo.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_darwin_386.1_11.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_darwin_386.1_13.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_darwin_386.1_13.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_darwin_386.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_darwin_386.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_11.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_13.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_13.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_darwin_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_darwin_amd64.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_darwin_arm.1_11.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_darwin_arm.1_13.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_darwin_arm.1_13.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_darwin_arm.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_darwin_arm.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_11.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_13.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_13.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_darwin_arm64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_darwin_arm64.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_freebsd_386.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_freebsd_arm.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_freebsd_arm64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_linux_386.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_linux_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_linux_arm.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_linux_arm64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_linux_mips.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_linux_mips64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_linux_mips64le.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_linux_mipsle.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_linux_ppc64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_linux_riscv64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_linux_s390x.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_linux_sparc64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_netbsd_386.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_netbsd_arm.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_netbsd_arm64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_openbsd_386.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_openbsd_arm.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsyscall_solaris_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysctl_openbsd_386.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysctl_openbsd_arm.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysnum_darwin_386.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysnum_darwin_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysnum_darwin_arm.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysnum_darwin_arm64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysnum_freebsd_386.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysnum_freebsd_arm.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysnum_linux_386.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysnum_linux_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysnum_linux_arm.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysnum_linux_arm64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysnum_linux_mips.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysnum_linux_mips64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysnum_linux_mips64le.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysnum_linux_mipsle.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysnum_linux_ppc64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysnum_linux_riscv64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysnum_linux_s390x.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysnum_linux_sparc64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysnum_netbsd_386.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysnum_netbsd_arm.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysnum_openbsd_386.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysnum_openbsd_arm.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_aix_ppc.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_aix_ppc64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_darwin_386.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_darwin_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_darwin_arm.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_darwin_arm64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_freebsd_386.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_freebsd_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_freebsd_arm.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_freebsd_arm64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_linux_386.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_linux_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_linux_arm.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_linux_arm64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_linux_mips.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_linux_mips64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_linux_mips64le.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_linux_mipsle.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_linux_ppc64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_linux_ppc64le.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_linux_riscv64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_linux_s390x.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_linux_sparc64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_netbsd_386.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_netbsd_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_netbsd_arm.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_netbsd_arm64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_openbsd_386.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_openbsd_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_openbsd_arm.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_openbsd_arm64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/unix/ztypes_solaris_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/windows/aliases.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/windows/dll_windows.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/windows/empty.s (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/windows/env_windows.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/windows/eventlog.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/windows/exec_windows.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/windows/memory_windows.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/windows/mksyscall.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/windows/race.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/windows/race0.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/windows/security_windows.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/windows/service.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/windows/str.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/windows/syscall.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/windows/syscall_windows.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/windows/types_windows.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/windows/types_windows_386.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/windows/types_windows_amd64.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/windows/types_windows_arm.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/windows/zerrors_windows.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/windows/zknownfolderids_windows.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/sys/windows/zsyscall_windows.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/AUTHORS (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/CONTRIBUTORS (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/LICENSE (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/PATENTS (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/collate/build/builder.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/collate/build/colelem.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/collate/build/contract.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/collate/build/order.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/collate/build/table.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/collate/build/trie.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/collate/collate.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/collate/index.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/collate/maketables.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/collate/option.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/collate/sort.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/collate/tables.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/internal/colltab/collelem.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/internal/colltab/colltab.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/internal/colltab/contract.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/internal/colltab/iter.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/internal/colltab/numeric.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/internal/colltab/table.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/internal/colltab/trie.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/internal/colltab/weighter.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/internal/gen/code.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/internal/gen/gen.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/internal/tag/tag.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/internal/triegen/compact.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/internal/triegen/print.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/internal/triegen/triegen.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/internal/ucd/ucd.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/language/common.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/language/coverage.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/language/doc.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/language/gen.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/language/gen_common.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/language/gen_index.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/language/go1_1.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/language/go1_2.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/language/index.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/language/language.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/language/lookup.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/language/match.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/language/parse.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/language/tables.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/language/tags.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/secure/bidirule/bidirule.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/secure/bidirule/bidirule10.0.0.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/secure/bidirule/bidirule9.0.0.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/transform/transform.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/bidi/bidi.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/bidi/bracket.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/bidi/core.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/bidi/gen.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/bidi/gen_ranges.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/bidi/gen_trieval.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/bidi/prop.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/bidi/tables10.0.0.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/bidi/tables9.0.0.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/bidi/trieval.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/cldr/base.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/cldr/cldr.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/cldr/collate.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/cldr/decode.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/cldr/makexml.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/cldr/resolve.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/cldr/slice.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/cldr/xml.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/norm/composition.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/norm/forminfo.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/norm/input.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/norm/iter.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/norm/maketables.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/norm/normalize.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/norm/readwriter.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/norm/tables10.0.0.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/norm/tables9.0.0.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/norm/transform.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/norm/trie.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/norm/triegen.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/rangetable/gen.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/rangetable/merge.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/rangetable/rangetable.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/rangetable/tables10.0.0.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/unicode/rangetable/tables9.0.0.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/width/gen.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/width/gen_common.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/width/gen_trieval.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/width/kind_string.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/width/tables10.0.0.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/width/tables9.0.0.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/width/transform.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/width/trieval.go (100%) rename {vendor => src/runtime/vendor}/golang.org/x/text/width/width.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/appengine/LICENSE (100%) rename {vendor => src/runtime/vendor}/google.golang.org/appengine/internal/api.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/appengine/internal/api_classic.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/appengine/internal/api_common.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/appengine/internal/app_id.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/appengine/internal/base/api_base.pb.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/appengine/internal/datastore/datastore_v3.pb.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/appengine/internal/identity.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/appengine/internal/identity_classic.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/appengine/internal/identity_flex.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/appengine/internal/identity_vm.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/appengine/internal/internal.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/appengine/internal/log/log_service.pb.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/appengine/internal/main.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/appengine/internal/main_common.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/appengine/internal/main_vm.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/appengine/internal/metadata.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/appengine/internal/net.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/appengine/internal/remote_api/remote_api.pb.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/appengine/internal/transaction.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/appengine/internal/urlfetch/urlfetch_service.pb.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/appengine/urlfetch/urlfetch.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/genproto/LICENSE (100%) rename {vendor => src/runtime/vendor}/google.golang.org/genproto/googleapis/rpc/status/status.pb.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/AUTHORS (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/LICENSE (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/backoff.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/balancer.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/balancer/balancer.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/balancer/base/balancer.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/balancer/base/base.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/balancer/roundrobin/roundrobin.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/balancer_conn_wrappers.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/balancer_v1_wrapper.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/call.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/clientconn.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/codec.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/codes/code_string.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/codes/codes.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/connectivity/connectivity.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/credentials/credentials.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/credentials/credentials_util_go17.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/credentials/credentials_util_go18.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/credentials/credentials_util_pre_go17.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/doc.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/encoding/encoding.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/encoding/proto/proto.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/go16.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/go17.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/grpclb.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/grpclb/grpc_lb_v1/messages/messages.pb.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/grpclb_picker.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/grpclb_remote_balancer.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/grpclb_util.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/grpclog/grpclog.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/grpclog/logger.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/grpclog/loggerv2.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/interceptor.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/internal/internal.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/keepalive/keepalive.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/metadata/metadata.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/naming/dns_resolver.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/naming/go17.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/naming/go18.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/naming/naming.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/peer/peer.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/picker_wrapper.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/pickfirst.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/proxy.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/resolver/dns/dns_resolver.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/resolver/dns/go17.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/resolver/dns/go18.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/resolver/passthrough/passthrough.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/resolver/resolver.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/resolver_conn_wrapper.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/rpc_util.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/server.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/service_config.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/stats/handlers.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/stats/stats.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/status/status.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/stream.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/tap/tap.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/trace.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/transport/bdp_estimator.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/transport/control.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/transport/go16.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/transport/go17.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/transport/handler_server.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/transport/http2_client.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/transport/http2_server.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/transport/http_util.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/transport/log.go (100%) rename {vendor => src/runtime/vendor}/google.golang.org/grpc/transport/transport.go (100%) rename {vendor => src/runtime/vendor}/gopkg.in/yaml.v2/LICENSE (100%) rename {vendor => src/runtime/vendor}/gopkg.in/yaml.v2/LICENSE.libyaml (100%) rename {vendor => src/runtime/vendor}/gopkg.in/yaml.v2/NOTICE (100%) rename {vendor => src/runtime/vendor}/gopkg.in/yaml.v2/apic.go (100%) rename {vendor => src/runtime/vendor}/gopkg.in/yaml.v2/decode.go (100%) rename {vendor => src/runtime/vendor}/gopkg.in/yaml.v2/emitterc.go (100%) rename {vendor => src/runtime/vendor}/gopkg.in/yaml.v2/encode.go (100%) rename {vendor => src/runtime/vendor}/gopkg.in/yaml.v2/parserc.go (100%) rename {vendor => src/runtime/vendor}/gopkg.in/yaml.v2/readerc.go (100%) rename {vendor => src/runtime/vendor}/gopkg.in/yaml.v2/resolve.go (100%) rename {vendor => src/runtime/vendor}/gopkg.in/yaml.v2/scannerc.go (100%) rename {vendor => src/runtime/vendor}/gopkg.in/yaml.v2/sorter.go (100%) rename {vendor => src/runtime/vendor}/gopkg.in/yaml.v2/writerc.go (100%) rename {vendor => src/runtime/vendor}/gopkg.in/yaml.v2/yaml.go (100%) rename {vendor => src/runtime/vendor}/gopkg.in/yaml.v2/yamlh.go (100%) rename {vendor => src/runtime/vendor}/gopkg.in/yaml.v2/yamlprivateh.go (100%) rename versions.yaml => src/runtime/versions.yaml (100%) rename {virtcontainers => src/runtime/virtcontainers}/LICENSE (100%) rename {virtcontainers => src/runtime/virtcontainers}/Makefile (100%) rename {virtcontainers => src/runtime/virtcontainers}/README.md (100%) rename {virtcontainers => src/runtime/virtcontainers}/acrn.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/acrn_arch_base.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/acrn_arch_base_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/acrn_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/agent.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/agent_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/api.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/api_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/bridgedmacvlan_endpoint.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/bridgedmacvlan_endpoint_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/cgroups.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/cgroups_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/clh.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/clh_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/container.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/container_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/device/api/interface.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/device/api/mockDeviceReceiver.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/device/config/config.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/device/config/config_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/device/config/pmem.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/device/config/pmem_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/device/drivers/block.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/device/drivers/generic.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/device/drivers/generic_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/device/drivers/utils.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/device/drivers/vfio.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/device/drivers/vfio_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/device/drivers/vhost_user_blk.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/device/drivers/vhost_user_fs.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/device/drivers/vhost_user_net.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/device/drivers/vhost_user_scsi.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/device/manager/manager.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/device/manager/manager_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/device/manager/utils.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/device/manager/utils_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/doc.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/documentation/Developers.md (100%) rename {virtcontainers => src/runtime/virtcontainers}/documentation/api/1.0/api.md (100%) rename {virtcontainers => src/runtime/virtcontainers}/documentation/network/CNM_detailed_diagram.png (100%) rename {virtcontainers => src/runtime/virtcontainers}/documentation/network/CNM_overall_diagram.png (100%) rename {virtcontainers => src/runtime/virtcontainers}/endpoint.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/endpoint_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/example_pod_run_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/experimental/README.md (100%) rename {virtcontainers => src/runtime/virtcontainers}/experimental/experimental.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/experimental/experimental_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/factory.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/factory/base/base.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/factory/cache/cache.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/factory/cache/cache_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/factory/direct/direct.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/factory/direct/direct_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/factory/factory.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/factory/factory_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/factory/grpccache/grpccache.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/factory/template/template.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/factory/template/template_amd64.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/factory/template/template_arm64.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/factory/template/template_ppc64le.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/factory/template/template_s390x.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/factory/template/template_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/fc.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/fc_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/hook/mock/hook.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/hypervisor.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/hypervisor_amd64_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/hypervisor_arm64_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/hypervisor_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/implementation.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/interfaces.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/iostream.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/iostream_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/ipvlan_endpoint.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/ipvlan_endpoint_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/kata_agent.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/kata_agent_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/kata_builtin_proxy.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/kata_builtin_proxy_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/kata_builtin_shim.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/kata_proxy.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/kata_proxy_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/kata_shim.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/kata_shim_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/macvtap_endpoint.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/macvtap_endpoint_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/mock_hypervisor.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/mock_hypervisor_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/monitor.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/monitor_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/mount.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/mount_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/netmon.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/netmon_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/network.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/network_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/no_proxy.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/no_proxy_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/noop_agent.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/noop_agent_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/noop_proxy.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/noop_proxy_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/noop_shim.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/noop_shim_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/nsenter.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/nsenter_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/persist.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/persist/api/config.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/persist/api/container.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/persist/api/device.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/persist/api/hypervisor.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/persist/api/interface.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/persist/api/network.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/persist/api/sandbox.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/persist/api/version.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/persist/fs/fs.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/persist/fs/fs_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/persist/fs/mockfs.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/persist/fs/rootlessfs.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/persist/manager.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/persist/manager_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/persist/plugin/README.md (100%) rename {virtcontainers => src/runtime/virtcontainers}/persist_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/physical_endpoint.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/physical_endpoint_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/annotations/annotations.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/annotations/dockershim/annotations.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cgroups/manager.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cgroups/manager_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cgroups/utils.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cgroups/utils_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/Makefile (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/README.md (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/.gitignore (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/.openapi-generator-ignore (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/.openapi-generator/VERSION (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/.travis.yml (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/README.md (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/api/openapi.yaml (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/api_default.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/client.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/configuration.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/docs/CmdLineConfig.md (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/docs/ConsoleConfig.md (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/docs/CpusConfig.md (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/docs/DefaultApi.md (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/docs/DeviceConfig.md (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/docs/DiskConfig.md (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/docs/FsConfig.md (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/docs/InitramfsConfig.md (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/docs/KernelConfig.md (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/docs/MemoryConfig.md (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/docs/NetConfig.md (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/docs/PmemConfig.md (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/docs/RestoreConfig.md (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/docs/RngConfig.md (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/docs/VmAddDevice.md (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/docs/VmConfig.md (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/docs/VmInfo.md (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/docs/VmRemoveDevice.md (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/docs/VmResize.md (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/docs/VmSnapshotConfig.md (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/docs/VmmPingResponse.md (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/docs/VsockConfig.md (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/git_push.sh (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/go.mod (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/go.sum (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/model_cmd_line_config.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/model_console_config.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/model_cpus_config.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/model_device_config.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/model_disk_config.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/model_fs_config.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/model_initramfs_config.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/model_kernel_config.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/model_memory_config.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/model_net_config.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/model_pmem_config.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/model_restore_config.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/model_rng_config.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/model_vm_add_device.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/model_vm_config.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/model_vm_info.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/model_vm_remove_device.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/model_vm_resize.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/model_vm_snapshot_config.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/model_vmm_ping_response.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/model_vsock_config.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/client/response.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/cloud-hypervisor/cloud-hypervisor.yaml (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/compatoci/utils.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/compatoci/utils_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/README (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/firecracker_client.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/models/boot_source.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/models/cpu_template.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/models/drive.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/models/error.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/models/instance_action_info.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/models/instance_info.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/models/logger.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/models/machine_configuration.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/models/network_interface.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/models/partial_drive.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/models/partial_network_interface.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/models/rate_limiter.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/models/token_bucket.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/models/vsock.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/operations/create_sync_action_parameters.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/operations/create_sync_action_responses.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/operations/describe_instance_parameters.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/operations/describe_instance_responses.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/operations/get_machine_configuration_parameters.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/operations/get_machine_configuration_responses.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/operations/get_mmds_parameters.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/operations/get_mmds_responses.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/operations/operations_client.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/operations/patch_guest_drive_by_id_parameters.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/operations/patch_guest_drive_by_id_responses.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/operations/patch_guest_network_interface_by_id_parameters.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/operations/patch_guest_network_interface_by_id_responses.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/operations/patch_machine_configuration_parameters.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/operations/patch_machine_configuration_responses.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/operations/patch_mmds_parameters.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/operations/patch_mmds_responses.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/operations/put_guest_boot_source_parameters.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/operations/put_guest_boot_source_responses.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/operations/put_guest_drive_by_id_parameters.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/operations/put_guest_drive_by_id_responses.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/operations/put_guest_network_interface_by_id_parameters.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/operations/put_guest_network_interface_by_id_responses.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/operations/put_guest_vsock_parameters.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/operations/put_guest_vsock_responses.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/operations/put_logger_parameters.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/operations/put_logger_responses.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/operations/put_machine_configuration_parameters.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/operations/put_machine_configuration_responses.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/operations/put_mmds_parameters.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/client/operations/put_mmds_responses.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/firecracker.yaml (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/firecracker/swagger_linux_amd64 (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/mock/mock.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/nsenter/nsenter.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/nsenter/nsenter_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/oci/LICENSE (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/oci/utils.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/oci/utils_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/oci/utils_test_config.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/rootless/rootless.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/rootless/rootless_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/types/errors.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/types/types.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/uuid/uuid.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/uuid/uuid_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/vcmock/container.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/vcmock/mock.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/vcmock/mock_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/vcmock/sandbox.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/vcmock/types.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/pkg/vcmock/utils.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/proxy.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/proxy_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/qemu.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/qemu_amd64.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/qemu_amd64_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/qemu_arch_base.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/qemu_arch_base_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/qemu_arm64.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/qemu_arm64_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/qemu_ppc64le.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/qemu_ppc64le_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/qemu_s390x.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/qemu_s390x_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/qemu_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/sandbox.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/sandbox_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/sandboxlist.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/sandboxlist_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/shim.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/shim/mock/kata-shim/shim.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/shim_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/store/backend.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/store/filesystem_backend.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/store/filesystem_backend_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/store/manager.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/store/manager_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/store/vc.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/store/vc_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/syscall.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/syscall_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/tap_endpoint.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/test/cni/10-mynet.conf (100%) rename {virtcontainers => src/runtime/virtcontainers}/test/cni/99-loopback.conf (100%) rename {virtcontainers => src/runtime/virtcontainers}/tuntap_endpoint.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/types.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/types/asset.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/types/asset_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/types/bridges.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/types/bridges_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/types/capabilities.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/types/capabilities_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/types/container.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/types/fcConfig.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/types/sandbox.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/types_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/utils/compare.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/utils/proc_linux.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/utils/utils.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/utils/utils_linux.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/utils/utils_linux_generic.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/utils/utils_linux_ppc64le.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/utils/utils_linux_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/utils/utils_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/utils/virtcontainers-setup.sh (100%) rename {virtcontainers => src/runtime/virtcontainers}/veth_endpoint.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/veth_endpoint_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/vhostuser_endpoint.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/vhostuser_endpoint_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/virtcontainers_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/virtiofsd.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/virtiofsd_test.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/vm.go (100%) rename {virtcontainers => src/runtime/virtcontainers}/vm_test.go (100%) diff --git a/.ci/go-no-os-exit.sh b/src/runtime/.ci/go-no-os-exit.sh similarity index 100% rename from .ci/go-no-os-exit.sh rename to src/runtime/.ci/go-no-os-exit.sh diff --git a/.ci/go-test.sh b/src/runtime/.ci/go-test.sh similarity index 100% rename from .ci/go-test.sh rename to src/runtime/.ci/go-test.sh diff --git a/.ci/install-yq.sh b/src/runtime/.ci/install-yq.sh similarity index 100% rename from .ci/install-yq.sh rename to src/runtime/.ci/install-yq.sh diff --git a/.ci/install_go.sh b/src/runtime/.ci/install_go.sh similarity index 100% rename from .ci/install_go.sh rename to src/runtime/.ci/install_go.sh diff --git a/.ci/lib.sh b/src/runtime/.ci/lib.sh similarity index 100% rename from .ci/lib.sh rename to src/runtime/.ci/lib.sh diff --git a/.ci/run.sh b/src/runtime/.ci/run.sh similarity index 100% rename from .ci/run.sh rename to src/runtime/.ci/run.sh diff --git a/.ci/setup.sh b/src/runtime/.ci/setup.sh similarity index 100% rename from .ci/setup.sh rename to src/runtime/.ci/setup.sh diff --git a/.ci/static-checks.sh b/src/runtime/.ci/static-checks.sh similarity index 100% rename from .ci/static-checks.sh rename to src/runtime/.ci/static-checks.sh diff --git a/.ci/versions_checker.sh b/src/runtime/.ci/versions_checker.sh similarity index 100% rename from .ci/versions_checker.sh rename to src/runtime/.ci/versions_checker.sh diff --git a/.github/ISSUE_TEMPLATE.md b/src/runtime/.github/ISSUE_TEMPLATE.md similarity index 100% rename from .github/ISSUE_TEMPLATE.md rename to src/runtime/.github/ISSUE_TEMPLATE.md diff --git a/.gitignore b/src/runtime/.gitignore similarity index 100% rename from .gitignore rename to src/runtime/.gitignore diff --git a/.gitmodules b/src/runtime/.gitmodules similarity index 100% rename from .gitmodules rename to src/runtime/.gitmodules diff --git a/.travis.yml b/src/runtime/.travis.yml similarity index 100% rename from .travis.yml rename to src/runtime/.travis.yml diff --git a/CODEOWNERS b/src/runtime/CODEOWNERS similarity index 100% rename from CODEOWNERS rename to src/runtime/CODEOWNERS diff --git a/CODE_OF_CONDUCT.md b/src/runtime/CODE_OF_CONDUCT.md similarity index 100% rename from CODE_OF_CONDUCT.md rename to src/runtime/CODE_OF_CONDUCT.md diff --git a/CONTRIBUTING.md b/src/runtime/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to src/runtime/CONTRIBUTING.md diff --git a/Gopkg.lock b/src/runtime/Gopkg.lock similarity index 100% rename from Gopkg.lock rename to src/runtime/Gopkg.lock diff --git a/Gopkg.toml b/src/runtime/Gopkg.toml similarity index 100% rename from Gopkg.toml rename to src/runtime/Gopkg.toml diff --git a/LICENSE b/src/runtime/LICENSE similarity index 100% rename from LICENSE rename to src/runtime/LICENSE diff --git a/Makefile b/src/runtime/Makefile similarity index 100% rename from Makefile rename to src/runtime/Makefile diff --git a/README.md b/src/runtime/README.md similarity index 100% rename from README.md rename to src/runtime/README.md diff --git a/VERSION b/src/runtime/VERSION similarity index 100% rename from VERSION rename to src/runtime/VERSION diff --git a/arch/amd64-options.mk b/src/runtime/arch/amd64-options.mk similarity index 100% rename from arch/amd64-options.mk rename to src/runtime/arch/amd64-options.mk diff --git a/arch/arm64-options.mk b/src/runtime/arch/arm64-options.mk similarity index 100% rename from arch/arm64-options.mk rename to src/runtime/arch/arm64-options.mk diff --git a/arch/ppc64le-options.mk b/src/runtime/arch/ppc64le-options.mk similarity index 100% rename from arch/ppc64le-options.mk rename to src/runtime/arch/ppc64le-options.mk diff --git a/arch/s390x-options.mk b/src/runtime/arch/s390x-options.mk similarity index 100% rename from arch/s390x-options.mk rename to src/runtime/arch/s390x-options.mk diff --git a/cli/config-generated.go.in b/src/runtime/cli/config-generated.go.in similarity index 100% rename from cli/config-generated.go.in rename to src/runtime/cli/config-generated.go.in diff --git a/cli/config/configuration-acrn.toml.in b/src/runtime/cli/config/configuration-acrn.toml.in similarity index 100% rename from cli/config/configuration-acrn.toml.in rename to src/runtime/cli/config/configuration-acrn.toml.in diff --git a/cli/config/configuration-clh.toml.in b/src/runtime/cli/config/configuration-clh.toml.in similarity index 100% rename from cli/config/configuration-clh.toml.in rename to src/runtime/cli/config/configuration-clh.toml.in diff --git a/cli/config/configuration-fc.toml.in b/src/runtime/cli/config/configuration-fc.toml.in similarity index 100% rename from cli/config/configuration-fc.toml.in rename to src/runtime/cli/config/configuration-fc.toml.in diff --git a/cli/config/configuration-qemu-virtiofs.toml.in b/src/runtime/cli/config/configuration-qemu-virtiofs.toml.in similarity index 100% rename from cli/config/configuration-qemu-virtiofs.toml.in rename to src/runtime/cli/config/configuration-qemu-virtiofs.toml.in diff --git a/cli/config/configuration-qemu.toml.in b/src/runtime/cli/config/configuration-qemu.toml.in similarity index 100% rename from cli/config/configuration-qemu.toml.in rename to src/runtime/cli/config/configuration-qemu.toml.in diff --git a/cli/console.go b/src/runtime/cli/console.go similarity index 100% rename from cli/console.go rename to src/runtime/cli/console.go diff --git a/cli/console_test.go b/src/runtime/cli/console_test.go similarity index 100% rename from cli/console_test.go rename to src/runtime/cli/console_test.go diff --git a/cli/containerd-shim-kata-v2/main.go b/src/runtime/cli/containerd-shim-kata-v2/main.go similarity index 100% rename from cli/containerd-shim-kata-v2/main.go rename to src/runtime/cli/containerd-shim-kata-v2/main.go diff --git a/cli/create.go b/src/runtime/cli/create.go similarity index 100% rename from cli/create.go rename to src/runtime/cli/create.go diff --git a/cli/create_test.go b/src/runtime/cli/create_test.go similarity index 100% rename from cli/create_test.go rename to src/runtime/cli/create_test.go diff --git a/cli/delete.go b/src/runtime/cli/delete.go similarity index 100% rename from cli/delete.go rename to src/runtime/cli/delete.go diff --git a/cli/delete_test.go b/src/runtime/cli/delete_test.go similarity index 100% rename from cli/delete_test.go rename to src/runtime/cli/delete_test.go diff --git a/cli/events.go b/src/runtime/cli/events.go similarity index 100% rename from cli/events.go rename to src/runtime/cli/events.go diff --git a/cli/events_test.go b/src/runtime/cli/events_test.go similarity index 100% rename from cli/events_test.go rename to src/runtime/cli/events_test.go diff --git a/cli/exec.go b/src/runtime/cli/exec.go similarity index 100% rename from cli/exec.go rename to src/runtime/cli/exec.go diff --git a/cli/exec_test.go b/src/runtime/cli/exec_test.go similarity index 100% rename from cli/exec_test.go rename to src/runtime/cli/exec_test.go diff --git a/cli/exit.go b/src/runtime/cli/exit.go similarity index 100% rename from cli/exit.go rename to src/runtime/cli/exit.go diff --git a/cli/exit_test.go b/src/runtime/cli/exit_test.go similarity index 100% rename from cli/exit_test.go rename to src/runtime/cli/exit_test.go diff --git a/cli/factory.go b/src/runtime/cli/factory.go similarity index 100% rename from cli/factory.go rename to src/runtime/cli/factory.go diff --git a/cli/factory_test.go b/src/runtime/cli/factory_test.go similarity index 100% rename from cli/factory_test.go rename to src/runtime/cli/factory_test.go diff --git a/cli/kata-check.go b/src/runtime/cli/kata-check.go similarity index 100% rename from cli/kata-check.go rename to src/runtime/cli/kata-check.go diff --git a/cli/kata-check_amd64.go b/src/runtime/cli/kata-check_amd64.go similarity index 100% rename from cli/kata-check_amd64.go rename to src/runtime/cli/kata-check_amd64.go diff --git a/cli/kata-check_amd64_test.go b/src/runtime/cli/kata-check_amd64_test.go similarity index 100% rename from cli/kata-check_amd64_test.go rename to src/runtime/cli/kata-check_amd64_test.go diff --git a/cli/kata-check_arm64.go b/src/runtime/cli/kata-check_arm64.go similarity index 100% rename from cli/kata-check_arm64.go rename to src/runtime/cli/kata-check_arm64.go diff --git a/cli/kata-check_arm64_test.go b/src/runtime/cli/kata-check_arm64_test.go similarity index 100% rename from cli/kata-check_arm64_test.go rename to src/runtime/cli/kata-check_arm64_test.go diff --git a/cli/kata-check_data_amd64_test.go b/src/runtime/cli/kata-check_data_amd64_test.go similarity index 100% rename from cli/kata-check_data_amd64_test.go rename to src/runtime/cli/kata-check_data_amd64_test.go diff --git a/cli/kata-check_data_arm64_test.go b/src/runtime/cli/kata-check_data_arm64_test.go similarity index 100% rename from cli/kata-check_data_arm64_test.go rename to src/runtime/cli/kata-check_data_arm64_test.go diff --git a/cli/kata-check_data_ppc64le_test.go b/src/runtime/cli/kata-check_data_ppc64le_test.go similarity index 100% rename from cli/kata-check_data_ppc64le_test.go rename to src/runtime/cli/kata-check_data_ppc64le_test.go diff --git a/cli/kata-check_data_s390x_test.go b/src/runtime/cli/kata-check_data_s390x_test.go similarity index 100% rename from cli/kata-check_data_s390x_test.go rename to src/runtime/cli/kata-check_data_s390x_test.go diff --git a/cli/kata-check_generic_test.go b/src/runtime/cli/kata-check_generic_test.go similarity index 100% rename from cli/kata-check_generic_test.go rename to src/runtime/cli/kata-check_generic_test.go diff --git a/cli/kata-check_ppc64le.go b/src/runtime/cli/kata-check_ppc64le.go similarity index 100% rename from cli/kata-check_ppc64le.go rename to src/runtime/cli/kata-check_ppc64le.go diff --git a/cli/kata-check_ppc64le_test.go b/src/runtime/cli/kata-check_ppc64le_test.go similarity index 100% rename from cli/kata-check_ppc64le_test.go rename to src/runtime/cli/kata-check_ppc64le_test.go diff --git a/cli/kata-check_s390x.go b/src/runtime/cli/kata-check_s390x.go similarity index 100% rename from cli/kata-check_s390x.go rename to src/runtime/cli/kata-check_s390x.go diff --git a/cli/kata-check_s390x_test.go b/src/runtime/cli/kata-check_s390x_test.go similarity index 100% rename from cli/kata-check_s390x_test.go rename to src/runtime/cli/kata-check_s390x_test.go diff --git a/cli/kata-check_test.go b/src/runtime/cli/kata-check_test.go similarity index 100% rename from cli/kata-check_test.go rename to src/runtime/cli/kata-check_test.go diff --git a/cli/kata-env.go b/src/runtime/cli/kata-env.go similarity index 100% rename from cli/kata-env.go rename to src/runtime/cli/kata-env.go diff --git a/cli/kata-env_amd64_test.go b/src/runtime/cli/kata-env_amd64_test.go similarity index 100% rename from cli/kata-env_amd64_test.go rename to src/runtime/cli/kata-env_amd64_test.go diff --git a/cli/kata-env_arm64_test.go b/src/runtime/cli/kata-env_arm64_test.go similarity index 100% rename from cli/kata-env_arm64_test.go rename to src/runtime/cli/kata-env_arm64_test.go diff --git a/cli/kata-env_generic_test.go b/src/runtime/cli/kata-env_generic_test.go similarity index 100% rename from cli/kata-env_generic_test.go rename to src/runtime/cli/kata-env_generic_test.go diff --git a/cli/kata-env_ppc64le_test.go b/src/runtime/cli/kata-env_ppc64le_test.go similarity index 100% rename from cli/kata-env_ppc64le_test.go rename to src/runtime/cli/kata-env_ppc64le_test.go diff --git a/cli/kata-env_s390x_test.go b/src/runtime/cli/kata-env_s390x_test.go similarity index 100% rename from cli/kata-env_s390x_test.go rename to src/runtime/cli/kata-env_s390x_test.go diff --git a/cli/kata-env_test.go b/src/runtime/cli/kata-env_test.go similarity index 100% rename from cli/kata-env_test.go rename to src/runtime/cli/kata-env_test.go diff --git a/cli/kata-overhead.go b/src/runtime/cli/kata-overhead.go similarity index 100% rename from cli/kata-overhead.go rename to src/runtime/cli/kata-overhead.go diff --git a/cli/kill.go b/src/runtime/cli/kill.go similarity index 100% rename from cli/kill.go rename to src/runtime/cli/kill.go diff --git a/cli/kill_test.go b/src/runtime/cli/kill_test.go similarity index 100% rename from cli/kill_test.go rename to src/runtime/cli/kill_test.go diff --git a/cli/list.go b/src/runtime/cli/list.go similarity index 100% rename from cli/list.go rename to src/runtime/cli/list.go diff --git a/cli/list_test.go b/src/runtime/cli/list_test.go similarity index 100% rename from cli/list_test.go rename to src/runtime/cli/list_test.go diff --git a/cli/main.go b/src/runtime/cli/main.go similarity index 100% rename from cli/main.go rename to src/runtime/cli/main.go diff --git a/cli/main_test.go b/src/runtime/cli/main_test.go similarity index 100% rename from cli/main_test.go rename to src/runtime/cli/main_test.go diff --git a/cli/network.go b/src/runtime/cli/network.go similarity index 100% rename from cli/network.go rename to src/runtime/cli/network.go diff --git a/cli/network_test.go b/src/runtime/cli/network_test.go similarity index 100% rename from cli/network_test.go rename to src/runtime/cli/network_test.go diff --git a/cli/oci.go b/src/runtime/cli/oci.go similarity index 100% rename from cli/oci.go rename to src/runtime/cli/oci.go diff --git a/cli/oci_test.go b/src/runtime/cli/oci_test.go similarity index 100% rename from cli/oci_test.go rename to src/runtime/cli/oci_test.go diff --git a/cli/pause.go b/src/runtime/cli/pause.go similarity index 100% rename from cli/pause.go rename to src/runtime/cli/pause.go diff --git a/cli/pause_test.go b/src/runtime/cli/pause_test.go similarity index 100% rename from cli/pause_test.go rename to src/runtime/cli/pause_test.go diff --git a/cli/ps.go b/src/runtime/cli/ps.go similarity index 100% rename from cli/ps.go rename to src/runtime/cli/ps.go diff --git a/cli/ps_test.go b/src/runtime/cli/ps_test.go similarity index 100% rename from cli/ps_test.go rename to src/runtime/cli/ps_test.go diff --git a/cli/run.go b/src/runtime/cli/run.go similarity index 100% rename from cli/run.go rename to src/runtime/cli/run.go diff --git a/cli/run_test.go b/src/runtime/cli/run_test.go similarity index 100% rename from cli/run_test.go rename to src/runtime/cli/run_test.go diff --git a/cli/spec.go b/src/runtime/cli/spec.go similarity index 100% rename from cli/spec.go rename to src/runtime/cli/spec.go diff --git a/cli/spec_test.go b/src/runtime/cli/spec_test.go similarity index 100% rename from cli/spec_test.go rename to src/runtime/cli/spec_test.go diff --git a/cli/start.go b/src/runtime/cli/start.go similarity index 100% rename from cli/start.go rename to src/runtime/cli/start.go diff --git a/cli/start_test.go b/src/runtime/cli/start_test.go similarity index 100% rename from cli/start_test.go rename to src/runtime/cli/start_test.go diff --git a/cli/state.go b/src/runtime/cli/state.go similarity index 100% rename from cli/state.go rename to src/runtime/cli/state.go diff --git a/cli/state_test.go b/src/runtime/cli/state_test.go similarity index 100% rename from cli/state_test.go rename to src/runtime/cli/state_test.go diff --git a/cli/update.go b/src/runtime/cli/update.go similarity index 100% rename from cli/update.go rename to src/runtime/cli/update.go diff --git a/cli/update_test.go b/src/runtime/cli/update_test.go similarity index 100% rename from cli/update_test.go rename to src/runtime/cli/update_test.go diff --git a/cli/utils.go b/src/runtime/cli/utils.go similarity index 100% rename from cli/utils.go rename to src/runtime/cli/utils.go diff --git a/cli/utils_arch_base.go b/src/runtime/cli/utils_arch_base.go similarity index 100% rename from cli/utils_arch_base.go rename to src/runtime/cli/utils_arch_base.go diff --git a/cli/utils_s390x.go b/src/runtime/cli/utils_s390x.go similarity index 100% rename from cli/utils_s390x.go rename to src/runtime/cli/utils_s390x.go diff --git a/cli/utils_test.go b/src/runtime/cli/utils_test.go similarity index 100% rename from cli/utils_test.go rename to src/runtime/cli/utils_test.go diff --git a/cli/version.go b/src/runtime/cli/version.go similarity index 100% rename from cli/version.go rename to src/runtime/cli/version.go diff --git a/cli/version_test.go b/src/runtime/cli/version_test.go similarity index 100% rename from cli/version_test.go rename to src/runtime/cli/version_test.go diff --git a/containerd-shim-v2/container.go b/src/runtime/containerd-shim-v2/container.go similarity index 100% rename from containerd-shim-v2/container.go rename to src/runtime/containerd-shim-v2/container.go diff --git a/containerd-shim-v2/container_test.go b/src/runtime/containerd-shim-v2/container_test.go similarity index 100% rename from containerd-shim-v2/container_test.go rename to src/runtime/containerd-shim-v2/container_test.go diff --git a/containerd-shim-v2/create.go b/src/runtime/containerd-shim-v2/create.go similarity index 100% rename from containerd-shim-v2/create.go rename to src/runtime/containerd-shim-v2/create.go diff --git a/containerd-shim-v2/create_test.go b/src/runtime/containerd-shim-v2/create_test.go similarity index 100% rename from containerd-shim-v2/create_test.go rename to src/runtime/containerd-shim-v2/create_test.go diff --git a/containerd-shim-v2/delete.go b/src/runtime/containerd-shim-v2/delete.go similarity index 100% rename from containerd-shim-v2/delete.go rename to src/runtime/containerd-shim-v2/delete.go diff --git a/containerd-shim-v2/delete_test.go b/src/runtime/containerd-shim-v2/delete_test.go similarity index 100% rename from containerd-shim-v2/delete_test.go rename to src/runtime/containerd-shim-v2/delete_test.go diff --git a/containerd-shim-v2/errors.go b/src/runtime/containerd-shim-v2/errors.go similarity index 100% rename from containerd-shim-v2/errors.go rename to src/runtime/containerd-shim-v2/errors.go diff --git a/containerd-shim-v2/errors_test.go b/src/runtime/containerd-shim-v2/errors_test.go similarity index 100% rename from containerd-shim-v2/errors_test.go rename to src/runtime/containerd-shim-v2/errors_test.go diff --git a/containerd-shim-v2/exec.go b/src/runtime/containerd-shim-v2/exec.go similarity index 100% rename from containerd-shim-v2/exec.go rename to src/runtime/containerd-shim-v2/exec.go diff --git a/containerd-shim-v2/exec_test.go b/src/runtime/containerd-shim-v2/exec_test.go similarity index 100% rename from containerd-shim-v2/exec_test.go rename to src/runtime/containerd-shim-v2/exec_test.go diff --git a/containerd-shim-v2/metrics.go b/src/runtime/containerd-shim-v2/metrics.go similarity index 100% rename from containerd-shim-v2/metrics.go rename to src/runtime/containerd-shim-v2/metrics.go diff --git a/containerd-shim-v2/metrics_test.go b/src/runtime/containerd-shim-v2/metrics_test.go similarity index 100% rename from containerd-shim-v2/metrics_test.go rename to src/runtime/containerd-shim-v2/metrics_test.go diff --git a/containerd-shim-v2/pause_test.go b/src/runtime/containerd-shim-v2/pause_test.go similarity index 100% rename from containerd-shim-v2/pause_test.go rename to src/runtime/containerd-shim-v2/pause_test.go diff --git a/containerd-shim-v2/service.go b/src/runtime/containerd-shim-v2/service.go similarity index 100% rename from containerd-shim-v2/service.go rename to src/runtime/containerd-shim-v2/service.go diff --git a/containerd-shim-v2/start.go b/src/runtime/containerd-shim-v2/start.go similarity index 100% rename from containerd-shim-v2/start.go rename to src/runtime/containerd-shim-v2/start.go diff --git a/containerd-shim-v2/start_test.go b/src/runtime/containerd-shim-v2/start_test.go similarity index 100% rename from containerd-shim-v2/start_test.go rename to src/runtime/containerd-shim-v2/start_test.go diff --git a/containerd-shim-v2/stream.go b/src/runtime/containerd-shim-v2/stream.go similarity index 100% rename from containerd-shim-v2/stream.go rename to src/runtime/containerd-shim-v2/stream.go diff --git a/containerd-shim-v2/stream_test.go b/src/runtime/containerd-shim-v2/stream_test.go similarity index 100% rename from containerd-shim-v2/stream_test.go rename to src/runtime/containerd-shim-v2/stream_test.go diff --git a/containerd-shim-v2/utils.go b/src/runtime/containerd-shim-v2/utils.go similarity index 100% rename from containerd-shim-v2/utils.go rename to src/runtime/containerd-shim-v2/utils.go diff --git a/containerd-shim-v2/utils_test.go b/src/runtime/containerd-shim-v2/utils_test.go similarity index 100% rename from containerd-shim-v2/utils_test.go rename to src/runtime/containerd-shim-v2/utils_test.go diff --git a/containerd-shim-v2/wait.go b/src/runtime/containerd-shim-v2/wait.go similarity index 100% rename from containerd-shim-v2/wait.go rename to src/runtime/containerd-shim-v2/wait.go diff --git a/data/completions/bash/kata-runtime b/src/runtime/data/completions/bash/kata-runtime similarity index 100% rename from data/completions/bash/kata-runtime rename to src/runtime/data/completions/bash/kata-runtime diff --git a/data/kata-collect-data.sh.in b/src/runtime/data/kata-collect-data.sh.in similarity index 100% rename from data/kata-collect-data.sh.in rename to src/runtime/data/kata-collect-data.sh.in diff --git a/golang.mk b/src/runtime/golang.mk similarity index 100% rename from golang.mk rename to src/runtime/golang.mk diff --git a/hack/selinux_tag.sh b/src/runtime/hack/selinux_tag.sh similarity index 100% rename from hack/selinux_tag.sh rename to src/runtime/hack/selinux_tag.sh diff --git a/hack/update-generated-runtime-proto.sh b/src/runtime/hack/update-generated-runtime-proto.sh similarity index 100% rename from hack/update-generated-runtime-proto.sh rename to src/runtime/hack/update-generated-runtime-proto.sh diff --git a/netmon/netmon.go b/src/runtime/netmon/netmon.go similarity index 100% rename from netmon/netmon.go rename to src/runtime/netmon/netmon.go diff --git a/netmon/netmon_test.go b/src/runtime/netmon/netmon_test.go similarity index 100% rename from netmon/netmon_test.go rename to src/runtime/netmon/netmon_test.go diff --git a/pkg/README.md b/src/runtime/pkg/README.md similarity index 100% rename from pkg/README.md rename to src/runtime/pkg/README.md diff --git a/pkg/katatestutils/README.md b/src/runtime/pkg/katatestutils/README.md similarity index 100% rename from pkg/katatestutils/README.md rename to src/runtime/pkg/katatestutils/README.md diff --git a/pkg/katatestutils/constraints.go b/src/runtime/pkg/katatestutils/constraints.go similarity index 100% rename from pkg/katatestutils/constraints.go rename to src/runtime/pkg/katatestutils/constraints.go diff --git a/pkg/katatestutils/constraints_api.go b/src/runtime/pkg/katatestutils/constraints_api.go similarity index 100% rename from pkg/katatestutils/constraints_api.go rename to src/runtime/pkg/katatestutils/constraints_api.go diff --git a/pkg/katatestutils/constraints_test.go b/src/runtime/pkg/katatestutils/constraints_test.go similarity index 100% rename from pkg/katatestutils/constraints_test.go rename to src/runtime/pkg/katatestutils/constraints_test.go diff --git a/pkg/katatestutils/utils.go b/src/runtime/pkg/katatestutils/utils.go similarity index 100% rename from pkg/katatestutils/utils.go rename to src/runtime/pkg/katatestutils/utils.go diff --git a/pkg/katautils/README.md b/src/runtime/pkg/katautils/README.md similarity index 100% rename from pkg/katautils/README.md rename to src/runtime/pkg/katautils/README.md diff --git a/pkg/katautils/config-settings.go.in b/src/runtime/pkg/katautils/config-settings.go.in similarity index 100% rename from pkg/katautils/config-settings.go.in rename to src/runtime/pkg/katautils/config-settings.go.in diff --git a/pkg/katautils/config.go b/src/runtime/pkg/katautils/config.go similarity index 100% rename from pkg/katautils/config.go rename to src/runtime/pkg/katautils/config.go diff --git a/pkg/katautils/config_test.go b/src/runtime/pkg/katautils/config_test.go similarity index 100% rename from pkg/katautils/config_test.go rename to src/runtime/pkg/katautils/config_test.go diff --git a/pkg/katautils/container_engine.go b/src/runtime/pkg/katautils/container_engine.go similarity index 100% rename from pkg/katautils/container_engine.go rename to src/runtime/pkg/katautils/container_engine.go diff --git a/pkg/katautils/create.go b/src/runtime/pkg/katautils/create.go similarity index 100% rename from pkg/katautils/create.go rename to src/runtime/pkg/katautils/create.go diff --git a/pkg/katautils/create_test.go b/src/runtime/pkg/katautils/create_test.go similarity index 100% rename from pkg/katautils/create_test.go rename to src/runtime/pkg/katautils/create_test.go diff --git a/pkg/katautils/hook.go b/src/runtime/pkg/katautils/hook.go similarity index 100% rename from pkg/katautils/hook.go rename to src/runtime/pkg/katautils/hook.go diff --git a/pkg/katautils/hook_test.go b/src/runtime/pkg/katautils/hook_test.go similarity index 100% rename from pkg/katautils/hook_test.go rename to src/runtime/pkg/katautils/hook_test.go diff --git a/pkg/katautils/logger.go b/src/runtime/pkg/katautils/logger.go similarity index 100% rename from pkg/katautils/logger.go rename to src/runtime/pkg/katautils/logger.go diff --git a/pkg/katautils/logger_test.go b/src/runtime/pkg/katautils/logger_test.go similarity index 100% rename from pkg/katautils/logger_test.go rename to src/runtime/pkg/katautils/logger_test.go diff --git a/pkg/katautils/network.go b/src/runtime/pkg/katautils/network.go similarity index 100% rename from pkg/katautils/network.go rename to src/runtime/pkg/katautils/network.go diff --git a/pkg/katautils/network_test.go b/src/runtime/pkg/katautils/network_test.go similarity index 100% rename from pkg/katautils/network_test.go rename to src/runtime/pkg/katautils/network_test.go diff --git a/pkg/katautils/oci.go b/src/runtime/pkg/katautils/oci.go similarity index 100% rename from pkg/katautils/oci.go rename to src/runtime/pkg/katautils/oci.go diff --git a/pkg/katautils/oci_test.go b/src/runtime/pkg/katautils/oci_test.go similarity index 100% rename from pkg/katautils/oci_test.go rename to src/runtime/pkg/katautils/oci_test.go diff --git a/pkg/katautils/tracing.go b/src/runtime/pkg/katautils/tracing.go similarity index 100% rename from pkg/katautils/tracing.go rename to src/runtime/pkg/katautils/tracing.go diff --git a/pkg/katautils/utils.go b/src/runtime/pkg/katautils/utils.go similarity index 100% rename from pkg/katautils/utils.go rename to src/runtime/pkg/katautils/utils.go diff --git a/pkg/katautils/utils_test.go b/src/runtime/pkg/katautils/utils_test.go similarity index 100% rename from pkg/katautils/utils_test.go rename to src/runtime/pkg/katautils/utils_test.go diff --git a/pkg/signals/README.md b/src/runtime/pkg/signals/README.md similarity index 100% rename from pkg/signals/README.md rename to src/runtime/pkg/signals/README.md diff --git a/pkg/signals/signals.go b/src/runtime/pkg/signals/signals.go similarity index 100% rename from pkg/signals/signals.go rename to src/runtime/pkg/signals/signals.go diff --git a/pkg/signals/signals_test.go b/src/runtime/pkg/signals/signals_test.go similarity index 100% rename from pkg/signals/signals_test.go rename to src/runtime/pkg/signals/signals_test.go diff --git a/protocols/cache/cache.pb.go b/src/runtime/protocols/cache/cache.pb.go similarity index 100% rename from protocols/cache/cache.pb.go rename to src/runtime/protocols/cache/cache.pb.go diff --git a/protocols/cache/cache.proto b/src/runtime/protocols/cache/cache.proto similarity index 100% rename from protocols/cache/cache.proto rename to src/runtime/protocols/cache/cache.proto diff --git a/vendor/github.com/BurntSushi/toml/COPYING b/src/runtime/vendor/github.com/BurntSushi/toml/COPYING similarity index 100% rename from vendor/github.com/BurntSushi/toml/COPYING rename to src/runtime/vendor/github.com/BurntSushi/toml/COPYING diff --git a/vendor/github.com/BurntSushi/toml/cmd/toml-test-decoder/COPYING b/src/runtime/vendor/github.com/BurntSushi/toml/cmd/toml-test-decoder/COPYING similarity index 100% rename from vendor/github.com/BurntSushi/toml/cmd/toml-test-decoder/COPYING rename to src/runtime/vendor/github.com/BurntSushi/toml/cmd/toml-test-decoder/COPYING diff --git a/vendor/github.com/BurntSushi/toml/cmd/toml-test-encoder/COPYING b/src/runtime/vendor/github.com/BurntSushi/toml/cmd/toml-test-encoder/COPYING similarity index 100% rename from vendor/github.com/BurntSushi/toml/cmd/toml-test-encoder/COPYING rename to src/runtime/vendor/github.com/BurntSushi/toml/cmd/toml-test-encoder/COPYING diff --git a/vendor/github.com/BurntSushi/toml/cmd/tomlv/COPYING b/src/runtime/vendor/github.com/BurntSushi/toml/cmd/tomlv/COPYING similarity index 100% rename from vendor/github.com/BurntSushi/toml/cmd/tomlv/COPYING rename to src/runtime/vendor/github.com/BurntSushi/toml/cmd/tomlv/COPYING diff --git a/vendor/github.com/BurntSushi/toml/decode.go b/src/runtime/vendor/github.com/BurntSushi/toml/decode.go similarity index 100% rename from vendor/github.com/BurntSushi/toml/decode.go rename to src/runtime/vendor/github.com/BurntSushi/toml/decode.go diff --git a/vendor/github.com/BurntSushi/toml/decode_meta.go b/src/runtime/vendor/github.com/BurntSushi/toml/decode_meta.go similarity index 100% rename from vendor/github.com/BurntSushi/toml/decode_meta.go rename to src/runtime/vendor/github.com/BurntSushi/toml/decode_meta.go diff --git a/vendor/github.com/BurntSushi/toml/doc.go b/src/runtime/vendor/github.com/BurntSushi/toml/doc.go similarity index 100% rename from vendor/github.com/BurntSushi/toml/doc.go rename to src/runtime/vendor/github.com/BurntSushi/toml/doc.go diff --git a/vendor/github.com/BurntSushi/toml/encode.go b/src/runtime/vendor/github.com/BurntSushi/toml/encode.go similarity index 100% rename from vendor/github.com/BurntSushi/toml/encode.go rename to src/runtime/vendor/github.com/BurntSushi/toml/encode.go diff --git a/vendor/github.com/BurntSushi/toml/encoding_types.go b/src/runtime/vendor/github.com/BurntSushi/toml/encoding_types.go similarity index 100% rename from vendor/github.com/BurntSushi/toml/encoding_types.go rename to src/runtime/vendor/github.com/BurntSushi/toml/encoding_types.go diff --git a/vendor/github.com/BurntSushi/toml/encoding_types_1.1.go b/src/runtime/vendor/github.com/BurntSushi/toml/encoding_types_1.1.go similarity index 100% rename from vendor/github.com/BurntSushi/toml/encoding_types_1.1.go rename to src/runtime/vendor/github.com/BurntSushi/toml/encoding_types_1.1.go diff --git a/vendor/github.com/BurntSushi/toml/lex.go b/src/runtime/vendor/github.com/BurntSushi/toml/lex.go similarity index 100% rename from vendor/github.com/BurntSushi/toml/lex.go rename to src/runtime/vendor/github.com/BurntSushi/toml/lex.go diff --git a/vendor/github.com/BurntSushi/toml/parse.go b/src/runtime/vendor/github.com/BurntSushi/toml/parse.go similarity index 100% rename from vendor/github.com/BurntSushi/toml/parse.go rename to src/runtime/vendor/github.com/BurntSushi/toml/parse.go diff --git a/vendor/github.com/BurntSushi/toml/type_check.go b/src/runtime/vendor/github.com/BurntSushi/toml/type_check.go similarity index 100% rename from vendor/github.com/BurntSushi/toml/type_check.go rename to src/runtime/vendor/github.com/BurntSushi/toml/type_check.go diff --git a/vendor/github.com/BurntSushi/toml/type_fields.go b/src/runtime/vendor/github.com/BurntSushi/toml/type_fields.go similarity index 100% rename from vendor/github.com/BurntSushi/toml/type_fields.go rename to src/runtime/vendor/github.com/BurntSushi/toml/type_fields.go diff --git a/vendor/github.com/Microsoft/go-winio/LICENSE b/src/runtime/vendor/github.com/Microsoft/go-winio/LICENSE similarity index 100% rename from vendor/github.com/Microsoft/go-winio/LICENSE rename to src/runtime/vendor/github.com/Microsoft/go-winio/LICENSE diff --git a/vendor/github.com/Microsoft/go-winio/archive/tar/LICENSE b/src/runtime/vendor/github.com/Microsoft/go-winio/archive/tar/LICENSE similarity index 100% rename from vendor/github.com/Microsoft/go-winio/archive/tar/LICENSE rename to src/runtime/vendor/github.com/Microsoft/go-winio/archive/tar/LICENSE diff --git a/vendor/github.com/Microsoft/go-winio/backup.go b/src/runtime/vendor/github.com/Microsoft/go-winio/backup.go similarity index 100% rename from vendor/github.com/Microsoft/go-winio/backup.go rename to src/runtime/vendor/github.com/Microsoft/go-winio/backup.go diff --git a/vendor/github.com/Microsoft/go-winio/ea.go b/src/runtime/vendor/github.com/Microsoft/go-winio/ea.go similarity index 100% rename from vendor/github.com/Microsoft/go-winio/ea.go rename to src/runtime/vendor/github.com/Microsoft/go-winio/ea.go diff --git a/vendor/github.com/Microsoft/go-winio/file.go b/src/runtime/vendor/github.com/Microsoft/go-winio/file.go similarity index 100% rename from vendor/github.com/Microsoft/go-winio/file.go rename to src/runtime/vendor/github.com/Microsoft/go-winio/file.go diff --git a/vendor/github.com/Microsoft/go-winio/fileinfo.go b/src/runtime/vendor/github.com/Microsoft/go-winio/fileinfo.go similarity index 100% rename from vendor/github.com/Microsoft/go-winio/fileinfo.go rename to src/runtime/vendor/github.com/Microsoft/go-winio/fileinfo.go diff --git a/vendor/github.com/Microsoft/go-winio/pipe.go b/src/runtime/vendor/github.com/Microsoft/go-winio/pipe.go similarity index 100% rename from vendor/github.com/Microsoft/go-winio/pipe.go rename to src/runtime/vendor/github.com/Microsoft/go-winio/pipe.go diff --git a/vendor/github.com/Microsoft/go-winio/privilege.go b/src/runtime/vendor/github.com/Microsoft/go-winio/privilege.go similarity index 100% rename from vendor/github.com/Microsoft/go-winio/privilege.go rename to src/runtime/vendor/github.com/Microsoft/go-winio/privilege.go diff --git a/vendor/github.com/Microsoft/go-winio/reparse.go b/src/runtime/vendor/github.com/Microsoft/go-winio/reparse.go similarity index 100% rename from vendor/github.com/Microsoft/go-winio/reparse.go rename to src/runtime/vendor/github.com/Microsoft/go-winio/reparse.go diff --git a/vendor/github.com/Microsoft/go-winio/sd.go b/src/runtime/vendor/github.com/Microsoft/go-winio/sd.go similarity index 100% rename from vendor/github.com/Microsoft/go-winio/sd.go rename to src/runtime/vendor/github.com/Microsoft/go-winio/sd.go diff --git a/vendor/github.com/Microsoft/go-winio/syscall.go b/src/runtime/vendor/github.com/Microsoft/go-winio/syscall.go similarity index 100% rename from vendor/github.com/Microsoft/go-winio/syscall.go rename to src/runtime/vendor/github.com/Microsoft/go-winio/syscall.go diff --git a/vendor/github.com/Microsoft/go-winio/zsyscall_windows.go b/src/runtime/vendor/github.com/Microsoft/go-winio/zsyscall_windows.go similarity index 100% rename from vendor/github.com/Microsoft/go-winio/zsyscall_windows.go rename to src/runtime/vendor/github.com/Microsoft/go-winio/zsyscall_windows.go diff --git a/vendor/github.com/Microsoft/hcsshim/LICENSE b/src/runtime/vendor/github.com/Microsoft/hcsshim/LICENSE similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/LICENSE rename to src/runtime/vendor/github.com/Microsoft/hcsshim/LICENSE diff --git a/vendor/github.com/Microsoft/hcsshim/cmd/runhcs/LICENSE b/src/runtime/vendor/github.com/Microsoft/hcsshim/cmd/runhcs/LICENSE similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/cmd/runhcs/LICENSE rename to src/runtime/vendor/github.com/Microsoft/hcsshim/cmd/runhcs/LICENSE diff --git a/vendor/github.com/Microsoft/hcsshim/cmd/runhcs/NOTICE b/src/runtime/vendor/github.com/Microsoft/hcsshim/cmd/runhcs/NOTICE similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/cmd/runhcs/NOTICE rename to src/runtime/vendor/github.com/Microsoft/hcsshim/cmd/runhcs/NOTICE diff --git a/vendor/github.com/Microsoft/hcsshim/container.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/container.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/container.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/container.go diff --git a/vendor/github.com/Microsoft/hcsshim/errors.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/errors.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/errors.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/errors.go diff --git a/vendor/github.com/Microsoft/hcsshim/hcsshim.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/hcsshim.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/hcsshim.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/hcsshim.go diff --git a/vendor/github.com/Microsoft/hcsshim/hnsendpoint.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/hnsendpoint.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/hnsendpoint.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/hnsendpoint.go diff --git a/vendor/github.com/Microsoft/hcsshim/hnsglobals.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/hnsglobals.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/hnsglobals.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/hnsglobals.go diff --git a/vendor/github.com/Microsoft/hcsshim/hnsnetwork.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/hnsnetwork.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/hnsnetwork.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/hnsnetwork.go diff --git a/vendor/github.com/Microsoft/hcsshim/hnspolicy.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/hnspolicy.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/hnspolicy.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/hnspolicy.go diff --git a/vendor/github.com/Microsoft/hcsshim/hnspolicylist.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/hnspolicylist.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/hnspolicylist.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/hnspolicylist.go diff --git a/vendor/github.com/Microsoft/hcsshim/hnssupport.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/hnssupport.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/hnssupport.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/hnssupport.go diff --git a/vendor/github.com/Microsoft/hcsshim/interface.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/interface.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/interface.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/interface.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/guestrequest/types.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/guestrequest/types.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/guestrequest/types.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/guestrequest/types.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/guid/guid.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/guid/guid.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/guid/guid.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/guid/guid.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/hcs/callback.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hcs/callback.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/hcs/callback.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hcs/callback.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/hcs/cgo.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hcs/cgo.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/hcs/cgo.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hcs/cgo.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/hcs/errors.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hcs/errors.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/hcs/errors.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hcs/errors.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/hcs/hcs.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hcs/hcs.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/hcs/hcs.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hcs/hcs.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/hcs/log.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hcs/log.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/hcs/log.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hcs/log.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/hcs/process.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hcs/process.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/hcs/process.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hcs/process.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/hcs/system.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hcs/system.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/hcs/system.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hcs/system.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/hcs/utils.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hcs/utils.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/hcs/utils.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hcs/utils.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/hcs/waithelper.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hcs/waithelper.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/hcs/waithelper.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hcs/waithelper.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/hcs/watcher.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hcs/watcher.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/hcs/watcher.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hcs/watcher.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/hcs/zsyscall_windows.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hcs/zsyscall_windows.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/hcs/zsyscall_windows.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hcs/zsyscall_windows.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/hcserror/hcserror.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hcserror/hcserror.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/hcserror/hcserror.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hcserror/hcserror.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/hns/hns.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hns/hns.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/hns/hns.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hns/hns.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/hns/hnsendpoint.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hns/hnsendpoint.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/hns/hnsendpoint.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hns/hnsendpoint.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/hns/hnsfuncs.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hns/hnsfuncs.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/hns/hnsfuncs.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hns/hnsfuncs.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/hns/hnsglobals.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hns/hnsglobals.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/hns/hnsglobals.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hns/hnsglobals.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/hns/hnsnetwork.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hns/hnsnetwork.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/hns/hnsnetwork.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hns/hnsnetwork.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/hns/hnspolicy.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hns/hnspolicy.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/hns/hnspolicy.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hns/hnspolicy.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/hns/hnspolicylist.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hns/hnspolicylist.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/hns/hnspolicylist.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hns/hnspolicylist.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/hns/hnssupport.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hns/hnssupport.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/hns/hnssupport.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hns/hnssupport.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/hns/namespace.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hns/namespace.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/hns/namespace.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hns/namespace.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/hns/zsyscall_windows.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hns/zsyscall_windows.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/hns/zsyscall_windows.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/hns/zsyscall_windows.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/interop/interop.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/interop/interop.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/interop/interop.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/interop/interop.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/interop/zsyscall_windows.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/interop/zsyscall_windows.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/interop/zsyscall_windows.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/interop/zsyscall_windows.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/logfields/fields.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/logfields/fields.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/logfields/fields.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/logfields/fields.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/longpath/longpath.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/longpath/longpath.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/longpath/longpath.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/longpath/longpath.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/mergemaps/merge.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/mergemaps/merge.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/mergemaps/merge.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/mergemaps/merge.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/safefile/safeopen.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/safefile/safeopen.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/safefile/safeopen.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/safefile/safeopen.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/safefile/zsyscall_windows.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/safefile/zsyscall_windows.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/safefile/zsyscall_windows.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/safefile/zsyscall_windows.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema1/schema1.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema1/schema1.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema1/schema1.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema1/schema1.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/attachment.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/attachment.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/attachment.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/attachment.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/battery.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/battery.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/battery.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/battery.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/cache_query_stats_response.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/cache_query_stats_response.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/cache_query_stats_response.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/cache_query_stats_response.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/chipset.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/chipset.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/chipset.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/chipset.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/close_handle.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/close_handle.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/close_handle.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/close_handle.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/com_port.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/com_port.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/com_port.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/com_port.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/compute_system.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/compute_system.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/compute_system.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/compute_system.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/configuration.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/configuration.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/configuration.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/configuration.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/console_size.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/console_size.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/console_size.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/console_size.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/container.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/container.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/container.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/container.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/container_credential_guard_state.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/container_credential_guard_state.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/container_credential_guard_state.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/container_credential_guard_state.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/container_memory_information.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/container_memory_information.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/container_memory_information.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/container_memory_information.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/device.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/device.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/device.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/device.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/devices.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/devices.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/devices.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/devices.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/enhanced_mode_video.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/enhanced_mode_video.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/enhanced_mode_video.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/enhanced_mode_video.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/flexible_io_device.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/flexible_io_device.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/flexible_io_device.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/flexible_io_device.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/guest_connection.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/guest_connection.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/guest_connection.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/guest_connection.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/guest_connection_info.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/guest_connection_info.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/guest_connection_info.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/guest_connection_info.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/guest_crash_reporting.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/guest_crash_reporting.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/guest_crash_reporting.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/guest_crash_reporting.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/guest_os.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/guest_os.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/guest_os.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/guest_os.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/guest_state.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/guest_state.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/guest_state.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/guest_state.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/hosted_system.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/hosted_system.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/hosted_system.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/hosted_system.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/hv_socket.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/hv_socket.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/hv_socket.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/hv_socket.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/hv_socket_2.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/hv_socket_2.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/hv_socket_2.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/hv_socket_2.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/hv_socket_service_config.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/hv_socket_service_config.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/hv_socket_service_config.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/hv_socket_service_config.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/hv_socket_system_config.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/hv_socket_system_config.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/hv_socket_system_config.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/hv_socket_system_config.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/keyboard.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/keyboard.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/keyboard.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/keyboard.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/layer.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/layer.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/layer.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/layer.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/linux_kernel_direct.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/linux_kernel_direct.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/linux_kernel_direct.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/linux_kernel_direct.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/mapped_directory.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/mapped_directory.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/mapped_directory.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/mapped_directory.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/mapped_pipe.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/mapped_pipe.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/mapped_pipe.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/mapped_pipe.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/memory.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/memory.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/memory.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/memory.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/memory_2.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/memory_2.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/memory_2.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/memory_2.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/memory_information_for_vm.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/memory_information_for_vm.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/memory_information_for_vm.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/memory_information_for_vm.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/memory_stats.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/memory_stats.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/memory_stats.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/memory_stats.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/modify_setting_request.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/modify_setting_request.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/modify_setting_request.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/modify_setting_request.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/mouse.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/mouse.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/mouse.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/mouse.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/network_adapter.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/network_adapter.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/network_adapter.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/network_adapter.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/networking.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/networking.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/networking.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/networking.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/pause_notification.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/pause_notification.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/pause_notification.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/pause_notification.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/pause_options.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/pause_options.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/pause_options.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/pause_options.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/plan9.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/plan9.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/plan9.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/plan9.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/plan9_share.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/plan9_share.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/plan9_share.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/plan9_share.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/process_details.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/process_details.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/process_details.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/process_details.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/process_modify_request.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/process_modify_request.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/process_modify_request.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/process_modify_request.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/process_parameters.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/process_parameters.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/process_parameters.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/process_parameters.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/process_status.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/process_status.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/process_status.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/process_status.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/processor.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/processor.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/processor.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/processor.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/processor_2.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/processor_2.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/processor_2.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/processor_2.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/processor_stats.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/processor_stats.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/processor_stats.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/processor_stats.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/properties.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/properties.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/properties.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/properties.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/property_query.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/property_query.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/property_query.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/property_query.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/rdp_connection_options.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/rdp_connection_options.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/rdp_connection_options.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/rdp_connection_options.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/registry_changes.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/registry_changes.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/registry_changes.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/registry_changes.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/registry_key.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/registry_key.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/registry_key.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/registry_key.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/registry_value.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/registry_value.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/registry_value.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/registry_value.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/restore_state.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/restore_state.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/restore_state.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/restore_state.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/save_options.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/save_options.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/save_options.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/save_options.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/scsi.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/scsi.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/scsi.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/scsi.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/shared_memory_configuration.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/shared_memory_configuration.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/shared_memory_configuration.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/shared_memory_configuration.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/shared_memory_region.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/shared_memory_region.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/shared_memory_region.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/shared_memory_region.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/shared_memory_region_info.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/shared_memory_region_info.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/shared_memory_region_info.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/shared_memory_region_info.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/silo_properties.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/silo_properties.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/silo_properties.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/silo_properties.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/statistics.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/statistics.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/statistics.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/statistics.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/storage.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/storage.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/storage.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/storage.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/storage_qo_s.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/storage_qo_s.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/storage_qo_s.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/storage_qo_s.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/storage_stats.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/storage_stats.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/storage_stats.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/storage_stats.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/topology.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/topology.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/topology.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/topology.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/uefi.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/uefi.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/uefi.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/uefi.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/uefi_boot_entry.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/uefi_boot_entry.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/uefi_boot_entry.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/uefi_boot_entry.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/version.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/version.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/version.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/version.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/video_monitor.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/video_monitor.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/video_monitor.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/video_monitor.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_machine.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_machine.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_machine.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_machine.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_node_info.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_node_info.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_node_info.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_node_info.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_p_mem_controller.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_p_mem_controller.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_p_mem_controller.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_p_mem_controller.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_p_mem_device.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_p_mem_device.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_p_mem_device.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_p_mem_device.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_smb.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_smb.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_smb.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_smb.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_smb_share.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_smb_share.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_smb_share.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_smb_share.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_smb_share_options.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_smb_share_options.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_smb_share_options.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/virtual_smb_share_options.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/vm_memory.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/vm_memory.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/vm_memory.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/vm_memory.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/windows_crash_reporting.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/windows_crash_reporting.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/schema2/windows_crash_reporting.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/schema2/windows_crash_reporting.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/timeout/timeout.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/timeout/timeout.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/timeout/timeout.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/timeout/timeout.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/wclayer/activatelayer.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/activatelayer.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/wclayer/activatelayer.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/activatelayer.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/wclayer/baselayer.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/baselayer.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/wclayer/baselayer.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/baselayer.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/wclayer/createlayer.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/createlayer.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/wclayer/createlayer.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/createlayer.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/wclayer/createscratchlayer.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/createscratchlayer.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/wclayer/createscratchlayer.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/createscratchlayer.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/wclayer/deactivatelayer.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/deactivatelayer.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/wclayer/deactivatelayer.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/deactivatelayer.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/wclayer/destroylayer.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/destroylayer.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/wclayer/destroylayer.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/destroylayer.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/wclayer/expandscratchsize.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/expandscratchsize.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/wclayer/expandscratchsize.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/expandscratchsize.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/wclayer/exportlayer.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/exportlayer.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/wclayer/exportlayer.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/exportlayer.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/wclayer/getlayermountpath.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/getlayermountpath.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/wclayer/getlayermountpath.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/getlayermountpath.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/wclayer/getsharedbaseimages.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/getsharedbaseimages.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/wclayer/getsharedbaseimages.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/getsharedbaseimages.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/wclayer/grantvmaccess.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/grantvmaccess.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/wclayer/grantvmaccess.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/grantvmaccess.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/wclayer/importlayer.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/importlayer.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/wclayer/importlayer.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/importlayer.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/wclayer/layerexists.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/layerexists.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/wclayer/layerexists.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/layerexists.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/wclayer/layerid.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/layerid.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/wclayer/layerid.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/layerid.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/wclayer/layerutils.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/layerutils.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/wclayer/layerutils.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/layerutils.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/wclayer/legacy.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/legacy.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/wclayer/legacy.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/legacy.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/wclayer/nametoguid.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/nametoguid.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/wclayer/nametoguid.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/nametoguid.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/wclayer/preparelayer.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/preparelayer.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/wclayer/preparelayer.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/preparelayer.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/wclayer/processimage.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/processimage.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/wclayer/processimage.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/processimage.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/wclayer/unpreparelayer.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/unpreparelayer.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/wclayer/unpreparelayer.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/unpreparelayer.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/wclayer/wclayer.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/wclayer.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/wclayer/wclayer.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/wclayer.go diff --git a/vendor/github.com/Microsoft/hcsshim/internal/wclayer/zsyscall_windows.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/zsyscall_windows.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/internal/wclayer/zsyscall_windows.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/internal/wclayer/zsyscall_windows.go diff --git a/vendor/github.com/Microsoft/hcsshim/layer.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/layer.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/layer.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/layer.go diff --git a/vendor/github.com/Microsoft/hcsshim/mksyscall_windows.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/mksyscall_windows.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/mksyscall_windows.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/mksyscall_windows.go diff --git a/vendor/github.com/Microsoft/hcsshim/pkg/go-runhcs/LICENSE b/src/runtime/vendor/github.com/Microsoft/hcsshim/pkg/go-runhcs/LICENSE similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/pkg/go-runhcs/LICENSE rename to src/runtime/vendor/github.com/Microsoft/hcsshim/pkg/go-runhcs/LICENSE diff --git a/vendor/github.com/Microsoft/hcsshim/pkg/go-runhcs/NOTICE b/src/runtime/vendor/github.com/Microsoft/hcsshim/pkg/go-runhcs/NOTICE similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/pkg/go-runhcs/NOTICE rename to src/runtime/vendor/github.com/Microsoft/hcsshim/pkg/go-runhcs/NOTICE diff --git a/vendor/github.com/Microsoft/hcsshim/process.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/process.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/process.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/process.go diff --git a/vendor/github.com/Microsoft/hcsshim/zsyscall_windows.go b/src/runtime/vendor/github.com/Microsoft/hcsshim/zsyscall_windows.go similarity index 100% rename from vendor/github.com/Microsoft/hcsshim/zsyscall_windows.go rename to src/runtime/vendor/github.com/Microsoft/hcsshim/zsyscall_windows.go diff --git a/vendor/github.com/PuerkitoBio/purell/LICENSE b/src/runtime/vendor/github.com/PuerkitoBio/purell/LICENSE similarity index 100% rename from vendor/github.com/PuerkitoBio/purell/LICENSE rename to src/runtime/vendor/github.com/PuerkitoBio/purell/LICENSE diff --git a/vendor/github.com/PuerkitoBio/purell/purell.go b/src/runtime/vendor/github.com/PuerkitoBio/purell/purell.go similarity index 100% rename from vendor/github.com/PuerkitoBio/purell/purell.go rename to src/runtime/vendor/github.com/PuerkitoBio/purell/purell.go diff --git a/vendor/github.com/PuerkitoBio/urlesc/LICENSE b/src/runtime/vendor/github.com/PuerkitoBio/urlesc/LICENSE similarity index 100% rename from vendor/github.com/PuerkitoBio/urlesc/LICENSE rename to src/runtime/vendor/github.com/PuerkitoBio/urlesc/LICENSE diff --git a/vendor/github.com/PuerkitoBio/urlesc/urlesc.go b/src/runtime/vendor/github.com/PuerkitoBio/urlesc/urlesc.go similarity index 100% rename from vendor/github.com/PuerkitoBio/urlesc/urlesc.go rename to src/runtime/vendor/github.com/PuerkitoBio/urlesc/urlesc.go diff --git a/vendor/github.com/asaskevich/govalidator/LICENSE b/src/runtime/vendor/github.com/asaskevich/govalidator/LICENSE similarity index 100% rename from vendor/github.com/asaskevich/govalidator/LICENSE rename to src/runtime/vendor/github.com/asaskevich/govalidator/LICENSE diff --git a/vendor/github.com/asaskevich/govalidator/arrays.go b/src/runtime/vendor/github.com/asaskevich/govalidator/arrays.go similarity index 100% rename from vendor/github.com/asaskevich/govalidator/arrays.go rename to src/runtime/vendor/github.com/asaskevich/govalidator/arrays.go diff --git a/vendor/github.com/asaskevich/govalidator/converter.go b/src/runtime/vendor/github.com/asaskevich/govalidator/converter.go similarity index 100% rename from vendor/github.com/asaskevich/govalidator/converter.go rename to src/runtime/vendor/github.com/asaskevich/govalidator/converter.go diff --git a/vendor/github.com/asaskevich/govalidator/error.go b/src/runtime/vendor/github.com/asaskevich/govalidator/error.go similarity index 100% rename from vendor/github.com/asaskevich/govalidator/error.go rename to src/runtime/vendor/github.com/asaskevich/govalidator/error.go diff --git a/vendor/github.com/asaskevich/govalidator/numerics.go b/src/runtime/vendor/github.com/asaskevich/govalidator/numerics.go similarity index 100% rename from vendor/github.com/asaskevich/govalidator/numerics.go rename to src/runtime/vendor/github.com/asaskevich/govalidator/numerics.go diff --git a/vendor/github.com/asaskevich/govalidator/patterns.go b/src/runtime/vendor/github.com/asaskevich/govalidator/patterns.go similarity index 100% rename from vendor/github.com/asaskevich/govalidator/patterns.go rename to src/runtime/vendor/github.com/asaskevich/govalidator/patterns.go diff --git a/vendor/github.com/asaskevich/govalidator/types.go b/src/runtime/vendor/github.com/asaskevich/govalidator/types.go similarity index 100% rename from vendor/github.com/asaskevich/govalidator/types.go rename to src/runtime/vendor/github.com/asaskevich/govalidator/types.go diff --git a/vendor/github.com/asaskevich/govalidator/utils.go b/src/runtime/vendor/github.com/asaskevich/govalidator/utils.go similarity index 100% rename from vendor/github.com/asaskevich/govalidator/utils.go rename to src/runtime/vendor/github.com/asaskevich/govalidator/utils.go diff --git a/vendor/github.com/asaskevich/govalidator/validator.go b/src/runtime/vendor/github.com/asaskevich/govalidator/validator.go similarity index 100% rename from vendor/github.com/asaskevich/govalidator/validator.go rename to src/runtime/vendor/github.com/asaskevich/govalidator/validator.go diff --git a/vendor/github.com/blang/semver/LICENSE b/src/runtime/vendor/github.com/blang/semver/LICENSE similarity index 100% rename from vendor/github.com/blang/semver/LICENSE rename to src/runtime/vendor/github.com/blang/semver/LICENSE diff --git a/vendor/github.com/blang/semver/json.go b/src/runtime/vendor/github.com/blang/semver/json.go similarity index 100% rename from vendor/github.com/blang/semver/json.go rename to src/runtime/vendor/github.com/blang/semver/json.go diff --git a/vendor/github.com/blang/semver/range.go b/src/runtime/vendor/github.com/blang/semver/range.go similarity index 100% rename from vendor/github.com/blang/semver/range.go rename to src/runtime/vendor/github.com/blang/semver/range.go diff --git a/vendor/github.com/blang/semver/semver.go b/src/runtime/vendor/github.com/blang/semver/semver.go similarity index 100% rename from vendor/github.com/blang/semver/semver.go rename to src/runtime/vendor/github.com/blang/semver/semver.go diff --git a/vendor/github.com/blang/semver/sort.go b/src/runtime/vendor/github.com/blang/semver/sort.go similarity index 100% rename from vendor/github.com/blang/semver/sort.go rename to src/runtime/vendor/github.com/blang/semver/sort.go diff --git a/vendor/github.com/blang/semver/sql.go b/src/runtime/vendor/github.com/blang/semver/sql.go similarity index 100% rename from vendor/github.com/blang/semver/sql.go rename to src/runtime/vendor/github.com/blang/semver/sql.go diff --git a/vendor/github.com/cilium/ebpf/LICENSE b/src/runtime/vendor/github.com/cilium/ebpf/LICENSE similarity index 100% rename from vendor/github.com/cilium/ebpf/LICENSE rename to src/runtime/vendor/github.com/cilium/ebpf/LICENSE diff --git a/vendor/github.com/cilium/ebpf/abi.go b/src/runtime/vendor/github.com/cilium/ebpf/abi.go similarity index 100% rename from vendor/github.com/cilium/ebpf/abi.go rename to src/runtime/vendor/github.com/cilium/ebpf/abi.go diff --git a/vendor/github.com/cilium/ebpf/asm/alu.go b/src/runtime/vendor/github.com/cilium/ebpf/asm/alu.go similarity index 100% rename from vendor/github.com/cilium/ebpf/asm/alu.go rename to src/runtime/vendor/github.com/cilium/ebpf/asm/alu.go diff --git a/vendor/github.com/cilium/ebpf/asm/alu_string.go b/src/runtime/vendor/github.com/cilium/ebpf/asm/alu_string.go similarity index 100% rename from vendor/github.com/cilium/ebpf/asm/alu_string.go rename to src/runtime/vendor/github.com/cilium/ebpf/asm/alu_string.go diff --git a/vendor/github.com/cilium/ebpf/asm/doc.go b/src/runtime/vendor/github.com/cilium/ebpf/asm/doc.go similarity index 100% rename from vendor/github.com/cilium/ebpf/asm/doc.go rename to src/runtime/vendor/github.com/cilium/ebpf/asm/doc.go diff --git a/vendor/github.com/cilium/ebpf/asm/func.go b/src/runtime/vendor/github.com/cilium/ebpf/asm/func.go similarity index 100% rename from vendor/github.com/cilium/ebpf/asm/func.go rename to src/runtime/vendor/github.com/cilium/ebpf/asm/func.go diff --git a/vendor/github.com/cilium/ebpf/asm/func_string.go b/src/runtime/vendor/github.com/cilium/ebpf/asm/func_string.go similarity index 100% rename from vendor/github.com/cilium/ebpf/asm/func_string.go rename to src/runtime/vendor/github.com/cilium/ebpf/asm/func_string.go diff --git a/vendor/github.com/cilium/ebpf/asm/instruction.go b/src/runtime/vendor/github.com/cilium/ebpf/asm/instruction.go similarity index 100% rename from vendor/github.com/cilium/ebpf/asm/instruction.go rename to src/runtime/vendor/github.com/cilium/ebpf/asm/instruction.go diff --git a/vendor/github.com/cilium/ebpf/asm/jump.go b/src/runtime/vendor/github.com/cilium/ebpf/asm/jump.go similarity index 100% rename from vendor/github.com/cilium/ebpf/asm/jump.go rename to src/runtime/vendor/github.com/cilium/ebpf/asm/jump.go diff --git a/vendor/github.com/cilium/ebpf/asm/jump_string.go b/src/runtime/vendor/github.com/cilium/ebpf/asm/jump_string.go similarity index 100% rename from vendor/github.com/cilium/ebpf/asm/jump_string.go rename to src/runtime/vendor/github.com/cilium/ebpf/asm/jump_string.go diff --git a/vendor/github.com/cilium/ebpf/asm/load_store.go b/src/runtime/vendor/github.com/cilium/ebpf/asm/load_store.go similarity index 100% rename from vendor/github.com/cilium/ebpf/asm/load_store.go rename to src/runtime/vendor/github.com/cilium/ebpf/asm/load_store.go diff --git a/vendor/github.com/cilium/ebpf/asm/load_store_string.go b/src/runtime/vendor/github.com/cilium/ebpf/asm/load_store_string.go similarity index 100% rename from vendor/github.com/cilium/ebpf/asm/load_store_string.go rename to src/runtime/vendor/github.com/cilium/ebpf/asm/load_store_string.go diff --git a/vendor/github.com/cilium/ebpf/asm/opcode.go b/src/runtime/vendor/github.com/cilium/ebpf/asm/opcode.go similarity index 100% rename from vendor/github.com/cilium/ebpf/asm/opcode.go rename to src/runtime/vendor/github.com/cilium/ebpf/asm/opcode.go diff --git a/vendor/github.com/cilium/ebpf/asm/opcode_string.go b/src/runtime/vendor/github.com/cilium/ebpf/asm/opcode_string.go similarity index 100% rename from vendor/github.com/cilium/ebpf/asm/opcode_string.go rename to src/runtime/vendor/github.com/cilium/ebpf/asm/opcode_string.go diff --git a/vendor/github.com/cilium/ebpf/asm/register.go b/src/runtime/vendor/github.com/cilium/ebpf/asm/register.go similarity index 100% rename from vendor/github.com/cilium/ebpf/asm/register.go rename to src/runtime/vendor/github.com/cilium/ebpf/asm/register.go diff --git a/vendor/github.com/cilium/ebpf/collection.go b/src/runtime/vendor/github.com/cilium/ebpf/collection.go similarity index 100% rename from vendor/github.com/cilium/ebpf/collection.go rename to src/runtime/vendor/github.com/cilium/ebpf/collection.go diff --git a/vendor/github.com/cilium/ebpf/doc.go b/src/runtime/vendor/github.com/cilium/ebpf/doc.go similarity index 100% rename from vendor/github.com/cilium/ebpf/doc.go rename to src/runtime/vendor/github.com/cilium/ebpf/doc.go diff --git a/vendor/github.com/cilium/ebpf/elf_reader.go b/src/runtime/vendor/github.com/cilium/ebpf/elf_reader.go similarity index 100% rename from vendor/github.com/cilium/ebpf/elf_reader.go rename to src/runtime/vendor/github.com/cilium/ebpf/elf_reader.go diff --git a/vendor/github.com/cilium/ebpf/internal/btf/btf.go b/src/runtime/vendor/github.com/cilium/ebpf/internal/btf/btf.go similarity index 100% rename from vendor/github.com/cilium/ebpf/internal/btf/btf.go rename to src/runtime/vendor/github.com/cilium/ebpf/internal/btf/btf.go diff --git a/vendor/github.com/cilium/ebpf/internal/btf/btf_types.go b/src/runtime/vendor/github.com/cilium/ebpf/internal/btf/btf_types.go similarity index 100% rename from vendor/github.com/cilium/ebpf/internal/btf/btf_types.go rename to src/runtime/vendor/github.com/cilium/ebpf/internal/btf/btf_types.go diff --git a/vendor/github.com/cilium/ebpf/internal/btf/doc.go b/src/runtime/vendor/github.com/cilium/ebpf/internal/btf/doc.go similarity index 100% rename from vendor/github.com/cilium/ebpf/internal/btf/doc.go rename to src/runtime/vendor/github.com/cilium/ebpf/internal/btf/doc.go diff --git a/vendor/github.com/cilium/ebpf/internal/btf/ext_info.go b/src/runtime/vendor/github.com/cilium/ebpf/internal/btf/ext_info.go similarity index 100% rename from vendor/github.com/cilium/ebpf/internal/btf/ext_info.go rename to src/runtime/vendor/github.com/cilium/ebpf/internal/btf/ext_info.go diff --git a/vendor/github.com/cilium/ebpf/internal/btf/strings.go b/src/runtime/vendor/github.com/cilium/ebpf/internal/btf/strings.go similarity index 100% rename from vendor/github.com/cilium/ebpf/internal/btf/strings.go rename to src/runtime/vendor/github.com/cilium/ebpf/internal/btf/strings.go diff --git a/vendor/github.com/cilium/ebpf/internal/btf/types.go b/src/runtime/vendor/github.com/cilium/ebpf/internal/btf/types.go similarity index 100% rename from vendor/github.com/cilium/ebpf/internal/btf/types.go rename to src/runtime/vendor/github.com/cilium/ebpf/internal/btf/types.go diff --git a/vendor/github.com/cilium/ebpf/internal/cpu.go b/src/runtime/vendor/github.com/cilium/ebpf/internal/cpu.go similarity index 100% rename from vendor/github.com/cilium/ebpf/internal/cpu.go rename to src/runtime/vendor/github.com/cilium/ebpf/internal/cpu.go diff --git a/vendor/github.com/cilium/ebpf/internal/endian.go b/src/runtime/vendor/github.com/cilium/ebpf/internal/endian.go similarity index 100% rename from vendor/github.com/cilium/ebpf/internal/endian.go rename to src/runtime/vendor/github.com/cilium/ebpf/internal/endian.go diff --git a/vendor/github.com/cilium/ebpf/internal/errors.go b/src/runtime/vendor/github.com/cilium/ebpf/internal/errors.go similarity index 100% rename from vendor/github.com/cilium/ebpf/internal/errors.go rename to src/runtime/vendor/github.com/cilium/ebpf/internal/errors.go diff --git a/vendor/github.com/cilium/ebpf/internal/fd.go b/src/runtime/vendor/github.com/cilium/ebpf/internal/fd.go similarity index 100% rename from vendor/github.com/cilium/ebpf/internal/fd.go rename to src/runtime/vendor/github.com/cilium/ebpf/internal/fd.go diff --git a/vendor/github.com/cilium/ebpf/internal/feature.go b/src/runtime/vendor/github.com/cilium/ebpf/internal/feature.go similarity index 100% rename from vendor/github.com/cilium/ebpf/internal/feature.go rename to src/runtime/vendor/github.com/cilium/ebpf/internal/feature.go diff --git a/vendor/github.com/cilium/ebpf/internal/io.go b/src/runtime/vendor/github.com/cilium/ebpf/internal/io.go similarity index 100% rename from vendor/github.com/cilium/ebpf/internal/io.go rename to src/runtime/vendor/github.com/cilium/ebpf/internal/io.go diff --git a/vendor/github.com/cilium/ebpf/internal/ptr.go b/src/runtime/vendor/github.com/cilium/ebpf/internal/ptr.go similarity index 100% rename from vendor/github.com/cilium/ebpf/internal/ptr.go rename to src/runtime/vendor/github.com/cilium/ebpf/internal/ptr.go diff --git a/vendor/github.com/cilium/ebpf/internal/ptr_32_be.go b/src/runtime/vendor/github.com/cilium/ebpf/internal/ptr_32_be.go similarity index 100% rename from vendor/github.com/cilium/ebpf/internal/ptr_32_be.go rename to src/runtime/vendor/github.com/cilium/ebpf/internal/ptr_32_be.go diff --git a/vendor/github.com/cilium/ebpf/internal/ptr_32_le.go b/src/runtime/vendor/github.com/cilium/ebpf/internal/ptr_32_le.go similarity index 100% rename from vendor/github.com/cilium/ebpf/internal/ptr_32_le.go rename to src/runtime/vendor/github.com/cilium/ebpf/internal/ptr_32_le.go diff --git a/vendor/github.com/cilium/ebpf/internal/ptr_64.go b/src/runtime/vendor/github.com/cilium/ebpf/internal/ptr_64.go similarity index 100% rename from vendor/github.com/cilium/ebpf/internal/ptr_64.go rename to src/runtime/vendor/github.com/cilium/ebpf/internal/ptr_64.go diff --git a/vendor/github.com/cilium/ebpf/internal/syscall.go b/src/runtime/vendor/github.com/cilium/ebpf/internal/syscall.go similarity index 100% rename from vendor/github.com/cilium/ebpf/internal/syscall.go rename to src/runtime/vendor/github.com/cilium/ebpf/internal/syscall.go diff --git a/vendor/github.com/cilium/ebpf/internal/unix/types_linux.go b/src/runtime/vendor/github.com/cilium/ebpf/internal/unix/types_linux.go similarity index 100% rename from vendor/github.com/cilium/ebpf/internal/unix/types_linux.go rename to src/runtime/vendor/github.com/cilium/ebpf/internal/unix/types_linux.go diff --git a/vendor/github.com/cilium/ebpf/internal/unix/types_other.go b/src/runtime/vendor/github.com/cilium/ebpf/internal/unix/types_other.go similarity index 100% rename from vendor/github.com/cilium/ebpf/internal/unix/types_other.go rename to src/runtime/vendor/github.com/cilium/ebpf/internal/unix/types_other.go diff --git a/vendor/github.com/cilium/ebpf/linker.go b/src/runtime/vendor/github.com/cilium/ebpf/linker.go similarity index 100% rename from vendor/github.com/cilium/ebpf/linker.go rename to src/runtime/vendor/github.com/cilium/ebpf/linker.go diff --git a/vendor/github.com/cilium/ebpf/map.go b/src/runtime/vendor/github.com/cilium/ebpf/map.go similarity index 100% rename from vendor/github.com/cilium/ebpf/map.go rename to src/runtime/vendor/github.com/cilium/ebpf/map.go diff --git a/vendor/github.com/cilium/ebpf/marshalers.go b/src/runtime/vendor/github.com/cilium/ebpf/marshalers.go similarity index 100% rename from vendor/github.com/cilium/ebpf/marshalers.go rename to src/runtime/vendor/github.com/cilium/ebpf/marshalers.go diff --git a/vendor/github.com/cilium/ebpf/prog.go b/src/runtime/vendor/github.com/cilium/ebpf/prog.go similarity index 100% rename from vendor/github.com/cilium/ebpf/prog.go rename to src/runtime/vendor/github.com/cilium/ebpf/prog.go diff --git a/vendor/github.com/cilium/ebpf/syscalls.go b/src/runtime/vendor/github.com/cilium/ebpf/syscalls.go similarity index 100% rename from vendor/github.com/cilium/ebpf/syscalls.go rename to src/runtime/vendor/github.com/cilium/ebpf/syscalls.go diff --git a/vendor/github.com/cilium/ebpf/types.go b/src/runtime/vendor/github.com/cilium/ebpf/types.go similarity index 100% rename from vendor/github.com/cilium/ebpf/types.go rename to src/runtime/vendor/github.com/cilium/ebpf/types.go diff --git a/vendor/github.com/cilium/ebpf/types_string.go b/src/runtime/vendor/github.com/cilium/ebpf/types_string.go similarity index 100% rename from vendor/github.com/cilium/ebpf/types_string.go rename to src/runtime/vendor/github.com/cilium/ebpf/types_string.go diff --git a/vendor/github.com/codahale/hdrhistogram/LICENSE b/src/runtime/vendor/github.com/codahale/hdrhistogram/LICENSE similarity index 100% rename from vendor/github.com/codahale/hdrhistogram/LICENSE rename to src/runtime/vendor/github.com/codahale/hdrhistogram/LICENSE diff --git a/vendor/github.com/codahale/hdrhistogram/hdr.go b/src/runtime/vendor/github.com/codahale/hdrhistogram/hdr.go similarity index 100% rename from vendor/github.com/codahale/hdrhistogram/hdr.go rename to src/runtime/vendor/github.com/codahale/hdrhistogram/hdr.go diff --git a/vendor/github.com/codahale/hdrhistogram/window.go b/src/runtime/vendor/github.com/codahale/hdrhistogram/window.go similarity index 100% rename from vendor/github.com/codahale/hdrhistogram/window.go rename to src/runtime/vendor/github.com/codahale/hdrhistogram/window.go diff --git a/vendor/github.com/containerd/cgroups/LICENSE b/src/runtime/vendor/github.com/containerd/cgroups/LICENSE similarity index 100% rename from vendor/github.com/containerd/cgroups/LICENSE rename to src/runtime/vendor/github.com/containerd/cgroups/LICENSE diff --git a/vendor/github.com/containerd/cgroups/blkio.go b/src/runtime/vendor/github.com/containerd/cgroups/blkio.go similarity index 100% rename from vendor/github.com/containerd/cgroups/blkio.go rename to src/runtime/vendor/github.com/containerd/cgroups/blkio.go diff --git a/vendor/github.com/containerd/cgroups/cgroup.go b/src/runtime/vendor/github.com/containerd/cgroups/cgroup.go similarity index 100% rename from vendor/github.com/containerd/cgroups/cgroup.go rename to src/runtime/vendor/github.com/containerd/cgroups/cgroup.go diff --git a/vendor/github.com/containerd/cgroups/control.go b/src/runtime/vendor/github.com/containerd/cgroups/control.go similarity index 100% rename from vendor/github.com/containerd/cgroups/control.go rename to src/runtime/vendor/github.com/containerd/cgroups/control.go diff --git a/vendor/github.com/containerd/cgroups/cpu.go b/src/runtime/vendor/github.com/containerd/cgroups/cpu.go similarity index 100% rename from vendor/github.com/containerd/cgroups/cpu.go rename to src/runtime/vendor/github.com/containerd/cgroups/cpu.go diff --git a/vendor/github.com/containerd/cgroups/cpuacct.go b/src/runtime/vendor/github.com/containerd/cgroups/cpuacct.go similarity index 100% rename from vendor/github.com/containerd/cgroups/cpuacct.go rename to src/runtime/vendor/github.com/containerd/cgroups/cpuacct.go diff --git a/vendor/github.com/containerd/cgroups/cpuset.go b/src/runtime/vendor/github.com/containerd/cgroups/cpuset.go similarity index 100% rename from vendor/github.com/containerd/cgroups/cpuset.go rename to src/runtime/vendor/github.com/containerd/cgroups/cpuset.go diff --git a/vendor/github.com/containerd/cgroups/devices.go b/src/runtime/vendor/github.com/containerd/cgroups/devices.go similarity index 100% rename from vendor/github.com/containerd/cgroups/devices.go rename to src/runtime/vendor/github.com/containerd/cgroups/devices.go diff --git a/vendor/github.com/containerd/cgroups/errors.go b/src/runtime/vendor/github.com/containerd/cgroups/errors.go similarity index 100% rename from vendor/github.com/containerd/cgroups/errors.go rename to src/runtime/vendor/github.com/containerd/cgroups/errors.go diff --git a/vendor/github.com/containerd/cgroups/freezer.go b/src/runtime/vendor/github.com/containerd/cgroups/freezer.go similarity index 100% rename from vendor/github.com/containerd/cgroups/freezer.go rename to src/runtime/vendor/github.com/containerd/cgroups/freezer.go diff --git a/vendor/github.com/containerd/cgroups/hierarchy.go b/src/runtime/vendor/github.com/containerd/cgroups/hierarchy.go similarity index 100% rename from vendor/github.com/containerd/cgroups/hierarchy.go rename to src/runtime/vendor/github.com/containerd/cgroups/hierarchy.go diff --git a/vendor/github.com/containerd/cgroups/hugetlb.go b/src/runtime/vendor/github.com/containerd/cgroups/hugetlb.go similarity index 100% rename from vendor/github.com/containerd/cgroups/hugetlb.go rename to src/runtime/vendor/github.com/containerd/cgroups/hugetlb.go diff --git a/vendor/github.com/containerd/cgroups/memory.go b/src/runtime/vendor/github.com/containerd/cgroups/memory.go similarity index 100% rename from vendor/github.com/containerd/cgroups/memory.go rename to src/runtime/vendor/github.com/containerd/cgroups/memory.go diff --git a/vendor/github.com/containerd/cgroups/metrics.pb.go b/src/runtime/vendor/github.com/containerd/cgroups/metrics.pb.go similarity index 100% rename from vendor/github.com/containerd/cgroups/metrics.pb.go rename to src/runtime/vendor/github.com/containerd/cgroups/metrics.pb.go diff --git a/vendor/github.com/containerd/cgroups/named.go b/src/runtime/vendor/github.com/containerd/cgroups/named.go similarity index 100% rename from vendor/github.com/containerd/cgroups/named.go rename to src/runtime/vendor/github.com/containerd/cgroups/named.go diff --git a/vendor/github.com/containerd/cgroups/net_cls.go b/src/runtime/vendor/github.com/containerd/cgroups/net_cls.go similarity index 100% rename from vendor/github.com/containerd/cgroups/net_cls.go rename to src/runtime/vendor/github.com/containerd/cgroups/net_cls.go diff --git a/vendor/github.com/containerd/cgroups/net_prio.go b/src/runtime/vendor/github.com/containerd/cgroups/net_prio.go similarity index 100% rename from vendor/github.com/containerd/cgroups/net_prio.go rename to src/runtime/vendor/github.com/containerd/cgroups/net_prio.go diff --git a/vendor/github.com/containerd/cgroups/opts.go b/src/runtime/vendor/github.com/containerd/cgroups/opts.go similarity index 100% rename from vendor/github.com/containerd/cgroups/opts.go rename to src/runtime/vendor/github.com/containerd/cgroups/opts.go diff --git a/vendor/github.com/containerd/cgroups/paths.go b/src/runtime/vendor/github.com/containerd/cgroups/paths.go similarity index 100% rename from vendor/github.com/containerd/cgroups/paths.go rename to src/runtime/vendor/github.com/containerd/cgroups/paths.go diff --git a/vendor/github.com/containerd/cgroups/perf_event.go b/src/runtime/vendor/github.com/containerd/cgroups/perf_event.go similarity index 100% rename from vendor/github.com/containerd/cgroups/perf_event.go rename to src/runtime/vendor/github.com/containerd/cgroups/perf_event.go diff --git a/vendor/github.com/containerd/cgroups/pids.go b/src/runtime/vendor/github.com/containerd/cgroups/pids.go similarity index 100% rename from vendor/github.com/containerd/cgroups/pids.go rename to src/runtime/vendor/github.com/containerd/cgroups/pids.go diff --git a/vendor/github.com/containerd/cgroups/rdma.go b/src/runtime/vendor/github.com/containerd/cgroups/rdma.go similarity index 100% rename from vendor/github.com/containerd/cgroups/rdma.go rename to src/runtime/vendor/github.com/containerd/cgroups/rdma.go diff --git a/vendor/github.com/containerd/cgroups/state.go b/src/runtime/vendor/github.com/containerd/cgroups/state.go similarity index 100% rename from vendor/github.com/containerd/cgroups/state.go rename to src/runtime/vendor/github.com/containerd/cgroups/state.go diff --git a/vendor/github.com/containerd/cgroups/subsystem.go b/src/runtime/vendor/github.com/containerd/cgroups/subsystem.go similarity index 100% rename from vendor/github.com/containerd/cgroups/subsystem.go rename to src/runtime/vendor/github.com/containerd/cgroups/subsystem.go diff --git a/vendor/github.com/containerd/cgroups/systemd.go b/src/runtime/vendor/github.com/containerd/cgroups/systemd.go similarity index 100% rename from vendor/github.com/containerd/cgroups/systemd.go rename to src/runtime/vendor/github.com/containerd/cgroups/systemd.go diff --git a/vendor/github.com/containerd/cgroups/ticks.go b/src/runtime/vendor/github.com/containerd/cgroups/ticks.go similarity index 100% rename from vendor/github.com/containerd/cgroups/ticks.go rename to src/runtime/vendor/github.com/containerd/cgroups/ticks.go diff --git a/vendor/github.com/containerd/cgroups/utils.go b/src/runtime/vendor/github.com/containerd/cgroups/utils.go similarity index 100% rename from vendor/github.com/containerd/cgroups/utils.go rename to src/runtime/vendor/github.com/containerd/cgroups/utils.go diff --git a/vendor/github.com/containerd/cgroups/v1.go b/src/runtime/vendor/github.com/containerd/cgroups/v1.go similarity index 100% rename from vendor/github.com/containerd/cgroups/v1.go rename to src/runtime/vendor/github.com/containerd/cgroups/v1.go diff --git a/vendor/github.com/containerd/console/LICENSE b/src/runtime/vendor/github.com/containerd/console/LICENSE similarity index 100% rename from vendor/github.com/containerd/console/LICENSE rename to src/runtime/vendor/github.com/containerd/console/LICENSE diff --git a/vendor/github.com/containerd/console/console.go b/src/runtime/vendor/github.com/containerd/console/console.go similarity index 100% rename from vendor/github.com/containerd/console/console.go rename to src/runtime/vendor/github.com/containerd/console/console.go diff --git a/vendor/github.com/containerd/console/console_linux.go b/src/runtime/vendor/github.com/containerd/console/console_linux.go similarity index 100% rename from vendor/github.com/containerd/console/console_linux.go rename to src/runtime/vendor/github.com/containerd/console/console_linux.go diff --git a/vendor/github.com/containerd/console/console_unix.go b/src/runtime/vendor/github.com/containerd/console/console_unix.go similarity index 100% rename from vendor/github.com/containerd/console/console_unix.go rename to src/runtime/vendor/github.com/containerd/console/console_unix.go diff --git a/vendor/github.com/containerd/console/console_windows.go b/src/runtime/vendor/github.com/containerd/console/console_windows.go similarity index 100% rename from vendor/github.com/containerd/console/console_windows.go rename to src/runtime/vendor/github.com/containerd/console/console_windows.go diff --git a/vendor/github.com/containerd/console/tc_darwin.go b/src/runtime/vendor/github.com/containerd/console/tc_darwin.go similarity index 100% rename from vendor/github.com/containerd/console/tc_darwin.go rename to src/runtime/vendor/github.com/containerd/console/tc_darwin.go diff --git a/vendor/github.com/containerd/console/tc_freebsd.go b/src/runtime/vendor/github.com/containerd/console/tc_freebsd.go similarity index 100% rename from vendor/github.com/containerd/console/tc_freebsd.go rename to src/runtime/vendor/github.com/containerd/console/tc_freebsd.go diff --git a/vendor/github.com/containerd/console/tc_linux.go b/src/runtime/vendor/github.com/containerd/console/tc_linux.go similarity index 100% rename from vendor/github.com/containerd/console/tc_linux.go rename to src/runtime/vendor/github.com/containerd/console/tc_linux.go diff --git a/vendor/github.com/containerd/console/tc_openbsd_cgo.go b/src/runtime/vendor/github.com/containerd/console/tc_openbsd_cgo.go similarity index 100% rename from vendor/github.com/containerd/console/tc_openbsd_cgo.go rename to src/runtime/vendor/github.com/containerd/console/tc_openbsd_cgo.go diff --git a/vendor/github.com/containerd/console/tc_openbsd_nocgo.go b/src/runtime/vendor/github.com/containerd/console/tc_openbsd_nocgo.go similarity index 100% rename from vendor/github.com/containerd/console/tc_openbsd_nocgo.go rename to src/runtime/vendor/github.com/containerd/console/tc_openbsd_nocgo.go diff --git a/vendor/github.com/containerd/console/tc_solaris_cgo.go b/src/runtime/vendor/github.com/containerd/console/tc_solaris_cgo.go similarity index 100% rename from vendor/github.com/containerd/console/tc_solaris_cgo.go rename to src/runtime/vendor/github.com/containerd/console/tc_solaris_cgo.go diff --git a/vendor/github.com/containerd/console/tc_solaris_nocgo.go b/src/runtime/vendor/github.com/containerd/console/tc_solaris_nocgo.go similarity index 100% rename from vendor/github.com/containerd/console/tc_solaris_nocgo.go rename to src/runtime/vendor/github.com/containerd/console/tc_solaris_nocgo.go diff --git a/vendor/github.com/containerd/console/tc_unix.go b/src/runtime/vendor/github.com/containerd/console/tc_unix.go similarity index 100% rename from vendor/github.com/containerd/console/tc_unix.go rename to src/runtime/vendor/github.com/containerd/console/tc_unix.go diff --git a/vendor/github.com/containerd/containerd/LICENSE b/src/runtime/vendor/github.com/containerd/containerd/LICENSE similarity index 100% rename from vendor/github.com/containerd/containerd/LICENSE rename to src/runtime/vendor/github.com/containerd/containerd/LICENSE diff --git a/vendor/github.com/containerd/containerd/NOTICE b/src/runtime/vendor/github.com/containerd/containerd/NOTICE similarity index 100% rename from vendor/github.com/containerd/containerd/NOTICE rename to src/runtime/vendor/github.com/containerd/containerd/NOTICE diff --git a/vendor/github.com/containerd/containerd/api/events/container.pb.go b/src/runtime/vendor/github.com/containerd/containerd/api/events/container.pb.go similarity index 100% rename from vendor/github.com/containerd/containerd/api/events/container.pb.go rename to src/runtime/vendor/github.com/containerd/containerd/api/events/container.pb.go diff --git a/vendor/github.com/containerd/containerd/api/events/content.pb.go b/src/runtime/vendor/github.com/containerd/containerd/api/events/content.pb.go similarity index 100% rename from vendor/github.com/containerd/containerd/api/events/content.pb.go rename to src/runtime/vendor/github.com/containerd/containerd/api/events/content.pb.go diff --git a/vendor/github.com/containerd/containerd/api/events/doc.go b/src/runtime/vendor/github.com/containerd/containerd/api/events/doc.go similarity index 100% rename from vendor/github.com/containerd/containerd/api/events/doc.go rename to src/runtime/vendor/github.com/containerd/containerd/api/events/doc.go diff --git a/vendor/github.com/containerd/containerd/api/events/image.pb.go b/src/runtime/vendor/github.com/containerd/containerd/api/events/image.pb.go similarity index 100% rename from vendor/github.com/containerd/containerd/api/events/image.pb.go rename to src/runtime/vendor/github.com/containerd/containerd/api/events/image.pb.go diff --git a/vendor/github.com/containerd/containerd/api/events/namespace.pb.go b/src/runtime/vendor/github.com/containerd/containerd/api/events/namespace.pb.go similarity index 100% rename from vendor/github.com/containerd/containerd/api/events/namespace.pb.go rename to src/runtime/vendor/github.com/containerd/containerd/api/events/namespace.pb.go diff --git a/vendor/github.com/containerd/containerd/api/events/snapshot.pb.go b/src/runtime/vendor/github.com/containerd/containerd/api/events/snapshot.pb.go similarity index 100% rename from vendor/github.com/containerd/containerd/api/events/snapshot.pb.go rename to src/runtime/vendor/github.com/containerd/containerd/api/events/snapshot.pb.go diff --git a/vendor/github.com/containerd/containerd/api/events/task.pb.go b/src/runtime/vendor/github.com/containerd/containerd/api/events/task.pb.go similarity index 100% rename from vendor/github.com/containerd/containerd/api/events/task.pb.go rename to src/runtime/vendor/github.com/containerd/containerd/api/events/task.pb.go diff --git a/vendor/github.com/containerd/containerd/api/types/descriptor.pb.go b/src/runtime/vendor/github.com/containerd/containerd/api/types/descriptor.pb.go similarity index 100% rename from vendor/github.com/containerd/containerd/api/types/descriptor.pb.go rename to src/runtime/vendor/github.com/containerd/containerd/api/types/descriptor.pb.go diff --git a/vendor/github.com/containerd/containerd/api/types/doc.go b/src/runtime/vendor/github.com/containerd/containerd/api/types/doc.go similarity index 100% rename from vendor/github.com/containerd/containerd/api/types/doc.go rename to src/runtime/vendor/github.com/containerd/containerd/api/types/doc.go diff --git a/vendor/github.com/containerd/containerd/api/types/metrics.pb.go b/src/runtime/vendor/github.com/containerd/containerd/api/types/metrics.pb.go similarity index 100% rename from vendor/github.com/containerd/containerd/api/types/metrics.pb.go rename to src/runtime/vendor/github.com/containerd/containerd/api/types/metrics.pb.go diff --git a/vendor/github.com/containerd/containerd/api/types/mount.pb.go b/src/runtime/vendor/github.com/containerd/containerd/api/types/mount.pb.go similarity index 100% rename from vendor/github.com/containerd/containerd/api/types/mount.pb.go rename to src/runtime/vendor/github.com/containerd/containerd/api/types/mount.pb.go diff --git a/vendor/github.com/containerd/containerd/api/types/platform.pb.go b/src/runtime/vendor/github.com/containerd/containerd/api/types/platform.pb.go similarity index 100% rename from vendor/github.com/containerd/containerd/api/types/platform.pb.go rename to src/runtime/vendor/github.com/containerd/containerd/api/types/platform.pb.go diff --git a/vendor/github.com/containerd/containerd/api/types/task/task.pb.go b/src/runtime/vendor/github.com/containerd/containerd/api/types/task/task.pb.go similarity index 100% rename from vendor/github.com/containerd/containerd/api/types/task/task.pb.go rename to src/runtime/vendor/github.com/containerd/containerd/api/types/task/task.pb.go diff --git a/vendor/github.com/containerd/containerd/errdefs/errors.go b/src/runtime/vendor/github.com/containerd/containerd/errdefs/errors.go similarity index 100% rename from vendor/github.com/containerd/containerd/errdefs/errors.go rename to src/runtime/vendor/github.com/containerd/containerd/errdefs/errors.go diff --git a/vendor/github.com/containerd/containerd/errdefs/grpc.go b/src/runtime/vendor/github.com/containerd/containerd/errdefs/grpc.go similarity index 100% rename from vendor/github.com/containerd/containerd/errdefs/grpc.go rename to src/runtime/vendor/github.com/containerd/containerd/errdefs/grpc.go diff --git a/vendor/github.com/containerd/containerd/events/events.go b/src/runtime/vendor/github.com/containerd/containerd/events/events.go similarity index 100% rename from vendor/github.com/containerd/containerd/events/events.go rename to src/runtime/vendor/github.com/containerd/containerd/events/events.go diff --git a/vendor/github.com/containerd/containerd/log/context.go b/src/runtime/vendor/github.com/containerd/containerd/log/context.go similarity index 100% rename from vendor/github.com/containerd/containerd/log/context.go rename to src/runtime/vendor/github.com/containerd/containerd/log/context.go diff --git a/vendor/github.com/containerd/containerd/mount/lookup_unix.go b/src/runtime/vendor/github.com/containerd/containerd/mount/lookup_unix.go similarity index 100% rename from vendor/github.com/containerd/containerd/mount/lookup_unix.go rename to src/runtime/vendor/github.com/containerd/containerd/mount/lookup_unix.go diff --git a/vendor/github.com/containerd/containerd/mount/lookup_unsupported.go b/src/runtime/vendor/github.com/containerd/containerd/mount/lookup_unsupported.go similarity index 100% rename from vendor/github.com/containerd/containerd/mount/lookup_unsupported.go rename to src/runtime/vendor/github.com/containerd/containerd/mount/lookup_unsupported.go diff --git a/vendor/github.com/containerd/containerd/mount/mount.go b/src/runtime/vendor/github.com/containerd/containerd/mount/mount.go similarity index 100% rename from vendor/github.com/containerd/containerd/mount/mount.go rename to src/runtime/vendor/github.com/containerd/containerd/mount/mount.go diff --git a/vendor/github.com/containerd/containerd/mount/mount_linux.go b/src/runtime/vendor/github.com/containerd/containerd/mount/mount_linux.go similarity index 100% rename from vendor/github.com/containerd/containerd/mount/mount_linux.go rename to src/runtime/vendor/github.com/containerd/containerd/mount/mount_linux.go diff --git a/vendor/github.com/containerd/containerd/mount/mount_unix.go b/src/runtime/vendor/github.com/containerd/containerd/mount/mount_unix.go similarity index 100% rename from vendor/github.com/containerd/containerd/mount/mount_unix.go rename to src/runtime/vendor/github.com/containerd/containerd/mount/mount_unix.go diff --git a/vendor/github.com/containerd/containerd/mount/mount_windows.go b/src/runtime/vendor/github.com/containerd/containerd/mount/mount_windows.go similarity index 100% rename from vendor/github.com/containerd/containerd/mount/mount_windows.go rename to src/runtime/vendor/github.com/containerd/containerd/mount/mount_windows.go diff --git a/vendor/github.com/containerd/containerd/mount/mountinfo.go b/src/runtime/vendor/github.com/containerd/containerd/mount/mountinfo.go similarity index 100% rename from vendor/github.com/containerd/containerd/mount/mountinfo.go rename to src/runtime/vendor/github.com/containerd/containerd/mount/mountinfo.go diff --git a/vendor/github.com/containerd/containerd/mount/mountinfo_bsd.go b/src/runtime/vendor/github.com/containerd/containerd/mount/mountinfo_bsd.go similarity index 100% rename from vendor/github.com/containerd/containerd/mount/mountinfo_bsd.go rename to src/runtime/vendor/github.com/containerd/containerd/mount/mountinfo_bsd.go diff --git a/vendor/github.com/containerd/containerd/mount/mountinfo_linux.go b/src/runtime/vendor/github.com/containerd/containerd/mount/mountinfo_linux.go similarity index 100% rename from vendor/github.com/containerd/containerd/mount/mountinfo_linux.go rename to src/runtime/vendor/github.com/containerd/containerd/mount/mountinfo_linux.go diff --git a/vendor/github.com/containerd/containerd/mount/mountinfo_unsupported.go b/src/runtime/vendor/github.com/containerd/containerd/mount/mountinfo_unsupported.go similarity index 100% rename from vendor/github.com/containerd/containerd/mount/mountinfo_unsupported.go rename to src/runtime/vendor/github.com/containerd/containerd/mount/mountinfo_unsupported.go diff --git a/vendor/github.com/containerd/containerd/mount/temp.go b/src/runtime/vendor/github.com/containerd/containerd/mount/temp.go similarity index 100% rename from vendor/github.com/containerd/containerd/mount/temp.go rename to src/runtime/vendor/github.com/containerd/containerd/mount/temp.go diff --git a/vendor/github.com/containerd/containerd/mount/temp_unix.go b/src/runtime/vendor/github.com/containerd/containerd/mount/temp_unix.go similarity index 100% rename from vendor/github.com/containerd/containerd/mount/temp_unix.go rename to src/runtime/vendor/github.com/containerd/containerd/mount/temp_unix.go diff --git a/vendor/github.com/containerd/containerd/mount/temp_unsupported.go b/src/runtime/vendor/github.com/containerd/containerd/mount/temp_unsupported.go similarity index 100% rename from vendor/github.com/containerd/containerd/mount/temp_unsupported.go rename to src/runtime/vendor/github.com/containerd/containerd/mount/temp_unsupported.go diff --git a/vendor/github.com/containerd/containerd/namespaces/context.go b/src/runtime/vendor/github.com/containerd/containerd/namespaces/context.go similarity index 100% rename from vendor/github.com/containerd/containerd/namespaces/context.go rename to src/runtime/vendor/github.com/containerd/containerd/namespaces/context.go diff --git a/vendor/github.com/containerd/containerd/namespaces/grpc.go b/src/runtime/vendor/github.com/containerd/containerd/namespaces/grpc.go similarity index 100% rename from vendor/github.com/containerd/containerd/namespaces/grpc.go rename to src/runtime/vendor/github.com/containerd/containerd/namespaces/grpc.go diff --git a/vendor/github.com/containerd/containerd/namespaces/store.go b/src/runtime/vendor/github.com/containerd/containerd/namespaces/store.go similarity index 100% rename from vendor/github.com/containerd/containerd/namespaces/store.go rename to src/runtime/vendor/github.com/containerd/containerd/namespaces/store.go diff --git a/vendor/github.com/containerd/containerd/namespaces/validate.go b/src/runtime/vendor/github.com/containerd/containerd/namespaces/validate.go similarity index 100% rename from vendor/github.com/containerd/containerd/namespaces/validate.go rename to src/runtime/vendor/github.com/containerd/containerd/namespaces/validate.go diff --git a/vendor/github.com/containerd/containerd/runtime/events.go b/src/runtime/vendor/github.com/containerd/containerd/runtime/events.go similarity index 100% rename from vendor/github.com/containerd/containerd/runtime/events.go rename to src/runtime/vendor/github.com/containerd/containerd/runtime/events.go diff --git a/vendor/github.com/containerd/containerd/runtime/linux/runctypes/doc.go b/src/runtime/vendor/github.com/containerd/containerd/runtime/linux/runctypes/doc.go similarity index 100% rename from vendor/github.com/containerd/containerd/runtime/linux/runctypes/doc.go rename to src/runtime/vendor/github.com/containerd/containerd/runtime/linux/runctypes/doc.go diff --git a/vendor/github.com/containerd/containerd/runtime/linux/runctypes/runc.pb.go b/src/runtime/vendor/github.com/containerd/containerd/runtime/linux/runctypes/runc.pb.go similarity index 100% rename from vendor/github.com/containerd/containerd/runtime/linux/runctypes/runc.pb.go rename to src/runtime/vendor/github.com/containerd/containerd/runtime/linux/runctypes/runc.pb.go diff --git a/vendor/github.com/containerd/containerd/runtime/monitor.go b/src/runtime/vendor/github.com/containerd/containerd/runtime/monitor.go similarity index 100% rename from vendor/github.com/containerd/containerd/runtime/monitor.go rename to src/runtime/vendor/github.com/containerd/containerd/runtime/monitor.go diff --git a/vendor/github.com/containerd/containerd/runtime/runtime.go b/src/runtime/vendor/github.com/containerd/containerd/runtime/runtime.go similarity index 100% rename from vendor/github.com/containerd/containerd/runtime/runtime.go rename to src/runtime/vendor/github.com/containerd/containerd/runtime/runtime.go diff --git a/vendor/github.com/containerd/containerd/runtime/task.go b/src/runtime/vendor/github.com/containerd/containerd/runtime/task.go similarity index 100% rename from vendor/github.com/containerd/containerd/runtime/task.go rename to src/runtime/vendor/github.com/containerd/containerd/runtime/task.go diff --git a/vendor/github.com/containerd/containerd/runtime/task_list.go b/src/runtime/vendor/github.com/containerd/containerd/runtime/task_list.go similarity index 100% rename from vendor/github.com/containerd/containerd/runtime/task_list.go rename to src/runtime/vendor/github.com/containerd/containerd/runtime/task_list.go diff --git a/vendor/github.com/containerd/containerd/runtime/typeurl.go b/src/runtime/vendor/github.com/containerd/containerd/runtime/typeurl.go similarity index 100% rename from vendor/github.com/containerd/containerd/runtime/typeurl.go rename to src/runtime/vendor/github.com/containerd/containerd/runtime/typeurl.go diff --git a/vendor/github.com/containerd/containerd/runtime/v2/shim/reaper_unix.go b/src/runtime/vendor/github.com/containerd/containerd/runtime/v2/shim/reaper_unix.go similarity index 100% rename from vendor/github.com/containerd/containerd/runtime/v2/shim/reaper_unix.go rename to src/runtime/vendor/github.com/containerd/containerd/runtime/v2/shim/reaper_unix.go diff --git a/vendor/github.com/containerd/containerd/runtime/v2/shim/shim.go b/src/runtime/vendor/github.com/containerd/containerd/runtime/v2/shim/shim.go similarity index 100% rename from vendor/github.com/containerd/containerd/runtime/v2/shim/shim.go rename to src/runtime/vendor/github.com/containerd/containerd/runtime/v2/shim/shim.go diff --git a/vendor/github.com/containerd/containerd/runtime/v2/shim/shim_darwin.go b/src/runtime/vendor/github.com/containerd/containerd/runtime/v2/shim/shim_darwin.go similarity index 100% rename from vendor/github.com/containerd/containerd/runtime/v2/shim/shim_darwin.go rename to src/runtime/vendor/github.com/containerd/containerd/runtime/v2/shim/shim_darwin.go diff --git a/vendor/github.com/containerd/containerd/runtime/v2/shim/shim_linux.go b/src/runtime/vendor/github.com/containerd/containerd/runtime/v2/shim/shim_linux.go similarity index 100% rename from vendor/github.com/containerd/containerd/runtime/v2/shim/shim_linux.go rename to src/runtime/vendor/github.com/containerd/containerd/runtime/v2/shim/shim_linux.go diff --git a/vendor/github.com/containerd/containerd/runtime/v2/shim/shim_unix.go b/src/runtime/vendor/github.com/containerd/containerd/runtime/v2/shim/shim_unix.go similarity index 100% rename from vendor/github.com/containerd/containerd/runtime/v2/shim/shim_unix.go rename to src/runtime/vendor/github.com/containerd/containerd/runtime/v2/shim/shim_unix.go diff --git a/vendor/github.com/containerd/containerd/runtime/v2/shim/shim_windows.go b/src/runtime/vendor/github.com/containerd/containerd/runtime/v2/shim/shim_windows.go similarity index 100% rename from vendor/github.com/containerd/containerd/runtime/v2/shim/shim_windows.go rename to src/runtime/vendor/github.com/containerd/containerd/runtime/v2/shim/shim_windows.go diff --git a/vendor/github.com/containerd/containerd/runtime/v2/shim/util.go b/src/runtime/vendor/github.com/containerd/containerd/runtime/v2/shim/util.go similarity index 100% rename from vendor/github.com/containerd/containerd/runtime/v2/shim/util.go rename to src/runtime/vendor/github.com/containerd/containerd/runtime/v2/shim/util.go diff --git a/vendor/github.com/containerd/containerd/runtime/v2/shim/util_unix.go b/src/runtime/vendor/github.com/containerd/containerd/runtime/v2/shim/util_unix.go similarity index 100% rename from vendor/github.com/containerd/containerd/runtime/v2/shim/util_unix.go rename to src/runtime/vendor/github.com/containerd/containerd/runtime/v2/shim/util_unix.go diff --git a/vendor/github.com/containerd/containerd/runtime/v2/shim/util_windows.go b/src/runtime/vendor/github.com/containerd/containerd/runtime/v2/shim/util_windows.go similarity index 100% rename from vendor/github.com/containerd/containerd/runtime/v2/shim/util_windows.go rename to src/runtime/vendor/github.com/containerd/containerd/runtime/v2/shim/util_windows.go diff --git a/vendor/github.com/containerd/containerd/runtime/v2/task/doc.go b/src/runtime/vendor/github.com/containerd/containerd/runtime/v2/task/doc.go similarity index 100% rename from vendor/github.com/containerd/containerd/runtime/v2/task/doc.go rename to src/runtime/vendor/github.com/containerd/containerd/runtime/v2/task/doc.go diff --git a/vendor/github.com/containerd/containerd/runtime/v2/task/shim.pb.go b/src/runtime/vendor/github.com/containerd/containerd/runtime/v2/task/shim.pb.go similarity index 100% rename from vendor/github.com/containerd/containerd/runtime/v2/task/shim.pb.go rename to src/runtime/vendor/github.com/containerd/containerd/runtime/v2/task/shim.pb.go diff --git a/vendor/github.com/containerd/containerd/sys/env.go b/src/runtime/vendor/github.com/containerd/containerd/sys/env.go similarity index 100% rename from vendor/github.com/containerd/containerd/sys/env.go rename to src/runtime/vendor/github.com/containerd/containerd/sys/env.go diff --git a/vendor/github.com/containerd/containerd/sys/epoll.go b/src/runtime/vendor/github.com/containerd/containerd/sys/epoll.go similarity index 100% rename from vendor/github.com/containerd/containerd/sys/epoll.go rename to src/runtime/vendor/github.com/containerd/containerd/sys/epoll.go diff --git a/vendor/github.com/containerd/containerd/sys/fds.go b/src/runtime/vendor/github.com/containerd/containerd/sys/fds.go similarity index 100% rename from vendor/github.com/containerd/containerd/sys/fds.go rename to src/runtime/vendor/github.com/containerd/containerd/sys/fds.go diff --git a/vendor/github.com/containerd/containerd/sys/filesys_unix.go b/src/runtime/vendor/github.com/containerd/containerd/sys/filesys_unix.go similarity index 100% rename from vendor/github.com/containerd/containerd/sys/filesys_unix.go rename to src/runtime/vendor/github.com/containerd/containerd/sys/filesys_unix.go diff --git a/vendor/github.com/containerd/containerd/sys/filesys_windows.go b/src/runtime/vendor/github.com/containerd/containerd/sys/filesys_windows.go similarity index 100% rename from vendor/github.com/containerd/containerd/sys/filesys_windows.go rename to src/runtime/vendor/github.com/containerd/containerd/sys/filesys_windows.go diff --git a/vendor/github.com/containerd/containerd/sys/mount_linux.go b/src/runtime/vendor/github.com/containerd/containerd/sys/mount_linux.go similarity index 100% rename from vendor/github.com/containerd/containerd/sys/mount_linux.go rename to src/runtime/vendor/github.com/containerd/containerd/sys/mount_linux.go diff --git a/vendor/github.com/containerd/containerd/sys/oom_unix.go b/src/runtime/vendor/github.com/containerd/containerd/sys/oom_unix.go similarity index 100% rename from vendor/github.com/containerd/containerd/sys/oom_unix.go rename to src/runtime/vendor/github.com/containerd/containerd/sys/oom_unix.go diff --git a/vendor/github.com/containerd/containerd/sys/oom_windows.go b/src/runtime/vendor/github.com/containerd/containerd/sys/oom_windows.go similarity index 100% rename from vendor/github.com/containerd/containerd/sys/oom_windows.go rename to src/runtime/vendor/github.com/containerd/containerd/sys/oom_windows.go diff --git a/vendor/github.com/containerd/containerd/sys/proc.go b/src/runtime/vendor/github.com/containerd/containerd/sys/proc.go similarity index 100% rename from vendor/github.com/containerd/containerd/sys/proc.go rename to src/runtime/vendor/github.com/containerd/containerd/sys/proc.go diff --git a/vendor/github.com/containerd/containerd/sys/reaper.go b/src/runtime/vendor/github.com/containerd/containerd/sys/reaper.go similarity index 100% rename from vendor/github.com/containerd/containerd/sys/reaper.go rename to src/runtime/vendor/github.com/containerd/containerd/sys/reaper.go diff --git a/vendor/github.com/containerd/containerd/sys/reaper_linux.go b/src/runtime/vendor/github.com/containerd/containerd/sys/reaper_linux.go similarity index 100% rename from vendor/github.com/containerd/containerd/sys/reaper_linux.go rename to src/runtime/vendor/github.com/containerd/containerd/sys/reaper_linux.go diff --git a/vendor/github.com/containerd/containerd/sys/socket_unix.go b/src/runtime/vendor/github.com/containerd/containerd/sys/socket_unix.go similarity index 100% rename from vendor/github.com/containerd/containerd/sys/socket_unix.go rename to src/runtime/vendor/github.com/containerd/containerd/sys/socket_unix.go diff --git a/vendor/github.com/containerd/containerd/sys/socket_windows.go b/src/runtime/vendor/github.com/containerd/containerd/sys/socket_windows.go similarity index 100% rename from vendor/github.com/containerd/containerd/sys/socket_windows.go rename to src/runtime/vendor/github.com/containerd/containerd/sys/socket_windows.go diff --git a/vendor/github.com/containerd/containerd/sys/stat_bsd.go b/src/runtime/vendor/github.com/containerd/containerd/sys/stat_bsd.go similarity index 100% rename from vendor/github.com/containerd/containerd/sys/stat_bsd.go rename to src/runtime/vendor/github.com/containerd/containerd/sys/stat_bsd.go diff --git a/vendor/github.com/containerd/containerd/sys/stat_unix.go b/src/runtime/vendor/github.com/containerd/containerd/sys/stat_unix.go similarity index 100% rename from vendor/github.com/containerd/containerd/sys/stat_unix.go rename to src/runtime/vendor/github.com/containerd/containerd/sys/stat_unix.go diff --git a/vendor/github.com/containerd/containerd/sys/subprocess_unsafe_linux.go b/src/runtime/vendor/github.com/containerd/containerd/sys/subprocess_unsafe_linux.go similarity index 100% rename from vendor/github.com/containerd/containerd/sys/subprocess_unsafe_linux.go rename to src/runtime/vendor/github.com/containerd/containerd/sys/subprocess_unsafe_linux.go diff --git a/vendor/github.com/containerd/containerd/sys/subprocess_unsafe_linux.s b/src/runtime/vendor/github.com/containerd/containerd/sys/subprocess_unsafe_linux.s similarity index 100% rename from vendor/github.com/containerd/containerd/sys/subprocess_unsafe_linux.s rename to src/runtime/vendor/github.com/containerd/containerd/sys/subprocess_unsafe_linux.s diff --git a/vendor/github.com/containerd/cri-containerd/LICENSE b/src/runtime/vendor/github.com/containerd/cri-containerd/LICENSE similarity index 100% rename from vendor/github.com/containerd/cri-containerd/LICENSE rename to src/runtime/vendor/github.com/containerd/cri-containerd/LICENSE diff --git a/vendor/github.com/containerd/cri-containerd/pkg/annotations/annotations.go b/src/runtime/vendor/github.com/containerd/cri-containerd/pkg/annotations/annotations.go similarity index 100% rename from vendor/github.com/containerd/cri-containerd/pkg/annotations/annotations.go rename to src/runtime/vendor/github.com/containerd/cri-containerd/pkg/annotations/annotations.go diff --git a/vendor/github.com/containerd/cri-containerd/pkg/api/runtimeoptions/v1/api.pb.go b/src/runtime/vendor/github.com/containerd/cri-containerd/pkg/api/runtimeoptions/v1/api.pb.go similarity index 100% rename from vendor/github.com/containerd/cri-containerd/pkg/api/runtimeoptions/v1/api.pb.go rename to src/runtime/vendor/github.com/containerd/cri-containerd/pkg/api/runtimeoptions/v1/api.pb.go diff --git a/vendor/github.com/containerd/cri-containerd/test/e2e b/src/runtime/vendor/github.com/containerd/cri-containerd/test/e2e similarity index 100% rename from vendor/github.com/containerd/cri-containerd/test/e2e rename to src/runtime/vendor/github.com/containerd/cri-containerd/test/e2e diff --git a/vendor/github.com/containerd/fifo/LICENSE b/src/runtime/vendor/github.com/containerd/fifo/LICENSE similarity index 100% rename from vendor/github.com/containerd/fifo/LICENSE rename to src/runtime/vendor/github.com/containerd/fifo/LICENSE diff --git a/vendor/github.com/containerd/fifo/fifo.go b/src/runtime/vendor/github.com/containerd/fifo/fifo.go similarity index 100% rename from vendor/github.com/containerd/fifo/fifo.go rename to src/runtime/vendor/github.com/containerd/fifo/fifo.go diff --git a/vendor/github.com/containerd/fifo/handle_linux.go b/src/runtime/vendor/github.com/containerd/fifo/handle_linux.go similarity index 100% rename from vendor/github.com/containerd/fifo/handle_linux.go rename to src/runtime/vendor/github.com/containerd/fifo/handle_linux.go diff --git a/vendor/github.com/containerd/fifo/handle_nolinux.go b/src/runtime/vendor/github.com/containerd/fifo/handle_nolinux.go similarity index 100% rename from vendor/github.com/containerd/fifo/handle_nolinux.go rename to src/runtime/vendor/github.com/containerd/fifo/handle_nolinux.go diff --git a/vendor/github.com/containerd/fifo/mkfifo_nosolaris.go b/src/runtime/vendor/github.com/containerd/fifo/mkfifo_nosolaris.go similarity index 100% rename from vendor/github.com/containerd/fifo/mkfifo_nosolaris.go rename to src/runtime/vendor/github.com/containerd/fifo/mkfifo_nosolaris.go diff --git a/vendor/github.com/containerd/fifo/mkfifo_solaris.go b/src/runtime/vendor/github.com/containerd/fifo/mkfifo_solaris.go similarity index 100% rename from vendor/github.com/containerd/fifo/mkfifo_solaris.go rename to src/runtime/vendor/github.com/containerd/fifo/mkfifo_solaris.go diff --git a/vendor/github.com/containerd/fifo/raw.go b/src/runtime/vendor/github.com/containerd/fifo/raw.go similarity index 100% rename from vendor/github.com/containerd/fifo/raw.go rename to src/runtime/vendor/github.com/containerd/fifo/raw.go diff --git a/vendor/github.com/containerd/go-runc/LICENSE b/src/runtime/vendor/github.com/containerd/go-runc/LICENSE similarity index 100% rename from vendor/github.com/containerd/go-runc/LICENSE rename to src/runtime/vendor/github.com/containerd/go-runc/LICENSE diff --git a/vendor/github.com/containerd/go-runc/command_linux.go b/src/runtime/vendor/github.com/containerd/go-runc/command_linux.go similarity index 100% rename from vendor/github.com/containerd/go-runc/command_linux.go rename to src/runtime/vendor/github.com/containerd/go-runc/command_linux.go diff --git a/vendor/github.com/containerd/go-runc/command_other.go b/src/runtime/vendor/github.com/containerd/go-runc/command_other.go similarity index 100% rename from vendor/github.com/containerd/go-runc/command_other.go rename to src/runtime/vendor/github.com/containerd/go-runc/command_other.go diff --git a/vendor/github.com/containerd/go-runc/console.go b/src/runtime/vendor/github.com/containerd/go-runc/console.go similarity index 100% rename from vendor/github.com/containerd/go-runc/console.go rename to src/runtime/vendor/github.com/containerd/go-runc/console.go diff --git a/vendor/github.com/containerd/go-runc/container.go b/src/runtime/vendor/github.com/containerd/go-runc/container.go similarity index 100% rename from vendor/github.com/containerd/go-runc/container.go rename to src/runtime/vendor/github.com/containerd/go-runc/container.go diff --git a/vendor/github.com/containerd/go-runc/events.go b/src/runtime/vendor/github.com/containerd/go-runc/events.go similarity index 100% rename from vendor/github.com/containerd/go-runc/events.go rename to src/runtime/vendor/github.com/containerd/go-runc/events.go diff --git a/vendor/github.com/containerd/go-runc/io.go b/src/runtime/vendor/github.com/containerd/go-runc/io.go similarity index 100% rename from vendor/github.com/containerd/go-runc/io.go rename to src/runtime/vendor/github.com/containerd/go-runc/io.go diff --git a/vendor/github.com/containerd/go-runc/io_unix.go b/src/runtime/vendor/github.com/containerd/go-runc/io_unix.go similarity index 100% rename from vendor/github.com/containerd/go-runc/io_unix.go rename to src/runtime/vendor/github.com/containerd/go-runc/io_unix.go diff --git a/vendor/github.com/containerd/go-runc/io_windows.go b/src/runtime/vendor/github.com/containerd/go-runc/io_windows.go similarity index 100% rename from vendor/github.com/containerd/go-runc/io_windows.go rename to src/runtime/vendor/github.com/containerd/go-runc/io_windows.go diff --git a/vendor/github.com/containerd/go-runc/monitor.go b/src/runtime/vendor/github.com/containerd/go-runc/monitor.go similarity index 100% rename from vendor/github.com/containerd/go-runc/monitor.go rename to src/runtime/vendor/github.com/containerd/go-runc/monitor.go diff --git a/vendor/github.com/containerd/go-runc/runc.go b/src/runtime/vendor/github.com/containerd/go-runc/runc.go similarity index 100% rename from vendor/github.com/containerd/go-runc/runc.go rename to src/runtime/vendor/github.com/containerd/go-runc/runc.go diff --git a/vendor/github.com/containerd/go-runc/utils.go b/src/runtime/vendor/github.com/containerd/go-runc/utils.go similarity index 100% rename from vendor/github.com/containerd/go-runc/utils.go rename to src/runtime/vendor/github.com/containerd/go-runc/utils.go diff --git a/vendor/github.com/containerd/ttrpc/LICENSE b/src/runtime/vendor/github.com/containerd/ttrpc/LICENSE similarity index 100% rename from vendor/github.com/containerd/ttrpc/LICENSE rename to src/runtime/vendor/github.com/containerd/ttrpc/LICENSE diff --git a/vendor/github.com/containerd/ttrpc/channel.go b/src/runtime/vendor/github.com/containerd/ttrpc/channel.go similarity index 100% rename from vendor/github.com/containerd/ttrpc/channel.go rename to src/runtime/vendor/github.com/containerd/ttrpc/channel.go diff --git a/vendor/github.com/containerd/ttrpc/client.go b/src/runtime/vendor/github.com/containerd/ttrpc/client.go similarity index 100% rename from vendor/github.com/containerd/ttrpc/client.go rename to src/runtime/vendor/github.com/containerd/ttrpc/client.go diff --git a/vendor/github.com/containerd/ttrpc/codec.go b/src/runtime/vendor/github.com/containerd/ttrpc/codec.go similarity index 100% rename from vendor/github.com/containerd/ttrpc/codec.go rename to src/runtime/vendor/github.com/containerd/ttrpc/codec.go diff --git a/vendor/github.com/containerd/ttrpc/config.go b/src/runtime/vendor/github.com/containerd/ttrpc/config.go similarity index 100% rename from vendor/github.com/containerd/ttrpc/config.go rename to src/runtime/vendor/github.com/containerd/ttrpc/config.go diff --git a/vendor/github.com/containerd/ttrpc/handshake.go b/src/runtime/vendor/github.com/containerd/ttrpc/handshake.go similarity index 100% rename from vendor/github.com/containerd/ttrpc/handshake.go rename to src/runtime/vendor/github.com/containerd/ttrpc/handshake.go diff --git a/vendor/github.com/containerd/ttrpc/interceptor.go b/src/runtime/vendor/github.com/containerd/ttrpc/interceptor.go similarity index 100% rename from vendor/github.com/containerd/ttrpc/interceptor.go rename to src/runtime/vendor/github.com/containerd/ttrpc/interceptor.go diff --git a/vendor/github.com/containerd/ttrpc/metadata.go b/src/runtime/vendor/github.com/containerd/ttrpc/metadata.go similarity index 100% rename from vendor/github.com/containerd/ttrpc/metadata.go rename to src/runtime/vendor/github.com/containerd/ttrpc/metadata.go diff --git a/vendor/github.com/containerd/ttrpc/server.go b/src/runtime/vendor/github.com/containerd/ttrpc/server.go similarity index 100% rename from vendor/github.com/containerd/ttrpc/server.go rename to src/runtime/vendor/github.com/containerd/ttrpc/server.go diff --git a/vendor/github.com/containerd/ttrpc/services.go b/src/runtime/vendor/github.com/containerd/ttrpc/services.go similarity index 100% rename from vendor/github.com/containerd/ttrpc/services.go rename to src/runtime/vendor/github.com/containerd/ttrpc/services.go diff --git a/vendor/github.com/containerd/ttrpc/types.go b/src/runtime/vendor/github.com/containerd/ttrpc/types.go similarity index 100% rename from vendor/github.com/containerd/ttrpc/types.go rename to src/runtime/vendor/github.com/containerd/ttrpc/types.go diff --git a/vendor/github.com/containerd/ttrpc/unixcreds_linux.go b/src/runtime/vendor/github.com/containerd/ttrpc/unixcreds_linux.go similarity index 100% rename from vendor/github.com/containerd/ttrpc/unixcreds_linux.go rename to src/runtime/vendor/github.com/containerd/ttrpc/unixcreds_linux.go diff --git a/vendor/github.com/containerd/typeurl/LICENSE b/src/runtime/vendor/github.com/containerd/typeurl/LICENSE similarity index 100% rename from vendor/github.com/containerd/typeurl/LICENSE rename to src/runtime/vendor/github.com/containerd/typeurl/LICENSE diff --git a/vendor/github.com/containerd/typeurl/doc.go b/src/runtime/vendor/github.com/containerd/typeurl/doc.go similarity index 100% rename from vendor/github.com/containerd/typeurl/doc.go rename to src/runtime/vendor/github.com/containerd/typeurl/doc.go diff --git a/vendor/github.com/containerd/typeurl/types.go b/src/runtime/vendor/github.com/containerd/typeurl/types.go similarity index 100% rename from vendor/github.com/containerd/typeurl/types.go rename to src/runtime/vendor/github.com/containerd/typeurl/types.go diff --git a/vendor/github.com/containernetworking/cni/LICENSE b/src/runtime/vendor/github.com/containernetworking/cni/LICENSE similarity index 100% rename from vendor/github.com/containernetworking/cni/LICENSE rename to src/runtime/vendor/github.com/containernetworking/cni/LICENSE diff --git a/vendor/github.com/containernetworking/cni/pkg/skel/skel.go b/src/runtime/vendor/github.com/containernetworking/cni/pkg/skel/skel.go similarity index 100% rename from vendor/github.com/containernetworking/cni/pkg/skel/skel.go rename to src/runtime/vendor/github.com/containernetworking/cni/pkg/skel/skel.go diff --git a/vendor/github.com/containernetworking/cni/pkg/types/020/types.go b/src/runtime/vendor/github.com/containernetworking/cni/pkg/types/020/types.go similarity index 100% rename from vendor/github.com/containernetworking/cni/pkg/types/020/types.go rename to src/runtime/vendor/github.com/containernetworking/cni/pkg/types/020/types.go diff --git a/vendor/github.com/containernetworking/cni/pkg/types/args.go b/src/runtime/vendor/github.com/containernetworking/cni/pkg/types/args.go similarity index 100% rename from vendor/github.com/containernetworking/cni/pkg/types/args.go rename to src/runtime/vendor/github.com/containernetworking/cni/pkg/types/args.go diff --git a/vendor/github.com/containernetworking/cni/pkg/types/current/types.go b/src/runtime/vendor/github.com/containernetworking/cni/pkg/types/current/types.go similarity index 100% rename from vendor/github.com/containernetworking/cni/pkg/types/current/types.go rename to src/runtime/vendor/github.com/containernetworking/cni/pkg/types/current/types.go diff --git a/vendor/github.com/containernetworking/cni/pkg/types/types.go b/src/runtime/vendor/github.com/containernetworking/cni/pkg/types/types.go similarity index 100% rename from vendor/github.com/containernetworking/cni/pkg/types/types.go rename to src/runtime/vendor/github.com/containernetworking/cni/pkg/types/types.go diff --git a/vendor/github.com/containernetworking/cni/pkg/version/conf.go b/src/runtime/vendor/github.com/containernetworking/cni/pkg/version/conf.go similarity index 100% rename from vendor/github.com/containernetworking/cni/pkg/version/conf.go rename to src/runtime/vendor/github.com/containernetworking/cni/pkg/version/conf.go diff --git a/vendor/github.com/containernetworking/cni/pkg/version/plugin.go b/src/runtime/vendor/github.com/containernetworking/cni/pkg/version/plugin.go similarity index 100% rename from vendor/github.com/containernetworking/cni/pkg/version/plugin.go rename to src/runtime/vendor/github.com/containernetworking/cni/pkg/version/plugin.go diff --git a/vendor/github.com/containernetworking/cni/pkg/version/reconcile.go b/src/runtime/vendor/github.com/containernetworking/cni/pkg/version/reconcile.go similarity index 100% rename from vendor/github.com/containernetworking/cni/pkg/version/reconcile.go rename to src/runtime/vendor/github.com/containernetworking/cni/pkg/version/reconcile.go diff --git a/vendor/github.com/containernetworking/cni/pkg/version/version.go b/src/runtime/vendor/github.com/containernetworking/cni/pkg/version/version.go similarity index 100% rename from vendor/github.com/containernetworking/cni/pkg/version/version.go rename to src/runtime/vendor/github.com/containernetworking/cni/pkg/version/version.go diff --git a/vendor/github.com/containernetworking/plugins/LICENSE b/src/runtime/vendor/github.com/containernetworking/plugins/LICENSE similarity index 100% rename from vendor/github.com/containernetworking/plugins/LICENSE rename to src/runtime/vendor/github.com/containernetworking/plugins/LICENSE diff --git a/vendor/github.com/containernetworking/plugins/pkg/ns/ns_linux.go b/src/runtime/vendor/github.com/containernetworking/plugins/pkg/ns/ns_linux.go similarity index 100% rename from vendor/github.com/containernetworking/plugins/pkg/ns/ns_linux.go rename to src/runtime/vendor/github.com/containernetworking/plugins/pkg/ns/ns_linux.go diff --git a/vendor/github.com/containernetworking/plugins/pkg/testutils/bad_reader.go b/src/runtime/vendor/github.com/containernetworking/plugins/pkg/testutils/bad_reader.go similarity index 100% rename from vendor/github.com/containernetworking/plugins/pkg/testutils/bad_reader.go rename to src/runtime/vendor/github.com/containernetworking/plugins/pkg/testutils/bad_reader.go diff --git a/vendor/github.com/containernetworking/plugins/pkg/testutils/cmd.go b/src/runtime/vendor/github.com/containernetworking/plugins/pkg/testutils/cmd.go similarity index 100% rename from vendor/github.com/containernetworking/plugins/pkg/testutils/cmd.go rename to src/runtime/vendor/github.com/containernetworking/plugins/pkg/testutils/cmd.go diff --git a/vendor/github.com/containernetworking/plugins/pkg/testutils/netns_linux.go b/src/runtime/vendor/github.com/containernetworking/plugins/pkg/testutils/netns_linux.go similarity index 100% rename from vendor/github.com/containernetworking/plugins/pkg/testutils/netns_linux.go rename to src/runtime/vendor/github.com/containernetworking/plugins/pkg/testutils/netns_linux.go diff --git a/vendor/github.com/containernetworking/plugins/pkg/testutils/ping.go b/src/runtime/vendor/github.com/containernetworking/plugins/pkg/testutils/ping.go similarity index 100% rename from vendor/github.com/containernetworking/plugins/pkg/testutils/ping.go rename to src/runtime/vendor/github.com/containernetworking/plugins/pkg/testutils/ping.go diff --git a/vendor/github.com/containernetworking/plugins/plugins/main/windows/CONTRIBUTORS.md b/src/runtime/vendor/github.com/containernetworking/plugins/plugins/main/windows/CONTRIBUTORS.md similarity index 100% rename from vendor/github.com/containernetworking/plugins/plugins/main/windows/CONTRIBUTORS.md rename to src/runtime/vendor/github.com/containernetworking/plugins/plugins/main/windows/CONTRIBUTORS.md diff --git a/vendor/github.com/coreos/go-systemd/LICENSE b/src/runtime/vendor/github.com/coreos/go-systemd/LICENSE similarity index 100% rename from vendor/github.com/coreos/go-systemd/LICENSE rename to src/runtime/vendor/github.com/coreos/go-systemd/LICENSE diff --git a/vendor/github.com/coreos/go-systemd/NOTICE b/src/runtime/vendor/github.com/coreos/go-systemd/NOTICE similarity index 100% rename from vendor/github.com/coreos/go-systemd/NOTICE rename to src/runtime/vendor/github.com/coreos/go-systemd/NOTICE diff --git a/vendor/github.com/coreos/go-systemd/dbus/dbus.go b/src/runtime/vendor/github.com/coreos/go-systemd/dbus/dbus.go similarity index 100% rename from vendor/github.com/coreos/go-systemd/dbus/dbus.go rename to src/runtime/vendor/github.com/coreos/go-systemd/dbus/dbus.go diff --git a/vendor/github.com/coreos/go-systemd/dbus/methods.go b/src/runtime/vendor/github.com/coreos/go-systemd/dbus/methods.go similarity index 100% rename from vendor/github.com/coreos/go-systemd/dbus/methods.go rename to src/runtime/vendor/github.com/coreos/go-systemd/dbus/methods.go diff --git a/vendor/github.com/coreos/go-systemd/dbus/properties.go b/src/runtime/vendor/github.com/coreos/go-systemd/dbus/properties.go similarity index 100% rename from vendor/github.com/coreos/go-systemd/dbus/properties.go rename to src/runtime/vendor/github.com/coreos/go-systemd/dbus/properties.go diff --git a/vendor/github.com/coreos/go-systemd/dbus/set.go b/src/runtime/vendor/github.com/coreos/go-systemd/dbus/set.go similarity index 100% rename from vendor/github.com/coreos/go-systemd/dbus/set.go rename to src/runtime/vendor/github.com/coreos/go-systemd/dbus/set.go diff --git a/vendor/github.com/coreos/go-systemd/dbus/subscription.go b/src/runtime/vendor/github.com/coreos/go-systemd/dbus/subscription.go similarity index 100% rename from vendor/github.com/coreos/go-systemd/dbus/subscription.go rename to src/runtime/vendor/github.com/coreos/go-systemd/dbus/subscription.go diff --git a/vendor/github.com/coreos/go-systemd/dbus/subscription_set.go b/src/runtime/vendor/github.com/coreos/go-systemd/dbus/subscription_set.go similarity index 100% rename from vendor/github.com/coreos/go-systemd/dbus/subscription_set.go rename to src/runtime/vendor/github.com/coreos/go-systemd/dbus/subscription_set.go diff --git a/vendor/github.com/cri-o/cri-o/LICENSE b/src/runtime/vendor/github.com/cri-o/cri-o/LICENSE similarity index 100% rename from vendor/github.com/cri-o/cri-o/LICENSE rename to src/runtime/vendor/github.com/cri-o/cri-o/LICENSE diff --git a/vendor/github.com/cri-o/cri-o/pkg/annotations/annotations.go b/src/runtime/vendor/github.com/cri-o/cri-o/pkg/annotations/annotations.go similarity index 100% rename from vendor/github.com/cri-o/cri-o/pkg/annotations/annotations.go rename to src/runtime/vendor/github.com/cri-o/cri-o/pkg/annotations/annotations.go diff --git a/vendor/github.com/davecgh/go-spew/LICENSE b/src/runtime/vendor/github.com/davecgh/go-spew/LICENSE similarity index 100% rename from vendor/github.com/davecgh/go-spew/LICENSE rename to src/runtime/vendor/github.com/davecgh/go-spew/LICENSE diff --git a/vendor/github.com/davecgh/go-spew/spew/bypass.go b/src/runtime/vendor/github.com/davecgh/go-spew/spew/bypass.go similarity index 100% rename from vendor/github.com/davecgh/go-spew/spew/bypass.go rename to src/runtime/vendor/github.com/davecgh/go-spew/spew/bypass.go diff --git a/vendor/github.com/davecgh/go-spew/spew/bypasssafe.go b/src/runtime/vendor/github.com/davecgh/go-spew/spew/bypasssafe.go similarity index 100% rename from vendor/github.com/davecgh/go-spew/spew/bypasssafe.go rename to src/runtime/vendor/github.com/davecgh/go-spew/spew/bypasssafe.go diff --git a/vendor/github.com/davecgh/go-spew/spew/common.go b/src/runtime/vendor/github.com/davecgh/go-spew/spew/common.go similarity index 100% rename from vendor/github.com/davecgh/go-spew/spew/common.go rename to src/runtime/vendor/github.com/davecgh/go-spew/spew/common.go diff --git a/vendor/github.com/davecgh/go-spew/spew/config.go b/src/runtime/vendor/github.com/davecgh/go-spew/spew/config.go similarity index 100% rename from vendor/github.com/davecgh/go-spew/spew/config.go rename to src/runtime/vendor/github.com/davecgh/go-spew/spew/config.go diff --git a/vendor/github.com/davecgh/go-spew/spew/doc.go b/src/runtime/vendor/github.com/davecgh/go-spew/spew/doc.go similarity index 100% rename from vendor/github.com/davecgh/go-spew/spew/doc.go rename to src/runtime/vendor/github.com/davecgh/go-spew/spew/doc.go diff --git a/vendor/github.com/davecgh/go-spew/spew/dump.go b/src/runtime/vendor/github.com/davecgh/go-spew/spew/dump.go similarity index 100% rename from vendor/github.com/davecgh/go-spew/spew/dump.go rename to src/runtime/vendor/github.com/davecgh/go-spew/spew/dump.go diff --git a/vendor/github.com/davecgh/go-spew/spew/format.go b/src/runtime/vendor/github.com/davecgh/go-spew/spew/format.go similarity index 100% rename from vendor/github.com/davecgh/go-spew/spew/format.go rename to src/runtime/vendor/github.com/davecgh/go-spew/spew/format.go diff --git a/vendor/github.com/davecgh/go-spew/spew/spew.go b/src/runtime/vendor/github.com/davecgh/go-spew/spew/spew.go similarity index 100% rename from vendor/github.com/davecgh/go-spew/spew/spew.go rename to src/runtime/vendor/github.com/davecgh/go-spew/spew/spew.go diff --git a/vendor/github.com/dlespiau/covertool/LICENSE b/src/runtime/vendor/github.com/dlespiau/covertool/LICENSE similarity index 100% rename from vendor/github.com/dlespiau/covertool/LICENSE rename to src/runtime/vendor/github.com/dlespiau/covertool/LICENSE diff --git a/vendor/github.com/dlespiau/covertool/pkg/cover/cover.go b/src/runtime/vendor/github.com/dlespiau/covertool/pkg/cover/cover.go similarity index 100% rename from vendor/github.com/dlespiau/covertool/pkg/cover/cover.go rename to src/runtime/vendor/github.com/dlespiau/covertool/pkg/cover/cover.go diff --git a/vendor/github.com/docker/go-units/LICENSE b/src/runtime/vendor/github.com/docker/go-units/LICENSE similarity index 100% rename from vendor/github.com/docker/go-units/LICENSE rename to src/runtime/vendor/github.com/docker/go-units/LICENSE diff --git a/vendor/github.com/docker/go-units/duration.go b/src/runtime/vendor/github.com/docker/go-units/duration.go similarity index 100% rename from vendor/github.com/docker/go-units/duration.go rename to src/runtime/vendor/github.com/docker/go-units/duration.go diff --git a/vendor/github.com/docker/go-units/size.go b/src/runtime/vendor/github.com/docker/go-units/size.go similarity index 100% rename from vendor/github.com/docker/go-units/size.go rename to src/runtime/vendor/github.com/docker/go-units/size.go diff --git a/vendor/github.com/docker/go-units/ulimit.go b/src/runtime/vendor/github.com/docker/go-units/ulimit.go similarity index 100% rename from vendor/github.com/docker/go-units/ulimit.go rename to src/runtime/vendor/github.com/docker/go-units/ulimit.go diff --git a/vendor/github.com/globalsign/mgo/LICENSE b/src/runtime/vendor/github.com/globalsign/mgo/LICENSE similarity index 100% rename from vendor/github.com/globalsign/mgo/LICENSE rename to src/runtime/vendor/github.com/globalsign/mgo/LICENSE diff --git a/vendor/github.com/globalsign/mgo/bson/LICENSE b/src/runtime/vendor/github.com/globalsign/mgo/bson/LICENSE similarity index 100% rename from vendor/github.com/globalsign/mgo/bson/LICENSE rename to src/runtime/vendor/github.com/globalsign/mgo/bson/LICENSE diff --git a/vendor/github.com/globalsign/mgo/bson/bson.go b/src/runtime/vendor/github.com/globalsign/mgo/bson/bson.go similarity index 100% rename from vendor/github.com/globalsign/mgo/bson/bson.go rename to src/runtime/vendor/github.com/globalsign/mgo/bson/bson.go diff --git a/vendor/github.com/globalsign/mgo/bson/bson_corpus_spec_test_generator.go b/src/runtime/vendor/github.com/globalsign/mgo/bson/bson_corpus_spec_test_generator.go similarity index 100% rename from vendor/github.com/globalsign/mgo/bson/bson_corpus_spec_test_generator.go rename to src/runtime/vendor/github.com/globalsign/mgo/bson/bson_corpus_spec_test_generator.go diff --git a/vendor/github.com/globalsign/mgo/bson/compatibility.go b/src/runtime/vendor/github.com/globalsign/mgo/bson/compatibility.go similarity index 100% rename from vendor/github.com/globalsign/mgo/bson/compatibility.go rename to src/runtime/vendor/github.com/globalsign/mgo/bson/compatibility.go diff --git a/vendor/github.com/globalsign/mgo/bson/decimal.go b/src/runtime/vendor/github.com/globalsign/mgo/bson/decimal.go similarity index 100% rename from vendor/github.com/globalsign/mgo/bson/decimal.go rename to src/runtime/vendor/github.com/globalsign/mgo/bson/decimal.go diff --git a/vendor/github.com/globalsign/mgo/bson/decode.go b/src/runtime/vendor/github.com/globalsign/mgo/bson/decode.go similarity index 100% rename from vendor/github.com/globalsign/mgo/bson/decode.go rename to src/runtime/vendor/github.com/globalsign/mgo/bson/decode.go diff --git a/vendor/github.com/globalsign/mgo/bson/encode.go b/src/runtime/vendor/github.com/globalsign/mgo/bson/encode.go similarity index 100% rename from vendor/github.com/globalsign/mgo/bson/encode.go rename to src/runtime/vendor/github.com/globalsign/mgo/bson/encode.go diff --git a/vendor/github.com/globalsign/mgo/bson/json.go b/src/runtime/vendor/github.com/globalsign/mgo/bson/json.go similarity index 100% rename from vendor/github.com/globalsign/mgo/bson/json.go rename to src/runtime/vendor/github.com/globalsign/mgo/bson/json.go diff --git a/vendor/github.com/globalsign/mgo/bson/stream.go b/src/runtime/vendor/github.com/globalsign/mgo/bson/stream.go similarity index 100% rename from vendor/github.com/globalsign/mgo/bson/stream.go rename to src/runtime/vendor/github.com/globalsign/mgo/bson/stream.go diff --git a/vendor/github.com/globalsign/mgo/internal/json/LICENSE b/src/runtime/vendor/github.com/globalsign/mgo/internal/json/LICENSE similarity index 100% rename from vendor/github.com/globalsign/mgo/internal/json/LICENSE rename to src/runtime/vendor/github.com/globalsign/mgo/internal/json/LICENSE diff --git a/vendor/github.com/globalsign/mgo/internal/json/decode.go b/src/runtime/vendor/github.com/globalsign/mgo/internal/json/decode.go similarity index 100% rename from vendor/github.com/globalsign/mgo/internal/json/decode.go rename to src/runtime/vendor/github.com/globalsign/mgo/internal/json/decode.go diff --git a/vendor/github.com/globalsign/mgo/internal/json/encode.go b/src/runtime/vendor/github.com/globalsign/mgo/internal/json/encode.go similarity index 100% rename from vendor/github.com/globalsign/mgo/internal/json/encode.go rename to src/runtime/vendor/github.com/globalsign/mgo/internal/json/encode.go diff --git a/vendor/github.com/globalsign/mgo/internal/json/extension.go b/src/runtime/vendor/github.com/globalsign/mgo/internal/json/extension.go similarity index 100% rename from vendor/github.com/globalsign/mgo/internal/json/extension.go rename to src/runtime/vendor/github.com/globalsign/mgo/internal/json/extension.go diff --git a/vendor/github.com/globalsign/mgo/internal/json/fold.go b/src/runtime/vendor/github.com/globalsign/mgo/internal/json/fold.go similarity index 100% rename from vendor/github.com/globalsign/mgo/internal/json/fold.go rename to src/runtime/vendor/github.com/globalsign/mgo/internal/json/fold.go diff --git a/vendor/github.com/globalsign/mgo/internal/json/indent.go b/src/runtime/vendor/github.com/globalsign/mgo/internal/json/indent.go similarity index 100% rename from vendor/github.com/globalsign/mgo/internal/json/indent.go rename to src/runtime/vendor/github.com/globalsign/mgo/internal/json/indent.go diff --git a/vendor/github.com/globalsign/mgo/internal/json/scanner.go b/src/runtime/vendor/github.com/globalsign/mgo/internal/json/scanner.go similarity index 100% rename from vendor/github.com/globalsign/mgo/internal/json/scanner.go rename to src/runtime/vendor/github.com/globalsign/mgo/internal/json/scanner.go diff --git a/vendor/github.com/globalsign/mgo/internal/json/stream.go b/src/runtime/vendor/github.com/globalsign/mgo/internal/json/stream.go similarity index 100% rename from vendor/github.com/globalsign/mgo/internal/json/stream.go rename to src/runtime/vendor/github.com/globalsign/mgo/internal/json/stream.go diff --git a/vendor/github.com/globalsign/mgo/internal/json/tags.go b/src/runtime/vendor/github.com/globalsign/mgo/internal/json/tags.go similarity index 100% rename from vendor/github.com/globalsign/mgo/internal/json/tags.go rename to src/runtime/vendor/github.com/globalsign/mgo/internal/json/tags.go diff --git a/vendor/github.com/go-ini/ini/LICENSE b/src/runtime/vendor/github.com/go-ini/ini/LICENSE similarity index 100% rename from vendor/github.com/go-ini/ini/LICENSE rename to src/runtime/vendor/github.com/go-ini/ini/LICENSE diff --git a/vendor/github.com/go-ini/ini/error.go b/src/runtime/vendor/github.com/go-ini/ini/error.go similarity index 100% rename from vendor/github.com/go-ini/ini/error.go rename to src/runtime/vendor/github.com/go-ini/ini/error.go diff --git a/vendor/github.com/go-ini/ini/ini.go b/src/runtime/vendor/github.com/go-ini/ini/ini.go similarity index 100% rename from vendor/github.com/go-ini/ini/ini.go rename to src/runtime/vendor/github.com/go-ini/ini/ini.go diff --git a/vendor/github.com/go-ini/ini/key.go b/src/runtime/vendor/github.com/go-ini/ini/key.go similarity index 100% rename from vendor/github.com/go-ini/ini/key.go rename to src/runtime/vendor/github.com/go-ini/ini/key.go diff --git a/vendor/github.com/go-ini/ini/parser.go b/src/runtime/vendor/github.com/go-ini/ini/parser.go similarity index 100% rename from vendor/github.com/go-ini/ini/parser.go rename to src/runtime/vendor/github.com/go-ini/ini/parser.go diff --git a/vendor/github.com/go-ini/ini/section.go b/src/runtime/vendor/github.com/go-ini/ini/section.go similarity index 100% rename from vendor/github.com/go-ini/ini/section.go rename to src/runtime/vendor/github.com/go-ini/ini/section.go diff --git a/vendor/github.com/go-ini/ini/struct.go b/src/runtime/vendor/github.com/go-ini/ini/struct.go similarity index 100% rename from vendor/github.com/go-ini/ini/struct.go rename to src/runtime/vendor/github.com/go-ini/ini/struct.go diff --git a/vendor/github.com/go-openapi/analysis/LICENSE b/src/runtime/vendor/github.com/go-openapi/analysis/LICENSE similarity index 100% rename from vendor/github.com/go-openapi/analysis/LICENSE rename to src/runtime/vendor/github.com/go-openapi/analysis/LICENSE diff --git a/vendor/github.com/go-openapi/analysis/analyzer.go b/src/runtime/vendor/github.com/go-openapi/analysis/analyzer.go similarity index 100% rename from vendor/github.com/go-openapi/analysis/analyzer.go rename to src/runtime/vendor/github.com/go-openapi/analysis/analyzer.go diff --git a/vendor/github.com/go-openapi/analysis/debug.go b/src/runtime/vendor/github.com/go-openapi/analysis/debug.go similarity index 100% rename from vendor/github.com/go-openapi/analysis/debug.go rename to src/runtime/vendor/github.com/go-openapi/analysis/debug.go diff --git a/vendor/github.com/go-openapi/analysis/doc.go b/src/runtime/vendor/github.com/go-openapi/analysis/doc.go similarity index 100% rename from vendor/github.com/go-openapi/analysis/doc.go rename to src/runtime/vendor/github.com/go-openapi/analysis/doc.go diff --git a/vendor/github.com/go-openapi/analysis/fixer.go b/src/runtime/vendor/github.com/go-openapi/analysis/fixer.go similarity index 100% rename from vendor/github.com/go-openapi/analysis/fixer.go rename to src/runtime/vendor/github.com/go-openapi/analysis/fixer.go diff --git a/vendor/github.com/go-openapi/analysis/flatten.go b/src/runtime/vendor/github.com/go-openapi/analysis/flatten.go similarity index 100% rename from vendor/github.com/go-openapi/analysis/flatten.go rename to src/runtime/vendor/github.com/go-openapi/analysis/flatten.go diff --git a/vendor/github.com/go-openapi/analysis/internal/post_go18.go b/src/runtime/vendor/github.com/go-openapi/analysis/internal/post_go18.go similarity index 100% rename from vendor/github.com/go-openapi/analysis/internal/post_go18.go rename to src/runtime/vendor/github.com/go-openapi/analysis/internal/post_go18.go diff --git a/vendor/github.com/go-openapi/analysis/internal/pre_go18.go b/src/runtime/vendor/github.com/go-openapi/analysis/internal/pre_go18.go similarity index 100% rename from vendor/github.com/go-openapi/analysis/internal/pre_go18.go rename to src/runtime/vendor/github.com/go-openapi/analysis/internal/pre_go18.go diff --git a/vendor/github.com/go-openapi/analysis/mixin.go b/src/runtime/vendor/github.com/go-openapi/analysis/mixin.go similarity index 100% rename from vendor/github.com/go-openapi/analysis/mixin.go rename to src/runtime/vendor/github.com/go-openapi/analysis/mixin.go diff --git a/vendor/github.com/go-openapi/analysis/schema.go b/src/runtime/vendor/github.com/go-openapi/analysis/schema.go similarity index 100% rename from vendor/github.com/go-openapi/analysis/schema.go rename to src/runtime/vendor/github.com/go-openapi/analysis/schema.go diff --git a/vendor/github.com/go-openapi/errors/LICENSE b/src/runtime/vendor/github.com/go-openapi/errors/LICENSE similarity index 100% rename from vendor/github.com/go-openapi/errors/LICENSE rename to src/runtime/vendor/github.com/go-openapi/errors/LICENSE diff --git a/vendor/github.com/go-openapi/errors/api.go b/src/runtime/vendor/github.com/go-openapi/errors/api.go similarity index 100% rename from vendor/github.com/go-openapi/errors/api.go rename to src/runtime/vendor/github.com/go-openapi/errors/api.go diff --git a/vendor/github.com/go-openapi/errors/auth.go b/src/runtime/vendor/github.com/go-openapi/errors/auth.go similarity index 100% rename from vendor/github.com/go-openapi/errors/auth.go rename to src/runtime/vendor/github.com/go-openapi/errors/auth.go diff --git a/vendor/github.com/go-openapi/errors/doc.go b/src/runtime/vendor/github.com/go-openapi/errors/doc.go similarity index 100% rename from vendor/github.com/go-openapi/errors/doc.go rename to src/runtime/vendor/github.com/go-openapi/errors/doc.go diff --git a/vendor/github.com/go-openapi/errors/headers.go b/src/runtime/vendor/github.com/go-openapi/errors/headers.go similarity index 100% rename from vendor/github.com/go-openapi/errors/headers.go rename to src/runtime/vendor/github.com/go-openapi/errors/headers.go diff --git a/vendor/github.com/go-openapi/errors/middleware.go b/src/runtime/vendor/github.com/go-openapi/errors/middleware.go similarity index 100% rename from vendor/github.com/go-openapi/errors/middleware.go rename to src/runtime/vendor/github.com/go-openapi/errors/middleware.go diff --git a/vendor/github.com/go-openapi/errors/parsing.go b/src/runtime/vendor/github.com/go-openapi/errors/parsing.go similarity index 100% rename from vendor/github.com/go-openapi/errors/parsing.go rename to src/runtime/vendor/github.com/go-openapi/errors/parsing.go diff --git a/vendor/github.com/go-openapi/errors/schema.go b/src/runtime/vendor/github.com/go-openapi/errors/schema.go similarity index 100% rename from vendor/github.com/go-openapi/errors/schema.go rename to src/runtime/vendor/github.com/go-openapi/errors/schema.go diff --git a/vendor/github.com/go-openapi/jsonpointer/LICENSE b/src/runtime/vendor/github.com/go-openapi/jsonpointer/LICENSE similarity index 100% rename from vendor/github.com/go-openapi/jsonpointer/LICENSE rename to src/runtime/vendor/github.com/go-openapi/jsonpointer/LICENSE diff --git a/vendor/github.com/go-openapi/jsonpointer/pointer.go b/src/runtime/vendor/github.com/go-openapi/jsonpointer/pointer.go similarity index 100% rename from vendor/github.com/go-openapi/jsonpointer/pointer.go rename to src/runtime/vendor/github.com/go-openapi/jsonpointer/pointer.go diff --git a/vendor/github.com/go-openapi/jsonreference/LICENSE b/src/runtime/vendor/github.com/go-openapi/jsonreference/LICENSE similarity index 100% rename from vendor/github.com/go-openapi/jsonreference/LICENSE rename to src/runtime/vendor/github.com/go-openapi/jsonreference/LICENSE diff --git a/vendor/github.com/go-openapi/jsonreference/reference.go b/src/runtime/vendor/github.com/go-openapi/jsonreference/reference.go similarity index 100% rename from vendor/github.com/go-openapi/jsonreference/reference.go rename to src/runtime/vendor/github.com/go-openapi/jsonreference/reference.go diff --git a/vendor/github.com/go-openapi/loads/LICENSE b/src/runtime/vendor/github.com/go-openapi/loads/LICENSE similarity index 100% rename from vendor/github.com/go-openapi/loads/LICENSE rename to src/runtime/vendor/github.com/go-openapi/loads/LICENSE diff --git a/vendor/github.com/go-openapi/loads/doc.go b/src/runtime/vendor/github.com/go-openapi/loads/doc.go similarity index 100% rename from vendor/github.com/go-openapi/loads/doc.go rename to src/runtime/vendor/github.com/go-openapi/loads/doc.go diff --git a/vendor/github.com/go-openapi/loads/spec.go b/src/runtime/vendor/github.com/go-openapi/loads/spec.go similarity index 100% rename from vendor/github.com/go-openapi/loads/spec.go rename to src/runtime/vendor/github.com/go-openapi/loads/spec.go diff --git a/vendor/github.com/go-openapi/runtime/LICENSE b/src/runtime/vendor/github.com/go-openapi/runtime/LICENSE similarity index 100% rename from vendor/github.com/go-openapi/runtime/LICENSE rename to src/runtime/vendor/github.com/go-openapi/runtime/LICENSE diff --git a/vendor/github.com/go-openapi/runtime/bytestream.go b/src/runtime/vendor/github.com/go-openapi/runtime/bytestream.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/bytestream.go rename to src/runtime/vendor/github.com/go-openapi/runtime/bytestream.go diff --git a/vendor/github.com/go-openapi/runtime/client/auth_info.go b/src/runtime/vendor/github.com/go-openapi/runtime/client/auth_info.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/client/auth_info.go rename to src/runtime/vendor/github.com/go-openapi/runtime/client/auth_info.go diff --git a/vendor/github.com/go-openapi/runtime/client/keepalive.go b/src/runtime/vendor/github.com/go-openapi/runtime/client/keepalive.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/client/keepalive.go rename to src/runtime/vendor/github.com/go-openapi/runtime/client/keepalive.go diff --git a/vendor/github.com/go-openapi/runtime/client/request.go b/src/runtime/vendor/github.com/go-openapi/runtime/client/request.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/client/request.go rename to src/runtime/vendor/github.com/go-openapi/runtime/client/request.go diff --git a/vendor/github.com/go-openapi/runtime/client/response.go b/src/runtime/vendor/github.com/go-openapi/runtime/client/response.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/client/response.go rename to src/runtime/vendor/github.com/go-openapi/runtime/client/response.go diff --git a/vendor/github.com/go-openapi/runtime/client/runtime.go b/src/runtime/vendor/github.com/go-openapi/runtime/client/runtime.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/client/runtime.go rename to src/runtime/vendor/github.com/go-openapi/runtime/client/runtime.go diff --git a/vendor/github.com/go-openapi/runtime/client_auth_info.go b/src/runtime/vendor/github.com/go-openapi/runtime/client_auth_info.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/client_auth_info.go rename to src/runtime/vendor/github.com/go-openapi/runtime/client_auth_info.go diff --git a/vendor/github.com/go-openapi/runtime/client_operation.go b/src/runtime/vendor/github.com/go-openapi/runtime/client_operation.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/client_operation.go rename to src/runtime/vendor/github.com/go-openapi/runtime/client_operation.go diff --git a/vendor/github.com/go-openapi/runtime/client_request.go b/src/runtime/vendor/github.com/go-openapi/runtime/client_request.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/client_request.go rename to src/runtime/vendor/github.com/go-openapi/runtime/client_request.go diff --git a/vendor/github.com/go-openapi/runtime/client_response.go b/src/runtime/vendor/github.com/go-openapi/runtime/client_response.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/client_response.go rename to src/runtime/vendor/github.com/go-openapi/runtime/client_response.go diff --git a/vendor/github.com/go-openapi/runtime/constants.go b/src/runtime/vendor/github.com/go-openapi/runtime/constants.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/constants.go rename to src/runtime/vendor/github.com/go-openapi/runtime/constants.go diff --git a/vendor/github.com/go-openapi/runtime/discard.go b/src/runtime/vendor/github.com/go-openapi/runtime/discard.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/discard.go rename to src/runtime/vendor/github.com/go-openapi/runtime/discard.go diff --git a/vendor/github.com/go-openapi/runtime/file.go b/src/runtime/vendor/github.com/go-openapi/runtime/file.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/file.go rename to src/runtime/vendor/github.com/go-openapi/runtime/file.go diff --git a/vendor/github.com/go-openapi/runtime/headers.go b/src/runtime/vendor/github.com/go-openapi/runtime/headers.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/headers.go rename to src/runtime/vendor/github.com/go-openapi/runtime/headers.go diff --git a/vendor/github.com/go-openapi/runtime/interfaces.go b/src/runtime/vendor/github.com/go-openapi/runtime/interfaces.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/interfaces.go rename to src/runtime/vendor/github.com/go-openapi/runtime/interfaces.go diff --git a/vendor/github.com/go-openapi/runtime/json.go b/src/runtime/vendor/github.com/go-openapi/runtime/json.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/json.go rename to src/runtime/vendor/github.com/go-openapi/runtime/json.go diff --git a/vendor/github.com/go-openapi/runtime/logger/logger.go b/src/runtime/vendor/github.com/go-openapi/runtime/logger/logger.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/logger/logger.go rename to src/runtime/vendor/github.com/go-openapi/runtime/logger/logger.go diff --git a/vendor/github.com/go-openapi/runtime/logger/standard.go b/src/runtime/vendor/github.com/go-openapi/runtime/logger/standard.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/logger/standard.go rename to src/runtime/vendor/github.com/go-openapi/runtime/logger/standard.go diff --git a/vendor/github.com/go-openapi/runtime/middleware/context.go b/src/runtime/vendor/github.com/go-openapi/runtime/middleware/context.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/middleware/context.go rename to src/runtime/vendor/github.com/go-openapi/runtime/middleware/context.go diff --git a/vendor/github.com/go-openapi/runtime/middleware/denco/LICENSE b/src/runtime/vendor/github.com/go-openapi/runtime/middleware/denco/LICENSE similarity index 100% rename from vendor/github.com/go-openapi/runtime/middleware/denco/LICENSE rename to src/runtime/vendor/github.com/go-openapi/runtime/middleware/denco/LICENSE diff --git a/vendor/github.com/go-openapi/runtime/middleware/denco/router.go b/src/runtime/vendor/github.com/go-openapi/runtime/middleware/denco/router.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/middleware/denco/router.go rename to src/runtime/vendor/github.com/go-openapi/runtime/middleware/denco/router.go diff --git a/vendor/github.com/go-openapi/runtime/middleware/denco/server.go b/src/runtime/vendor/github.com/go-openapi/runtime/middleware/denco/server.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/middleware/denco/server.go rename to src/runtime/vendor/github.com/go-openapi/runtime/middleware/denco/server.go diff --git a/vendor/github.com/go-openapi/runtime/middleware/denco/util.go b/src/runtime/vendor/github.com/go-openapi/runtime/middleware/denco/util.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/middleware/denco/util.go rename to src/runtime/vendor/github.com/go-openapi/runtime/middleware/denco/util.go diff --git a/vendor/github.com/go-openapi/runtime/middleware/doc.go b/src/runtime/vendor/github.com/go-openapi/runtime/middleware/doc.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/middleware/doc.go rename to src/runtime/vendor/github.com/go-openapi/runtime/middleware/doc.go diff --git a/vendor/github.com/go-openapi/runtime/middleware/go18.go b/src/runtime/vendor/github.com/go-openapi/runtime/middleware/go18.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/middleware/go18.go rename to src/runtime/vendor/github.com/go-openapi/runtime/middleware/go18.go diff --git a/vendor/github.com/go-openapi/runtime/middleware/header/header.go b/src/runtime/vendor/github.com/go-openapi/runtime/middleware/header/header.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/middleware/header/header.go rename to src/runtime/vendor/github.com/go-openapi/runtime/middleware/header/header.go diff --git a/vendor/github.com/go-openapi/runtime/middleware/negotiate.go b/src/runtime/vendor/github.com/go-openapi/runtime/middleware/negotiate.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/middleware/negotiate.go rename to src/runtime/vendor/github.com/go-openapi/runtime/middleware/negotiate.go diff --git a/vendor/github.com/go-openapi/runtime/middleware/not_implemented.go b/src/runtime/vendor/github.com/go-openapi/runtime/middleware/not_implemented.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/middleware/not_implemented.go rename to src/runtime/vendor/github.com/go-openapi/runtime/middleware/not_implemented.go diff --git a/vendor/github.com/go-openapi/runtime/middleware/operation.go b/src/runtime/vendor/github.com/go-openapi/runtime/middleware/operation.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/middleware/operation.go rename to src/runtime/vendor/github.com/go-openapi/runtime/middleware/operation.go diff --git a/vendor/github.com/go-openapi/runtime/middleware/parameter.go b/src/runtime/vendor/github.com/go-openapi/runtime/middleware/parameter.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/middleware/parameter.go rename to src/runtime/vendor/github.com/go-openapi/runtime/middleware/parameter.go diff --git a/vendor/github.com/go-openapi/runtime/middleware/pre_go18.go b/src/runtime/vendor/github.com/go-openapi/runtime/middleware/pre_go18.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/middleware/pre_go18.go rename to src/runtime/vendor/github.com/go-openapi/runtime/middleware/pre_go18.go diff --git a/vendor/github.com/go-openapi/runtime/middleware/redoc.go b/src/runtime/vendor/github.com/go-openapi/runtime/middleware/redoc.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/middleware/redoc.go rename to src/runtime/vendor/github.com/go-openapi/runtime/middleware/redoc.go diff --git a/vendor/github.com/go-openapi/runtime/middleware/request.go b/src/runtime/vendor/github.com/go-openapi/runtime/middleware/request.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/middleware/request.go rename to src/runtime/vendor/github.com/go-openapi/runtime/middleware/request.go diff --git a/vendor/github.com/go-openapi/runtime/middleware/router.go b/src/runtime/vendor/github.com/go-openapi/runtime/middleware/router.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/middleware/router.go rename to src/runtime/vendor/github.com/go-openapi/runtime/middleware/router.go diff --git a/vendor/github.com/go-openapi/runtime/middleware/security.go b/src/runtime/vendor/github.com/go-openapi/runtime/middleware/security.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/middleware/security.go rename to src/runtime/vendor/github.com/go-openapi/runtime/middleware/security.go diff --git a/vendor/github.com/go-openapi/runtime/middleware/spec.go b/src/runtime/vendor/github.com/go-openapi/runtime/middleware/spec.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/middleware/spec.go rename to src/runtime/vendor/github.com/go-openapi/runtime/middleware/spec.go diff --git a/vendor/github.com/go-openapi/runtime/middleware/untyped/api.go b/src/runtime/vendor/github.com/go-openapi/runtime/middleware/untyped/api.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/middleware/untyped/api.go rename to src/runtime/vendor/github.com/go-openapi/runtime/middleware/untyped/api.go diff --git a/vendor/github.com/go-openapi/runtime/middleware/validation.go b/src/runtime/vendor/github.com/go-openapi/runtime/middleware/validation.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/middleware/validation.go rename to src/runtime/vendor/github.com/go-openapi/runtime/middleware/validation.go diff --git a/vendor/github.com/go-openapi/runtime/request.go b/src/runtime/vendor/github.com/go-openapi/runtime/request.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/request.go rename to src/runtime/vendor/github.com/go-openapi/runtime/request.go diff --git a/vendor/github.com/go-openapi/runtime/security/authenticator.go b/src/runtime/vendor/github.com/go-openapi/runtime/security/authenticator.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/security/authenticator.go rename to src/runtime/vendor/github.com/go-openapi/runtime/security/authenticator.go diff --git a/vendor/github.com/go-openapi/runtime/security/authorizer.go b/src/runtime/vendor/github.com/go-openapi/runtime/security/authorizer.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/security/authorizer.go rename to src/runtime/vendor/github.com/go-openapi/runtime/security/authorizer.go diff --git a/vendor/github.com/go-openapi/runtime/statuses.go b/src/runtime/vendor/github.com/go-openapi/runtime/statuses.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/statuses.go rename to src/runtime/vendor/github.com/go-openapi/runtime/statuses.go diff --git a/vendor/github.com/go-openapi/runtime/text.go b/src/runtime/vendor/github.com/go-openapi/runtime/text.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/text.go rename to src/runtime/vendor/github.com/go-openapi/runtime/text.go diff --git a/vendor/github.com/go-openapi/runtime/values.go b/src/runtime/vendor/github.com/go-openapi/runtime/values.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/values.go rename to src/runtime/vendor/github.com/go-openapi/runtime/values.go diff --git a/vendor/github.com/go-openapi/runtime/xml.go b/src/runtime/vendor/github.com/go-openapi/runtime/xml.go similarity index 100% rename from vendor/github.com/go-openapi/runtime/xml.go rename to src/runtime/vendor/github.com/go-openapi/runtime/xml.go diff --git a/vendor/github.com/go-openapi/spec/LICENSE b/src/runtime/vendor/github.com/go-openapi/spec/LICENSE similarity index 100% rename from vendor/github.com/go-openapi/spec/LICENSE rename to src/runtime/vendor/github.com/go-openapi/spec/LICENSE diff --git a/vendor/github.com/go-openapi/spec/bindata.go b/src/runtime/vendor/github.com/go-openapi/spec/bindata.go similarity index 100% rename from vendor/github.com/go-openapi/spec/bindata.go rename to src/runtime/vendor/github.com/go-openapi/spec/bindata.go diff --git a/vendor/github.com/go-openapi/spec/contact_info.go b/src/runtime/vendor/github.com/go-openapi/spec/contact_info.go similarity index 100% rename from vendor/github.com/go-openapi/spec/contact_info.go rename to src/runtime/vendor/github.com/go-openapi/spec/contact_info.go diff --git a/vendor/github.com/go-openapi/spec/debug.go b/src/runtime/vendor/github.com/go-openapi/spec/debug.go similarity index 100% rename from vendor/github.com/go-openapi/spec/debug.go rename to src/runtime/vendor/github.com/go-openapi/spec/debug.go diff --git a/vendor/github.com/go-openapi/spec/expander.go b/src/runtime/vendor/github.com/go-openapi/spec/expander.go similarity index 100% rename from vendor/github.com/go-openapi/spec/expander.go rename to src/runtime/vendor/github.com/go-openapi/spec/expander.go diff --git a/vendor/github.com/go-openapi/spec/external_docs.go b/src/runtime/vendor/github.com/go-openapi/spec/external_docs.go similarity index 100% rename from vendor/github.com/go-openapi/spec/external_docs.go rename to src/runtime/vendor/github.com/go-openapi/spec/external_docs.go diff --git a/vendor/github.com/go-openapi/spec/header.go b/src/runtime/vendor/github.com/go-openapi/spec/header.go similarity index 100% rename from vendor/github.com/go-openapi/spec/header.go rename to src/runtime/vendor/github.com/go-openapi/spec/header.go diff --git a/vendor/github.com/go-openapi/spec/info.go b/src/runtime/vendor/github.com/go-openapi/spec/info.go similarity index 100% rename from vendor/github.com/go-openapi/spec/info.go rename to src/runtime/vendor/github.com/go-openapi/spec/info.go diff --git a/vendor/github.com/go-openapi/spec/items.go b/src/runtime/vendor/github.com/go-openapi/spec/items.go similarity index 100% rename from vendor/github.com/go-openapi/spec/items.go rename to src/runtime/vendor/github.com/go-openapi/spec/items.go diff --git a/vendor/github.com/go-openapi/spec/license.go b/src/runtime/vendor/github.com/go-openapi/spec/license.go similarity index 100% rename from vendor/github.com/go-openapi/spec/license.go rename to src/runtime/vendor/github.com/go-openapi/spec/license.go diff --git a/vendor/github.com/go-openapi/spec/operation.go b/src/runtime/vendor/github.com/go-openapi/spec/operation.go similarity index 100% rename from vendor/github.com/go-openapi/spec/operation.go rename to src/runtime/vendor/github.com/go-openapi/spec/operation.go diff --git a/vendor/github.com/go-openapi/spec/parameter.go b/src/runtime/vendor/github.com/go-openapi/spec/parameter.go similarity index 100% rename from vendor/github.com/go-openapi/spec/parameter.go rename to src/runtime/vendor/github.com/go-openapi/spec/parameter.go diff --git a/vendor/github.com/go-openapi/spec/path_item.go b/src/runtime/vendor/github.com/go-openapi/spec/path_item.go similarity index 100% rename from vendor/github.com/go-openapi/spec/path_item.go rename to src/runtime/vendor/github.com/go-openapi/spec/path_item.go diff --git a/vendor/github.com/go-openapi/spec/paths.go b/src/runtime/vendor/github.com/go-openapi/spec/paths.go similarity index 100% rename from vendor/github.com/go-openapi/spec/paths.go rename to src/runtime/vendor/github.com/go-openapi/spec/paths.go diff --git a/vendor/github.com/go-openapi/spec/ref.go b/src/runtime/vendor/github.com/go-openapi/spec/ref.go similarity index 100% rename from vendor/github.com/go-openapi/spec/ref.go rename to src/runtime/vendor/github.com/go-openapi/spec/ref.go diff --git a/vendor/github.com/go-openapi/spec/response.go b/src/runtime/vendor/github.com/go-openapi/spec/response.go similarity index 100% rename from vendor/github.com/go-openapi/spec/response.go rename to src/runtime/vendor/github.com/go-openapi/spec/response.go diff --git a/vendor/github.com/go-openapi/spec/responses.go b/src/runtime/vendor/github.com/go-openapi/spec/responses.go similarity index 100% rename from vendor/github.com/go-openapi/spec/responses.go rename to src/runtime/vendor/github.com/go-openapi/spec/responses.go diff --git a/vendor/github.com/go-openapi/spec/schema.go b/src/runtime/vendor/github.com/go-openapi/spec/schema.go similarity index 100% rename from vendor/github.com/go-openapi/spec/schema.go rename to src/runtime/vendor/github.com/go-openapi/spec/schema.go diff --git a/vendor/github.com/go-openapi/spec/security_scheme.go b/src/runtime/vendor/github.com/go-openapi/spec/security_scheme.go similarity index 100% rename from vendor/github.com/go-openapi/spec/security_scheme.go rename to src/runtime/vendor/github.com/go-openapi/spec/security_scheme.go diff --git a/vendor/github.com/go-openapi/spec/spec.go b/src/runtime/vendor/github.com/go-openapi/spec/spec.go similarity index 100% rename from vendor/github.com/go-openapi/spec/spec.go rename to src/runtime/vendor/github.com/go-openapi/spec/spec.go diff --git a/vendor/github.com/go-openapi/spec/swagger.go b/src/runtime/vendor/github.com/go-openapi/spec/swagger.go similarity index 100% rename from vendor/github.com/go-openapi/spec/swagger.go rename to src/runtime/vendor/github.com/go-openapi/spec/swagger.go diff --git a/vendor/github.com/go-openapi/spec/tag.go b/src/runtime/vendor/github.com/go-openapi/spec/tag.go similarity index 100% rename from vendor/github.com/go-openapi/spec/tag.go rename to src/runtime/vendor/github.com/go-openapi/spec/tag.go diff --git a/vendor/github.com/go-openapi/spec/xml_object.go b/src/runtime/vendor/github.com/go-openapi/spec/xml_object.go similarity index 100% rename from vendor/github.com/go-openapi/spec/xml_object.go rename to src/runtime/vendor/github.com/go-openapi/spec/xml_object.go diff --git a/vendor/github.com/go-openapi/strfmt/LICENSE b/src/runtime/vendor/github.com/go-openapi/strfmt/LICENSE similarity index 100% rename from vendor/github.com/go-openapi/strfmt/LICENSE rename to src/runtime/vendor/github.com/go-openapi/strfmt/LICENSE diff --git a/vendor/github.com/go-openapi/strfmt/bson.go b/src/runtime/vendor/github.com/go-openapi/strfmt/bson.go similarity index 100% rename from vendor/github.com/go-openapi/strfmt/bson.go rename to src/runtime/vendor/github.com/go-openapi/strfmt/bson.go diff --git a/vendor/github.com/go-openapi/strfmt/date.go b/src/runtime/vendor/github.com/go-openapi/strfmt/date.go similarity index 100% rename from vendor/github.com/go-openapi/strfmt/date.go rename to src/runtime/vendor/github.com/go-openapi/strfmt/date.go diff --git a/vendor/github.com/go-openapi/strfmt/default.go b/src/runtime/vendor/github.com/go-openapi/strfmt/default.go similarity index 100% rename from vendor/github.com/go-openapi/strfmt/default.go rename to src/runtime/vendor/github.com/go-openapi/strfmt/default.go diff --git a/vendor/github.com/go-openapi/strfmt/doc.go b/src/runtime/vendor/github.com/go-openapi/strfmt/doc.go similarity index 100% rename from vendor/github.com/go-openapi/strfmt/doc.go rename to src/runtime/vendor/github.com/go-openapi/strfmt/doc.go diff --git a/vendor/github.com/go-openapi/strfmt/duration.go b/src/runtime/vendor/github.com/go-openapi/strfmt/duration.go similarity index 100% rename from vendor/github.com/go-openapi/strfmt/duration.go rename to src/runtime/vendor/github.com/go-openapi/strfmt/duration.go diff --git a/vendor/github.com/go-openapi/strfmt/format.go b/src/runtime/vendor/github.com/go-openapi/strfmt/format.go similarity index 100% rename from vendor/github.com/go-openapi/strfmt/format.go rename to src/runtime/vendor/github.com/go-openapi/strfmt/format.go diff --git a/vendor/github.com/go-openapi/strfmt/time.go b/src/runtime/vendor/github.com/go-openapi/strfmt/time.go similarity index 100% rename from vendor/github.com/go-openapi/strfmt/time.go rename to src/runtime/vendor/github.com/go-openapi/strfmt/time.go diff --git a/vendor/github.com/go-openapi/swag/LICENSE b/src/runtime/vendor/github.com/go-openapi/swag/LICENSE similarity index 100% rename from vendor/github.com/go-openapi/swag/LICENSE rename to src/runtime/vendor/github.com/go-openapi/swag/LICENSE diff --git a/vendor/github.com/go-openapi/swag/convert.go b/src/runtime/vendor/github.com/go-openapi/swag/convert.go similarity index 100% rename from vendor/github.com/go-openapi/swag/convert.go rename to src/runtime/vendor/github.com/go-openapi/swag/convert.go diff --git a/vendor/github.com/go-openapi/swag/convert_types.go b/src/runtime/vendor/github.com/go-openapi/swag/convert_types.go similarity index 100% rename from vendor/github.com/go-openapi/swag/convert_types.go rename to src/runtime/vendor/github.com/go-openapi/swag/convert_types.go diff --git a/vendor/github.com/go-openapi/swag/doc.go b/src/runtime/vendor/github.com/go-openapi/swag/doc.go similarity index 100% rename from vendor/github.com/go-openapi/swag/doc.go rename to src/runtime/vendor/github.com/go-openapi/swag/doc.go diff --git a/vendor/github.com/go-openapi/swag/json.go b/src/runtime/vendor/github.com/go-openapi/swag/json.go similarity index 100% rename from vendor/github.com/go-openapi/swag/json.go rename to src/runtime/vendor/github.com/go-openapi/swag/json.go diff --git a/vendor/github.com/go-openapi/swag/loading.go b/src/runtime/vendor/github.com/go-openapi/swag/loading.go similarity index 100% rename from vendor/github.com/go-openapi/swag/loading.go rename to src/runtime/vendor/github.com/go-openapi/swag/loading.go diff --git a/vendor/github.com/go-openapi/swag/net.go b/src/runtime/vendor/github.com/go-openapi/swag/net.go similarity index 100% rename from vendor/github.com/go-openapi/swag/net.go rename to src/runtime/vendor/github.com/go-openapi/swag/net.go diff --git a/vendor/github.com/go-openapi/swag/path.go b/src/runtime/vendor/github.com/go-openapi/swag/path.go similarity index 100% rename from vendor/github.com/go-openapi/swag/path.go rename to src/runtime/vendor/github.com/go-openapi/swag/path.go diff --git a/vendor/github.com/go-openapi/swag/post_go18.go b/src/runtime/vendor/github.com/go-openapi/swag/post_go18.go similarity index 100% rename from vendor/github.com/go-openapi/swag/post_go18.go rename to src/runtime/vendor/github.com/go-openapi/swag/post_go18.go diff --git a/vendor/github.com/go-openapi/swag/post_go19.go b/src/runtime/vendor/github.com/go-openapi/swag/post_go19.go similarity index 100% rename from vendor/github.com/go-openapi/swag/post_go19.go rename to src/runtime/vendor/github.com/go-openapi/swag/post_go19.go diff --git a/vendor/github.com/go-openapi/swag/pre_go18.go b/src/runtime/vendor/github.com/go-openapi/swag/pre_go18.go similarity index 100% rename from vendor/github.com/go-openapi/swag/pre_go18.go rename to src/runtime/vendor/github.com/go-openapi/swag/pre_go18.go diff --git a/vendor/github.com/go-openapi/swag/pre_go19.go b/src/runtime/vendor/github.com/go-openapi/swag/pre_go19.go similarity index 100% rename from vendor/github.com/go-openapi/swag/pre_go19.go rename to src/runtime/vendor/github.com/go-openapi/swag/pre_go19.go diff --git a/vendor/github.com/go-openapi/swag/util.go b/src/runtime/vendor/github.com/go-openapi/swag/util.go similarity index 100% rename from vendor/github.com/go-openapi/swag/util.go rename to src/runtime/vendor/github.com/go-openapi/swag/util.go diff --git a/vendor/github.com/go-openapi/swag/yaml.go b/src/runtime/vendor/github.com/go-openapi/swag/yaml.go similarity index 100% rename from vendor/github.com/go-openapi/swag/yaml.go rename to src/runtime/vendor/github.com/go-openapi/swag/yaml.go diff --git a/vendor/github.com/go-openapi/validate/LICENSE b/src/runtime/vendor/github.com/go-openapi/validate/LICENSE similarity index 100% rename from vendor/github.com/go-openapi/validate/LICENSE rename to src/runtime/vendor/github.com/go-openapi/validate/LICENSE diff --git a/vendor/github.com/go-openapi/validate/debug.go b/src/runtime/vendor/github.com/go-openapi/validate/debug.go similarity index 100% rename from vendor/github.com/go-openapi/validate/debug.go rename to src/runtime/vendor/github.com/go-openapi/validate/debug.go diff --git a/vendor/github.com/go-openapi/validate/default_validator.go b/src/runtime/vendor/github.com/go-openapi/validate/default_validator.go similarity index 100% rename from vendor/github.com/go-openapi/validate/default_validator.go rename to src/runtime/vendor/github.com/go-openapi/validate/default_validator.go diff --git a/vendor/github.com/go-openapi/validate/doc.go b/src/runtime/vendor/github.com/go-openapi/validate/doc.go similarity index 100% rename from vendor/github.com/go-openapi/validate/doc.go rename to src/runtime/vendor/github.com/go-openapi/validate/doc.go diff --git a/vendor/github.com/go-openapi/validate/example_validator.go b/src/runtime/vendor/github.com/go-openapi/validate/example_validator.go similarity index 100% rename from vendor/github.com/go-openapi/validate/example_validator.go rename to src/runtime/vendor/github.com/go-openapi/validate/example_validator.go diff --git a/vendor/github.com/go-openapi/validate/formats.go b/src/runtime/vendor/github.com/go-openapi/validate/formats.go similarity index 100% rename from vendor/github.com/go-openapi/validate/formats.go rename to src/runtime/vendor/github.com/go-openapi/validate/formats.go diff --git a/vendor/github.com/go-openapi/validate/helpers.go b/src/runtime/vendor/github.com/go-openapi/validate/helpers.go similarity index 100% rename from vendor/github.com/go-openapi/validate/helpers.go rename to src/runtime/vendor/github.com/go-openapi/validate/helpers.go diff --git a/vendor/github.com/go-openapi/validate/object_validator.go b/src/runtime/vendor/github.com/go-openapi/validate/object_validator.go similarity index 100% rename from vendor/github.com/go-openapi/validate/object_validator.go rename to src/runtime/vendor/github.com/go-openapi/validate/object_validator.go diff --git a/vendor/github.com/go-openapi/validate/options.go b/src/runtime/vendor/github.com/go-openapi/validate/options.go similarity index 100% rename from vendor/github.com/go-openapi/validate/options.go rename to src/runtime/vendor/github.com/go-openapi/validate/options.go diff --git a/vendor/github.com/go-openapi/validate/result.go b/src/runtime/vendor/github.com/go-openapi/validate/result.go similarity index 100% rename from vendor/github.com/go-openapi/validate/result.go rename to src/runtime/vendor/github.com/go-openapi/validate/result.go diff --git a/vendor/github.com/go-openapi/validate/rexp.go b/src/runtime/vendor/github.com/go-openapi/validate/rexp.go similarity index 100% rename from vendor/github.com/go-openapi/validate/rexp.go rename to src/runtime/vendor/github.com/go-openapi/validate/rexp.go diff --git a/vendor/github.com/go-openapi/validate/schema.go b/src/runtime/vendor/github.com/go-openapi/validate/schema.go similarity index 100% rename from vendor/github.com/go-openapi/validate/schema.go rename to src/runtime/vendor/github.com/go-openapi/validate/schema.go diff --git a/vendor/github.com/go-openapi/validate/schema_messages.go b/src/runtime/vendor/github.com/go-openapi/validate/schema_messages.go similarity index 100% rename from vendor/github.com/go-openapi/validate/schema_messages.go rename to src/runtime/vendor/github.com/go-openapi/validate/schema_messages.go diff --git a/vendor/github.com/go-openapi/validate/schema_props.go b/src/runtime/vendor/github.com/go-openapi/validate/schema_props.go similarity index 100% rename from vendor/github.com/go-openapi/validate/schema_props.go rename to src/runtime/vendor/github.com/go-openapi/validate/schema_props.go diff --git a/vendor/github.com/go-openapi/validate/slice_validator.go b/src/runtime/vendor/github.com/go-openapi/validate/slice_validator.go similarity index 100% rename from vendor/github.com/go-openapi/validate/slice_validator.go rename to src/runtime/vendor/github.com/go-openapi/validate/slice_validator.go diff --git a/vendor/github.com/go-openapi/validate/spec.go b/src/runtime/vendor/github.com/go-openapi/validate/spec.go similarity index 100% rename from vendor/github.com/go-openapi/validate/spec.go rename to src/runtime/vendor/github.com/go-openapi/validate/spec.go diff --git a/vendor/github.com/go-openapi/validate/spec_messages.go b/src/runtime/vendor/github.com/go-openapi/validate/spec_messages.go similarity index 100% rename from vendor/github.com/go-openapi/validate/spec_messages.go rename to src/runtime/vendor/github.com/go-openapi/validate/spec_messages.go diff --git a/vendor/github.com/go-openapi/validate/type.go b/src/runtime/vendor/github.com/go-openapi/validate/type.go similarity index 100% rename from vendor/github.com/go-openapi/validate/type.go rename to src/runtime/vendor/github.com/go-openapi/validate/type.go diff --git a/vendor/github.com/go-openapi/validate/validator.go b/src/runtime/vendor/github.com/go-openapi/validate/validator.go similarity index 100% rename from vendor/github.com/go-openapi/validate/validator.go rename to src/runtime/vendor/github.com/go-openapi/validate/validator.go diff --git a/vendor/github.com/go-openapi/validate/values.go b/src/runtime/vendor/github.com/go-openapi/validate/values.go similarity index 100% rename from vendor/github.com/go-openapi/validate/values.go rename to src/runtime/vendor/github.com/go-openapi/validate/values.go diff --git a/vendor/github.com/godbus/dbus/LICENSE b/src/runtime/vendor/github.com/godbus/dbus/LICENSE similarity index 100% rename from vendor/github.com/godbus/dbus/LICENSE rename to src/runtime/vendor/github.com/godbus/dbus/LICENSE diff --git a/vendor/github.com/godbus/dbus/auth.go b/src/runtime/vendor/github.com/godbus/dbus/auth.go similarity index 100% rename from vendor/github.com/godbus/dbus/auth.go rename to src/runtime/vendor/github.com/godbus/dbus/auth.go diff --git a/vendor/github.com/godbus/dbus/auth_anonymous.go b/src/runtime/vendor/github.com/godbus/dbus/auth_anonymous.go similarity index 100% rename from vendor/github.com/godbus/dbus/auth_anonymous.go rename to src/runtime/vendor/github.com/godbus/dbus/auth_anonymous.go diff --git a/vendor/github.com/godbus/dbus/auth_external.go b/src/runtime/vendor/github.com/godbus/dbus/auth_external.go similarity index 100% rename from vendor/github.com/godbus/dbus/auth_external.go rename to src/runtime/vendor/github.com/godbus/dbus/auth_external.go diff --git a/vendor/github.com/godbus/dbus/auth_sha1.go b/src/runtime/vendor/github.com/godbus/dbus/auth_sha1.go similarity index 100% rename from vendor/github.com/godbus/dbus/auth_sha1.go rename to src/runtime/vendor/github.com/godbus/dbus/auth_sha1.go diff --git a/vendor/github.com/godbus/dbus/call.go b/src/runtime/vendor/github.com/godbus/dbus/call.go similarity index 100% rename from vendor/github.com/godbus/dbus/call.go rename to src/runtime/vendor/github.com/godbus/dbus/call.go diff --git a/vendor/github.com/godbus/dbus/conn.go b/src/runtime/vendor/github.com/godbus/dbus/conn.go similarity index 100% rename from vendor/github.com/godbus/dbus/conn.go rename to src/runtime/vendor/github.com/godbus/dbus/conn.go diff --git a/vendor/github.com/godbus/dbus/conn_darwin.go b/src/runtime/vendor/github.com/godbus/dbus/conn_darwin.go similarity index 100% rename from vendor/github.com/godbus/dbus/conn_darwin.go rename to src/runtime/vendor/github.com/godbus/dbus/conn_darwin.go diff --git a/vendor/github.com/godbus/dbus/conn_other.go b/src/runtime/vendor/github.com/godbus/dbus/conn_other.go similarity index 100% rename from vendor/github.com/godbus/dbus/conn_other.go rename to src/runtime/vendor/github.com/godbus/dbus/conn_other.go diff --git a/vendor/github.com/godbus/dbus/conn_unix.go b/src/runtime/vendor/github.com/godbus/dbus/conn_unix.go similarity index 100% rename from vendor/github.com/godbus/dbus/conn_unix.go rename to src/runtime/vendor/github.com/godbus/dbus/conn_unix.go diff --git a/vendor/github.com/godbus/dbus/conn_windows.go b/src/runtime/vendor/github.com/godbus/dbus/conn_windows.go similarity index 100% rename from vendor/github.com/godbus/dbus/conn_windows.go rename to src/runtime/vendor/github.com/godbus/dbus/conn_windows.go diff --git a/vendor/github.com/godbus/dbus/dbus.go b/src/runtime/vendor/github.com/godbus/dbus/dbus.go similarity index 100% rename from vendor/github.com/godbus/dbus/dbus.go rename to src/runtime/vendor/github.com/godbus/dbus/dbus.go diff --git a/vendor/github.com/godbus/dbus/decoder.go b/src/runtime/vendor/github.com/godbus/dbus/decoder.go similarity index 100% rename from vendor/github.com/godbus/dbus/decoder.go rename to src/runtime/vendor/github.com/godbus/dbus/decoder.go diff --git a/vendor/github.com/godbus/dbus/default_handler.go b/src/runtime/vendor/github.com/godbus/dbus/default_handler.go similarity index 100% rename from vendor/github.com/godbus/dbus/default_handler.go rename to src/runtime/vendor/github.com/godbus/dbus/default_handler.go diff --git a/vendor/github.com/godbus/dbus/doc.go b/src/runtime/vendor/github.com/godbus/dbus/doc.go similarity index 100% rename from vendor/github.com/godbus/dbus/doc.go rename to src/runtime/vendor/github.com/godbus/dbus/doc.go diff --git a/vendor/github.com/godbus/dbus/encoder.go b/src/runtime/vendor/github.com/godbus/dbus/encoder.go similarity index 100% rename from vendor/github.com/godbus/dbus/encoder.go rename to src/runtime/vendor/github.com/godbus/dbus/encoder.go diff --git a/vendor/github.com/godbus/dbus/export.go b/src/runtime/vendor/github.com/godbus/dbus/export.go similarity index 100% rename from vendor/github.com/godbus/dbus/export.go rename to src/runtime/vendor/github.com/godbus/dbus/export.go diff --git a/vendor/github.com/godbus/dbus/homedir.go b/src/runtime/vendor/github.com/godbus/dbus/homedir.go similarity index 100% rename from vendor/github.com/godbus/dbus/homedir.go rename to src/runtime/vendor/github.com/godbus/dbus/homedir.go diff --git a/vendor/github.com/godbus/dbus/homedir_dynamic.go b/src/runtime/vendor/github.com/godbus/dbus/homedir_dynamic.go similarity index 100% rename from vendor/github.com/godbus/dbus/homedir_dynamic.go rename to src/runtime/vendor/github.com/godbus/dbus/homedir_dynamic.go diff --git a/vendor/github.com/godbus/dbus/homedir_static.go b/src/runtime/vendor/github.com/godbus/dbus/homedir_static.go similarity index 100% rename from vendor/github.com/godbus/dbus/homedir_static.go rename to src/runtime/vendor/github.com/godbus/dbus/homedir_static.go diff --git a/vendor/github.com/godbus/dbus/message.go b/src/runtime/vendor/github.com/godbus/dbus/message.go similarity index 100% rename from vendor/github.com/godbus/dbus/message.go rename to src/runtime/vendor/github.com/godbus/dbus/message.go diff --git a/vendor/github.com/godbus/dbus/object.go b/src/runtime/vendor/github.com/godbus/dbus/object.go similarity index 100% rename from vendor/github.com/godbus/dbus/object.go rename to src/runtime/vendor/github.com/godbus/dbus/object.go diff --git a/vendor/github.com/godbus/dbus/server_interfaces.go b/src/runtime/vendor/github.com/godbus/dbus/server_interfaces.go similarity index 100% rename from vendor/github.com/godbus/dbus/server_interfaces.go rename to src/runtime/vendor/github.com/godbus/dbus/server_interfaces.go diff --git a/vendor/github.com/godbus/dbus/sig.go b/src/runtime/vendor/github.com/godbus/dbus/sig.go similarity index 100% rename from vendor/github.com/godbus/dbus/sig.go rename to src/runtime/vendor/github.com/godbus/dbus/sig.go diff --git a/vendor/github.com/godbus/dbus/transport_darwin.go b/src/runtime/vendor/github.com/godbus/dbus/transport_darwin.go similarity index 100% rename from vendor/github.com/godbus/dbus/transport_darwin.go rename to src/runtime/vendor/github.com/godbus/dbus/transport_darwin.go diff --git a/vendor/github.com/godbus/dbus/transport_generic.go b/src/runtime/vendor/github.com/godbus/dbus/transport_generic.go similarity index 100% rename from vendor/github.com/godbus/dbus/transport_generic.go rename to src/runtime/vendor/github.com/godbus/dbus/transport_generic.go diff --git a/vendor/github.com/godbus/dbus/transport_nonce_tcp.go b/src/runtime/vendor/github.com/godbus/dbus/transport_nonce_tcp.go similarity index 100% rename from vendor/github.com/godbus/dbus/transport_nonce_tcp.go rename to src/runtime/vendor/github.com/godbus/dbus/transport_nonce_tcp.go diff --git a/vendor/github.com/godbus/dbus/transport_tcp.go b/src/runtime/vendor/github.com/godbus/dbus/transport_tcp.go similarity index 100% rename from vendor/github.com/godbus/dbus/transport_tcp.go rename to src/runtime/vendor/github.com/godbus/dbus/transport_tcp.go diff --git a/vendor/github.com/godbus/dbus/transport_unix.go b/src/runtime/vendor/github.com/godbus/dbus/transport_unix.go similarity index 100% rename from vendor/github.com/godbus/dbus/transport_unix.go rename to src/runtime/vendor/github.com/godbus/dbus/transport_unix.go diff --git a/vendor/github.com/godbus/dbus/transport_unixcred_dragonfly.go b/src/runtime/vendor/github.com/godbus/dbus/transport_unixcred_dragonfly.go similarity index 100% rename from vendor/github.com/godbus/dbus/transport_unixcred_dragonfly.go rename to src/runtime/vendor/github.com/godbus/dbus/transport_unixcred_dragonfly.go diff --git a/vendor/github.com/godbus/dbus/transport_unixcred_freebsd.go b/src/runtime/vendor/github.com/godbus/dbus/transport_unixcred_freebsd.go similarity index 100% rename from vendor/github.com/godbus/dbus/transport_unixcred_freebsd.go rename to src/runtime/vendor/github.com/godbus/dbus/transport_unixcred_freebsd.go diff --git a/vendor/github.com/godbus/dbus/transport_unixcred_linux.go b/src/runtime/vendor/github.com/godbus/dbus/transport_unixcred_linux.go similarity index 100% rename from vendor/github.com/godbus/dbus/transport_unixcred_linux.go rename to src/runtime/vendor/github.com/godbus/dbus/transport_unixcred_linux.go diff --git a/vendor/github.com/godbus/dbus/transport_unixcred_openbsd.go b/src/runtime/vendor/github.com/godbus/dbus/transport_unixcred_openbsd.go similarity index 100% rename from vendor/github.com/godbus/dbus/transport_unixcred_openbsd.go rename to src/runtime/vendor/github.com/godbus/dbus/transport_unixcred_openbsd.go diff --git a/vendor/github.com/godbus/dbus/variant.go b/src/runtime/vendor/github.com/godbus/dbus/variant.go similarity index 100% rename from vendor/github.com/godbus/dbus/variant.go rename to src/runtime/vendor/github.com/godbus/dbus/variant.go diff --git a/vendor/github.com/godbus/dbus/variant_lexer.go b/src/runtime/vendor/github.com/godbus/dbus/variant_lexer.go similarity index 100% rename from vendor/github.com/godbus/dbus/variant_lexer.go rename to src/runtime/vendor/github.com/godbus/dbus/variant_lexer.go diff --git a/vendor/github.com/godbus/dbus/variant_parser.go b/src/runtime/vendor/github.com/godbus/dbus/variant_parser.go similarity index 100% rename from vendor/github.com/godbus/dbus/variant_parser.go rename to src/runtime/vendor/github.com/godbus/dbus/variant_parser.go diff --git a/vendor/github.com/gogo/protobuf/AUTHORS b/src/runtime/vendor/github.com/gogo/protobuf/AUTHORS similarity index 100% rename from vendor/github.com/gogo/protobuf/AUTHORS rename to src/runtime/vendor/github.com/gogo/protobuf/AUTHORS diff --git a/vendor/github.com/gogo/protobuf/CONTRIBUTORS b/src/runtime/vendor/github.com/gogo/protobuf/CONTRIBUTORS similarity index 100% rename from vendor/github.com/gogo/protobuf/CONTRIBUTORS rename to src/runtime/vendor/github.com/gogo/protobuf/CONTRIBUTORS diff --git a/vendor/github.com/gogo/protobuf/GOLANG_CONTRIBUTORS b/src/runtime/vendor/github.com/gogo/protobuf/GOLANG_CONTRIBUTORS similarity index 100% rename from vendor/github.com/gogo/protobuf/GOLANG_CONTRIBUTORS rename to src/runtime/vendor/github.com/gogo/protobuf/GOLANG_CONTRIBUTORS diff --git a/vendor/github.com/gogo/protobuf/LICENSE b/src/runtime/vendor/github.com/gogo/protobuf/LICENSE similarity index 100% rename from vendor/github.com/gogo/protobuf/LICENSE rename to src/runtime/vendor/github.com/gogo/protobuf/LICENSE diff --git a/vendor/github.com/gogo/protobuf/gogoproto/doc.go b/src/runtime/vendor/github.com/gogo/protobuf/gogoproto/doc.go similarity index 100% rename from vendor/github.com/gogo/protobuf/gogoproto/doc.go rename to src/runtime/vendor/github.com/gogo/protobuf/gogoproto/doc.go diff --git a/vendor/github.com/gogo/protobuf/gogoproto/gogo.pb.go b/src/runtime/vendor/github.com/gogo/protobuf/gogoproto/gogo.pb.go similarity index 100% rename from vendor/github.com/gogo/protobuf/gogoproto/gogo.pb.go rename to src/runtime/vendor/github.com/gogo/protobuf/gogoproto/gogo.pb.go diff --git a/vendor/github.com/gogo/protobuf/gogoproto/helper.go b/src/runtime/vendor/github.com/gogo/protobuf/gogoproto/helper.go similarity index 100% rename from vendor/github.com/gogo/protobuf/gogoproto/helper.go rename to src/runtime/vendor/github.com/gogo/protobuf/gogoproto/helper.go diff --git a/vendor/github.com/gogo/protobuf/proto/clone.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/clone.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/clone.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/clone.go diff --git a/vendor/github.com/gogo/protobuf/proto/custom_gogo.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/custom_gogo.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/custom_gogo.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/custom_gogo.go diff --git a/vendor/github.com/gogo/protobuf/proto/decode.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/decode.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/decode.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/decode.go diff --git a/vendor/github.com/gogo/protobuf/proto/discard.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/discard.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/discard.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/discard.go diff --git a/vendor/github.com/gogo/protobuf/proto/duration.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/duration.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/duration.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/duration.go diff --git a/vendor/github.com/gogo/protobuf/proto/duration_gogo.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/duration_gogo.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/duration_gogo.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/duration_gogo.go diff --git a/vendor/github.com/gogo/protobuf/proto/encode.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/encode.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/encode.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/encode.go diff --git a/vendor/github.com/gogo/protobuf/proto/encode_gogo.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/encode_gogo.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/encode_gogo.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/encode_gogo.go diff --git a/vendor/github.com/gogo/protobuf/proto/equal.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/equal.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/equal.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/equal.go diff --git a/vendor/github.com/gogo/protobuf/proto/extensions.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/extensions.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/extensions.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/extensions.go diff --git a/vendor/github.com/gogo/protobuf/proto/extensions_gogo.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/extensions_gogo.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/extensions_gogo.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/extensions_gogo.go diff --git a/vendor/github.com/gogo/protobuf/proto/lib.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/lib.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/lib.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/lib.go diff --git a/vendor/github.com/gogo/protobuf/proto/lib_gogo.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/lib_gogo.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/lib_gogo.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/lib_gogo.go diff --git a/vendor/github.com/gogo/protobuf/proto/message_set.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/message_set.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/message_set.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/message_set.go diff --git a/vendor/github.com/gogo/protobuf/proto/pointer_reflect.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/pointer_reflect.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/pointer_reflect.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/pointer_reflect.go diff --git a/vendor/github.com/gogo/protobuf/proto/pointer_reflect_gogo.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/pointer_reflect_gogo.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/pointer_reflect_gogo.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/pointer_reflect_gogo.go diff --git a/vendor/github.com/gogo/protobuf/proto/pointer_unsafe.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/pointer_unsafe.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/pointer_unsafe.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/pointer_unsafe.go diff --git a/vendor/github.com/gogo/protobuf/proto/pointer_unsafe_gogo.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/pointer_unsafe_gogo.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/pointer_unsafe_gogo.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/pointer_unsafe_gogo.go diff --git a/vendor/github.com/gogo/protobuf/proto/properties.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/properties.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/properties.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/properties.go diff --git a/vendor/github.com/gogo/protobuf/proto/properties_gogo.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/properties_gogo.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/properties_gogo.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/properties_gogo.go diff --git a/vendor/github.com/gogo/protobuf/proto/skip_gogo.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/skip_gogo.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/skip_gogo.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/skip_gogo.go diff --git a/vendor/github.com/gogo/protobuf/proto/table_marshal.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/table_marshal.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/table_marshal.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/table_marshal.go diff --git a/vendor/github.com/gogo/protobuf/proto/table_marshal_gogo.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/table_marshal_gogo.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/table_marshal_gogo.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/table_marshal_gogo.go diff --git a/vendor/github.com/gogo/protobuf/proto/table_merge.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/table_merge.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/table_merge.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/table_merge.go diff --git a/vendor/github.com/gogo/protobuf/proto/table_unmarshal.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/table_unmarshal.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/table_unmarshal.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/table_unmarshal.go diff --git a/vendor/github.com/gogo/protobuf/proto/table_unmarshal_gogo.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/table_unmarshal_gogo.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/table_unmarshal_gogo.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/table_unmarshal_gogo.go diff --git a/vendor/github.com/gogo/protobuf/proto/text.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/text.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/text.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/text.go diff --git a/vendor/github.com/gogo/protobuf/proto/text_gogo.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/text_gogo.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/text_gogo.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/text_gogo.go diff --git a/vendor/github.com/gogo/protobuf/proto/text_parser.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/text_parser.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/text_parser.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/text_parser.go diff --git a/vendor/github.com/gogo/protobuf/proto/timestamp.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/timestamp.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/timestamp.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/timestamp.go diff --git a/vendor/github.com/gogo/protobuf/proto/timestamp_gogo.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/timestamp_gogo.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/timestamp_gogo.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/timestamp_gogo.go diff --git a/vendor/github.com/gogo/protobuf/proto/wrappers.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/wrappers.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/wrappers.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/wrappers.go diff --git a/vendor/github.com/gogo/protobuf/proto/wrappers_gogo.go b/src/runtime/vendor/github.com/gogo/protobuf/proto/wrappers_gogo.go similarity index 100% rename from vendor/github.com/gogo/protobuf/proto/wrappers_gogo.go rename to src/runtime/vendor/github.com/gogo/protobuf/proto/wrappers_gogo.go diff --git a/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor.go b/src/runtime/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor.go similarity index 100% rename from vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor.go rename to src/runtime/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor.go diff --git a/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor.pb.go b/src/runtime/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor.pb.go similarity index 100% rename from vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor.pb.go rename to src/runtime/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor.pb.go diff --git a/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor_gostring.gen.go b/src/runtime/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor_gostring.gen.go similarity index 100% rename from vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor_gostring.gen.go rename to src/runtime/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/descriptor_gostring.gen.go diff --git a/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/helper.go b/src/runtime/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/helper.go similarity index 100% rename from vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/helper.go rename to src/runtime/vendor/github.com/gogo/protobuf/protoc-gen-gogo/descriptor/helper.go diff --git a/vendor/github.com/gogo/protobuf/sortkeys/sortkeys.go b/src/runtime/vendor/github.com/gogo/protobuf/sortkeys/sortkeys.go similarity index 100% rename from vendor/github.com/gogo/protobuf/sortkeys/sortkeys.go rename to src/runtime/vendor/github.com/gogo/protobuf/sortkeys/sortkeys.go diff --git a/vendor/github.com/gogo/protobuf/types/any.go b/src/runtime/vendor/github.com/gogo/protobuf/types/any.go similarity index 100% rename from vendor/github.com/gogo/protobuf/types/any.go rename to src/runtime/vendor/github.com/gogo/protobuf/types/any.go diff --git a/vendor/github.com/gogo/protobuf/types/any.pb.go b/src/runtime/vendor/github.com/gogo/protobuf/types/any.pb.go similarity index 100% rename from vendor/github.com/gogo/protobuf/types/any.pb.go rename to src/runtime/vendor/github.com/gogo/protobuf/types/any.pb.go diff --git a/vendor/github.com/gogo/protobuf/types/api.pb.go b/src/runtime/vendor/github.com/gogo/protobuf/types/api.pb.go similarity index 100% rename from vendor/github.com/gogo/protobuf/types/api.pb.go rename to src/runtime/vendor/github.com/gogo/protobuf/types/api.pb.go diff --git a/vendor/github.com/gogo/protobuf/types/doc.go b/src/runtime/vendor/github.com/gogo/protobuf/types/doc.go similarity index 100% rename from vendor/github.com/gogo/protobuf/types/doc.go rename to src/runtime/vendor/github.com/gogo/protobuf/types/doc.go diff --git a/vendor/github.com/gogo/protobuf/types/duration.go b/src/runtime/vendor/github.com/gogo/protobuf/types/duration.go similarity index 100% rename from vendor/github.com/gogo/protobuf/types/duration.go rename to src/runtime/vendor/github.com/gogo/protobuf/types/duration.go diff --git a/vendor/github.com/gogo/protobuf/types/duration.pb.go b/src/runtime/vendor/github.com/gogo/protobuf/types/duration.pb.go similarity index 100% rename from vendor/github.com/gogo/protobuf/types/duration.pb.go rename to src/runtime/vendor/github.com/gogo/protobuf/types/duration.pb.go diff --git a/vendor/github.com/gogo/protobuf/types/duration_gogo.go b/src/runtime/vendor/github.com/gogo/protobuf/types/duration_gogo.go similarity index 100% rename from vendor/github.com/gogo/protobuf/types/duration_gogo.go rename to src/runtime/vendor/github.com/gogo/protobuf/types/duration_gogo.go diff --git a/vendor/github.com/gogo/protobuf/types/empty.pb.go b/src/runtime/vendor/github.com/gogo/protobuf/types/empty.pb.go similarity index 100% rename from vendor/github.com/gogo/protobuf/types/empty.pb.go rename to src/runtime/vendor/github.com/gogo/protobuf/types/empty.pb.go diff --git a/vendor/github.com/gogo/protobuf/types/field_mask.pb.go b/src/runtime/vendor/github.com/gogo/protobuf/types/field_mask.pb.go similarity index 100% rename from vendor/github.com/gogo/protobuf/types/field_mask.pb.go rename to src/runtime/vendor/github.com/gogo/protobuf/types/field_mask.pb.go diff --git a/vendor/github.com/gogo/protobuf/types/protosize.go b/src/runtime/vendor/github.com/gogo/protobuf/types/protosize.go similarity index 100% rename from vendor/github.com/gogo/protobuf/types/protosize.go rename to src/runtime/vendor/github.com/gogo/protobuf/types/protosize.go diff --git a/vendor/github.com/gogo/protobuf/types/source_context.pb.go b/src/runtime/vendor/github.com/gogo/protobuf/types/source_context.pb.go similarity index 100% rename from vendor/github.com/gogo/protobuf/types/source_context.pb.go rename to src/runtime/vendor/github.com/gogo/protobuf/types/source_context.pb.go diff --git a/vendor/github.com/gogo/protobuf/types/struct.pb.go b/src/runtime/vendor/github.com/gogo/protobuf/types/struct.pb.go similarity index 100% rename from vendor/github.com/gogo/protobuf/types/struct.pb.go rename to src/runtime/vendor/github.com/gogo/protobuf/types/struct.pb.go diff --git a/vendor/github.com/gogo/protobuf/types/timestamp.go b/src/runtime/vendor/github.com/gogo/protobuf/types/timestamp.go similarity index 100% rename from vendor/github.com/gogo/protobuf/types/timestamp.go rename to src/runtime/vendor/github.com/gogo/protobuf/types/timestamp.go diff --git a/vendor/github.com/gogo/protobuf/types/timestamp.pb.go b/src/runtime/vendor/github.com/gogo/protobuf/types/timestamp.pb.go similarity index 100% rename from vendor/github.com/gogo/protobuf/types/timestamp.pb.go rename to src/runtime/vendor/github.com/gogo/protobuf/types/timestamp.pb.go diff --git a/vendor/github.com/gogo/protobuf/types/timestamp_gogo.go b/src/runtime/vendor/github.com/gogo/protobuf/types/timestamp_gogo.go similarity index 100% rename from vendor/github.com/gogo/protobuf/types/timestamp_gogo.go rename to src/runtime/vendor/github.com/gogo/protobuf/types/timestamp_gogo.go diff --git a/vendor/github.com/gogo/protobuf/types/type.pb.go b/src/runtime/vendor/github.com/gogo/protobuf/types/type.pb.go similarity index 100% rename from vendor/github.com/gogo/protobuf/types/type.pb.go rename to src/runtime/vendor/github.com/gogo/protobuf/types/type.pb.go diff --git a/vendor/github.com/gogo/protobuf/types/wrappers.pb.go b/src/runtime/vendor/github.com/gogo/protobuf/types/wrappers.pb.go similarity index 100% rename from vendor/github.com/gogo/protobuf/types/wrappers.pb.go rename to src/runtime/vendor/github.com/gogo/protobuf/types/wrappers.pb.go diff --git a/vendor/github.com/gogo/protobuf/types/wrappers_gogo.go b/src/runtime/vendor/github.com/gogo/protobuf/types/wrappers_gogo.go similarity index 100% rename from vendor/github.com/gogo/protobuf/types/wrappers_gogo.go rename to src/runtime/vendor/github.com/gogo/protobuf/types/wrappers_gogo.go diff --git a/vendor/github.com/golang/protobuf/AUTHORS b/src/runtime/vendor/github.com/golang/protobuf/AUTHORS similarity index 100% rename from vendor/github.com/golang/protobuf/AUTHORS rename to src/runtime/vendor/github.com/golang/protobuf/AUTHORS diff --git a/vendor/github.com/golang/protobuf/CONTRIBUTORS b/src/runtime/vendor/github.com/golang/protobuf/CONTRIBUTORS similarity index 100% rename from vendor/github.com/golang/protobuf/CONTRIBUTORS rename to src/runtime/vendor/github.com/golang/protobuf/CONTRIBUTORS diff --git a/vendor/github.com/golang/protobuf/LICENSE b/src/runtime/vendor/github.com/golang/protobuf/LICENSE similarity index 100% rename from vendor/github.com/golang/protobuf/LICENSE rename to src/runtime/vendor/github.com/golang/protobuf/LICENSE diff --git a/vendor/github.com/golang/protobuf/proto/clone.go b/src/runtime/vendor/github.com/golang/protobuf/proto/clone.go similarity index 100% rename from vendor/github.com/golang/protobuf/proto/clone.go rename to src/runtime/vendor/github.com/golang/protobuf/proto/clone.go diff --git a/vendor/github.com/golang/protobuf/proto/decode.go b/src/runtime/vendor/github.com/golang/protobuf/proto/decode.go similarity index 100% rename from vendor/github.com/golang/protobuf/proto/decode.go rename to src/runtime/vendor/github.com/golang/protobuf/proto/decode.go diff --git a/vendor/github.com/golang/protobuf/proto/deprecated.go b/src/runtime/vendor/github.com/golang/protobuf/proto/deprecated.go similarity index 100% rename from vendor/github.com/golang/protobuf/proto/deprecated.go rename to src/runtime/vendor/github.com/golang/protobuf/proto/deprecated.go diff --git a/vendor/github.com/golang/protobuf/proto/discard.go b/src/runtime/vendor/github.com/golang/protobuf/proto/discard.go similarity index 100% rename from vendor/github.com/golang/protobuf/proto/discard.go rename to src/runtime/vendor/github.com/golang/protobuf/proto/discard.go diff --git a/vendor/github.com/golang/protobuf/proto/encode.go b/src/runtime/vendor/github.com/golang/protobuf/proto/encode.go similarity index 100% rename from vendor/github.com/golang/protobuf/proto/encode.go rename to src/runtime/vendor/github.com/golang/protobuf/proto/encode.go diff --git a/vendor/github.com/golang/protobuf/proto/equal.go b/src/runtime/vendor/github.com/golang/protobuf/proto/equal.go similarity index 100% rename from vendor/github.com/golang/protobuf/proto/equal.go rename to src/runtime/vendor/github.com/golang/protobuf/proto/equal.go diff --git a/vendor/github.com/golang/protobuf/proto/extensions.go b/src/runtime/vendor/github.com/golang/protobuf/proto/extensions.go similarity index 100% rename from vendor/github.com/golang/protobuf/proto/extensions.go rename to src/runtime/vendor/github.com/golang/protobuf/proto/extensions.go diff --git a/vendor/github.com/golang/protobuf/proto/lib.go b/src/runtime/vendor/github.com/golang/protobuf/proto/lib.go similarity index 100% rename from vendor/github.com/golang/protobuf/proto/lib.go rename to src/runtime/vendor/github.com/golang/protobuf/proto/lib.go diff --git a/vendor/github.com/golang/protobuf/proto/message_set.go b/src/runtime/vendor/github.com/golang/protobuf/proto/message_set.go similarity index 100% rename from vendor/github.com/golang/protobuf/proto/message_set.go rename to src/runtime/vendor/github.com/golang/protobuf/proto/message_set.go diff --git a/vendor/github.com/golang/protobuf/proto/pointer_reflect.go b/src/runtime/vendor/github.com/golang/protobuf/proto/pointer_reflect.go similarity index 100% rename from vendor/github.com/golang/protobuf/proto/pointer_reflect.go rename to src/runtime/vendor/github.com/golang/protobuf/proto/pointer_reflect.go diff --git a/vendor/github.com/golang/protobuf/proto/pointer_unsafe.go b/src/runtime/vendor/github.com/golang/protobuf/proto/pointer_unsafe.go similarity index 100% rename from vendor/github.com/golang/protobuf/proto/pointer_unsafe.go rename to src/runtime/vendor/github.com/golang/protobuf/proto/pointer_unsafe.go diff --git a/vendor/github.com/golang/protobuf/proto/properties.go b/src/runtime/vendor/github.com/golang/protobuf/proto/properties.go similarity index 100% rename from vendor/github.com/golang/protobuf/proto/properties.go rename to src/runtime/vendor/github.com/golang/protobuf/proto/properties.go diff --git a/vendor/github.com/golang/protobuf/proto/table_marshal.go b/src/runtime/vendor/github.com/golang/protobuf/proto/table_marshal.go similarity index 100% rename from vendor/github.com/golang/protobuf/proto/table_marshal.go rename to src/runtime/vendor/github.com/golang/protobuf/proto/table_marshal.go diff --git a/vendor/github.com/golang/protobuf/proto/table_merge.go b/src/runtime/vendor/github.com/golang/protobuf/proto/table_merge.go similarity index 100% rename from vendor/github.com/golang/protobuf/proto/table_merge.go rename to src/runtime/vendor/github.com/golang/protobuf/proto/table_merge.go diff --git a/vendor/github.com/golang/protobuf/proto/table_unmarshal.go b/src/runtime/vendor/github.com/golang/protobuf/proto/table_unmarshal.go similarity index 100% rename from vendor/github.com/golang/protobuf/proto/table_unmarshal.go rename to src/runtime/vendor/github.com/golang/protobuf/proto/table_unmarshal.go diff --git a/vendor/github.com/golang/protobuf/proto/text.go b/src/runtime/vendor/github.com/golang/protobuf/proto/text.go similarity index 100% rename from vendor/github.com/golang/protobuf/proto/text.go rename to src/runtime/vendor/github.com/golang/protobuf/proto/text.go diff --git a/vendor/github.com/golang/protobuf/proto/text_parser.go b/src/runtime/vendor/github.com/golang/protobuf/proto/text_parser.go similarity index 100% rename from vendor/github.com/golang/protobuf/proto/text_parser.go rename to src/runtime/vendor/github.com/golang/protobuf/proto/text_parser.go diff --git a/vendor/github.com/golang/protobuf/ptypes/any.go b/src/runtime/vendor/github.com/golang/protobuf/ptypes/any.go similarity index 100% rename from vendor/github.com/golang/protobuf/ptypes/any.go rename to src/runtime/vendor/github.com/golang/protobuf/ptypes/any.go diff --git a/vendor/github.com/golang/protobuf/ptypes/any/any.pb.go b/src/runtime/vendor/github.com/golang/protobuf/ptypes/any/any.pb.go similarity index 100% rename from vendor/github.com/golang/protobuf/ptypes/any/any.pb.go rename to src/runtime/vendor/github.com/golang/protobuf/ptypes/any/any.pb.go diff --git a/vendor/github.com/golang/protobuf/ptypes/doc.go b/src/runtime/vendor/github.com/golang/protobuf/ptypes/doc.go similarity index 100% rename from vendor/github.com/golang/protobuf/ptypes/doc.go rename to src/runtime/vendor/github.com/golang/protobuf/ptypes/doc.go diff --git a/vendor/github.com/golang/protobuf/ptypes/duration.go b/src/runtime/vendor/github.com/golang/protobuf/ptypes/duration.go similarity index 100% rename from vendor/github.com/golang/protobuf/ptypes/duration.go rename to src/runtime/vendor/github.com/golang/protobuf/ptypes/duration.go diff --git a/vendor/github.com/golang/protobuf/ptypes/duration/duration.pb.go b/src/runtime/vendor/github.com/golang/protobuf/ptypes/duration/duration.pb.go similarity index 100% rename from vendor/github.com/golang/protobuf/ptypes/duration/duration.pb.go rename to src/runtime/vendor/github.com/golang/protobuf/ptypes/duration/duration.pb.go diff --git a/vendor/github.com/golang/protobuf/ptypes/timestamp.go b/src/runtime/vendor/github.com/golang/protobuf/ptypes/timestamp.go similarity index 100% rename from vendor/github.com/golang/protobuf/ptypes/timestamp.go rename to src/runtime/vendor/github.com/golang/protobuf/ptypes/timestamp.go diff --git a/vendor/github.com/golang/protobuf/ptypes/timestamp/timestamp.pb.go b/src/runtime/vendor/github.com/golang/protobuf/ptypes/timestamp/timestamp.pb.go similarity index 100% rename from vendor/github.com/golang/protobuf/ptypes/timestamp/timestamp.pb.go rename to src/runtime/vendor/github.com/golang/protobuf/ptypes/timestamp/timestamp.pb.go diff --git a/vendor/github.com/grpc-ecosystem/grpc-opentracing/LICENSE b/src/runtime/vendor/github.com/grpc-ecosystem/grpc-opentracing/LICENSE similarity index 100% rename from vendor/github.com/grpc-ecosystem/grpc-opentracing/LICENSE rename to src/runtime/vendor/github.com/grpc-ecosystem/grpc-opentracing/LICENSE diff --git a/vendor/github.com/grpc-ecosystem/grpc-opentracing/PATENTS b/src/runtime/vendor/github.com/grpc-ecosystem/grpc-opentracing/PATENTS similarity index 100% rename from vendor/github.com/grpc-ecosystem/grpc-opentracing/PATENTS rename to src/runtime/vendor/github.com/grpc-ecosystem/grpc-opentracing/PATENTS diff --git a/vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/client.go b/src/runtime/vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/client.go similarity index 100% rename from vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/client.go rename to src/runtime/vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/client.go diff --git a/vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/errors.go b/src/runtime/vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/errors.go similarity index 100% rename from vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/errors.go rename to src/runtime/vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/errors.go diff --git a/vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/options.go b/src/runtime/vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/options.go similarity index 100% rename from vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/options.go rename to src/runtime/vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/options.go diff --git a/vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/package.go b/src/runtime/vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/package.go similarity index 100% rename from vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/package.go rename to src/runtime/vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/package.go diff --git a/vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/server.go b/src/runtime/vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/server.go similarity index 100% rename from vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/server.go rename to src/runtime/vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/server.go diff --git a/vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/shared.go b/src/runtime/vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/shared.go similarity index 100% rename from vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/shared.go rename to src/runtime/vendor/github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc/shared.go diff --git a/vendor/github.com/hashicorp/errwrap/LICENSE b/src/runtime/vendor/github.com/hashicorp/errwrap/LICENSE similarity index 100% rename from vendor/github.com/hashicorp/errwrap/LICENSE rename to src/runtime/vendor/github.com/hashicorp/errwrap/LICENSE diff --git a/vendor/github.com/hashicorp/errwrap/errwrap.go b/src/runtime/vendor/github.com/hashicorp/errwrap/errwrap.go similarity index 100% rename from vendor/github.com/hashicorp/errwrap/errwrap.go rename to src/runtime/vendor/github.com/hashicorp/errwrap/errwrap.go diff --git a/vendor/github.com/hashicorp/go-multierror/LICENSE b/src/runtime/vendor/github.com/hashicorp/go-multierror/LICENSE similarity index 100% rename from vendor/github.com/hashicorp/go-multierror/LICENSE rename to src/runtime/vendor/github.com/hashicorp/go-multierror/LICENSE diff --git a/vendor/github.com/hashicorp/go-multierror/append.go b/src/runtime/vendor/github.com/hashicorp/go-multierror/append.go similarity index 100% rename from vendor/github.com/hashicorp/go-multierror/append.go rename to src/runtime/vendor/github.com/hashicorp/go-multierror/append.go diff --git a/vendor/github.com/hashicorp/go-multierror/flatten.go b/src/runtime/vendor/github.com/hashicorp/go-multierror/flatten.go similarity index 100% rename from vendor/github.com/hashicorp/go-multierror/flatten.go rename to src/runtime/vendor/github.com/hashicorp/go-multierror/flatten.go diff --git a/vendor/github.com/hashicorp/go-multierror/format.go b/src/runtime/vendor/github.com/hashicorp/go-multierror/format.go similarity index 100% rename from vendor/github.com/hashicorp/go-multierror/format.go rename to src/runtime/vendor/github.com/hashicorp/go-multierror/format.go diff --git a/vendor/github.com/hashicorp/go-multierror/multierror.go b/src/runtime/vendor/github.com/hashicorp/go-multierror/multierror.go similarity index 100% rename from vendor/github.com/hashicorp/go-multierror/multierror.go rename to src/runtime/vendor/github.com/hashicorp/go-multierror/multierror.go diff --git a/vendor/github.com/hashicorp/go-multierror/prefix.go b/src/runtime/vendor/github.com/hashicorp/go-multierror/prefix.go similarity index 100% rename from vendor/github.com/hashicorp/go-multierror/prefix.go rename to src/runtime/vendor/github.com/hashicorp/go-multierror/prefix.go diff --git a/vendor/github.com/hashicorp/go-multierror/sort.go b/src/runtime/vendor/github.com/hashicorp/go-multierror/sort.go similarity index 100% rename from vendor/github.com/hashicorp/go-multierror/sort.go rename to src/runtime/vendor/github.com/hashicorp/go-multierror/sort.go diff --git a/vendor/github.com/hashicorp/yamux/LICENSE b/src/runtime/vendor/github.com/hashicorp/yamux/LICENSE similarity index 100% rename from vendor/github.com/hashicorp/yamux/LICENSE rename to src/runtime/vendor/github.com/hashicorp/yamux/LICENSE diff --git a/vendor/github.com/hashicorp/yamux/addr.go b/src/runtime/vendor/github.com/hashicorp/yamux/addr.go similarity index 100% rename from vendor/github.com/hashicorp/yamux/addr.go rename to src/runtime/vendor/github.com/hashicorp/yamux/addr.go diff --git a/vendor/github.com/hashicorp/yamux/const.go b/src/runtime/vendor/github.com/hashicorp/yamux/const.go similarity index 100% rename from vendor/github.com/hashicorp/yamux/const.go rename to src/runtime/vendor/github.com/hashicorp/yamux/const.go diff --git a/vendor/github.com/hashicorp/yamux/mux.go b/src/runtime/vendor/github.com/hashicorp/yamux/mux.go similarity index 100% rename from vendor/github.com/hashicorp/yamux/mux.go rename to src/runtime/vendor/github.com/hashicorp/yamux/mux.go diff --git a/vendor/github.com/hashicorp/yamux/session.go b/src/runtime/vendor/github.com/hashicorp/yamux/session.go similarity index 100% rename from vendor/github.com/hashicorp/yamux/session.go rename to src/runtime/vendor/github.com/hashicorp/yamux/session.go diff --git a/vendor/github.com/hashicorp/yamux/stream.go b/src/runtime/vendor/github.com/hashicorp/yamux/stream.go similarity index 100% rename from vendor/github.com/hashicorp/yamux/stream.go rename to src/runtime/vendor/github.com/hashicorp/yamux/stream.go diff --git a/vendor/github.com/hashicorp/yamux/util.go b/src/runtime/vendor/github.com/hashicorp/yamux/util.go similarity index 100% rename from vendor/github.com/hashicorp/yamux/util.go rename to src/runtime/vendor/github.com/hashicorp/yamux/util.go diff --git a/vendor/github.com/intel/govmm/CONTRIBUTORS.md b/src/runtime/vendor/github.com/intel/govmm/CONTRIBUTORS.md similarity index 100% rename from vendor/github.com/intel/govmm/CONTRIBUTORS.md rename to src/runtime/vendor/github.com/intel/govmm/CONTRIBUTORS.md diff --git a/vendor/github.com/intel/govmm/COPYING b/src/runtime/vendor/github.com/intel/govmm/COPYING similarity index 100% rename from vendor/github.com/intel/govmm/COPYING rename to src/runtime/vendor/github.com/intel/govmm/COPYING diff --git a/vendor/github.com/intel/govmm/qemu/image.go b/src/runtime/vendor/github.com/intel/govmm/qemu/image.go similarity index 100% rename from vendor/github.com/intel/govmm/qemu/image.go rename to src/runtime/vendor/github.com/intel/govmm/qemu/image.go diff --git a/vendor/github.com/intel/govmm/qemu/qemu.go b/src/runtime/vendor/github.com/intel/govmm/qemu/qemu.go similarity index 100% rename from vendor/github.com/intel/govmm/qemu/qemu.go rename to src/runtime/vendor/github.com/intel/govmm/qemu/qemu.go diff --git a/vendor/github.com/intel/govmm/qemu/qmp.go b/src/runtime/vendor/github.com/intel/govmm/qemu/qmp.go similarity index 100% rename from vendor/github.com/intel/govmm/qemu/qmp.go rename to src/runtime/vendor/github.com/intel/govmm/qemu/qmp.go diff --git a/vendor/github.com/kata-containers/agent/LICENSE b/src/runtime/vendor/github.com/kata-containers/agent/LICENSE similarity index 100% rename from vendor/github.com/kata-containers/agent/LICENSE rename to src/runtime/vendor/github.com/kata-containers/agent/LICENSE diff --git a/vendor/github.com/kata-containers/agent/pkg/types/types.pb.go b/src/runtime/vendor/github.com/kata-containers/agent/pkg/types/types.pb.go similarity index 100% rename from vendor/github.com/kata-containers/agent/pkg/types/types.pb.go rename to src/runtime/vendor/github.com/kata-containers/agent/pkg/types/types.pb.go diff --git a/vendor/github.com/kata-containers/agent/protocols/client/client.go b/src/runtime/vendor/github.com/kata-containers/agent/protocols/client/client.go similarity index 100% rename from vendor/github.com/kata-containers/agent/protocols/client/client.go rename to src/runtime/vendor/github.com/kata-containers/agent/protocols/client/client.go diff --git a/vendor/github.com/kata-containers/agent/protocols/grpc/agent.pb.go b/src/runtime/vendor/github.com/kata-containers/agent/protocols/grpc/agent.pb.go similarity index 100% rename from vendor/github.com/kata-containers/agent/protocols/grpc/agent.pb.go rename to src/runtime/vendor/github.com/kata-containers/agent/protocols/grpc/agent.pb.go diff --git a/vendor/github.com/kata-containers/agent/protocols/grpc/health.pb.go b/src/runtime/vendor/github.com/kata-containers/agent/protocols/grpc/health.pb.go similarity index 100% rename from vendor/github.com/kata-containers/agent/protocols/grpc/health.pb.go rename to src/runtime/vendor/github.com/kata-containers/agent/protocols/grpc/health.pb.go diff --git a/vendor/github.com/kata-containers/agent/protocols/grpc/oci.pb.go b/src/runtime/vendor/github.com/kata-containers/agent/protocols/grpc/oci.pb.go similarity index 100% rename from vendor/github.com/kata-containers/agent/protocols/grpc/oci.pb.go rename to src/runtime/vendor/github.com/kata-containers/agent/protocols/grpc/oci.pb.go diff --git a/vendor/github.com/kata-containers/agent/protocols/grpc/utils.go b/src/runtime/vendor/github.com/kata-containers/agent/protocols/grpc/utils.go similarity index 100% rename from vendor/github.com/kata-containers/agent/protocols/grpc/utils.go rename to src/runtime/vendor/github.com/kata-containers/agent/protocols/grpc/utils.go diff --git a/vendor/github.com/kata-containers/agent/protocols/grpc/version.go b/src/runtime/vendor/github.com/kata-containers/agent/protocols/grpc/version.go similarity index 100% rename from vendor/github.com/kata-containers/agent/protocols/grpc/version.go rename to src/runtime/vendor/github.com/kata-containers/agent/protocols/grpc/version.go diff --git a/vendor/github.com/konsorten/go-windows-terminal-sequences/LICENSE b/src/runtime/vendor/github.com/konsorten/go-windows-terminal-sequences/LICENSE similarity index 100% rename from vendor/github.com/konsorten/go-windows-terminal-sequences/LICENSE rename to src/runtime/vendor/github.com/konsorten/go-windows-terminal-sequences/LICENSE diff --git a/vendor/github.com/konsorten/go-windows-terminal-sequences/sequences.go b/src/runtime/vendor/github.com/konsorten/go-windows-terminal-sequences/sequences.go similarity index 100% rename from vendor/github.com/konsorten/go-windows-terminal-sequences/sequences.go rename to src/runtime/vendor/github.com/konsorten/go-windows-terminal-sequences/sequences.go diff --git a/vendor/github.com/konsorten/go-windows-terminal-sequences/sequences_dummy.go b/src/runtime/vendor/github.com/konsorten/go-windows-terminal-sequences/sequences_dummy.go similarity index 100% rename from vendor/github.com/konsorten/go-windows-terminal-sequences/sequences_dummy.go rename to src/runtime/vendor/github.com/konsorten/go-windows-terminal-sequences/sequences_dummy.go diff --git a/vendor/github.com/mailru/easyjson/LICENSE b/src/runtime/vendor/github.com/mailru/easyjson/LICENSE similarity index 100% rename from vendor/github.com/mailru/easyjson/LICENSE rename to src/runtime/vendor/github.com/mailru/easyjson/LICENSE diff --git a/vendor/github.com/mailru/easyjson/buffer/pool.go b/src/runtime/vendor/github.com/mailru/easyjson/buffer/pool.go similarity index 100% rename from vendor/github.com/mailru/easyjson/buffer/pool.go rename to src/runtime/vendor/github.com/mailru/easyjson/buffer/pool.go diff --git a/vendor/github.com/mailru/easyjson/jlexer/bytestostr.go b/src/runtime/vendor/github.com/mailru/easyjson/jlexer/bytestostr.go similarity index 100% rename from vendor/github.com/mailru/easyjson/jlexer/bytestostr.go rename to src/runtime/vendor/github.com/mailru/easyjson/jlexer/bytestostr.go diff --git a/vendor/github.com/mailru/easyjson/jlexer/bytestostr_nounsafe.go b/src/runtime/vendor/github.com/mailru/easyjson/jlexer/bytestostr_nounsafe.go similarity index 100% rename from vendor/github.com/mailru/easyjson/jlexer/bytestostr_nounsafe.go rename to src/runtime/vendor/github.com/mailru/easyjson/jlexer/bytestostr_nounsafe.go diff --git a/vendor/github.com/mailru/easyjson/jlexer/error.go b/src/runtime/vendor/github.com/mailru/easyjson/jlexer/error.go similarity index 100% rename from vendor/github.com/mailru/easyjson/jlexer/error.go rename to src/runtime/vendor/github.com/mailru/easyjson/jlexer/error.go diff --git a/vendor/github.com/mailru/easyjson/jlexer/lexer.go b/src/runtime/vendor/github.com/mailru/easyjson/jlexer/lexer.go similarity index 100% rename from vendor/github.com/mailru/easyjson/jlexer/lexer.go rename to src/runtime/vendor/github.com/mailru/easyjson/jlexer/lexer.go diff --git a/vendor/github.com/mailru/easyjson/jwriter/writer.go b/src/runtime/vendor/github.com/mailru/easyjson/jwriter/writer.go similarity index 100% rename from vendor/github.com/mailru/easyjson/jwriter/writer.go rename to src/runtime/vendor/github.com/mailru/easyjson/jwriter/writer.go diff --git a/vendor/github.com/mdlayher/vsock/LICENSE.md b/src/runtime/vendor/github.com/mdlayher/vsock/LICENSE.md similarity index 100% rename from vendor/github.com/mdlayher/vsock/LICENSE.md rename to src/runtime/vendor/github.com/mdlayher/vsock/LICENSE.md diff --git a/vendor/github.com/mdlayher/vsock/conn_linux.go b/src/runtime/vendor/github.com/mdlayher/vsock/conn_linux.go similarity index 100% rename from vendor/github.com/mdlayher/vsock/conn_linux.go rename to src/runtime/vendor/github.com/mdlayher/vsock/conn_linux.go diff --git a/vendor/github.com/mdlayher/vsock/doc.go b/src/runtime/vendor/github.com/mdlayher/vsock/doc.go similarity index 100% rename from vendor/github.com/mdlayher/vsock/doc.go rename to src/runtime/vendor/github.com/mdlayher/vsock/doc.go diff --git a/vendor/github.com/mdlayher/vsock/fd_linux.go b/src/runtime/vendor/github.com/mdlayher/vsock/fd_linux.go similarity index 100% rename from vendor/github.com/mdlayher/vsock/fd_linux.go rename to src/runtime/vendor/github.com/mdlayher/vsock/fd_linux.go diff --git a/vendor/github.com/mdlayher/vsock/fd_linux_gteq_1.12.go b/src/runtime/vendor/github.com/mdlayher/vsock/fd_linux_gteq_1.12.go similarity index 100% rename from vendor/github.com/mdlayher/vsock/fd_linux_gteq_1.12.go rename to src/runtime/vendor/github.com/mdlayher/vsock/fd_linux_gteq_1.12.go diff --git a/vendor/github.com/mdlayher/vsock/fd_linux_lt_1.12.go b/src/runtime/vendor/github.com/mdlayher/vsock/fd_linux_lt_1.12.go similarity index 100% rename from vendor/github.com/mdlayher/vsock/fd_linux_lt_1.12.go rename to src/runtime/vendor/github.com/mdlayher/vsock/fd_linux_lt_1.12.go diff --git a/vendor/github.com/mdlayher/vsock/goversion_unsupported.go b/src/runtime/vendor/github.com/mdlayher/vsock/goversion_unsupported.go similarity index 100% rename from vendor/github.com/mdlayher/vsock/goversion_unsupported.go rename to src/runtime/vendor/github.com/mdlayher/vsock/goversion_unsupported.go diff --git a/vendor/github.com/mdlayher/vsock/ioctl_linux.go b/src/runtime/vendor/github.com/mdlayher/vsock/ioctl_linux.go similarity index 100% rename from vendor/github.com/mdlayher/vsock/ioctl_linux.go rename to src/runtime/vendor/github.com/mdlayher/vsock/ioctl_linux.go diff --git a/vendor/github.com/mdlayher/vsock/listener_linux.go b/src/runtime/vendor/github.com/mdlayher/vsock/listener_linux.go similarity index 100% rename from vendor/github.com/mdlayher/vsock/listener_linux.go rename to src/runtime/vendor/github.com/mdlayher/vsock/listener_linux.go diff --git a/vendor/github.com/mdlayher/vsock/vsock.go b/src/runtime/vendor/github.com/mdlayher/vsock/vsock.go similarity index 100% rename from vendor/github.com/mdlayher/vsock/vsock.go rename to src/runtime/vendor/github.com/mdlayher/vsock/vsock.go diff --git a/vendor/github.com/mdlayher/vsock/vsock_others.go b/src/runtime/vendor/github.com/mdlayher/vsock/vsock_others.go similarity index 100% rename from vendor/github.com/mdlayher/vsock/vsock_others.go rename to src/runtime/vendor/github.com/mdlayher/vsock/vsock_others.go diff --git a/vendor/github.com/mitchellh/mapstructure/LICENSE b/src/runtime/vendor/github.com/mitchellh/mapstructure/LICENSE similarity index 100% rename from vendor/github.com/mitchellh/mapstructure/LICENSE rename to src/runtime/vendor/github.com/mitchellh/mapstructure/LICENSE diff --git a/vendor/github.com/mitchellh/mapstructure/decode_hooks.go b/src/runtime/vendor/github.com/mitchellh/mapstructure/decode_hooks.go similarity index 100% rename from vendor/github.com/mitchellh/mapstructure/decode_hooks.go rename to src/runtime/vendor/github.com/mitchellh/mapstructure/decode_hooks.go diff --git a/vendor/github.com/mitchellh/mapstructure/error.go b/src/runtime/vendor/github.com/mitchellh/mapstructure/error.go similarity index 100% rename from vendor/github.com/mitchellh/mapstructure/error.go rename to src/runtime/vendor/github.com/mitchellh/mapstructure/error.go diff --git a/vendor/github.com/mitchellh/mapstructure/mapstructure.go b/src/runtime/vendor/github.com/mitchellh/mapstructure/mapstructure.go similarity index 100% rename from vendor/github.com/mitchellh/mapstructure/mapstructure.go rename to src/runtime/vendor/github.com/mitchellh/mapstructure/mapstructure.go diff --git a/vendor/github.com/opencontainers/go-digest/LICENSE.code b/src/runtime/vendor/github.com/opencontainers/go-digest/LICENSE.code similarity index 100% rename from vendor/github.com/opencontainers/go-digest/LICENSE.code rename to src/runtime/vendor/github.com/opencontainers/go-digest/LICENSE.code diff --git a/vendor/github.com/opencontainers/go-digest/LICENSE.docs b/src/runtime/vendor/github.com/opencontainers/go-digest/LICENSE.docs similarity index 100% rename from vendor/github.com/opencontainers/go-digest/LICENSE.docs rename to src/runtime/vendor/github.com/opencontainers/go-digest/LICENSE.docs diff --git a/vendor/github.com/opencontainers/go-digest/algorithm.go b/src/runtime/vendor/github.com/opencontainers/go-digest/algorithm.go similarity index 100% rename from vendor/github.com/opencontainers/go-digest/algorithm.go rename to src/runtime/vendor/github.com/opencontainers/go-digest/algorithm.go diff --git a/vendor/github.com/opencontainers/go-digest/digest.go b/src/runtime/vendor/github.com/opencontainers/go-digest/digest.go similarity index 100% rename from vendor/github.com/opencontainers/go-digest/digest.go rename to src/runtime/vendor/github.com/opencontainers/go-digest/digest.go diff --git a/vendor/github.com/opencontainers/go-digest/digester.go b/src/runtime/vendor/github.com/opencontainers/go-digest/digester.go similarity index 100% rename from vendor/github.com/opencontainers/go-digest/digester.go rename to src/runtime/vendor/github.com/opencontainers/go-digest/digester.go diff --git a/vendor/github.com/opencontainers/go-digest/doc.go b/src/runtime/vendor/github.com/opencontainers/go-digest/doc.go similarity index 100% rename from vendor/github.com/opencontainers/go-digest/doc.go rename to src/runtime/vendor/github.com/opencontainers/go-digest/doc.go diff --git a/vendor/github.com/opencontainers/go-digest/verifiers.go b/src/runtime/vendor/github.com/opencontainers/go-digest/verifiers.go similarity index 100% rename from vendor/github.com/opencontainers/go-digest/verifiers.go rename to src/runtime/vendor/github.com/opencontainers/go-digest/verifiers.go diff --git a/vendor/github.com/opencontainers/runc/LICENSE b/src/runtime/vendor/github.com/opencontainers/runc/LICENSE similarity index 100% rename from vendor/github.com/opencontainers/runc/LICENSE rename to src/runtime/vendor/github.com/opencontainers/runc/LICENSE diff --git a/vendor/github.com/opencontainers/runc/NOTICE b/src/runtime/vendor/github.com/opencontainers/runc/NOTICE similarity index 100% rename from vendor/github.com/opencontainers/runc/NOTICE rename to src/runtime/vendor/github.com/opencontainers/runc/NOTICE diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/cgroups.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/cgroups.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/cgroups.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/cgroups.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/cgroups_unsupported.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/cgroups_unsupported.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/cgroups_unsupported.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/cgroups_unsupported.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/ebpf/devicefilter/devicefilter.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/ebpf/devicefilter/devicefilter.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/ebpf/devicefilter/devicefilter.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/ebpf/devicefilter/devicefilter.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/ebpf/ebpf.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/ebpf/ebpf.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/ebpf/ebpf.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/ebpf/ebpf.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/apply_raw.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/apply_raw.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/apply_raw.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/apply_raw.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/blkio.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/blkio.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/blkio.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/blkio.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpu.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpu.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpu.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpu.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpu_v2.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpu_v2.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpu_v2.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpu_v2.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpuacct.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpuacct.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpuacct.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpuacct.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpuset.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpuset.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpuset.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpuset.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpuset_v2.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpuset_v2.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpuset_v2.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/cpuset_v2.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/devices.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/devices.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/devices.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/devices.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/devices_v2.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/devices_v2.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/devices_v2.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/devices_v2.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/freezer.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/freezer.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/freezer.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/freezer.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/freezer_v2.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/freezer_v2.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/freezer_v2.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/freezer_v2.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/fs_unsupported.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/fs_unsupported.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/fs_unsupported.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/fs_unsupported.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/hugetlb.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/hugetlb.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/hugetlb.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/hugetlb.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/io_v2.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/io_v2.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/io_v2.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/io_v2.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/kmem.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/kmem.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/kmem.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/kmem.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/kmem_disabled.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/kmem_disabled.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/kmem_disabled.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/kmem_disabled.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/memory.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/memory.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/memory.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/memory.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/memory_v2.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/memory_v2.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/memory_v2.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/memory_v2.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/name.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/name.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/name.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/name.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/net_cls.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/net_cls.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/net_cls.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/net_cls.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/net_prio.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/net_prio.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/net_prio.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/net_prio.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/perf_event.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/perf_event.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/perf_event.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/perf_event.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/pids.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/pids.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/pids.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/pids.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/pids_v2.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/pids_v2.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/pids_v2.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/pids_v2.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/utils.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/utils.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/utils.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/fs/utils.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/stats.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/stats.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/stats.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/stats.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/systemd/apply_nosystemd.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/systemd/apply_nosystemd.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/systemd/apply_nosystemd.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/systemd/apply_nosystemd.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/systemd/apply_systemd.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/systemd/apply_systemd.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/systemd/apply_systemd.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/systemd/apply_systemd.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/systemd/unified_hierarchy.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/systemd/unified_hierarchy.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/systemd/unified_hierarchy.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/systemd/unified_hierarchy.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/cgroups/utils.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/utils.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/cgroups/utils.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/cgroups/utils.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/configs/blkio_device.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/blkio_device.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/configs/blkio_device.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/blkio_device.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/configs/cgroup_linux.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/cgroup_linux.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/configs/cgroup_linux.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/cgroup_linux.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/configs/cgroup_unsupported.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/cgroup_unsupported.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/configs/cgroup_unsupported.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/cgroup_unsupported.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/configs/config.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/config.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/configs/config.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/config.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/configs/config_linux.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/config_linux.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/configs/config_linux.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/config_linux.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/configs/device.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/device.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/configs/device.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/device.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/configs/device_defaults.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/device_defaults.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/configs/device_defaults.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/device_defaults.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/configs/hugepage_limit.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/hugepage_limit.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/configs/hugepage_limit.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/hugepage_limit.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/configs/intelrdt.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/intelrdt.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/configs/intelrdt.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/intelrdt.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/configs/interface_priority_map.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/interface_priority_map.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/configs/interface_priority_map.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/interface_priority_map.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/configs/mount.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/mount.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/configs/mount.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/mount.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces_linux.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces_linux.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces_linux.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces_linux.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces_syscall.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces_syscall.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces_syscall.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces_syscall.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces_syscall_unsupported.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces_syscall_unsupported.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces_syscall_unsupported.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces_syscall_unsupported.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces_unsupported.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces_unsupported.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces_unsupported.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces_unsupported.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/configs/network.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/network.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/configs/network.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/configs/network.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/seccomp/config.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/seccomp/config.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/seccomp/config.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/seccomp/config.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/seccomp/seccomp_linux.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/seccomp/seccomp_linux.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/seccomp/seccomp_linux.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/seccomp/seccomp_linux.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/seccomp/seccomp_unsupported.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/seccomp/seccomp_unsupported.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/seccomp/seccomp_unsupported.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/seccomp/seccomp_unsupported.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/specconv/example.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/specconv/example.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/specconv/example.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/specconv/example.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/specconv/spec_linux.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/specconv/spec_linux.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/specconv/spec_linux.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/specconv/spec_linux.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/system/linux.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/system/linux.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/system/linux.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/system/linux.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/system/proc.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/system/proc.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/system/proc.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/system/proc.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/system/syscall_linux_32.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/system/syscall_linux_32.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/system/syscall_linux_32.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/system/syscall_linux_32.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/system/syscall_linux_64.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/system/syscall_linux_64.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/system/syscall_linux_64.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/system/syscall_linux_64.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/system/sysconfig.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/system/sysconfig.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/system/sysconfig.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/system/sysconfig.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/system/sysconfig_notcgo.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/system/sysconfig_notcgo.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/system/sysconfig_notcgo.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/system/sysconfig_notcgo.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/system/unsupported.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/system/unsupported.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/system/unsupported.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/system/unsupported.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/system/xattrs_linux.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/system/xattrs_linux.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/system/xattrs_linux.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/system/xattrs_linux.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/user/lookup.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/user/lookup.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/user/lookup.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/user/lookup.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/user/lookup_unix.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/user/lookup_unix.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/user/lookup_unix.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/user/lookup_unix.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/user/lookup_windows.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/user/lookup_windows.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/user/lookup_windows.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/user/lookup_windows.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/user/user.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/user/user.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/user/user.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/user/user.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/utils/cmsg.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/utils/cmsg.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/utils/cmsg.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/utils/cmsg.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/utils/utils.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/utils/utils.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/utils/utils.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/utils/utils.go diff --git a/vendor/github.com/opencontainers/runc/libcontainer/utils/utils_unix.go b/src/runtime/vendor/github.com/opencontainers/runc/libcontainer/utils/utils_unix.go similarity index 100% rename from vendor/github.com/opencontainers/runc/libcontainer/utils/utils_unix.go rename to src/runtime/vendor/github.com/opencontainers/runc/libcontainer/utils/utils_unix.go diff --git a/vendor/github.com/opencontainers/runtime-spec/LICENSE b/src/runtime/vendor/github.com/opencontainers/runtime-spec/LICENSE similarity index 100% rename from vendor/github.com/opencontainers/runtime-spec/LICENSE rename to src/runtime/vendor/github.com/opencontainers/runtime-spec/LICENSE diff --git a/vendor/github.com/opencontainers/runtime-spec/specs-go/config.go b/src/runtime/vendor/github.com/opencontainers/runtime-spec/specs-go/config.go similarity index 100% rename from vendor/github.com/opencontainers/runtime-spec/specs-go/config.go rename to src/runtime/vendor/github.com/opencontainers/runtime-spec/specs-go/config.go diff --git a/vendor/github.com/opencontainers/runtime-spec/specs-go/state.go b/src/runtime/vendor/github.com/opencontainers/runtime-spec/specs-go/state.go similarity index 100% rename from vendor/github.com/opencontainers/runtime-spec/specs-go/state.go rename to src/runtime/vendor/github.com/opencontainers/runtime-spec/specs-go/state.go diff --git a/vendor/github.com/opencontainers/runtime-spec/specs-go/version.go b/src/runtime/vendor/github.com/opencontainers/runtime-spec/specs-go/version.go similarity index 100% rename from vendor/github.com/opencontainers/runtime-spec/specs-go/version.go rename to src/runtime/vendor/github.com/opencontainers/runtime-spec/specs-go/version.go diff --git a/vendor/github.com/opencontainers/selinux/LICENSE b/src/runtime/vendor/github.com/opencontainers/selinux/LICENSE similarity index 100% rename from vendor/github.com/opencontainers/selinux/LICENSE rename to src/runtime/vendor/github.com/opencontainers/selinux/LICENSE diff --git a/vendor/github.com/opencontainers/selinux/go-selinux/label/label.go b/src/runtime/vendor/github.com/opencontainers/selinux/go-selinux/label/label.go similarity index 100% rename from vendor/github.com/opencontainers/selinux/go-selinux/label/label.go rename to src/runtime/vendor/github.com/opencontainers/selinux/go-selinux/label/label.go diff --git a/vendor/github.com/opencontainers/selinux/go-selinux/label/label_selinux.go b/src/runtime/vendor/github.com/opencontainers/selinux/go-selinux/label/label_selinux.go similarity index 100% rename from vendor/github.com/opencontainers/selinux/go-selinux/label/label_selinux.go rename to src/runtime/vendor/github.com/opencontainers/selinux/go-selinux/label/label_selinux.go diff --git a/vendor/github.com/opencontainers/selinux/go-selinux/label/label_stub.go b/src/runtime/vendor/github.com/opencontainers/selinux/go-selinux/label/label_stub.go similarity index 100% rename from vendor/github.com/opencontainers/selinux/go-selinux/label/label_stub.go rename to src/runtime/vendor/github.com/opencontainers/selinux/go-selinux/label/label_stub.go diff --git a/vendor/github.com/opencontainers/selinux/go-selinux/selinux_linux.go b/src/runtime/vendor/github.com/opencontainers/selinux/go-selinux/selinux_linux.go similarity index 100% rename from vendor/github.com/opencontainers/selinux/go-selinux/selinux_linux.go rename to src/runtime/vendor/github.com/opencontainers/selinux/go-selinux/selinux_linux.go diff --git a/vendor/github.com/opencontainers/selinux/go-selinux/selinux_stub.go b/src/runtime/vendor/github.com/opencontainers/selinux/go-selinux/selinux_stub.go similarity index 100% rename from vendor/github.com/opencontainers/selinux/go-selinux/selinux_stub.go rename to src/runtime/vendor/github.com/opencontainers/selinux/go-selinux/selinux_stub.go diff --git a/vendor/github.com/opencontainers/selinux/go-selinux/xattrs.go b/src/runtime/vendor/github.com/opencontainers/selinux/go-selinux/xattrs.go similarity index 100% rename from vendor/github.com/opencontainers/selinux/go-selinux/xattrs.go rename to src/runtime/vendor/github.com/opencontainers/selinux/go-selinux/xattrs.go diff --git a/vendor/github.com/opencontainers/selinux/pkg/pwalk/pwalk.go b/src/runtime/vendor/github.com/opencontainers/selinux/pkg/pwalk/pwalk.go similarity index 100% rename from vendor/github.com/opencontainers/selinux/pkg/pwalk/pwalk.go rename to src/runtime/vendor/github.com/opencontainers/selinux/pkg/pwalk/pwalk.go diff --git a/vendor/github.com/opentracing/opentracing-go/LICENSE b/src/runtime/vendor/github.com/opentracing/opentracing-go/LICENSE similarity index 100% rename from vendor/github.com/opentracing/opentracing-go/LICENSE rename to src/runtime/vendor/github.com/opentracing/opentracing-go/LICENSE diff --git a/vendor/github.com/opentracing/opentracing-go/ext/tags.go b/src/runtime/vendor/github.com/opentracing/opentracing-go/ext/tags.go similarity index 100% rename from vendor/github.com/opentracing/opentracing-go/ext/tags.go rename to src/runtime/vendor/github.com/opentracing/opentracing-go/ext/tags.go diff --git a/vendor/github.com/opentracing/opentracing-go/globaltracer.go b/src/runtime/vendor/github.com/opentracing/opentracing-go/globaltracer.go similarity index 100% rename from vendor/github.com/opentracing/opentracing-go/globaltracer.go rename to src/runtime/vendor/github.com/opentracing/opentracing-go/globaltracer.go diff --git a/vendor/github.com/opentracing/opentracing-go/gocontext.go b/src/runtime/vendor/github.com/opentracing/opentracing-go/gocontext.go similarity index 100% rename from vendor/github.com/opentracing/opentracing-go/gocontext.go rename to src/runtime/vendor/github.com/opentracing/opentracing-go/gocontext.go diff --git a/vendor/github.com/opentracing/opentracing-go/log/field.go b/src/runtime/vendor/github.com/opentracing/opentracing-go/log/field.go similarity index 100% rename from vendor/github.com/opentracing/opentracing-go/log/field.go rename to src/runtime/vendor/github.com/opentracing/opentracing-go/log/field.go diff --git a/vendor/github.com/opentracing/opentracing-go/log/util.go b/src/runtime/vendor/github.com/opentracing/opentracing-go/log/util.go similarity index 100% rename from vendor/github.com/opentracing/opentracing-go/log/util.go rename to src/runtime/vendor/github.com/opentracing/opentracing-go/log/util.go diff --git a/vendor/github.com/opentracing/opentracing-go/noop.go b/src/runtime/vendor/github.com/opentracing/opentracing-go/noop.go similarity index 100% rename from vendor/github.com/opentracing/opentracing-go/noop.go rename to src/runtime/vendor/github.com/opentracing/opentracing-go/noop.go diff --git a/vendor/github.com/opentracing/opentracing-go/propagation.go b/src/runtime/vendor/github.com/opentracing/opentracing-go/propagation.go similarity index 100% rename from vendor/github.com/opentracing/opentracing-go/propagation.go rename to src/runtime/vendor/github.com/opentracing/opentracing-go/propagation.go diff --git a/vendor/github.com/opentracing/opentracing-go/span.go b/src/runtime/vendor/github.com/opentracing/opentracing-go/span.go similarity index 100% rename from vendor/github.com/opentracing/opentracing-go/span.go rename to src/runtime/vendor/github.com/opentracing/opentracing-go/span.go diff --git a/vendor/github.com/opentracing/opentracing-go/tracer.go b/src/runtime/vendor/github.com/opentracing/opentracing-go/tracer.go similarity index 100% rename from vendor/github.com/opentracing/opentracing-go/tracer.go rename to src/runtime/vendor/github.com/opentracing/opentracing-go/tracer.go diff --git a/vendor/github.com/pkg/errors/LICENSE b/src/runtime/vendor/github.com/pkg/errors/LICENSE similarity index 100% rename from vendor/github.com/pkg/errors/LICENSE rename to src/runtime/vendor/github.com/pkg/errors/LICENSE diff --git a/vendor/github.com/pkg/errors/errors.go b/src/runtime/vendor/github.com/pkg/errors/errors.go similarity index 100% rename from vendor/github.com/pkg/errors/errors.go rename to src/runtime/vendor/github.com/pkg/errors/errors.go diff --git a/vendor/github.com/pkg/errors/stack.go b/src/runtime/vendor/github.com/pkg/errors/stack.go similarity index 100% rename from vendor/github.com/pkg/errors/stack.go rename to src/runtime/vendor/github.com/pkg/errors/stack.go diff --git a/vendor/github.com/pmezard/go-difflib/LICENSE b/src/runtime/vendor/github.com/pmezard/go-difflib/LICENSE similarity index 100% rename from vendor/github.com/pmezard/go-difflib/LICENSE rename to src/runtime/vendor/github.com/pmezard/go-difflib/LICENSE diff --git a/vendor/github.com/pmezard/go-difflib/difflib/difflib.go b/src/runtime/vendor/github.com/pmezard/go-difflib/difflib/difflib.go similarity index 100% rename from vendor/github.com/pmezard/go-difflib/difflib/difflib.go rename to src/runtime/vendor/github.com/pmezard/go-difflib/difflib/difflib.go diff --git a/vendor/github.com/prometheus/procfs/LICENSE b/src/runtime/vendor/github.com/prometheus/procfs/LICENSE similarity index 100% rename from vendor/github.com/prometheus/procfs/LICENSE rename to src/runtime/vendor/github.com/prometheus/procfs/LICENSE diff --git a/vendor/github.com/prometheus/procfs/NOTICE b/src/runtime/vendor/github.com/prometheus/procfs/NOTICE similarity index 100% rename from vendor/github.com/prometheus/procfs/NOTICE rename to src/runtime/vendor/github.com/prometheus/procfs/NOTICE diff --git a/vendor/github.com/prometheus/procfs/buddyinfo.go b/src/runtime/vendor/github.com/prometheus/procfs/buddyinfo.go similarity index 100% rename from vendor/github.com/prometheus/procfs/buddyinfo.go rename to src/runtime/vendor/github.com/prometheus/procfs/buddyinfo.go diff --git a/vendor/github.com/prometheus/procfs/doc.go b/src/runtime/vendor/github.com/prometheus/procfs/doc.go similarity index 100% rename from vendor/github.com/prometheus/procfs/doc.go rename to src/runtime/vendor/github.com/prometheus/procfs/doc.go diff --git a/vendor/github.com/prometheus/procfs/fs.go b/src/runtime/vendor/github.com/prometheus/procfs/fs.go similarity index 100% rename from vendor/github.com/prometheus/procfs/fs.go rename to src/runtime/vendor/github.com/prometheus/procfs/fs.go diff --git a/vendor/github.com/prometheus/procfs/ipvs.go b/src/runtime/vendor/github.com/prometheus/procfs/ipvs.go similarity index 100% rename from vendor/github.com/prometheus/procfs/ipvs.go rename to src/runtime/vendor/github.com/prometheus/procfs/ipvs.go diff --git a/vendor/github.com/prometheus/procfs/mdstat.go b/src/runtime/vendor/github.com/prometheus/procfs/mdstat.go similarity index 100% rename from vendor/github.com/prometheus/procfs/mdstat.go rename to src/runtime/vendor/github.com/prometheus/procfs/mdstat.go diff --git a/vendor/github.com/prometheus/procfs/mountstats.go b/src/runtime/vendor/github.com/prometheus/procfs/mountstats.go similarity index 100% rename from vendor/github.com/prometheus/procfs/mountstats.go rename to src/runtime/vendor/github.com/prometheus/procfs/mountstats.go diff --git a/vendor/github.com/prometheus/procfs/net_dev.go b/src/runtime/vendor/github.com/prometheus/procfs/net_dev.go similarity index 100% rename from vendor/github.com/prometheus/procfs/net_dev.go rename to src/runtime/vendor/github.com/prometheus/procfs/net_dev.go diff --git a/vendor/github.com/prometheus/procfs/proc.go b/src/runtime/vendor/github.com/prometheus/procfs/proc.go similarity index 100% rename from vendor/github.com/prometheus/procfs/proc.go rename to src/runtime/vendor/github.com/prometheus/procfs/proc.go diff --git a/vendor/github.com/prometheus/procfs/proc_io.go b/src/runtime/vendor/github.com/prometheus/procfs/proc_io.go similarity index 100% rename from vendor/github.com/prometheus/procfs/proc_io.go rename to src/runtime/vendor/github.com/prometheus/procfs/proc_io.go diff --git a/vendor/github.com/prometheus/procfs/proc_limits.go b/src/runtime/vendor/github.com/prometheus/procfs/proc_limits.go similarity index 100% rename from vendor/github.com/prometheus/procfs/proc_limits.go rename to src/runtime/vendor/github.com/prometheus/procfs/proc_limits.go diff --git a/vendor/github.com/prometheus/procfs/proc_ns.go b/src/runtime/vendor/github.com/prometheus/procfs/proc_ns.go similarity index 100% rename from vendor/github.com/prometheus/procfs/proc_ns.go rename to src/runtime/vendor/github.com/prometheus/procfs/proc_ns.go diff --git a/vendor/github.com/prometheus/procfs/proc_psi.go b/src/runtime/vendor/github.com/prometheus/procfs/proc_psi.go similarity index 100% rename from vendor/github.com/prometheus/procfs/proc_psi.go rename to src/runtime/vendor/github.com/prometheus/procfs/proc_psi.go diff --git a/vendor/github.com/prometheus/procfs/proc_stat.go b/src/runtime/vendor/github.com/prometheus/procfs/proc_stat.go similarity index 100% rename from vendor/github.com/prometheus/procfs/proc_stat.go rename to src/runtime/vendor/github.com/prometheus/procfs/proc_stat.go diff --git a/vendor/github.com/prometheus/procfs/stat.go b/src/runtime/vendor/github.com/prometheus/procfs/stat.go similarity index 100% rename from vendor/github.com/prometheus/procfs/stat.go rename to src/runtime/vendor/github.com/prometheus/procfs/stat.go diff --git a/vendor/github.com/prometheus/procfs/xfrm.go b/src/runtime/vendor/github.com/prometheus/procfs/xfrm.go similarity index 100% rename from vendor/github.com/prometheus/procfs/xfrm.go rename to src/runtime/vendor/github.com/prometheus/procfs/xfrm.go diff --git a/vendor/github.com/safchain/ethtool/LICENSE b/src/runtime/vendor/github.com/safchain/ethtool/LICENSE similarity index 100% rename from vendor/github.com/safchain/ethtool/LICENSE rename to src/runtime/vendor/github.com/safchain/ethtool/LICENSE diff --git a/vendor/github.com/safchain/ethtool/ethtool.go b/src/runtime/vendor/github.com/safchain/ethtool/ethtool.go similarity index 100% rename from vendor/github.com/safchain/ethtool/ethtool.go rename to src/runtime/vendor/github.com/safchain/ethtool/ethtool.go diff --git a/vendor/github.com/safchain/ethtool/ethtool_cmd.go b/src/runtime/vendor/github.com/safchain/ethtool/ethtool_cmd.go similarity index 100% rename from vendor/github.com/safchain/ethtool/ethtool_cmd.go rename to src/runtime/vendor/github.com/safchain/ethtool/ethtool_cmd.go diff --git a/vendor/github.com/safchain/ethtool/ethtool_msglvl.go b/src/runtime/vendor/github.com/safchain/ethtool/ethtool_msglvl.go similarity index 100% rename from vendor/github.com/safchain/ethtool/ethtool_msglvl.go rename to src/runtime/vendor/github.com/safchain/ethtool/ethtool_msglvl.go diff --git a/vendor/github.com/seccomp/libseccomp-golang/LICENSE b/src/runtime/vendor/github.com/seccomp/libseccomp-golang/LICENSE similarity index 100% rename from vendor/github.com/seccomp/libseccomp-golang/LICENSE rename to src/runtime/vendor/github.com/seccomp/libseccomp-golang/LICENSE diff --git a/vendor/github.com/seccomp/libseccomp-golang/seccomp.go b/src/runtime/vendor/github.com/seccomp/libseccomp-golang/seccomp.go similarity index 100% rename from vendor/github.com/seccomp/libseccomp-golang/seccomp.go rename to src/runtime/vendor/github.com/seccomp/libseccomp-golang/seccomp.go diff --git a/vendor/github.com/seccomp/libseccomp-golang/seccomp_internal.go b/src/runtime/vendor/github.com/seccomp/libseccomp-golang/seccomp_internal.go similarity index 100% rename from vendor/github.com/seccomp/libseccomp-golang/seccomp_internal.go rename to src/runtime/vendor/github.com/seccomp/libseccomp-golang/seccomp_internal.go diff --git a/vendor/github.com/sirupsen/logrus/LICENSE b/src/runtime/vendor/github.com/sirupsen/logrus/LICENSE similarity index 100% rename from vendor/github.com/sirupsen/logrus/LICENSE rename to src/runtime/vendor/github.com/sirupsen/logrus/LICENSE diff --git a/vendor/github.com/sirupsen/logrus/alt_exit.go b/src/runtime/vendor/github.com/sirupsen/logrus/alt_exit.go similarity index 100% rename from vendor/github.com/sirupsen/logrus/alt_exit.go rename to src/runtime/vendor/github.com/sirupsen/logrus/alt_exit.go diff --git a/vendor/github.com/sirupsen/logrus/doc.go b/src/runtime/vendor/github.com/sirupsen/logrus/doc.go similarity index 100% rename from vendor/github.com/sirupsen/logrus/doc.go rename to src/runtime/vendor/github.com/sirupsen/logrus/doc.go diff --git a/vendor/github.com/sirupsen/logrus/entry.go b/src/runtime/vendor/github.com/sirupsen/logrus/entry.go similarity index 100% rename from vendor/github.com/sirupsen/logrus/entry.go rename to src/runtime/vendor/github.com/sirupsen/logrus/entry.go diff --git a/vendor/github.com/sirupsen/logrus/exported.go b/src/runtime/vendor/github.com/sirupsen/logrus/exported.go similarity index 100% rename from vendor/github.com/sirupsen/logrus/exported.go rename to src/runtime/vendor/github.com/sirupsen/logrus/exported.go diff --git a/vendor/github.com/sirupsen/logrus/formatter.go b/src/runtime/vendor/github.com/sirupsen/logrus/formatter.go similarity index 100% rename from vendor/github.com/sirupsen/logrus/formatter.go rename to src/runtime/vendor/github.com/sirupsen/logrus/formatter.go diff --git a/vendor/github.com/sirupsen/logrus/hooks.go b/src/runtime/vendor/github.com/sirupsen/logrus/hooks.go similarity index 100% rename from vendor/github.com/sirupsen/logrus/hooks.go rename to src/runtime/vendor/github.com/sirupsen/logrus/hooks.go diff --git a/vendor/github.com/sirupsen/logrus/hooks/syslog/syslog.go b/src/runtime/vendor/github.com/sirupsen/logrus/hooks/syslog/syslog.go similarity index 100% rename from vendor/github.com/sirupsen/logrus/hooks/syslog/syslog.go rename to src/runtime/vendor/github.com/sirupsen/logrus/hooks/syslog/syslog.go diff --git a/vendor/github.com/sirupsen/logrus/json_formatter.go b/src/runtime/vendor/github.com/sirupsen/logrus/json_formatter.go similarity index 100% rename from vendor/github.com/sirupsen/logrus/json_formatter.go rename to src/runtime/vendor/github.com/sirupsen/logrus/json_formatter.go diff --git a/vendor/github.com/sirupsen/logrus/logger.go b/src/runtime/vendor/github.com/sirupsen/logrus/logger.go similarity index 100% rename from vendor/github.com/sirupsen/logrus/logger.go rename to src/runtime/vendor/github.com/sirupsen/logrus/logger.go diff --git a/vendor/github.com/sirupsen/logrus/logrus.go b/src/runtime/vendor/github.com/sirupsen/logrus/logrus.go similarity index 100% rename from vendor/github.com/sirupsen/logrus/logrus.go rename to src/runtime/vendor/github.com/sirupsen/logrus/logrus.go diff --git a/vendor/github.com/sirupsen/logrus/terminal_check_appengine.go b/src/runtime/vendor/github.com/sirupsen/logrus/terminal_check_appengine.go similarity index 100% rename from vendor/github.com/sirupsen/logrus/terminal_check_appengine.go rename to src/runtime/vendor/github.com/sirupsen/logrus/terminal_check_appengine.go diff --git a/vendor/github.com/sirupsen/logrus/terminal_check_bsd.go b/src/runtime/vendor/github.com/sirupsen/logrus/terminal_check_bsd.go similarity index 100% rename from vendor/github.com/sirupsen/logrus/terminal_check_bsd.go rename to src/runtime/vendor/github.com/sirupsen/logrus/terminal_check_bsd.go diff --git a/vendor/github.com/sirupsen/logrus/terminal_check_no_terminal.go b/src/runtime/vendor/github.com/sirupsen/logrus/terminal_check_no_terminal.go similarity index 100% rename from vendor/github.com/sirupsen/logrus/terminal_check_no_terminal.go rename to src/runtime/vendor/github.com/sirupsen/logrus/terminal_check_no_terminal.go diff --git a/vendor/github.com/sirupsen/logrus/terminal_check_notappengine.go b/src/runtime/vendor/github.com/sirupsen/logrus/terminal_check_notappengine.go similarity index 100% rename from vendor/github.com/sirupsen/logrus/terminal_check_notappengine.go rename to src/runtime/vendor/github.com/sirupsen/logrus/terminal_check_notappengine.go diff --git a/vendor/github.com/sirupsen/logrus/terminal_check_solaris.go b/src/runtime/vendor/github.com/sirupsen/logrus/terminal_check_solaris.go similarity index 100% rename from vendor/github.com/sirupsen/logrus/terminal_check_solaris.go rename to src/runtime/vendor/github.com/sirupsen/logrus/terminal_check_solaris.go diff --git a/vendor/github.com/sirupsen/logrus/terminal_check_unix.go b/src/runtime/vendor/github.com/sirupsen/logrus/terminal_check_unix.go similarity index 100% rename from vendor/github.com/sirupsen/logrus/terminal_check_unix.go rename to src/runtime/vendor/github.com/sirupsen/logrus/terminal_check_unix.go diff --git a/vendor/github.com/sirupsen/logrus/terminal_check_windows.go b/src/runtime/vendor/github.com/sirupsen/logrus/terminal_check_windows.go similarity index 100% rename from vendor/github.com/sirupsen/logrus/terminal_check_windows.go rename to src/runtime/vendor/github.com/sirupsen/logrus/terminal_check_windows.go diff --git a/vendor/github.com/sirupsen/logrus/text_formatter.go b/src/runtime/vendor/github.com/sirupsen/logrus/text_formatter.go similarity index 100% rename from vendor/github.com/sirupsen/logrus/text_formatter.go rename to src/runtime/vendor/github.com/sirupsen/logrus/text_formatter.go diff --git a/vendor/github.com/sirupsen/logrus/writer.go b/src/runtime/vendor/github.com/sirupsen/logrus/writer.go similarity index 100% rename from vendor/github.com/sirupsen/logrus/writer.go rename to src/runtime/vendor/github.com/sirupsen/logrus/writer.go diff --git a/vendor/github.com/stretchr/testify/LICENCE.txt b/src/runtime/vendor/github.com/stretchr/testify/LICENCE.txt similarity index 100% rename from vendor/github.com/stretchr/testify/LICENCE.txt rename to src/runtime/vendor/github.com/stretchr/testify/LICENCE.txt diff --git a/vendor/github.com/stretchr/testify/LICENSE b/src/runtime/vendor/github.com/stretchr/testify/LICENSE similarity index 100% rename from vendor/github.com/stretchr/testify/LICENSE rename to src/runtime/vendor/github.com/stretchr/testify/LICENSE diff --git a/vendor/github.com/stretchr/testify/assert/assertion_format.go b/src/runtime/vendor/github.com/stretchr/testify/assert/assertion_format.go similarity index 100% rename from vendor/github.com/stretchr/testify/assert/assertion_format.go rename to src/runtime/vendor/github.com/stretchr/testify/assert/assertion_format.go diff --git a/vendor/github.com/stretchr/testify/assert/assertion_forward.go b/src/runtime/vendor/github.com/stretchr/testify/assert/assertion_forward.go similarity index 100% rename from vendor/github.com/stretchr/testify/assert/assertion_forward.go rename to src/runtime/vendor/github.com/stretchr/testify/assert/assertion_forward.go diff --git a/vendor/github.com/stretchr/testify/assert/assertions.go b/src/runtime/vendor/github.com/stretchr/testify/assert/assertions.go similarity index 100% rename from vendor/github.com/stretchr/testify/assert/assertions.go rename to src/runtime/vendor/github.com/stretchr/testify/assert/assertions.go diff --git a/vendor/github.com/stretchr/testify/assert/doc.go b/src/runtime/vendor/github.com/stretchr/testify/assert/doc.go similarity index 100% rename from vendor/github.com/stretchr/testify/assert/doc.go rename to src/runtime/vendor/github.com/stretchr/testify/assert/doc.go diff --git a/vendor/github.com/stretchr/testify/assert/errors.go b/src/runtime/vendor/github.com/stretchr/testify/assert/errors.go similarity index 100% rename from vendor/github.com/stretchr/testify/assert/errors.go rename to src/runtime/vendor/github.com/stretchr/testify/assert/errors.go diff --git a/vendor/github.com/stretchr/testify/assert/forward_assertions.go b/src/runtime/vendor/github.com/stretchr/testify/assert/forward_assertions.go similarity index 100% rename from vendor/github.com/stretchr/testify/assert/forward_assertions.go rename to src/runtime/vendor/github.com/stretchr/testify/assert/forward_assertions.go diff --git a/vendor/github.com/stretchr/testify/assert/http_assertions.go b/src/runtime/vendor/github.com/stretchr/testify/assert/http_assertions.go similarity index 100% rename from vendor/github.com/stretchr/testify/assert/http_assertions.go rename to src/runtime/vendor/github.com/stretchr/testify/assert/http_assertions.go diff --git a/vendor/github.com/uber/jaeger-client-go/LICENSE b/src/runtime/vendor/github.com/uber/jaeger-client-go/LICENSE similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/LICENSE rename to src/runtime/vendor/github.com/uber/jaeger-client-go/LICENSE diff --git a/vendor/github.com/uber/jaeger-client-go/baggage_setter.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/baggage_setter.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/baggage_setter.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/baggage_setter.go diff --git a/vendor/github.com/uber/jaeger-client-go/config/config.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/config/config.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/config/config.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/config/config.go diff --git a/vendor/github.com/uber/jaeger-client-go/config/config_env.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/config/config_env.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/config/config_env.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/config/config_env.go diff --git a/vendor/github.com/uber/jaeger-client-go/config/options.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/config/options.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/config/options.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/config/options.go diff --git a/vendor/github.com/uber/jaeger-client-go/constants.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/constants.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/constants.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/constants.go diff --git a/vendor/github.com/uber/jaeger-client-go/context.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/context.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/context.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/context.go diff --git a/vendor/github.com/uber/jaeger-client-go/contrib_observer.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/contrib_observer.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/contrib_observer.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/contrib_observer.go diff --git a/vendor/github.com/uber/jaeger-client-go/doc.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/doc.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/doc.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/doc.go diff --git a/vendor/github.com/uber/jaeger-client-go/header.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/header.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/header.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/header.go diff --git a/vendor/github.com/uber/jaeger-client-go/internal/baggage/remote/options.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/internal/baggage/remote/options.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/internal/baggage/remote/options.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/internal/baggage/remote/options.go diff --git a/vendor/github.com/uber/jaeger-client-go/internal/baggage/remote/restriction_manager.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/internal/baggage/remote/restriction_manager.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/internal/baggage/remote/restriction_manager.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/internal/baggage/remote/restriction_manager.go diff --git a/vendor/github.com/uber/jaeger-client-go/internal/baggage/restriction_manager.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/internal/baggage/restriction_manager.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/internal/baggage/restriction_manager.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/internal/baggage/restriction_manager.go diff --git a/vendor/github.com/uber/jaeger-client-go/internal/spanlog/json.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/internal/spanlog/json.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/internal/spanlog/json.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/internal/spanlog/json.go diff --git a/vendor/github.com/uber/jaeger-client-go/internal/throttler/remote/options.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/internal/throttler/remote/options.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/internal/throttler/remote/options.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/internal/throttler/remote/options.go diff --git a/vendor/github.com/uber/jaeger-client-go/internal/throttler/remote/throttler.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/internal/throttler/remote/throttler.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/internal/throttler/remote/throttler.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/internal/throttler/remote/throttler.go diff --git a/vendor/github.com/uber/jaeger-client-go/internal/throttler/throttler.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/internal/throttler/throttler.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/internal/throttler/throttler.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/internal/throttler/throttler.go diff --git a/vendor/github.com/uber/jaeger-client-go/interop.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/interop.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/interop.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/interop.go diff --git a/vendor/github.com/uber/jaeger-client-go/jaeger_tag.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/jaeger_tag.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/jaeger_tag.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/jaeger_tag.go diff --git a/vendor/github.com/uber/jaeger-client-go/jaeger_thrift_span.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/jaeger_thrift_span.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/jaeger_thrift_span.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/jaeger_thrift_span.go diff --git a/vendor/github.com/uber/jaeger-client-go/log/logger.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/log/logger.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/log/logger.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/log/logger.go diff --git a/vendor/github.com/uber/jaeger-client-go/logger.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/logger.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/logger.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/logger.go diff --git a/vendor/github.com/uber/jaeger-client-go/metrics.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/metrics.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/metrics.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/metrics.go diff --git a/vendor/github.com/uber/jaeger-client-go/observer.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/observer.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/observer.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/observer.go diff --git a/vendor/github.com/uber/jaeger-client-go/process.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/process.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/process.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/process.go diff --git a/vendor/github.com/uber/jaeger-client-go/propagation.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/propagation.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/propagation.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/propagation.go diff --git a/vendor/github.com/uber/jaeger-client-go/reference.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/reference.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/reference.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/reference.go diff --git a/vendor/github.com/uber/jaeger-client-go/reporter.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/reporter.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/reporter.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/reporter.go diff --git a/vendor/github.com/uber/jaeger-client-go/reporter_options.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/reporter_options.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/reporter_options.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/reporter_options.go diff --git a/vendor/github.com/uber/jaeger-client-go/rpcmetrics/doc.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/rpcmetrics/doc.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/rpcmetrics/doc.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/rpcmetrics/doc.go diff --git a/vendor/github.com/uber/jaeger-client-go/rpcmetrics/endpoints.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/rpcmetrics/endpoints.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/rpcmetrics/endpoints.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/rpcmetrics/endpoints.go diff --git a/vendor/github.com/uber/jaeger-client-go/rpcmetrics/metrics.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/rpcmetrics/metrics.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/rpcmetrics/metrics.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/rpcmetrics/metrics.go diff --git a/vendor/github.com/uber/jaeger-client-go/rpcmetrics/normalizer.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/rpcmetrics/normalizer.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/rpcmetrics/normalizer.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/rpcmetrics/normalizer.go diff --git a/vendor/github.com/uber/jaeger-client-go/rpcmetrics/observer.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/rpcmetrics/observer.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/rpcmetrics/observer.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/rpcmetrics/observer.go diff --git a/vendor/github.com/uber/jaeger-client-go/sampler.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/sampler.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/sampler.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/sampler.go diff --git a/vendor/github.com/uber/jaeger-client-go/sampler_options.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/sampler_options.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/sampler_options.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/sampler_options.go diff --git a/vendor/github.com/uber/jaeger-client-go/span.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/span.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/span.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/span.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift-gen/agent/agent.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift-gen/agent/agent.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift-gen/agent/agent.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift-gen/agent/agent.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift-gen/agent/constants.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift-gen/agent/constants.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift-gen/agent/constants.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift-gen/agent/constants.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift-gen/agent/ttypes.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift-gen/agent/ttypes.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift-gen/agent/ttypes.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift-gen/agent/ttypes.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift-gen/baggage/baggagerestrictionmanager.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift-gen/baggage/baggagerestrictionmanager.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift-gen/baggage/baggagerestrictionmanager.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift-gen/baggage/baggagerestrictionmanager.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift-gen/baggage/constants.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift-gen/baggage/constants.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift-gen/baggage/constants.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift-gen/baggage/constants.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift-gen/baggage/ttypes.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift-gen/baggage/ttypes.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift-gen/baggage/ttypes.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift-gen/baggage/ttypes.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger/agent.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger/agent.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger/agent.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger/agent.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger/constants.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger/constants.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger/constants.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger/constants.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger/ttypes.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger/ttypes.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger/ttypes.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift-gen/jaeger/ttypes.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling/constants.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling/constants.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling/constants.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling/constants.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling/samplingmanager.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling/samplingmanager.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling/samplingmanager.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling/samplingmanager.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling/ttypes.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling/ttypes.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling/ttypes.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift-gen/sampling/ttypes.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore/constants.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore/constants.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore/constants.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore/constants.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore/ttypes.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore/ttypes.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore/ttypes.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore/ttypes.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore/zipkincollector.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore/zipkincollector.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore/zipkincollector.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift-gen/zipkincore/zipkincollector.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift/application_exception.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/application_exception.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift/application_exception.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/application_exception.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift/binary_protocol.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/binary_protocol.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift/binary_protocol.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/binary_protocol.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift/compact_protocol.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/compact_protocol.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift/compact_protocol.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/compact_protocol.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift/exception.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/exception.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift/exception.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/exception.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift/memory_buffer.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/memory_buffer.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift/memory_buffer.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/memory_buffer.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift/messagetype.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/messagetype.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift/messagetype.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/messagetype.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift/numeric.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/numeric.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift/numeric.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/numeric.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift/processor.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/processor.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift/processor.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/processor.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift/protocol.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/protocol.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift/protocol.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/protocol.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift/protocol_exception.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/protocol_exception.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift/protocol_exception.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/protocol_exception.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift/protocol_factory.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/protocol_factory.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift/protocol_factory.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/protocol_factory.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift/rich_transport.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/rich_transport.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift/rich_transport.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/rich_transport.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift/serializer.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/serializer.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift/serializer.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/serializer.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift/simple_json_protocol.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/simple_json_protocol.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift/simple_json_protocol.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/simple_json_protocol.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift/transport.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/transport.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift/transport.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/transport.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift/transport_exception.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/transport_exception.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift/transport_exception.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/transport_exception.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift/transport_factory.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/transport_factory.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift/transport_factory.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/transport_factory.go diff --git a/vendor/github.com/uber/jaeger-client-go/thrift/type.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/type.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/thrift/type.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/thrift/type.go diff --git a/vendor/github.com/uber/jaeger-client-go/tracer.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/tracer.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/tracer.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/tracer.go diff --git a/vendor/github.com/uber/jaeger-client-go/tracer_options.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/tracer_options.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/tracer_options.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/tracer_options.go diff --git a/vendor/github.com/uber/jaeger-client-go/transport.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/transport.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/transport.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/transport.go diff --git a/vendor/github.com/uber/jaeger-client-go/transport/doc.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/transport/doc.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/transport/doc.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/transport/doc.go diff --git a/vendor/github.com/uber/jaeger-client-go/transport/http.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/transport/http.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/transport/http.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/transport/http.go diff --git a/vendor/github.com/uber/jaeger-client-go/transport_udp.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/transport_udp.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/transport_udp.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/transport_udp.go diff --git a/vendor/github.com/uber/jaeger-client-go/utils/http_json.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/utils/http_json.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/utils/http_json.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/utils/http_json.go diff --git a/vendor/github.com/uber/jaeger-client-go/utils/localip.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/utils/localip.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/utils/localip.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/utils/localip.go diff --git a/vendor/github.com/uber/jaeger-client-go/utils/rand.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/utils/rand.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/utils/rand.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/utils/rand.go diff --git a/vendor/github.com/uber/jaeger-client-go/utils/rate_limiter.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/utils/rate_limiter.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/utils/rate_limiter.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/utils/rate_limiter.go diff --git a/vendor/github.com/uber/jaeger-client-go/utils/udp_client.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/utils/udp_client.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/utils/udp_client.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/utils/udp_client.go diff --git a/vendor/github.com/uber/jaeger-client-go/utils/utils.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/utils/utils.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/utils/utils.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/utils/utils.go diff --git a/vendor/github.com/uber/jaeger-client-go/zipkin.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/zipkin.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/zipkin.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/zipkin.go diff --git a/vendor/github.com/uber/jaeger-client-go/zipkin_thrift_span.go b/src/runtime/vendor/github.com/uber/jaeger-client-go/zipkin_thrift_span.go similarity index 100% rename from vendor/github.com/uber/jaeger-client-go/zipkin_thrift_span.go rename to src/runtime/vendor/github.com/uber/jaeger-client-go/zipkin_thrift_span.go diff --git a/vendor/github.com/uber/jaeger-lib/LICENSE b/src/runtime/vendor/github.com/uber/jaeger-lib/LICENSE similarity index 100% rename from vendor/github.com/uber/jaeger-lib/LICENSE rename to src/runtime/vendor/github.com/uber/jaeger-lib/LICENSE diff --git a/vendor/github.com/uber/jaeger-lib/metrics/counter.go b/src/runtime/vendor/github.com/uber/jaeger-lib/metrics/counter.go similarity index 100% rename from vendor/github.com/uber/jaeger-lib/metrics/counter.go rename to src/runtime/vendor/github.com/uber/jaeger-lib/metrics/counter.go diff --git a/vendor/github.com/uber/jaeger-lib/metrics/factory.go b/src/runtime/vendor/github.com/uber/jaeger-lib/metrics/factory.go similarity index 100% rename from vendor/github.com/uber/jaeger-lib/metrics/factory.go rename to src/runtime/vendor/github.com/uber/jaeger-lib/metrics/factory.go diff --git a/vendor/github.com/uber/jaeger-lib/metrics/gauge.go b/src/runtime/vendor/github.com/uber/jaeger-lib/metrics/gauge.go similarity index 100% rename from vendor/github.com/uber/jaeger-lib/metrics/gauge.go rename to src/runtime/vendor/github.com/uber/jaeger-lib/metrics/gauge.go diff --git a/vendor/github.com/uber/jaeger-lib/metrics/local.go b/src/runtime/vendor/github.com/uber/jaeger-lib/metrics/local.go similarity index 100% rename from vendor/github.com/uber/jaeger-lib/metrics/local.go rename to src/runtime/vendor/github.com/uber/jaeger-lib/metrics/local.go diff --git a/vendor/github.com/uber/jaeger-lib/metrics/metrics.go b/src/runtime/vendor/github.com/uber/jaeger-lib/metrics/metrics.go similarity index 100% rename from vendor/github.com/uber/jaeger-lib/metrics/metrics.go rename to src/runtime/vendor/github.com/uber/jaeger-lib/metrics/metrics.go diff --git a/vendor/github.com/uber/jaeger-lib/metrics/stopwatch.go b/src/runtime/vendor/github.com/uber/jaeger-lib/metrics/stopwatch.go similarity index 100% rename from vendor/github.com/uber/jaeger-lib/metrics/stopwatch.go rename to src/runtime/vendor/github.com/uber/jaeger-lib/metrics/stopwatch.go diff --git a/vendor/github.com/uber/jaeger-lib/metrics/timer.go b/src/runtime/vendor/github.com/uber/jaeger-lib/metrics/timer.go similarity index 100% rename from vendor/github.com/uber/jaeger-lib/metrics/timer.go rename to src/runtime/vendor/github.com/uber/jaeger-lib/metrics/timer.go diff --git a/vendor/github.com/urfave/cli/LICENSE b/src/runtime/vendor/github.com/urfave/cli/LICENSE similarity index 100% rename from vendor/github.com/urfave/cli/LICENSE rename to src/runtime/vendor/github.com/urfave/cli/LICENSE diff --git a/vendor/github.com/urfave/cli/app.go b/src/runtime/vendor/github.com/urfave/cli/app.go similarity index 100% rename from vendor/github.com/urfave/cli/app.go rename to src/runtime/vendor/github.com/urfave/cli/app.go diff --git a/vendor/github.com/urfave/cli/category.go b/src/runtime/vendor/github.com/urfave/cli/category.go similarity index 100% rename from vendor/github.com/urfave/cli/category.go rename to src/runtime/vendor/github.com/urfave/cli/category.go diff --git a/vendor/github.com/urfave/cli/cli.go b/src/runtime/vendor/github.com/urfave/cli/cli.go similarity index 100% rename from vendor/github.com/urfave/cli/cli.go rename to src/runtime/vendor/github.com/urfave/cli/cli.go diff --git a/vendor/github.com/urfave/cli/command.go b/src/runtime/vendor/github.com/urfave/cli/command.go similarity index 100% rename from vendor/github.com/urfave/cli/command.go rename to src/runtime/vendor/github.com/urfave/cli/command.go diff --git a/vendor/github.com/urfave/cli/context.go b/src/runtime/vendor/github.com/urfave/cli/context.go similarity index 100% rename from vendor/github.com/urfave/cli/context.go rename to src/runtime/vendor/github.com/urfave/cli/context.go diff --git a/vendor/github.com/urfave/cli/errors.go b/src/runtime/vendor/github.com/urfave/cli/errors.go similarity index 100% rename from vendor/github.com/urfave/cli/errors.go rename to src/runtime/vendor/github.com/urfave/cli/errors.go diff --git a/vendor/github.com/urfave/cli/flag.go b/src/runtime/vendor/github.com/urfave/cli/flag.go similarity index 100% rename from vendor/github.com/urfave/cli/flag.go rename to src/runtime/vendor/github.com/urfave/cli/flag.go diff --git a/vendor/github.com/urfave/cli/flag_generated.go b/src/runtime/vendor/github.com/urfave/cli/flag_generated.go similarity index 100% rename from vendor/github.com/urfave/cli/flag_generated.go rename to src/runtime/vendor/github.com/urfave/cli/flag_generated.go diff --git a/vendor/github.com/urfave/cli/funcs.go b/src/runtime/vendor/github.com/urfave/cli/funcs.go similarity index 100% rename from vendor/github.com/urfave/cli/funcs.go rename to src/runtime/vendor/github.com/urfave/cli/funcs.go diff --git a/vendor/github.com/urfave/cli/help.go b/src/runtime/vendor/github.com/urfave/cli/help.go similarity index 100% rename from vendor/github.com/urfave/cli/help.go rename to src/runtime/vendor/github.com/urfave/cli/help.go diff --git a/vendor/github.com/vishvananda/netlink/LICENSE b/src/runtime/vendor/github.com/vishvananda/netlink/LICENSE similarity index 100% rename from vendor/github.com/vishvananda/netlink/LICENSE rename to src/runtime/vendor/github.com/vishvananda/netlink/LICENSE diff --git a/vendor/github.com/vishvananda/netlink/addr.go b/src/runtime/vendor/github.com/vishvananda/netlink/addr.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/addr.go rename to src/runtime/vendor/github.com/vishvananda/netlink/addr.go diff --git a/vendor/github.com/vishvananda/netlink/addr_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/addr_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/addr_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/addr_linux.go diff --git a/vendor/github.com/vishvananda/netlink/bpf_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/bpf_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/bpf_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/bpf_linux.go diff --git a/vendor/github.com/vishvananda/netlink/bridge_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/bridge_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/bridge_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/bridge_linux.go diff --git a/vendor/github.com/vishvananda/netlink/class.go b/src/runtime/vendor/github.com/vishvananda/netlink/class.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/class.go rename to src/runtime/vendor/github.com/vishvananda/netlink/class.go diff --git a/vendor/github.com/vishvananda/netlink/class_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/class_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/class_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/class_linux.go diff --git a/vendor/github.com/vishvananda/netlink/conntrack_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/conntrack_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/conntrack_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/conntrack_linux.go diff --git a/vendor/github.com/vishvananda/netlink/conntrack_unspecified.go b/src/runtime/vendor/github.com/vishvananda/netlink/conntrack_unspecified.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/conntrack_unspecified.go rename to src/runtime/vendor/github.com/vishvananda/netlink/conntrack_unspecified.go diff --git a/vendor/github.com/vishvananda/netlink/devlink_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/devlink_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/devlink_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/devlink_linux.go diff --git a/vendor/github.com/vishvananda/netlink/filter.go b/src/runtime/vendor/github.com/vishvananda/netlink/filter.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/filter.go rename to src/runtime/vendor/github.com/vishvananda/netlink/filter.go diff --git a/vendor/github.com/vishvananda/netlink/filter_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/filter_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/filter_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/filter_linux.go diff --git a/vendor/github.com/vishvananda/netlink/fou.go b/src/runtime/vendor/github.com/vishvananda/netlink/fou.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/fou.go rename to src/runtime/vendor/github.com/vishvananda/netlink/fou.go diff --git a/vendor/github.com/vishvananda/netlink/fou_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/fou_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/fou_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/fou_linux.go diff --git a/vendor/github.com/vishvananda/netlink/fou_unspecified.go b/src/runtime/vendor/github.com/vishvananda/netlink/fou_unspecified.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/fou_unspecified.go rename to src/runtime/vendor/github.com/vishvananda/netlink/fou_unspecified.go diff --git a/vendor/github.com/vishvananda/netlink/genetlink_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/genetlink_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/genetlink_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/genetlink_linux.go diff --git a/vendor/github.com/vishvananda/netlink/genetlink_unspecified.go b/src/runtime/vendor/github.com/vishvananda/netlink/genetlink_unspecified.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/genetlink_unspecified.go rename to src/runtime/vendor/github.com/vishvananda/netlink/genetlink_unspecified.go diff --git a/vendor/github.com/vishvananda/netlink/gtp_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/gtp_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/gtp_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/gtp_linux.go diff --git a/vendor/github.com/vishvananda/netlink/handle_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/handle_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/handle_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/handle_linux.go diff --git a/vendor/github.com/vishvananda/netlink/handle_unspecified.go b/src/runtime/vendor/github.com/vishvananda/netlink/handle_unspecified.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/handle_unspecified.go rename to src/runtime/vendor/github.com/vishvananda/netlink/handle_unspecified.go diff --git a/vendor/github.com/vishvananda/netlink/ioctl_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/ioctl_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/ioctl_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/ioctl_linux.go diff --git a/vendor/github.com/vishvananda/netlink/link.go b/src/runtime/vendor/github.com/vishvananda/netlink/link.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/link.go rename to src/runtime/vendor/github.com/vishvananda/netlink/link.go diff --git a/vendor/github.com/vishvananda/netlink/link_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/link_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/link_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/link_linux.go diff --git a/vendor/github.com/vishvananda/netlink/link_tuntap_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/link_tuntap_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/link_tuntap_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/link_tuntap_linux.go diff --git a/vendor/github.com/vishvananda/netlink/neigh.go b/src/runtime/vendor/github.com/vishvananda/netlink/neigh.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/neigh.go rename to src/runtime/vendor/github.com/vishvananda/netlink/neigh.go diff --git a/vendor/github.com/vishvananda/netlink/neigh_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/neigh_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/neigh_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/neigh_linux.go diff --git a/vendor/github.com/vishvananda/netlink/netlink.go b/src/runtime/vendor/github.com/vishvananda/netlink/netlink.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/netlink.go rename to src/runtime/vendor/github.com/vishvananda/netlink/netlink.go diff --git a/vendor/github.com/vishvananda/netlink/netlink_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/netlink_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/netlink_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/netlink_linux.go diff --git a/vendor/github.com/vishvananda/netlink/netlink_unspecified.go b/src/runtime/vendor/github.com/vishvananda/netlink/netlink_unspecified.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/netlink_unspecified.go rename to src/runtime/vendor/github.com/vishvananda/netlink/netlink_unspecified.go diff --git a/vendor/github.com/vishvananda/netlink/netns_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/netns_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/netns_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/netns_linux.go diff --git a/vendor/github.com/vishvananda/netlink/netns_unspecified.go b/src/runtime/vendor/github.com/vishvananda/netlink/netns_unspecified.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/netns_unspecified.go rename to src/runtime/vendor/github.com/vishvananda/netlink/netns_unspecified.go diff --git a/vendor/github.com/vishvananda/netlink/nl/addr_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/nl/addr_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/nl/addr_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/nl/addr_linux.go diff --git a/vendor/github.com/vishvananda/netlink/nl/bridge_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/nl/bridge_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/nl/bridge_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/nl/bridge_linux.go diff --git a/vendor/github.com/vishvananda/netlink/nl/conntrack_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/nl/conntrack_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/nl/conntrack_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/nl/conntrack_linux.go diff --git a/vendor/github.com/vishvananda/netlink/nl/devlink_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/nl/devlink_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/nl/devlink_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/nl/devlink_linux.go diff --git a/vendor/github.com/vishvananda/netlink/nl/genetlink_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/nl/genetlink_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/nl/genetlink_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/nl/genetlink_linux.go diff --git a/vendor/github.com/vishvananda/netlink/nl/link_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/nl/link_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/nl/link_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/nl/link_linux.go diff --git a/vendor/github.com/vishvananda/netlink/nl/mpls_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/nl/mpls_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/nl/mpls_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/nl/mpls_linux.go diff --git a/vendor/github.com/vishvananda/netlink/nl/nl_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/nl/nl_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/nl/nl_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/nl/nl_linux.go diff --git a/vendor/github.com/vishvananda/netlink/nl/nl_unspecified.go b/src/runtime/vendor/github.com/vishvananda/netlink/nl/nl_unspecified.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/nl/nl_unspecified.go rename to src/runtime/vendor/github.com/vishvananda/netlink/nl/nl_unspecified.go diff --git a/vendor/github.com/vishvananda/netlink/nl/rdma_link_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/nl/rdma_link_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/nl/rdma_link_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/nl/rdma_link_linux.go diff --git a/vendor/github.com/vishvananda/netlink/nl/route_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/nl/route_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/nl/route_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/nl/route_linux.go diff --git a/vendor/github.com/vishvananda/netlink/nl/seg6_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/nl/seg6_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/nl/seg6_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/nl/seg6_linux.go diff --git a/vendor/github.com/vishvananda/netlink/nl/seg6local_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/nl/seg6local_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/nl/seg6local_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/nl/seg6local_linux.go diff --git a/vendor/github.com/vishvananda/netlink/nl/syscall.go b/src/runtime/vendor/github.com/vishvananda/netlink/nl/syscall.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/nl/syscall.go rename to src/runtime/vendor/github.com/vishvananda/netlink/nl/syscall.go diff --git a/vendor/github.com/vishvananda/netlink/nl/tc_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/nl/tc_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/nl/tc_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/nl/tc_linux.go diff --git a/vendor/github.com/vishvananda/netlink/nl/xfrm_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/nl/xfrm_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/nl/xfrm_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/nl/xfrm_linux.go diff --git a/vendor/github.com/vishvananda/netlink/nl/xfrm_monitor_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/nl/xfrm_monitor_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/nl/xfrm_monitor_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/nl/xfrm_monitor_linux.go diff --git a/vendor/github.com/vishvananda/netlink/nl/xfrm_policy_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/nl/xfrm_policy_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/nl/xfrm_policy_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/nl/xfrm_policy_linux.go diff --git a/vendor/github.com/vishvananda/netlink/nl/xfrm_state_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/nl/xfrm_state_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/nl/xfrm_state_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/nl/xfrm_state_linux.go diff --git a/vendor/github.com/vishvananda/netlink/order.go b/src/runtime/vendor/github.com/vishvananda/netlink/order.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/order.go rename to src/runtime/vendor/github.com/vishvananda/netlink/order.go diff --git a/vendor/github.com/vishvananda/netlink/protinfo.go b/src/runtime/vendor/github.com/vishvananda/netlink/protinfo.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/protinfo.go rename to src/runtime/vendor/github.com/vishvananda/netlink/protinfo.go diff --git a/vendor/github.com/vishvananda/netlink/protinfo_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/protinfo_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/protinfo_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/protinfo_linux.go diff --git a/vendor/github.com/vishvananda/netlink/qdisc.go b/src/runtime/vendor/github.com/vishvananda/netlink/qdisc.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/qdisc.go rename to src/runtime/vendor/github.com/vishvananda/netlink/qdisc.go diff --git a/vendor/github.com/vishvananda/netlink/qdisc_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/qdisc_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/qdisc_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/qdisc_linux.go diff --git a/vendor/github.com/vishvananda/netlink/rdma_link_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/rdma_link_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/rdma_link_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/rdma_link_linux.go diff --git a/vendor/github.com/vishvananda/netlink/route.go b/src/runtime/vendor/github.com/vishvananda/netlink/route.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/route.go rename to src/runtime/vendor/github.com/vishvananda/netlink/route.go diff --git a/vendor/github.com/vishvananda/netlink/route_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/route_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/route_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/route_linux.go diff --git a/vendor/github.com/vishvananda/netlink/route_unspecified.go b/src/runtime/vendor/github.com/vishvananda/netlink/route_unspecified.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/route_unspecified.go rename to src/runtime/vendor/github.com/vishvananda/netlink/route_unspecified.go diff --git a/vendor/github.com/vishvananda/netlink/rule.go b/src/runtime/vendor/github.com/vishvananda/netlink/rule.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/rule.go rename to src/runtime/vendor/github.com/vishvananda/netlink/rule.go diff --git a/vendor/github.com/vishvananda/netlink/rule_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/rule_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/rule_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/rule_linux.go diff --git a/vendor/github.com/vishvananda/netlink/socket.go b/src/runtime/vendor/github.com/vishvananda/netlink/socket.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/socket.go rename to src/runtime/vendor/github.com/vishvananda/netlink/socket.go diff --git a/vendor/github.com/vishvananda/netlink/socket_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/socket_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/socket_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/socket_linux.go diff --git a/vendor/github.com/vishvananda/netlink/xfrm.go b/src/runtime/vendor/github.com/vishvananda/netlink/xfrm.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/xfrm.go rename to src/runtime/vendor/github.com/vishvananda/netlink/xfrm.go diff --git a/vendor/github.com/vishvananda/netlink/xfrm_monitor_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/xfrm_monitor_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/xfrm_monitor_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/xfrm_monitor_linux.go diff --git a/vendor/github.com/vishvananda/netlink/xfrm_policy.go b/src/runtime/vendor/github.com/vishvananda/netlink/xfrm_policy.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/xfrm_policy.go rename to src/runtime/vendor/github.com/vishvananda/netlink/xfrm_policy.go diff --git a/vendor/github.com/vishvananda/netlink/xfrm_policy_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/xfrm_policy_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/xfrm_policy_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/xfrm_policy_linux.go diff --git a/vendor/github.com/vishvananda/netlink/xfrm_state.go b/src/runtime/vendor/github.com/vishvananda/netlink/xfrm_state.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/xfrm_state.go rename to src/runtime/vendor/github.com/vishvananda/netlink/xfrm_state.go diff --git a/vendor/github.com/vishvananda/netlink/xfrm_state_linux.go b/src/runtime/vendor/github.com/vishvananda/netlink/xfrm_state_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netlink/xfrm_state_linux.go rename to src/runtime/vendor/github.com/vishvananda/netlink/xfrm_state_linux.go diff --git a/vendor/github.com/vishvananda/netns/LICENSE b/src/runtime/vendor/github.com/vishvananda/netns/LICENSE similarity index 100% rename from vendor/github.com/vishvananda/netns/LICENSE rename to src/runtime/vendor/github.com/vishvananda/netns/LICENSE diff --git a/vendor/github.com/vishvananda/netns/netns.go b/src/runtime/vendor/github.com/vishvananda/netns/netns.go similarity index 100% rename from vendor/github.com/vishvananda/netns/netns.go rename to src/runtime/vendor/github.com/vishvananda/netns/netns.go diff --git a/vendor/github.com/vishvananda/netns/netns_linux.go b/src/runtime/vendor/github.com/vishvananda/netns/netns_linux.go similarity index 100% rename from vendor/github.com/vishvananda/netns/netns_linux.go rename to src/runtime/vendor/github.com/vishvananda/netns/netns_linux.go diff --git a/vendor/github.com/vishvananda/netns/netns_unspecified.go b/src/runtime/vendor/github.com/vishvananda/netns/netns_unspecified.go similarity index 100% rename from vendor/github.com/vishvananda/netns/netns_unspecified.go rename to src/runtime/vendor/github.com/vishvananda/netns/netns_unspecified.go diff --git a/vendor/golang.org/x/net/AUTHORS b/src/runtime/vendor/golang.org/x/net/AUTHORS similarity index 100% rename from vendor/golang.org/x/net/AUTHORS rename to src/runtime/vendor/golang.org/x/net/AUTHORS diff --git a/vendor/golang.org/x/net/CONTRIBUTORS b/src/runtime/vendor/golang.org/x/net/CONTRIBUTORS similarity index 100% rename from vendor/golang.org/x/net/CONTRIBUTORS rename to src/runtime/vendor/golang.org/x/net/CONTRIBUTORS diff --git a/vendor/golang.org/x/net/LICENSE b/src/runtime/vendor/golang.org/x/net/LICENSE similarity index 100% rename from vendor/golang.org/x/net/LICENSE rename to src/runtime/vendor/golang.org/x/net/LICENSE diff --git a/vendor/golang.org/x/net/PATENTS b/src/runtime/vendor/golang.org/x/net/PATENTS similarity index 100% rename from vendor/golang.org/x/net/PATENTS rename to src/runtime/vendor/golang.org/x/net/PATENTS diff --git a/vendor/golang.org/x/net/context/context.go b/src/runtime/vendor/golang.org/x/net/context/context.go similarity index 100% rename from vendor/golang.org/x/net/context/context.go rename to src/runtime/vendor/golang.org/x/net/context/context.go diff --git a/vendor/golang.org/x/net/context/ctxhttp/ctxhttp.go b/src/runtime/vendor/golang.org/x/net/context/ctxhttp/ctxhttp.go similarity index 100% rename from vendor/golang.org/x/net/context/ctxhttp/ctxhttp.go rename to src/runtime/vendor/golang.org/x/net/context/ctxhttp/ctxhttp.go diff --git a/vendor/golang.org/x/net/context/ctxhttp/ctxhttp_pre17.go b/src/runtime/vendor/golang.org/x/net/context/ctxhttp/ctxhttp_pre17.go similarity index 100% rename from vendor/golang.org/x/net/context/ctxhttp/ctxhttp_pre17.go rename to src/runtime/vendor/golang.org/x/net/context/ctxhttp/ctxhttp_pre17.go diff --git a/vendor/golang.org/x/net/context/go17.go b/src/runtime/vendor/golang.org/x/net/context/go17.go similarity index 100% rename from vendor/golang.org/x/net/context/go17.go rename to src/runtime/vendor/golang.org/x/net/context/go17.go diff --git a/vendor/golang.org/x/net/context/go19.go b/src/runtime/vendor/golang.org/x/net/context/go19.go similarity index 100% rename from vendor/golang.org/x/net/context/go19.go rename to src/runtime/vendor/golang.org/x/net/context/go19.go diff --git a/vendor/golang.org/x/net/context/pre_go17.go b/src/runtime/vendor/golang.org/x/net/context/pre_go17.go similarity index 100% rename from vendor/golang.org/x/net/context/pre_go17.go rename to src/runtime/vendor/golang.org/x/net/context/pre_go17.go diff --git a/vendor/golang.org/x/net/context/pre_go19.go b/src/runtime/vendor/golang.org/x/net/context/pre_go19.go similarity index 100% rename from vendor/golang.org/x/net/context/pre_go19.go rename to src/runtime/vendor/golang.org/x/net/context/pre_go19.go diff --git a/vendor/golang.org/x/net/http2/ciphers.go b/src/runtime/vendor/golang.org/x/net/http2/ciphers.go similarity index 100% rename from vendor/golang.org/x/net/http2/ciphers.go rename to src/runtime/vendor/golang.org/x/net/http2/ciphers.go diff --git a/vendor/golang.org/x/net/http2/client_conn_pool.go b/src/runtime/vendor/golang.org/x/net/http2/client_conn_pool.go similarity index 100% rename from vendor/golang.org/x/net/http2/client_conn_pool.go rename to src/runtime/vendor/golang.org/x/net/http2/client_conn_pool.go diff --git a/vendor/golang.org/x/net/http2/configure_transport.go b/src/runtime/vendor/golang.org/x/net/http2/configure_transport.go similarity index 100% rename from vendor/golang.org/x/net/http2/configure_transport.go rename to src/runtime/vendor/golang.org/x/net/http2/configure_transport.go diff --git a/vendor/golang.org/x/net/http2/databuffer.go b/src/runtime/vendor/golang.org/x/net/http2/databuffer.go similarity index 100% rename from vendor/golang.org/x/net/http2/databuffer.go rename to src/runtime/vendor/golang.org/x/net/http2/databuffer.go diff --git a/vendor/golang.org/x/net/http2/errors.go b/src/runtime/vendor/golang.org/x/net/http2/errors.go similarity index 100% rename from vendor/golang.org/x/net/http2/errors.go rename to src/runtime/vendor/golang.org/x/net/http2/errors.go diff --git a/vendor/golang.org/x/net/http2/flow.go b/src/runtime/vendor/golang.org/x/net/http2/flow.go similarity index 100% rename from vendor/golang.org/x/net/http2/flow.go rename to src/runtime/vendor/golang.org/x/net/http2/flow.go diff --git a/vendor/golang.org/x/net/http2/frame.go b/src/runtime/vendor/golang.org/x/net/http2/frame.go similarity index 100% rename from vendor/golang.org/x/net/http2/frame.go rename to src/runtime/vendor/golang.org/x/net/http2/frame.go diff --git a/vendor/golang.org/x/net/http2/go16.go b/src/runtime/vendor/golang.org/x/net/http2/go16.go similarity index 100% rename from vendor/golang.org/x/net/http2/go16.go rename to src/runtime/vendor/golang.org/x/net/http2/go16.go diff --git a/vendor/golang.org/x/net/http2/go17.go b/src/runtime/vendor/golang.org/x/net/http2/go17.go similarity index 100% rename from vendor/golang.org/x/net/http2/go17.go rename to src/runtime/vendor/golang.org/x/net/http2/go17.go diff --git a/vendor/golang.org/x/net/http2/go17_not18.go b/src/runtime/vendor/golang.org/x/net/http2/go17_not18.go similarity index 100% rename from vendor/golang.org/x/net/http2/go17_not18.go rename to src/runtime/vendor/golang.org/x/net/http2/go17_not18.go diff --git a/vendor/golang.org/x/net/http2/go18.go b/src/runtime/vendor/golang.org/x/net/http2/go18.go similarity index 100% rename from vendor/golang.org/x/net/http2/go18.go rename to src/runtime/vendor/golang.org/x/net/http2/go18.go diff --git a/vendor/golang.org/x/net/http2/go19.go b/src/runtime/vendor/golang.org/x/net/http2/go19.go similarity index 100% rename from vendor/golang.org/x/net/http2/go19.go rename to src/runtime/vendor/golang.org/x/net/http2/go19.go diff --git a/vendor/golang.org/x/net/http2/gotrack.go b/src/runtime/vendor/golang.org/x/net/http2/gotrack.go similarity index 100% rename from vendor/golang.org/x/net/http2/gotrack.go rename to src/runtime/vendor/golang.org/x/net/http2/gotrack.go diff --git a/vendor/golang.org/x/net/http2/headermap.go b/src/runtime/vendor/golang.org/x/net/http2/headermap.go similarity index 100% rename from vendor/golang.org/x/net/http2/headermap.go rename to src/runtime/vendor/golang.org/x/net/http2/headermap.go diff --git a/vendor/golang.org/x/net/http2/hpack/encode.go b/src/runtime/vendor/golang.org/x/net/http2/hpack/encode.go similarity index 100% rename from vendor/golang.org/x/net/http2/hpack/encode.go rename to src/runtime/vendor/golang.org/x/net/http2/hpack/encode.go diff --git a/vendor/golang.org/x/net/http2/hpack/hpack.go b/src/runtime/vendor/golang.org/x/net/http2/hpack/hpack.go similarity index 100% rename from vendor/golang.org/x/net/http2/hpack/hpack.go rename to src/runtime/vendor/golang.org/x/net/http2/hpack/hpack.go diff --git a/vendor/golang.org/x/net/http2/hpack/huffman.go b/src/runtime/vendor/golang.org/x/net/http2/hpack/huffman.go similarity index 100% rename from vendor/golang.org/x/net/http2/hpack/huffman.go rename to src/runtime/vendor/golang.org/x/net/http2/hpack/huffman.go diff --git a/vendor/golang.org/x/net/http2/hpack/tables.go b/src/runtime/vendor/golang.org/x/net/http2/hpack/tables.go similarity index 100% rename from vendor/golang.org/x/net/http2/hpack/tables.go rename to src/runtime/vendor/golang.org/x/net/http2/hpack/tables.go diff --git a/vendor/golang.org/x/net/http2/http2.go b/src/runtime/vendor/golang.org/x/net/http2/http2.go similarity index 100% rename from vendor/golang.org/x/net/http2/http2.go rename to src/runtime/vendor/golang.org/x/net/http2/http2.go diff --git a/vendor/golang.org/x/net/http2/not_go16.go b/src/runtime/vendor/golang.org/x/net/http2/not_go16.go similarity index 100% rename from vendor/golang.org/x/net/http2/not_go16.go rename to src/runtime/vendor/golang.org/x/net/http2/not_go16.go diff --git a/vendor/golang.org/x/net/http2/not_go17.go b/src/runtime/vendor/golang.org/x/net/http2/not_go17.go similarity index 100% rename from vendor/golang.org/x/net/http2/not_go17.go rename to src/runtime/vendor/golang.org/x/net/http2/not_go17.go diff --git a/vendor/golang.org/x/net/http2/not_go18.go b/src/runtime/vendor/golang.org/x/net/http2/not_go18.go similarity index 100% rename from vendor/golang.org/x/net/http2/not_go18.go rename to src/runtime/vendor/golang.org/x/net/http2/not_go18.go diff --git a/vendor/golang.org/x/net/http2/not_go19.go b/src/runtime/vendor/golang.org/x/net/http2/not_go19.go similarity index 100% rename from vendor/golang.org/x/net/http2/not_go19.go rename to src/runtime/vendor/golang.org/x/net/http2/not_go19.go diff --git a/vendor/golang.org/x/net/http2/pipe.go b/src/runtime/vendor/golang.org/x/net/http2/pipe.go similarity index 100% rename from vendor/golang.org/x/net/http2/pipe.go rename to src/runtime/vendor/golang.org/x/net/http2/pipe.go diff --git a/vendor/golang.org/x/net/http2/server.go b/src/runtime/vendor/golang.org/x/net/http2/server.go similarity index 100% rename from vendor/golang.org/x/net/http2/server.go rename to src/runtime/vendor/golang.org/x/net/http2/server.go diff --git a/vendor/golang.org/x/net/http2/transport.go b/src/runtime/vendor/golang.org/x/net/http2/transport.go similarity index 100% rename from vendor/golang.org/x/net/http2/transport.go rename to src/runtime/vendor/golang.org/x/net/http2/transport.go diff --git a/vendor/golang.org/x/net/http2/write.go b/src/runtime/vendor/golang.org/x/net/http2/write.go similarity index 100% rename from vendor/golang.org/x/net/http2/write.go rename to src/runtime/vendor/golang.org/x/net/http2/write.go diff --git a/vendor/golang.org/x/net/http2/writesched.go b/src/runtime/vendor/golang.org/x/net/http2/writesched.go similarity index 100% rename from vendor/golang.org/x/net/http2/writesched.go rename to src/runtime/vendor/golang.org/x/net/http2/writesched.go diff --git a/vendor/golang.org/x/net/http2/writesched_priority.go b/src/runtime/vendor/golang.org/x/net/http2/writesched_priority.go similarity index 100% rename from vendor/golang.org/x/net/http2/writesched_priority.go rename to src/runtime/vendor/golang.org/x/net/http2/writesched_priority.go diff --git a/vendor/golang.org/x/net/http2/writesched_random.go b/src/runtime/vendor/golang.org/x/net/http2/writesched_random.go similarity index 100% rename from vendor/golang.org/x/net/http2/writesched_random.go rename to src/runtime/vendor/golang.org/x/net/http2/writesched_random.go diff --git a/vendor/golang.org/x/net/idna/idna.go b/src/runtime/vendor/golang.org/x/net/idna/idna.go similarity index 100% rename from vendor/golang.org/x/net/idna/idna.go rename to src/runtime/vendor/golang.org/x/net/idna/idna.go diff --git a/vendor/golang.org/x/net/idna/punycode.go b/src/runtime/vendor/golang.org/x/net/idna/punycode.go similarity index 100% rename from vendor/golang.org/x/net/idna/punycode.go rename to src/runtime/vendor/golang.org/x/net/idna/punycode.go diff --git a/vendor/golang.org/x/net/idna/tables.go b/src/runtime/vendor/golang.org/x/net/idna/tables.go similarity index 100% rename from vendor/golang.org/x/net/idna/tables.go rename to src/runtime/vendor/golang.org/x/net/idna/tables.go diff --git a/vendor/golang.org/x/net/idna/trie.go b/src/runtime/vendor/golang.org/x/net/idna/trie.go similarity index 100% rename from vendor/golang.org/x/net/idna/trie.go rename to src/runtime/vendor/golang.org/x/net/idna/trie.go diff --git a/vendor/golang.org/x/net/idna/trieval.go b/src/runtime/vendor/golang.org/x/net/idna/trieval.go similarity index 100% rename from vendor/golang.org/x/net/idna/trieval.go rename to src/runtime/vendor/golang.org/x/net/idna/trieval.go diff --git a/vendor/golang.org/x/net/internal/timeseries/timeseries.go b/src/runtime/vendor/golang.org/x/net/internal/timeseries/timeseries.go similarity index 100% rename from vendor/golang.org/x/net/internal/timeseries/timeseries.go rename to src/runtime/vendor/golang.org/x/net/internal/timeseries/timeseries.go diff --git a/vendor/golang.org/x/net/lex/httplex/httplex.go b/src/runtime/vendor/golang.org/x/net/lex/httplex/httplex.go similarity index 100% rename from vendor/golang.org/x/net/lex/httplex/httplex.go rename to src/runtime/vendor/golang.org/x/net/lex/httplex/httplex.go diff --git a/vendor/golang.org/x/net/trace/events.go b/src/runtime/vendor/golang.org/x/net/trace/events.go similarity index 100% rename from vendor/golang.org/x/net/trace/events.go rename to src/runtime/vendor/golang.org/x/net/trace/events.go diff --git a/vendor/golang.org/x/net/trace/histogram.go b/src/runtime/vendor/golang.org/x/net/trace/histogram.go similarity index 100% rename from vendor/golang.org/x/net/trace/histogram.go rename to src/runtime/vendor/golang.org/x/net/trace/histogram.go diff --git a/vendor/golang.org/x/net/trace/trace.go b/src/runtime/vendor/golang.org/x/net/trace/trace.go similarity index 100% rename from vendor/golang.org/x/net/trace/trace.go rename to src/runtime/vendor/golang.org/x/net/trace/trace.go diff --git a/vendor/golang.org/x/net/trace/trace_go16.go b/src/runtime/vendor/golang.org/x/net/trace/trace_go16.go similarity index 100% rename from vendor/golang.org/x/net/trace/trace_go16.go rename to src/runtime/vendor/golang.org/x/net/trace/trace_go16.go diff --git a/vendor/golang.org/x/net/trace/trace_go17.go b/src/runtime/vendor/golang.org/x/net/trace/trace_go17.go similarity index 100% rename from vendor/golang.org/x/net/trace/trace_go17.go rename to src/runtime/vendor/golang.org/x/net/trace/trace_go17.go diff --git a/vendor/golang.org/x/oauth2/AUTHORS b/src/runtime/vendor/golang.org/x/oauth2/AUTHORS similarity index 100% rename from vendor/golang.org/x/oauth2/AUTHORS rename to src/runtime/vendor/golang.org/x/oauth2/AUTHORS diff --git a/vendor/golang.org/x/oauth2/CONTRIBUTORS b/src/runtime/vendor/golang.org/x/oauth2/CONTRIBUTORS similarity index 100% rename from vendor/golang.org/x/oauth2/CONTRIBUTORS rename to src/runtime/vendor/golang.org/x/oauth2/CONTRIBUTORS diff --git a/vendor/golang.org/x/oauth2/LICENSE b/src/runtime/vendor/golang.org/x/oauth2/LICENSE similarity index 100% rename from vendor/golang.org/x/oauth2/LICENSE rename to src/runtime/vendor/golang.org/x/oauth2/LICENSE diff --git a/vendor/golang.org/x/oauth2/internal/client_appengine.go b/src/runtime/vendor/golang.org/x/oauth2/internal/client_appengine.go similarity index 100% rename from vendor/golang.org/x/oauth2/internal/client_appengine.go rename to src/runtime/vendor/golang.org/x/oauth2/internal/client_appengine.go diff --git a/vendor/golang.org/x/oauth2/internal/doc.go b/src/runtime/vendor/golang.org/x/oauth2/internal/doc.go similarity index 100% rename from vendor/golang.org/x/oauth2/internal/doc.go rename to src/runtime/vendor/golang.org/x/oauth2/internal/doc.go diff --git a/vendor/golang.org/x/oauth2/internal/oauth2.go b/src/runtime/vendor/golang.org/x/oauth2/internal/oauth2.go similarity index 100% rename from vendor/golang.org/x/oauth2/internal/oauth2.go rename to src/runtime/vendor/golang.org/x/oauth2/internal/oauth2.go diff --git a/vendor/golang.org/x/oauth2/internal/token.go b/src/runtime/vendor/golang.org/x/oauth2/internal/token.go similarity index 100% rename from vendor/golang.org/x/oauth2/internal/token.go rename to src/runtime/vendor/golang.org/x/oauth2/internal/token.go diff --git a/vendor/golang.org/x/oauth2/internal/transport.go b/src/runtime/vendor/golang.org/x/oauth2/internal/transport.go similarity index 100% rename from vendor/golang.org/x/oauth2/internal/transport.go rename to src/runtime/vendor/golang.org/x/oauth2/internal/transport.go diff --git a/vendor/golang.org/x/oauth2/oauth2.go b/src/runtime/vendor/golang.org/x/oauth2/oauth2.go similarity index 100% rename from vendor/golang.org/x/oauth2/oauth2.go rename to src/runtime/vendor/golang.org/x/oauth2/oauth2.go diff --git a/vendor/golang.org/x/oauth2/token.go b/src/runtime/vendor/golang.org/x/oauth2/token.go similarity index 100% rename from vendor/golang.org/x/oauth2/token.go rename to src/runtime/vendor/golang.org/x/oauth2/token.go diff --git a/vendor/golang.org/x/oauth2/transport.go b/src/runtime/vendor/golang.org/x/oauth2/transport.go similarity index 100% rename from vendor/golang.org/x/oauth2/transport.go rename to src/runtime/vendor/golang.org/x/oauth2/transport.go diff --git a/vendor/golang.org/x/sys/AUTHORS b/src/runtime/vendor/golang.org/x/sys/AUTHORS similarity index 100% rename from vendor/golang.org/x/sys/AUTHORS rename to src/runtime/vendor/golang.org/x/sys/AUTHORS diff --git a/vendor/golang.org/x/sys/CONTRIBUTORS b/src/runtime/vendor/golang.org/x/sys/CONTRIBUTORS similarity index 100% rename from vendor/golang.org/x/sys/CONTRIBUTORS rename to src/runtime/vendor/golang.org/x/sys/CONTRIBUTORS diff --git a/vendor/golang.org/x/sys/LICENSE b/src/runtime/vendor/golang.org/x/sys/LICENSE similarity index 100% rename from vendor/golang.org/x/sys/LICENSE rename to src/runtime/vendor/golang.org/x/sys/LICENSE diff --git a/vendor/golang.org/x/sys/PATENTS b/src/runtime/vendor/golang.org/x/sys/PATENTS similarity index 100% rename from vendor/golang.org/x/sys/PATENTS rename to src/runtime/vendor/golang.org/x/sys/PATENTS diff --git a/vendor/golang.org/x/sys/unix/affinity_linux.go b/src/runtime/vendor/golang.org/x/sys/unix/affinity_linux.go similarity index 100% rename from vendor/golang.org/x/sys/unix/affinity_linux.go rename to src/runtime/vendor/golang.org/x/sys/unix/affinity_linux.go diff --git a/vendor/golang.org/x/sys/unix/aliases.go b/src/runtime/vendor/golang.org/x/sys/unix/aliases.go similarity index 100% rename from vendor/golang.org/x/sys/unix/aliases.go rename to src/runtime/vendor/golang.org/x/sys/unix/aliases.go diff --git a/vendor/golang.org/x/sys/unix/asm_aix_ppc64.s b/src/runtime/vendor/golang.org/x/sys/unix/asm_aix_ppc64.s similarity index 100% rename from vendor/golang.org/x/sys/unix/asm_aix_ppc64.s rename to src/runtime/vendor/golang.org/x/sys/unix/asm_aix_ppc64.s diff --git a/vendor/golang.org/x/sys/unix/asm_darwin_386.s b/src/runtime/vendor/golang.org/x/sys/unix/asm_darwin_386.s similarity index 100% rename from vendor/golang.org/x/sys/unix/asm_darwin_386.s rename to src/runtime/vendor/golang.org/x/sys/unix/asm_darwin_386.s diff --git a/vendor/golang.org/x/sys/unix/asm_darwin_amd64.s b/src/runtime/vendor/golang.org/x/sys/unix/asm_darwin_amd64.s similarity index 100% rename from vendor/golang.org/x/sys/unix/asm_darwin_amd64.s rename to src/runtime/vendor/golang.org/x/sys/unix/asm_darwin_amd64.s diff --git a/vendor/golang.org/x/sys/unix/asm_darwin_arm.s b/src/runtime/vendor/golang.org/x/sys/unix/asm_darwin_arm.s similarity index 100% rename from vendor/golang.org/x/sys/unix/asm_darwin_arm.s rename to src/runtime/vendor/golang.org/x/sys/unix/asm_darwin_arm.s diff --git a/vendor/golang.org/x/sys/unix/asm_darwin_arm64.s b/src/runtime/vendor/golang.org/x/sys/unix/asm_darwin_arm64.s similarity index 100% rename from vendor/golang.org/x/sys/unix/asm_darwin_arm64.s rename to src/runtime/vendor/golang.org/x/sys/unix/asm_darwin_arm64.s diff --git a/vendor/golang.org/x/sys/unix/asm_dragonfly_amd64.s b/src/runtime/vendor/golang.org/x/sys/unix/asm_dragonfly_amd64.s similarity index 100% rename from vendor/golang.org/x/sys/unix/asm_dragonfly_amd64.s rename to src/runtime/vendor/golang.org/x/sys/unix/asm_dragonfly_amd64.s diff --git a/vendor/golang.org/x/sys/unix/asm_freebsd_386.s b/src/runtime/vendor/golang.org/x/sys/unix/asm_freebsd_386.s similarity index 100% rename from vendor/golang.org/x/sys/unix/asm_freebsd_386.s rename to src/runtime/vendor/golang.org/x/sys/unix/asm_freebsd_386.s diff --git a/vendor/golang.org/x/sys/unix/asm_freebsd_amd64.s b/src/runtime/vendor/golang.org/x/sys/unix/asm_freebsd_amd64.s similarity index 100% rename from vendor/golang.org/x/sys/unix/asm_freebsd_amd64.s rename to src/runtime/vendor/golang.org/x/sys/unix/asm_freebsd_amd64.s diff --git a/vendor/golang.org/x/sys/unix/asm_freebsd_arm.s b/src/runtime/vendor/golang.org/x/sys/unix/asm_freebsd_arm.s similarity index 100% rename from vendor/golang.org/x/sys/unix/asm_freebsd_arm.s rename to src/runtime/vendor/golang.org/x/sys/unix/asm_freebsd_arm.s diff --git a/vendor/golang.org/x/sys/unix/asm_freebsd_arm64.s b/src/runtime/vendor/golang.org/x/sys/unix/asm_freebsd_arm64.s similarity index 100% rename from vendor/golang.org/x/sys/unix/asm_freebsd_arm64.s rename to src/runtime/vendor/golang.org/x/sys/unix/asm_freebsd_arm64.s diff --git a/vendor/golang.org/x/sys/unix/asm_linux_386.s b/src/runtime/vendor/golang.org/x/sys/unix/asm_linux_386.s similarity index 100% rename from vendor/golang.org/x/sys/unix/asm_linux_386.s rename to src/runtime/vendor/golang.org/x/sys/unix/asm_linux_386.s diff --git a/vendor/golang.org/x/sys/unix/asm_linux_amd64.s b/src/runtime/vendor/golang.org/x/sys/unix/asm_linux_amd64.s similarity index 100% rename from vendor/golang.org/x/sys/unix/asm_linux_amd64.s rename to src/runtime/vendor/golang.org/x/sys/unix/asm_linux_amd64.s diff --git a/vendor/golang.org/x/sys/unix/asm_linux_arm.s b/src/runtime/vendor/golang.org/x/sys/unix/asm_linux_arm.s similarity index 100% rename from vendor/golang.org/x/sys/unix/asm_linux_arm.s rename to src/runtime/vendor/golang.org/x/sys/unix/asm_linux_arm.s diff --git a/vendor/golang.org/x/sys/unix/asm_linux_arm64.s b/src/runtime/vendor/golang.org/x/sys/unix/asm_linux_arm64.s similarity index 100% rename from vendor/golang.org/x/sys/unix/asm_linux_arm64.s rename to src/runtime/vendor/golang.org/x/sys/unix/asm_linux_arm64.s diff --git a/vendor/golang.org/x/sys/unix/asm_linux_mips64x.s b/src/runtime/vendor/golang.org/x/sys/unix/asm_linux_mips64x.s similarity index 100% rename from vendor/golang.org/x/sys/unix/asm_linux_mips64x.s rename to src/runtime/vendor/golang.org/x/sys/unix/asm_linux_mips64x.s diff --git a/vendor/golang.org/x/sys/unix/asm_linux_mipsx.s b/src/runtime/vendor/golang.org/x/sys/unix/asm_linux_mipsx.s similarity index 100% rename from vendor/golang.org/x/sys/unix/asm_linux_mipsx.s rename to src/runtime/vendor/golang.org/x/sys/unix/asm_linux_mipsx.s diff --git a/vendor/golang.org/x/sys/unix/asm_linux_ppc64x.s b/src/runtime/vendor/golang.org/x/sys/unix/asm_linux_ppc64x.s similarity index 100% rename from vendor/golang.org/x/sys/unix/asm_linux_ppc64x.s rename to src/runtime/vendor/golang.org/x/sys/unix/asm_linux_ppc64x.s diff --git a/vendor/golang.org/x/sys/unix/asm_linux_riscv64.s b/src/runtime/vendor/golang.org/x/sys/unix/asm_linux_riscv64.s similarity index 100% rename from vendor/golang.org/x/sys/unix/asm_linux_riscv64.s rename to src/runtime/vendor/golang.org/x/sys/unix/asm_linux_riscv64.s diff --git a/vendor/golang.org/x/sys/unix/asm_linux_s390x.s b/src/runtime/vendor/golang.org/x/sys/unix/asm_linux_s390x.s similarity index 100% rename from vendor/golang.org/x/sys/unix/asm_linux_s390x.s rename to src/runtime/vendor/golang.org/x/sys/unix/asm_linux_s390x.s diff --git a/vendor/golang.org/x/sys/unix/asm_netbsd_386.s b/src/runtime/vendor/golang.org/x/sys/unix/asm_netbsd_386.s similarity index 100% rename from vendor/golang.org/x/sys/unix/asm_netbsd_386.s rename to src/runtime/vendor/golang.org/x/sys/unix/asm_netbsd_386.s diff --git a/vendor/golang.org/x/sys/unix/asm_netbsd_amd64.s b/src/runtime/vendor/golang.org/x/sys/unix/asm_netbsd_amd64.s similarity index 100% rename from vendor/golang.org/x/sys/unix/asm_netbsd_amd64.s rename to src/runtime/vendor/golang.org/x/sys/unix/asm_netbsd_amd64.s diff --git a/vendor/golang.org/x/sys/unix/asm_netbsd_arm.s b/src/runtime/vendor/golang.org/x/sys/unix/asm_netbsd_arm.s similarity index 100% rename from vendor/golang.org/x/sys/unix/asm_netbsd_arm.s rename to src/runtime/vendor/golang.org/x/sys/unix/asm_netbsd_arm.s diff --git a/vendor/golang.org/x/sys/unix/asm_netbsd_arm64.s b/src/runtime/vendor/golang.org/x/sys/unix/asm_netbsd_arm64.s similarity index 100% rename from vendor/golang.org/x/sys/unix/asm_netbsd_arm64.s rename to src/runtime/vendor/golang.org/x/sys/unix/asm_netbsd_arm64.s diff --git a/vendor/golang.org/x/sys/unix/asm_openbsd_386.s b/src/runtime/vendor/golang.org/x/sys/unix/asm_openbsd_386.s similarity index 100% rename from vendor/golang.org/x/sys/unix/asm_openbsd_386.s rename to src/runtime/vendor/golang.org/x/sys/unix/asm_openbsd_386.s diff --git a/vendor/golang.org/x/sys/unix/asm_openbsd_amd64.s b/src/runtime/vendor/golang.org/x/sys/unix/asm_openbsd_amd64.s similarity index 100% rename from vendor/golang.org/x/sys/unix/asm_openbsd_amd64.s rename to src/runtime/vendor/golang.org/x/sys/unix/asm_openbsd_amd64.s diff --git a/vendor/golang.org/x/sys/unix/asm_openbsd_arm.s b/src/runtime/vendor/golang.org/x/sys/unix/asm_openbsd_arm.s similarity index 100% rename from vendor/golang.org/x/sys/unix/asm_openbsd_arm.s rename to src/runtime/vendor/golang.org/x/sys/unix/asm_openbsd_arm.s diff --git a/vendor/golang.org/x/sys/unix/asm_openbsd_arm64.s b/src/runtime/vendor/golang.org/x/sys/unix/asm_openbsd_arm64.s similarity index 100% rename from vendor/golang.org/x/sys/unix/asm_openbsd_arm64.s rename to src/runtime/vendor/golang.org/x/sys/unix/asm_openbsd_arm64.s diff --git a/vendor/golang.org/x/sys/unix/asm_solaris_amd64.s b/src/runtime/vendor/golang.org/x/sys/unix/asm_solaris_amd64.s similarity index 100% rename from vendor/golang.org/x/sys/unix/asm_solaris_amd64.s rename to src/runtime/vendor/golang.org/x/sys/unix/asm_solaris_amd64.s diff --git a/vendor/golang.org/x/sys/unix/bluetooth_linux.go b/src/runtime/vendor/golang.org/x/sys/unix/bluetooth_linux.go similarity index 100% rename from vendor/golang.org/x/sys/unix/bluetooth_linux.go rename to src/runtime/vendor/golang.org/x/sys/unix/bluetooth_linux.go diff --git a/vendor/golang.org/x/sys/unix/cap_freebsd.go b/src/runtime/vendor/golang.org/x/sys/unix/cap_freebsd.go similarity index 100% rename from vendor/golang.org/x/sys/unix/cap_freebsd.go rename to src/runtime/vendor/golang.org/x/sys/unix/cap_freebsd.go diff --git a/vendor/golang.org/x/sys/unix/constants.go b/src/runtime/vendor/golang.org/x/sys/unix/constants.go similarity index 100% rename from vendor/golang.org/x/sys/unix/constants.go rename to src/runtime/vendor/golang.org/x/sys/unix/constants.go diff --git a/vendor/golang.org/x/sys/unix/dev_aix_ppc.go b/src/runtime/vendor/golang.org/x/sys/unix/dev_aix_ppc.go similarity index 100% rename from vendor/golang.org/x/sys/unix/dev_aix_ppc.go rename to src/runtime/vendor/golang.org/x/sys/unix/dev_aix_ppc.go diff --git a/vendor/golang.org/x/sys/unix/dev_aix_ppc64.go b/src/runtime/vendor/golang.org/x/sys/unix/dev_aix_ppc64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/dev_aix_ppc64.go rename to src/runtime/vendor/golang.org/x/sys/unix/dev_aix_ppc64.go diff --git a/vendor/golang.org/x/sys/unix/dev_darwin.go b/src/runtime/vendor/golang.org/x/sys/unix/dev_darwin.go similarity index 100% rename from vendor/golang.org/x/sys/unix/dev_darwin.go rename to src/runtime/vendor/golang.org/x/sys/unix/dev_darwin.go diff --git a/vendor/golang.org/x/sys/unix/dev_dragonfly.go b/src/runtime/vendor/golang.org/x/sys/unix/dev_dragonfly.go similarity index 100% rename from vendor/golang.org/x/sys/unix/dev_dragonfly.go rename to src/runtime/vendor/golang.org/x/sys/unix/dev_dragonfly.go diff --git a/vendor/golang.org/x/sys/unix/dev_freebsd.go b/src/runtime/vendor/golang.org/x/sys/unix/dev_freebsd.go similarity index 100% rename from vendor/golang.org/x/sys/unix/dev_freebsd.go rename to src/runtime/vendor/golang.org/x/sys/unix/dev_freebsd.go diff --git a/vendor/golang.org/x/sys/unix/dev_linux.go b/src/runtime/vendor/golang.org/x/sys/unix/dev_linux.go similarity index 100% rename from vendor/golang.org/x/sys/unix/dev_linux.go rename to src/runtime/vendor/golang.org/x/sys/unix/dev_linux.go diff --git a/vendor/golang.org/x/sys/unix/dev_netbsd.go b/src/runtime/vendor/golang.org/x/sys/unix/dev_netbsd.go similarity index 100% rename from vendor/golang.org/x/sys/unix/dev_netbsd.go rename to src/runtime/vendor/golang.org/x/sys/unix/dev_netbsd.go diff --git a/vendor/golang.org/x/sys/unix/dev_openbsd.go b/src/runtime/vendor/golang.org/x/sys/unix/dev_openbsd.go similarity index 100% rename from vendor/golang.org/x/sys/unix/dev_openbsd.go rename to src/runtime/vendor/golang.org/x/sys/unix/dev_openbsd.go diff --git a/vendor/golang.org/x/sys/unix/dirent.go b/src/runtime/vendor/golang.org/x/sys/unix/dirent.go similarity index 100% rename from vendor/golang.org/x/sys/unix/dirent.go rename to src/runtime/vendor/golang.org/x/sys/unix/dirent.go diff --git a/vendor/golang.org/x/sys/unix/endian_big.go b/src/runtime/vendor/golang.org/x/sys/unix/endian_big.go similarity index 100% rename from vendor/golang.org/x/sys/unix/endian_big.go rename to src/runtime/vendor/golang.org/x/sys/unix/endian_big.go diff --git a/vendor/golang.org/x/sys/unix/endian_little.go b/src/runtime/vendor/golang.org/x/sys/unix/endian_little.go similarity index 100% rename from vendor/golang.org/x/sys/unix/endian_little.go rename to src/runtime/vendor/golang.org/x/sys/unix/endian_little.go diff --git a/vendor/golang.org/x/sys/unix/env_unix.go b/src/runtime/vendor/golang.org/x/sys/unix/env_unix.go similarity index 100% rename from vendor/golang.org/x/sys/unix/env_unix.go rename to src/runtime/vendor/golang.org/x/sys/unix/env_unix.go diff --git a/vendor/golang.org/x/sys/unix/errors_freebsd_386.go b/src/runtime/vendor/golang.org/x/sys/unix/errors_freebsd_386.go similarity index 100% rename from vendor/golang.org/x/sys/unix/errors_freebsd_386.go rename to src/runtime/vendor/golang.org/x/sys/unix/errors_freebsd_386.go diff --git a/vendor/golang.org/x/sys/unix/errors_freebsd_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/errors_freebsd_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/errors_freebsd_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/errors_freebsd_amd64.go diff --git a/vendor/golang.org/x/sys/unix/errors_freebsd_arm.go b/src/runtime/vendor/golang.org/x/sys/unix/errors_freebsd_arm.go similarity index 100% rename from vendor/golang.org/x/sys/unix/errors_freebsd_arm.go rename to src/runtime/vendor/golang.org/x/sys/unix/errors_freebsd_arm.go diff --git a/vendor/golang.org/x/sys/unix/fcntl.go b/src/runtime/vendor/golang.org/x/sys/unix/fcntl.go similarity index 100% rename from vendor/golang.org/x/sys/unix/fcntl.go rename to src/runtime/vendor/golang.org/x/sys/unix/fcntl.go diff --git a/vendor/golang.org/x/sys/unix/fcntl_darwin.go b/src/runtime/vendor/golang.org/x/sys/unix/fcntl_darwin.go similarity index 100% rename from vendor/golang.org/x/sys/unix/fcntl_darwin.go rename to src/runtime/vendor/golang.org/x/sys/unix/fcntl_darwin.go diff --git a/vendor/golang.org/x/sys/unix/fcntl_linux_32bit.go b/src/runtime/vendor/golang.org/x/sys/unix/fcntl_linux_32bit.go similarity index 100% rename from vendor/golang.org/x/sys/unix/fcntl_linux_32bit.go rename to src/runtime/vendor/golang.org/x/sys/unix/fcntl_linux_32bit.go diff --git a/vendor/golang.org/x/sys/unix/fdset.go b/src/runtime/vendor/golang.org/x/sys/unix/fdset.go similarity index 100% rename from vendor/golang.org/x/sys/unix/fdset.go rename to src/runtime/vendor/golang.org/x/sys/unix/fdset.go diff --git a/vendor/golang.org/x/sys/unix/gccgo.go b/src/runtime/vendor/golang.org/x/sys/unix/gccgo.go similarity index 100% rename from vendor/golang.org/x/sys/unix/gccgo.go rename to src/runtime/vendor/golang.org/x/sys/unix/gccgo.go diff --git a/vendor/golang.org/x/sys/unix/gccgo_c.c b/src/runtime/vendor/golang.org/x/sys/unix/gccgo_c.c similarity index 100% rename from vendor/golang.org/x/sys/unix/gccgo_c.c rename to src/runtime/vendor/golang.org/x/sys/unix/gccgo_c.c diff --git a/vendor/golang.org/x/sys/unix/gccgo_linux_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/gccgo_linux_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/gccgo_linux_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/gccgo_linux_amd64.go diff --git a/vendor/golang.org/x/sys/unix/ioctl.go b/src/runtime/vendor/golang.org/x/sys/unix/ioctl.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ioctl.go rename to src/runtime/vendor/golang.org/x/sys/unix/ioctl.go diff --git a/vendor/golang.org/x/sys/unix/mkasm_darwin.go b/src/runtime/vendor/golang.org/x/sys/unix/mkasm_darwin.go similarity index 100% rename from vendor/golang.org/x/sys/unix/mkasm_darwin.go rename to src/runtime/vendor/golang.org/x/sys/unix/mkasm_darwin.go diff --git a/vendor/golang.org/x/sys/unix/mkpost.go b/src/runtime/vendor/golang.org/x/sys/unix/mkpost.go similarity index 100% rename from vendor/golang.org/x/sys/unix/mkpost.go rename to src/runtime/vendor/golang.org/x/sys/unix/mkpost.go diff --git a/vendor/golang.org/x/sys/unix/mksyscall.go b/src/runtime/vendor/golang.org/x/sys/unix/mksyscall.go similarity index 100% rename from vendor/golang.org/x/sys/unix/mksyscall.go rename to src/runtime/vendor/golang.org/x/sys/unix/mksyscall.go diff --git a/vendor/golang.org/x/sys/unix/mksyscall_aix_ppc.go b/src/runtime/vendor/golang.org/x/sys/unix/mksyscall_aix_ppc.go similarity index 100% rename from vendor/golang.org/x/sys/unix/mksyscall_aix_ppc.go rename to src/runtime/vendor/golang.org/x/sys/unix/mksyscall_aix_ppc.go diff --git a/vendor/golang.org/x/sys/unix/mksyscall_aix_ppc64.go b/src/runtime/vendor/golang.org/x/sys/unix/mksyscall_aix_ppc64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/mksyscall_aix_ppc64.go rename to src/runtime/vendor/golang.org/x/sys/unix/mksyscall_aix_ppc64.go diff --git a/vendor/golang.org/x/sys/unix/mksyscall_solaris.go b/src/runtime/vendor/golang.org/x/sys/unix/mksyscall_solaris.go similarity index 100% rename from vendor/golang.org/x/sys/unix/mksyscall_solaris.go rename to src/runtime/vendor/golang.org/x/sys/unix/mksyscall_solaris.go diff --git a/vendor/golang.org/x/sys/unix/mksysctl_openbsd.go b/src/runtime/vendor/golang.org/x/sys/unix/mksysctl_openbsd.go similarity index 100% rename from vendor/golang.org/x/sys/unix/mksysctl_openbsd.go rename to src/runtime/vendor/golang.org/x/sys/unix/mksysctl_openbsd.go diff --git a/vendor/golang.org/x/sys/unix/mksysnum.go b/src/runtime/vendor/golang.org/x/sys/unix/mksysnum.go similarity index 100% rename from vendor/golang.org/x/sys/unix/mksysnum.go rename to src/runtime/vendor/golang.org/x/sys/unix/mksysnum.go diff --git a/vendor/golang.org/x/sys/unix/pagesize_unix.go b/src/runtime/vendor/golang.org/x/sys/unix/pagesize_unix.go similarity index 100% rename from vendor/golang.org/x/sys/unix/pagesize_unix.go rename to src/runtime/vendor/golang.org/x/sys/unix/pagesize_unix.go diff --git a/vendor/golang.org/x/sys/unix/pledge_openbsd.go b/src/runtime/vendor/golang.org/x/sys/unix/pledge_openbsd.go similarity index 100% rename from vendor/golang.org/x/sys/unix/pledge_openbsd.go rename to src/runtime/vendor/golang.org/x/sys/unix/pledge_openbsd.go diff --git a/vendor/golang.org/x/sys/unix/race.go b/src/runtime/vendor/golang.org/x/sys/unix/race.go similarity index 100% rename from vendor/golang.org/x/sys/unix/race.go rename to src/runtime/vendor/golang.org/x/sys/unix/race.go diff --git a/vendor/golang.org/x/sys/unix/race0.go b/src/runtime/vendor/golang.org/x/sys/unix/race0.go similarity index 100% rename from vendor/golang.org/x/sys/unix/race0.go rename to src/runtime/vendor/golang.org/x/sys/unix/race0.go diff --git a/vendor/golang.org/x/sys/unix/readdirent_getdents.go b/src/runtime/vendor/golang.org/x/sys/unix/readdirent_getdents.go similarity index 100% rename from vendor/golang.org/x/sys/unix/readdirent_getdents.go rename to src/runtime/vendor/golang.org/x/sys/unix/readdirent_getdents.go diff --git a/vendor/golang.org/x/sys/unix/readdirent_getdirentries.go b/src/runtime/vendor/golang.org/x/sys/unix/readdirent_getdirentries.go similarity index 100% rename from vendor/golang.org/x/sys/unix/readdirent_getdirentries.go rename to src/runtime/vendor/golang.org/x/sys/unix/readdirent_getdirentries.go diff --git a/vendor/golang.org/x/sys/unix/sockcmsg_dragonfly.go b/src/runtime/vendor/golang.org/x/sys/unix/sockcmsg_dragonfly.go similarity index 100% rename from vendor/golang.org/x/sys/unix/sockcmsg_dragonfly.go rename to src/runtime/vendor/golang.org/x/sys/unix/sockcmsg_dragonfly.go diff --git a/vendor/golang.org/x/sys/unix/sockcmsg_linux.go b/src/runtime/vendor/golang.org/x/sys/unix/sockcmsg_linux.go similarity index 100% rename from vendor/golang.org/x/sys/unix/sockcmsg_linux.go rename to src/runtime/vendor/golang.org/x/sys/unix/sockcmsg_linux.go diff --git a/vendor/golang.org/x/sys/unix/sockcmsg_unix.go b/src/runtime/vendor/golang.org/x/sys/unix/sockcmsg_unix.go similarity index 100% rename from vendor/golang.org/x/sys/unix/sockcmsg_unix.go rename to src/runtime/vendor/golang.org/x/sys/unix/sockcmsg_unix.go diff --git a/vendor/golang.org/x/sys/unix/sockcmsg_unix_other.go b/src/runtime/vendor/golang.org/x/sys/unix/sockcmsg_unix_other.go similarity index 100% rename from vendor/golang.org/x/sys/unix/sockcmsg_unix_other.go rename to src/runtime/vendor/golang.org/x/sys/unix/sockcmsg_unix_other.go diff --git a/vendor/golang.org/x/sys/unix/str.go b/src/runtime/vendor/golang.org/x/sys/unix/str.go similarity index 100% rename from vendor/golang.org/x/sys/unix/str.go rename to src/runtime/vendor/golang.org/x/sys/unix/str.go diff --git a/vendor/golang.org/x/sys/unix/syscall.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall.go diff --git a/vendor/golang.org/x/sys/unix/syscall_aix.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_aix.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_aix.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_aix.go diff --git a/vendor/golang.org/x/sys/unix/syscall_aix_ppc.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_aix_ppc.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_aix_ppc.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_aix_ppc.go diff --git a/vendor/golang.org/x/sys/unix/syscall_aix_ppc64.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_aix_ppc64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_aix_ppc64.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_aix_ppc64.go diff --git a/vendor/golang.org/x/sys/unix/syscall_bsd.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_bsd.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_bsd.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_bsd.go diff --git a/vendor/golang.org/x/sys/unix/syscall_darwin.1_12.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_darwin.1_12.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_darwin.1_12.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_darwin.1_12.go diff --git a/vendor/golang.org/x/sys/unix/syscall_darwin.1_13.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_darwin.1_13.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_darwin.1_13.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_darwin.1_13.go diff --git a/vendor/golang.org/x/sys/unix/syscall_darwin.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_darwin.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_darwin.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_darwin.go diff --git a/vendor/golang.org/x/sys/unix/syscall_darwin_386.1_11.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_darwin_386.1_11.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_darwin_386.1_11.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_darwin_386.1_11.go diff --git a/vendor/golang.org/x/sys/unix/syscall_darwin_386.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_darwin_386.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_darwin_386.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_darwin_386.go diff --git a/vendor/golang.org/x/sys/unix/syscall_darwin_amd64.1_11.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_darwin_amd64.1_11.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_darwin_amd64.1_11.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_darwin_amd64.1_11.go diff --git a/vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go diff --git a/vendor/golang.org/x/sys/unix/syscall_darwin_arm.1_11.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_darwin_arm.1_11.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_darwin_arm.1_11.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_darwin_arm.1_11.go diff --git a/vendor/golang.org/x/sys/unix/syscall_darwin_arm.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_darwin_arm.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_darwin_arm.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_darwin_arm.go diff --git a/vendor/golang.org/x/sys/unix/syscall_darwin_arm64.1_11.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_darwin_arm64.1_11.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_darwin_arm64.1_11.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_darwin_arm64.1_11.go diff --git a/vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go diff --git a/vendor/golang.org/x/sys/unix/syscall_darwin_libSystem.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_darwin_libSystem.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_darwin_libSystem.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_darwin_libSystem.go diff --git a/vendor/golang.org/x/sys/unix/syscall_dragonfly.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_dragonfly.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_dragonfly.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_dragonfly.go diff --git a/vendor/golang.org/x/sys/unix/syscall_dragonfly_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_dragonfly_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_dragonfly_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_dragonfly_amd64.go diff --git a/vendor/golang.org/x/sys/unix/syscall_freebsd.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_freebsd.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_freebsd.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_freebsd.go diff --git a/vendor/golang.org/x/sys/unix/syscall_freebsd_386.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_freebsd_386.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_freebsd_386.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_freebsd_386.go diff --git a/vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go diff --git a/vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go diff --git a/vendor/golang.org/x/sys/unix/syscall_freebsd_arm64.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_freebsd_arm64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_freebsd_arm64.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_freebsd_arm64.go diff --git a/vendor/golang.org/x/sys/unix/syscall_linux.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_linux.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_linux.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_linux.go diff --git a/vendor/golang.org/x/sys/unix/syscall_linux_386.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_linux_386.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_linux_386.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_linux_386.go diff --git a/vendor/golang.org/x/sys/unix/syscall_linux_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_linux_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_linux_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_linux_amd64.go diff --git a/vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go diff --git a/vendor/golang.org/x/sys/unix/syscall_linux_arm.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_linux_arm.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_linux_arm.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_linux_arm.go diff --git a/vendor/golang.org/x/sys/unix/syscall_linux_arm64.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_linux_arm64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_linux_arm64.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_linux_arm64.go diff --git a/vendor/golang.org/x/sys/unix/syscall_linux_gc.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_linux_gc.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_linux_gc.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_linux_gc.go diff --git a/vendor/golang.org/x/sys/unix/syscall_linux_gc_386.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_linux_gc_386.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_linux_gc_386.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_linux_gc_386.go diff --git a/vendor/golang.org/x/sys/unix/syscall_linux_gccgo_386.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_linux_gccgo_386.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_linux_gccgo_386.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_linux_gccgo_386.go diff --git a/vendor/golang.org/x/sys/unix/syscall_linux_gccgo_arm.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_linux_gccgo_arm.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_linux_gccgo_arm.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_linux_gccgo_arm.go diff --git a/vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go diff --git a/vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go diff --git a/vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go diff --git a/vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go diff --git a/vendor/golang.org/x/sys/unix/syscall_linux_s390x.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_linux_s390x.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_linux_s390x.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_linux_s390x.go diff --git a/vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go diff --git a/vendor/golang.org/x/sys/unix/syscall_netbsd.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_netbsd.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_netbsd.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_netbsd.go diff --git a/vendor/golang.org/x/sys/unix/syscall_netbsd_386.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_netbsd_386.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_netbsd_386.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_netbsd_386.go diff --git a/vendor/golang.org/x/sys/unix/syscall_netbsd_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_netbsd_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_netbsd_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_netbsd_amd64.go diff --git a/vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go diff --git a/vendor/golang.org/x/sys/unix/syscall_netbsd_arm64.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_netbsd_arm64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_netbsd_arm64.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_netbsd_arm64.go diff --git a/vendor/golang.org/x/sys/unix/syscall_openbsd.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_openbsd.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_openbsd.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_openbsd.go diff --git a/vendor/golang.org/x/sys/unix/syscall_openbsd_386.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_openbsd_386.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_openbsd_386.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_openbsd_386.go diff --git a/vendor/golang.org/x/sys/unix/syscall_openbsd_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_openbsd_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_openbsd_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_openbsd_amd64.go diff --git a/vendor/golang.org/x/sys/unix/syscall_openbsd_arm.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_openbsd_arm.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_openbsd_arm.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_openbsd_arm.go diff --git a/vendor/golang.org/x/sys/unix/syscall_openbsd_arm64.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_openbsd_arm64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_openbsd_arm64.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_openbsd_arm64.go diff --git a/vendor/golang.org/x/sys/unix/syscall_solaris.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_solaris.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_solaris.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_solaris.go diff --git a/vendor/golang.org/x/sys/unix/syscall_solaris_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_solaris_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_solaris_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_solaris_amd64.go diff --git a/vendor/golang.org/x/sys/unix/syscall_unix.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_unix.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_unix.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_unix.go diff --git a/vendor/golang.org/x/sys/unix/syscall_unix_gc.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_unix_gc.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_unix_gc.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_unix_gc.go diff --git a/vendor/golang.org/x/sys/unix/syscall_unix_gc_ppc64x.go b/src/runtime/vendor/golang.org/x/sys/unix/syscall_unix_gc_ppc64x.go similarity index 100% rename from vendor/golang.org/x/sys/unix/syscall_unix_gc_ppc64x.go rename to src/runtime/vendor/golang.org/x/sys/unix/syscall_unix_gc_ppc64x.go diff --git a/vendor/golang.org/x/sys/unix/timestruct.go b/src/runtime/vendor/golang.org/x/sys/unix/timestruct.go similarity index 100% rename from vendor/golang.org/x/sys/unix/timestruct.go rename to src/runtime/vendor/golang.org/x/sys/unix/timestruct.go diff --git a/vendor/golang.org/x/sys/unix/types_aix.go b/src/runtime/vendor/golang.org/x/sys/unix/types_aix.go similarity index 100% rename from vendor/golang.org/x/sys/unix/types_aix.go rename to src/runtime/vendor/golang.org/x/sys/unix/types_aix.go diff --git a/vendor/golang.org/x/sys/unix/types_darwin.go b/src/runtime/vendor/golang.org/x/sys/unix/types_darwin.go similarity index 100% rename from vendor/golang.org/x/sys/unix/types_darwin.go rename to src/runtime/vendor/golang.org/x/sys/unix/types_darwin.go diff --git a/vendor/golang.org/x/sys/unix/types_dragonfly.go b/src/runtime/vendor/golang.org/x/sys/unix/types_dragonfly.go similarity index 100% rename from vendor/golang.org/x/sys/unix/types_dragonfly.go rename to src/runtime/vendor/golang.org/x/sys/unix/types_dragonfly.go diff --git a/vendor/golang.org/x/sys/unix/types_freebsd.go b/src/runtime/vendor/golang.org/x/sys/unix/types_freebsd.go similarity index 100% rename from vendor/golang.org/x/sys/unix/types_freebsd.go rename to src/runtime/vendor/golang.org/x/sys/unix/types_freebsd.go diff --git a/vendor/golang.org/x/sys/unix/types_netbsd.go b/src/runtime/vendor/golang.org/x/sys/unix/types_netbsd.go similarity index 100% rename from vendor/golang.org/x/sys/unix/types_netbsd.go rename to src/runtime/vendor/golang.org/x/sys/unix/types_netbsd.go diff --git a/vendor/golang.org/x/sys/unix/types_openbsd.go b/src/runtime/vendor/golang.org/x/sys/unix/types_openbsd.go similarity index 100% rename from vendor/golang.org/x/sys/unix/types_openbsd.go rename to src/runtime/vendor/golang.org/x/sys/unix/types_openbsd.go diff --git a/vendor/golang.org/x/sys/unix/types_solaris.go b/src/runtime/vendor/golang.org/x/sys/unix/types_solaris.go similarity index 100% rename from vendor/golang.org/x/sys/unix/types_solaris.go rename to src/runtime/vendor/golang.org/x/sys/unix/types_solaris.go diff --git a/vendor/golang.org/x/sys/unix/unveil_openbsd.go b/src/runtime/vendor/golang.org/x/sys/unix/unveil_openbsd.go similarity index 100% rename from vendor/golang.org/x/sys/unix/unveil_openbsd.go rename to src/runtime/vendor/golang.org/x/sys/unix/unveil_openbsd.go diff --git a/vendor/golang.org/x/sys/unix/xattr_bsd.go b/src/runtime/vendor/golang.org/x/sys/unix/xattr_bsd.go similarity index 100% rename from vendor/golang.org/x/sys/unix/xattr_bsd.go rename to src/runtime/vendor/golang.org/x/sys/unix/xattr_bsd.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_darwin_386.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_darwin_386.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_darwin_386.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_darwin_386.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_darwin_arm.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_darwin_arm.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_darwin_arm.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_darwin_arm.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_386.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_linux_386.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_linux_386.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_linux_386.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_linux_arm.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_linux_mips.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm64.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_netbsd_arm64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm64.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm64.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_openbsd_arm64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm64.go diff --git a/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go diff --git a/vendor/golang.org/x/sys/unix/zptrace_armnn_linux.go b/src/runtime/vendor/golang.org/x/sys/unix/zptrace_armnn_linux.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zptrace_armnn_linux.go rename to src/runtime/vendor/golang.org/x/sys/unix/zptrace_armnn_linux.go diff --git a/vendor/golang.org/x/sys/unix/zptrace_linux_arm64.go b/src/runtime/vendor/golang.org/x/sys/unix/zptrace_linux_arm64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zptrace_linux_arm64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zptrace_linux_arm64.go diff --git a/vendor/golang.org/x/sys/unix/zptrace_mipsnn_linux.go b/src/runtime/vendor/golang.org/x/sys/unix/zptrace_mipsnn_linux.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zptrace_mipsnn_linux.go rename to src/runtime/vendor/golang.org/x/sys/unix/zptrace_mipsnn_linux.go diff --git a/vendor/golang.org/x/sys/unix/zptrace_mipsnnle_linux.go b/src/runtime/vendor/golang.org/x/sys/unix/zptrace_mipsnnle_linux.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zptrace_mipsnnle_linux.go rename to src/runtime/vendor/golang.org/x/sys/unix/zptrace_mipsnnle_linux.go diff --git a/vendor/golang.org/x/sys/unix/zptrace_x86_linux.go b/src/runtime/vendor/golang.org/x/sys/unix/zptrace_x86_linux.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zptrace_x86_linux.go rename to src/runtime/vendor/golang.org/x/sys/unix/zptrace_x86_linux.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_aix_ppc.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gc.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gc.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gc.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gc.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gccgo.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gccgo.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gccgo.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gccgo.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_darwin_386.1_11.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_386.1_11.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_darwin_386.1_11.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_386.1_11.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_darwin_386.1_13.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_386.1_13.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_darwin_386.1_13.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_386.1_13.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_darwin_386.1_13.s b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_386.1_13.s similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_darwin_386.1_13.s rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_386.1_13.s diff --git a/vendor/golang.org/x/sys/unix/zsyscall_darwin_386.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_386.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_darwin_386.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_386.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_darwin_386.s b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_386.s similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_darwin_386.s rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_386.s diff --git a/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_11.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_11.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_11.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_11.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_13.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_13.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_13.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_13.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_13.s b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_13.s similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_13.s rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.1_13.s diff --git a/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.s b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.s similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.s rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.s diff --git a/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.1_11.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.1_11.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.1_11.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.1_11.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.1_13.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.1_13.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.1_13.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.1_13.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.1_13.s b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.1_13.s similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.1_13.s rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.1_13.s diff --git a/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.s b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.s similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.s rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.s diff --git a/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_11.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_11.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_11.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_11.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_13.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_13.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_13.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_13.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_13.s b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_13.s similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_13.s rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.1_13.s diff --git a/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.s b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.s similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.s rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.s diff --git a/vendor/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm64.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_linux_386.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_linux_386.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_linux_386.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_linux_386.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_linux_riscv64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_linux_riscv64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_linux_riscv64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_linux_riscv64.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_netbsd_386.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_netbsd_386.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_netbsd_386.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_netbsd_386.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm64.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go diff --git a/vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go diff --git a/vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go diff --git a/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go diff --git a/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go diff --git a/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go diff --git a/vendor/golang.org/x/sys/unix/zsysnum_darwin_386.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysnum_darwin_386.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysnum_darwin_386.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysnum_darwin_386.go diff --git a/vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go diff --git a/vendor/golang.org/x/sys/unix/zsysnum_darwin_arm.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysnum_darwin_arm.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysnum_darwin_arm.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysnum_darwin_arm.go diff --git a/vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go diff --git a/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go diff --git a/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go diff --git a/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go diff --git a/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go diff --git a/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysnum_linux_386.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go diff --git a/vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go diff --git a/vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go diff --git a/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go diff --git a/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go diff --git a/vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go diff --git a/vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go diff --git a/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go diff --git a/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go b/src/runtime/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go rename to src/runtime/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_aix_ppc.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_aix_ppc.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_aix_ppc.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_aix_ppc.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_aix_ppc64.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_aix_ppc64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_aix_ppc64.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_aix_ppc64.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_darwin_386.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_darwin_386.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_darwin_386.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_darwin_386.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_darwin_arm.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_darwin_arm.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_darwin_arm.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_darwin_arm.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_386.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_linux_386.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_linux_386.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_linux_386.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_arm.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_linux_arm.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_linux_arm.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_linux_arm.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_mips.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_linux_mips.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_linux_mips.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_linux_mips.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm64.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_netbsd_arm64.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm64.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_openbsd_arm64.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_openbsd_arm64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_openbsd_arm64.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_openbsd_arm64.go diff --git a/vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go b/src/runtime/vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go rename to src/runtime/vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go diff --git a/vendor/golang.org/x/sys/windows/aliases.go b/src/runtime/vendor/golang.org/x/sys/windows/aliases.go similarity index 100% rename from vendor/golang.org/x/sys/windows/aliases.go rename to src/runtime/vendor/golang.org/x/sys/windows/aliases.go diff --git a/vendor/golang.org/x/sys/windows/dll_windows.go b/src/runtime/vendor/golang.org/x/sys/windows/dll_windows.go similarity index 100% rename from vendor/golang.org/x/sys/windows/dll_windows.go rename to src/runtime/vendor/golang.org/x/sys/windows/dll_windows.go diff --git a/vendor/golang.org/x/sys/windows/empty.s b/src/runtime/vendor/golang.org/x/sys/windows/empty.s similarity index 100% rename from vendor/golang.org/x/sys/windows/empty.s rename to src/runtime/vendor/golang.org/x/sys/windows/empty.s diff --git a/vendor/golang.org/x/sys/windows/env_windows.go b/src/runtime/vendor/golang.org/x/sys/windows/env_windows.go similarity index 100% rename from vendor/golang.org/x/sys/windows/env_windows.go rename to src/runtime/vendor/golang.org/x/sys/windows/env_windows.go diff --git a/vendor/golang.org/x/sys/windows/eventlog.go b/src/runtime/vendor/golang.org/x/sys/windows/eventlog.go similarity index 100% rename from vendor/golang.org/x/sys/windows/eventlog.go rename to src/runtime/vendor/golang.org/x/sys/windows/eventlog.go diff --git a/vendor/golang.org/x/sys/windows/exec_windows.go b/src/runtime/vendor/golang.org/x/sys/windows/exec_windows.go similarity index 100% rename from vendor/golang.org/x/sys/windows/exec_windows.go rename to src/runtime/vendor/golang.org/x/sys/windows/exec_windows.go diff --git a/vendor/golang.org/x/sys/windows/memory_windows.go b/src/runtime/vendor/golang.org/x/sys/windows/memory_windows.go similarity index 100% rename from vendor/golang.org/x/sys/windows/memory_windows.go rename to src/runtime/vendor/golang.org/x/sys/windows/memory_windows.go diff --git a/vendor/golang.org/x/sys/windows/mksyscall.go b/src/runtime/vendor/golang.org/x/sys/windows/mksyscall.go similarity index 100% rename from vendor/golang.org/x/sys/windows/mksyscall.go rename to src/runtime/vendor/golang.org/x/sys/windows/mksyscall.go diff --git a/vendor/golang.org/x/sys/windows/race.go b/src/runtime/vendor/golang.org/x/sys/windows/race.go similarity index 100% rename from vendor/golang.org/x/sys/windows/race.go rename to src/runtime/vendor/golang.org/x/sys/windows/race.go diff --git a/vendor/golang.org/x/sys/windows/race0.go b/src/runtime/vendor/golang.org/x/sys/windows/race0.go similarity index 100% rename from vendor/golang.org/x/sys/windows/race0.go rename to src/runtime/vendor/golang.org/x/sys/windows/race0.go diff --git a/vendor/golang.org/x/sys/windows/security_windows.go b/src/runtime/vendor/golang.org/x/sys/windows/security_windows.go similarity index 100% rename from vendor/golang.org/x/sys/windows/security_windows.go rename to src/runtime/vendor/golang.org/x/sys/windows/security_windows.go diff --git a/vendor/golang.org/x/sys/windows/service.go b/src/runtime/vendor/golang.org/x/sys/windows/service.go similarity index 100% rename from vendor/golang.org/x/sys/windows/service.go rename to src/runtime/vendor/golang.org/x/sys/windows/service.go diff --git a/vendor/golang.org/x/sys/windows/str.go b/src/runtime/vendor/golang.org/x/sys/windows/str.go similarity index 100% rename from vendor/golang.org/x/sys/windows/str.go rename to src/runtime/vendor/golang.org/x/sys/windows/str.go diff --git a/vendor/golang.org/x/sys/windows/syscall.go b/src/runtime/vendor/golang.org/x/sys/windows/syscall.go similarity index 100% rename from vendor/golang.org/x/sys/windows/syscall.go rename to src/runtime/vendor/golang.org/x/sys/windows/syscall.go diff --git a/vendor/golang.org/x/sys/windows/syscall_windows.go b/src/runtime/vendor/golang.org/x/sys/windows/syscall_windows.go similarity index 100% rename from vendor/golang.org/x/sys/windows/syscall_windows.go rename to src/runtime/vendor/golang.org/x/sys/windows/syscall_windows.go diff --git a/vendor/golang.org/x/sys/windows/types_windows.go b/src/runtime/vendor/golang.org/x/sys/windows/types_windows.go similarity index 100% rename from vendor/golang.org/x/sys/windows/types_windows.go rename to src/runtime/vendor/golang.org/x/sys/windows/types_windows.go diff --git a/vendor/golang.org/x/sys/windows/types_windows_386.go b/src/runtime/vendor/golang.org/x/sys/windows/types_windows_386.go similarity index 100% rename from vendor/golang.org/x/sys/windows/types_windows_386.go rename to src/runtime/vendor/golang.org/x/sys/windows/types_windows_386.go diff --git a/vendor/golang.org/x/sys/windows/types_windows_amd64.go b/src/runtime/vendor/golang.org/x/sys/windows/types_windows_amd64.go similarity index 100% rename from vendor/golang.org/x/sys/windows/types_windows_amd64.go rename to src/runtime/vendor/golang.org/x/sys/windows/types_windows_amd64.go diff --git a/vendor/golang.org/x/sys/windows/types_windows_arm.go b/src/runtime/vendor/golang.org/x/sys/windows/types_windows_arm.go similarity index 100% rename from vendor/golang.org/x/sys/windows/types_windows_arm.go rename to src/runtime/vendor/golang.org/x/sys/windows/types_windows_arm.go diff --git a/vendor/golang.org/x/sys/windows/zerrors_windows.go b/src/runtime/vendor/golang.org/x/sys/windows/zerrors_windows.go similarity index 100% rename from vendor/golang.org/x/sys/windows/zerrors_windows.go rename to src/runtime/vendor/golang.org/x/sys/windows/zerrors_windows.go diff --git a/vendor/golang.org/x/sys/windows/zknownfolderids_windows.go b/src/runtime/vendor/golang.org/x/sys/windows/zknownfolderids_windows.go similarity index 100% rename from vendor/golang.org/x/sys/windows/zknownfolderids_windows.go rename to src/runtime/vendor/golang.org/x/sys/windows/zknownfolderids_windows.go diff --git a/vendor/golang.org/x/sys/windows/zsyscall_windows.go b/src/runtime/vendor/golang.org/x/sys/windows/zsyscall_windows.go similarity index 100% rename from vendor/golang.org/x/sys/windows/zsyscall_windows.go rename to src/runtime/vendor/golang.org/x/sys/windows/zsyscall_windows.go diff --git a/vendor/golang.org/x/text/AUTHORS b/src/runtime/vendor/golang.org/x/text/AUTHORS similarity index 100% rename from vendor/golang.org/x/text/AUTHORS rename to src/runtime/vendor/golang.org/x/text/AUTHORS diff --git a/vendor/golang.org/x/text/CONTRIBUTORS b/src/runtime/vendor/golang.org/x/text/CONTRIBUTORS similarity index 100% rename from vendor/golang.org/x/text/CONTRIBUTORS rename to src/runtime/vendor/golang.org/x/text/CONTRIBUTORS diff --git a/vendor/golang.org/x/text/LICENSE b/src/runtime/vendor/golang.org/x/text/LICENSE similarity index 100% rename from vendor/golang.org/x/text/LICENSE rename to src/runtime/vendor/golang.org/x/text/LICENSE diff --git a/vendor/golang.org/x/text/PATENTS b/src/runtime/vendor/golang.org/x/text/PATENTS similarity index 100% rename from vendor/golang.org/x/text/PATENTS rename to src/runtime/vendor/golang.org/x/text/PATENTS diff --git a/vendor/golang.org/x/text/collate/build/builder.go b/src/runtime/vendor/golang.org/x/text/collate/build/builder.go similarity index 100% rename from vendor/golang.org/x/text/collate/build/builder.go rename to src/runtime/vendor/golang.org/x/text/collate/build/builder.go diff --git a/vendor/golang.org/x/text/collate/build/colelem.go b/src/runtime/vendor/golang.org/x/text/collate/build/colelem.go similarity index 100% rename from vendor/golang.org/x/text/collate/build/colelem.go rename to src/runtime/vendor/golang.org/x/text/collate/build/colelem.go diff --git a/vendor/golang.org/x/text/collate/build/contract.go b/src/runtime/vendor/golang.org/x/text/collate/build/contract.go similarity index 100% rename from vendor/golang.org/x/text/collate/build/contract.go rename to src/runtime/vendor/golang.org/x/text/collate/build/contract.go diff --git a/vendor/golang.org/x/text/collate/build/order.go b/src/runtime/vendor/golang.org/x/text/collate/build/order.go similarity index 100% rename from vendor/golang.org/x/text/collate/build/order.go rename to src/runtime/vendor/golang.org/x/text/collate/build/order.go diff --git a/vendor/golang.org/x/text/collate/build/table.go b/src/runtime/vendor/golang.org/x/text/collate/build/table.go similarity index 100% rename from vendor/golang.org/x/text/collate/build/table.go rename to src/runtime/vendor/golang.org/x/text/collate/build/table.go diff --git a/vendor/golang.org/x/text/collate/build/trie.go b/src/runtime/vendor/golang.org/x/text/collate/build/trie.go similarity index 100% rename from vendor/golang.org/x/text/collate/build/trie.go rename to src/runtime/vendor/golang.org/x/text/collate/build/trie.go diff --git a/vendor/golang.org/x/text/collate/collate.go b/src/runtime/vendor/golang.org/x/text/collate/collate.go similarity index 100% rename from vendor/golang.org/x/text/collate/collate.go rename to src/runtime/vendor/golang.org/x/text/collate/collate.go diff --git a/vendor/golang.org/x/text/collate/index.go b/src/runtime/vendor/golang.org/x/text/collate/index.go similarity index 100% rename from vendor/golang.org/x/text/collate/index.go rename to src/runtime/vendor/golang.org/x/text/collate/index.go diff --git a/vendor/golang.org/x/text/collate/maketables.go b/src/runtime/vendor/golang.org/x/text/collate/maketables.go similarity index 100% rename from vendor/golang.org/x/text/collate/maketables.go rename to src/runtime/vendor/golang.org/x/text/collate/maketables.go diff --git a/vendor/golang.org/x/text/collate/option.go b/src/runtime/vendor/golang.org/x/text/collate/option.go similarity index 100% rename from vendor/golang.org/x/text/collate/option.go rename to src/runtime/vendor/golang.org/x/text/collate/option.go diff --git a/vendor/golang.org/x/text/collate/sort.go b/src/runtime/vendor/golang.org/x/text/collate/sort.go similarity index 100% rename from vendor/golang.org/x/text/collate/sort.go rename to src/runtime/vendor/golang.org/x/text/collate/sort.go diff --git a/vendor/golang.org/x/text/collate/tables.go b/src/runtime/vendor/golang.org/x/text/collate/tables.go similarity index 100% rename from vendor/golang.org/x/text/collate/tables.go rename to src/runtime/vendor/golang.org/x/text/collate/tables.go diff --git a/vendor/golang.org/x/text/internal/colltab/collelem.go b/src/runtime/vendor/golang.org/x/text/internal/colltab/collelem.go similarity index 100% rename from vendor/golang.org/x/text/internal/colltab/collelem.go rename to src/runtime/vendor/golang.org/x/text/internal/colltab/collelem.go diff --git a/vendor/golang.org/x/text/internal/colltab/colltab.go b/src/runtime/vendor/golang.org/x/text/internal/colltab/colltab.go similarity index 100% rename from vendor/golang.org/x/text/internal/colltab/colltab.go rename to src/runtime/vendor/golang.org/x/text/internal/colltab/colltab.go diff --git a/vendor/golang.org/x/text/internal/colltab/contract.go b/src/runtime/vendor/golang.org/x/text/internal/colltab/contract.go similarity index 100% rename from vendor/golang.org/x/text/internal/colltab/contract.go rename to src/runtime/vendor/golang.org/x/text/internal/colltab/contract.go diff --git a/vendor/golang.org/x/text/internal/colltab/iter.go b/src/runtime/vendor/golang.org/x/text/internal/colltab/iter.go similarity index 100% rename from vendor/golang.org/x/text/internal/colltab/iter.go rename to src/runtime/vendor/golang.org/x/text/internal/colltab/iter.go diff --git a/vendor/golang.org/x/text/internal/colltab/numeric.go b/src/runtime/vendor/golang.org/x/text/internal/colltab/numeric.go similarity index 100% rename from vendor/golang.org/x/text/internal/colltab/numeric.go rename to src/runtime/vendor/golang.org/x/text/internal/colltab/numeric.go diff --git a/vendor/golang.org/x/text/internal/colltab/table.go b/src/runtime/vendor/golang.org/x/text/internal/colltab/table.go similarity index 100% rename from vendor/golang.org/x/text/internal/colltab/table.go rename to src/runtime/vendor/golang.org/x/text/internal/colltab/table.go diff --git a/vendor/golang.org/x/text/internal/colltab/trie.go b/src/runtime/vendor/golang.org/x/text/internal/colltab/trie.go similarity index 100% rename from vendor/golang.org/x/text/internal/colltab/trie.go rename to src/runtime/vendor/golang.org/x/text/internal/colltab/trie.go diff --git a/vendor/golang.org/x/text/internal/colltab/weighter.go b/src/runtime/vendor/golang.org/x/text/internal/colltab/weighter.go similarity index 100% rename from vendor/golang.org/x/text/internal/colltab/weighter.go rename to src/runtime/vendor/golang.org/x/text/internal/colltab/weighter.go diff --git a/vendor/golang.org/x/text/internal/gen/code.go b/src/runtime/vendor/golang.org/x/text/internal/gen/code.go similarity index 100% rename from vendor/golang.org/x/text/internal/gen/code.go rename to src/runtime/vendor/golang.org/x/text/internal/gen/code.go diff --git a/vendor/golang.org/x/text/internal/gen/gen.go b/src/runtime/vendor/golang.org/x/text/internal/gen/gen.go similarity index 100% rename from vendor/golang.org/x/text/internal/gen/gen.go rename to src/runtime/vendor/golang.org/x/text/internal/gen/gen.go diff --git a/vendor/golang.org/x/text/internal/tag/tag.go b/src/runtime/vendor/golang.org/x/text/internal/tag/tag.go similarity index 100% rename from vendor/golang.org/x/text/internal/tag/tag.go rename to src/runtime/vendor/golang.org/x/text/internal/tag/tag.go diff --git a/vendor/golang.org/x/text/internal/triegen/compact.go b/src/runtime/vendor/golang.org/x/text/internal/triegen/compact.go similarity index 100% rename from vendor/golang.org/x/text/internal/triegen/compact.go rename to src/runtime/vendor/golang.org/x/text/internal/triegen/compact.go diff --git a/vendor/golang.org/x/text/internal/triegen/print.go b/src/runtime/vendor/golang.org/x/text/internal/triegen/print.go similarity index 100% rename from vendor/golang.org/x/text/internal/triegen/print.go rename to src/runtime/vendor/golang.org/x/text/internal/triegen/print.go diff --git a/vendor/golang.org/x/text/internal/triegen/triegen.go b/src/runtime/vendor/golang.org/x/text/internal/triegen/triegen.go similarity index 100% rename from vendor/golang.org/x/text/internal/triegen/triegen.go rename to src/runtime/vendor/golang.org/x/text/internal/triegen/triegen.go diff --git a/vendor/golang.org/x/text/internal/ucd/ucd.go b/src/runtime/vendor/golang.org/x/text/internal/ucd/ucd.go similarity index 100% rename from vendor/golang.org/x/text/internal/ucd/ucd.go rename to src/runtime/vendor/golang.org/x/text/internal/ucd/ucd.go diff --git a/vendor/golang.org/x/text/language/common.go b/src/runtime/vendor/golang.org/x/text/language/common.go similarity index 100% rename from vendor/golang.org/x/text/language/common.go rename to src/runtime/vendor/golang.org/x/text/language/common.go diff --git a/vendor/golang.org/x/text/language/coverage.go b/src/runtime/vendor/golang.org/x/text/language/coverage.go similarity index 100% rename from vendor/golang.org/x/text/language/coverage.go rename to src/runtime/vendor/golang.org/x/text/language/coverage.go diff --git a/vendor/golang.org/x/text/language/doc.go b/src/runtime/vendor/golang.org/x/text/language/doc.go similarity index 100% rename from vendor/golang.org/x/text/language/doc.go rename to src/runtime/vendor/golang.org/x/text/language/doc.go diff --git a/vendor/golang.org/x/text/language/gen.go b/src/runtime/vendor/golang.org/x/text/language/gen.go similarity index 100% rename from vendor/golang.org/x/text/language/gen.go rename to src/runtime/vendor/golang.org/x/text/language/gen.go diff --git a/vendor/golang.org/x/text/language/gen_common.go b/src/runtime/vendor/golang.org/x/text/language/gen_common.go similarity index 100% rename from vendor/golang.org/x/text/language/gen_common.go rename to src/runtime/vendor/golang.org/x/text/language/gen_common.go diff --git a/vendor/golang.org/x/text/language/gen_index.go b/src/runtime/vendor/golang.org/x/text/language/gen_index.go similarity index 100% rename from vendor/golang.org/x/text/language/gen_index.go rename to src/runtime/vendor/golang.org/x/text/language/gen_index.go diff --git a/vendor/golang.org/x/text/language/go1_1.go b/src/runtime/vendor/golang.org/x/text/language/go1_1.go similarity index 100% rename from vendor/golang.org/x/text/language/go1_1.go rename to src/runtime/vendor/golang.org/x/text/language/go1_1.go diff --git a/vendor/golang.org/x/text/language/go1_2.go b/src/runtime/vendor/golang.org/x/text/language/go1_2.go similarity index 100% rename from vendor/golang.org/x/text/language/go1_2.go rename to src/runtime/vendor/golang.org/x/text/language/go1_2.go diff --git a/vendor/golang.org/x/text/language/index.go b/src/runtime/vendor/golang.org/x/text/language/index.go similarity index 100% rename from vendor/golang.org/x/text/language/index.go rename to src/runtime/vendor/golang.org/x/text/language/index.go diff --git a/vendor/golang.org/x/text/language/language.go b/src/runtime/vendor/golang.org/x/text/language/language.go similarity index 100% rename from vendor/golang.org/x/text/language/language.go rename to src/runtime/vendor/golang.org/x/text/language/language.go diff --git a/vendor/golang.org/x/text/language/lookup.go b/src/runtime/vendor/golang.org/x/text/language/lookup.go similarity index 100% rename from vendor/golang.org/x/text/language/lookup.go rename to src/runtime/vendor/golang.org/x/text/language/lookup.go diff --git a/vendor/golang.org/x/text/language/match.go b/src/runtime/vendor/golang.org/x/text/language/match.go similarity index 100% rename from vendor/golang.org/x/text/language/match.go rename to src/runtime/vendor/golang.org/x/text/language/match.go diff --git a/vendor/golang.org/x/text/language/parse.go b/src/runtime/vendor/golang.org/x/text/language/parse.go similarity index 100% rename from vendor/golang.org/x/text/language/parse.go rename to src/runtime/vendor/golang.org/x/text/language/parse.go diff --git a/vendor/golang.org/x/text/language/tables.go b/src/runtime/vendor/golang.org/x/text/language/tables.go similarity index 100% rename from vendor/golang.org/x/text/language/tables.go rename to src/runtime/vendor/golang.org/x/text/language/tables.go diff --git a/vendor/golang.org/x/text/language/tags.go b/src/runtime/vendor/golang.org/x/text/language/tags.go similarity index 100% rename from vendor/golang.org/x/text/language/tags.go rename to src/runtime/vendor/golang.org/x/text/language/tags.go diff --git a/vendor/golang.org/x/text/secure/bidirule/bidirule.go b/src/runtime/vendor/golang.org/x/text/secure/bidirule/bidirule.go similarity index 100% rename from vendor/golang.org/x/text/secure/bidirule/bidirule.go rename to src/runtime/vendor/golang.org/x/text/secure/bidirule/bidirule.go diff --git a/vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go b/src/runtime/vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go similarity index 100% rename from vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go rename to src/runtime/vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go diff --git a/vendor/golang.org/x/text/secure/bidirule/bidirule9.0.0.go b/src/runtime/vendor/golang.org/x/text/secure/bidirule/bidirule9.0.0.go similarity index 100% rename from vendor/golang.org/x/text/secure/bidirule/bidirule9.0.0.go rename to src/runtime/vendor/golang.org/x/text/secure/bidirule/bidirule9.0.0.go diff --git a/vendor/golang.org/x/text/transform/transform.go b/src/runtime/vendor/golang.org/x/text/transform/transform.go similarity index 100% rename from vendor/golang.org/x/text/transform/transform.go rename to src/runtime/vendor/golang.org/x/text/transform/transform.go diff --git a/vendor/golang.org/x/text/unicode/bidi/bidi.go b/src/runtime/vendor/golang.org/x/text/unicode/bidi/bidi.go similarity index 100% rename from vendor/golang.org/x/text/unicode/bidi/bidi.go rename to src/runtime/vendor/golang.org/x/text/unicode/bidi/bidi.go diff --git a/vendor/golang.org/x/text/unicode/bidi/bracket.go b/src/runtime/vendor/golang.org/x/text/unicode/bidi/bracket.go similarity index 100% rename from vendor/golang.org/x/text/unicode/bidi/bracket.go rename to src/runtime/vendor/golang.org/x/text/unicode/bidi/bracket.go diff --git a/vendor/golang.org/x/text/unicode/bidi/core.go b/src/runtime/vendor/golang.org/x/text/unicode/bidi/core.go similarity index 100% rename from vendor/golang.org/x/text/unicode/bidi/core.go rename to src/runtime/vendor/golang.org/x/text/unicode/bidi/core.go diff --git a/vendor/golang.org/x/text/unicode/bidi/gen.go b/src/runtime/vendor/golang.org/x/text/unicode/bidi/gen.go similarity index 100% rename from vendor/golang.org/x/text/unicode/bidi/gen.go rename to src/runtime/vendor/golang.org/x/text/unicode/bidi/gen.go diff --git a/vendor/golang.org/x/text/unicode/bidi/gen_ranges.go b/src/runtime/vendor/golang.org/x/text/unicode/bidi/gen_ranges.go similarity index 100% rename from vendor/golang.org/x/text/unicode/bidi/gen_ranges.go rename to src/runtime/vendor/golang.org/x/text/unicode/bidi/gen_ranges.go diff --git a/vendor/golang.org/x/text/unicode/bidi/gen_trieval.go b/src/runtime/vendor/golang.org/x/text/unicode/bidi/gen_trieval.go similarity index 100% rename from vendor/golang.org/x/text/unicode/bidi/gen_trieval.go rename to src/runtime/vendor/golang.org/x/text/unicode/bidi/gen_trieval.go diff --git a/vendor/golang.org/x/text/unicode/bidi/prop.go b/src/runtime/vendor/golang.org/x/text/unicode/bidi/prop.go similarity index 100% rename from vendor/golang.org/x/text/unicode/bidi/prop.go rename to src/runtime/vendor/golang.org/x/text/unicode/bidi/prop.go diff --git a/vendor/golang.org/x/text/unicode/bidi/tables10.0.0.go b/src/runtime/vendor/golang.org/x/text/unicode/bidi/tables10.0.0.go similarity index 100% rename from vendor/golang.org/x/text/unicode/bidi/tables10.0.0.go rename to src/runtime/vendor/golang.org/x/text/unicode/bidi/tables10.0.0.go diff --git a/vendor/golang.org/x/text/unicode/bidi/tables9.0.0.go b/src/runtime/vendor/golang.org/x/text/unicode/bidi/tables9.0.0.go similarity index 100% rename from vendor/golang.org/x/text/unicode/bidi/tables9.0.0.go rename to src/runtime/vendor/golang.org/x/text/unicode/bidi/tables9.0.0.go diff --git a/vendor/golang.org/x/text/unicode/bidi/trieval.go b/src/runtime/vendor/golang.org/x/text/unicode/bidi/trieval.go similarity index 100% rename from vendor/golang.org/x/text/unicode/bidi/trieval.go rename to src/runtime/vendor/golang.org/x/text/unicode/bidi/trieval.go diff --git a/vendor/golang.org/x/text/unicode/cldr/base.go b/src/runtime/vendor/golang.org/x/text/unicode/cldr/base.go similarity index 100% rename from vendor/golang.org/x/text/unicode/cldr/base.go rename to src/runtime/vendor/golang.org/x/text/unicode/cldr/base.go diff --git a/vendor/golang.org/x/text/unicode/cldr/cldr.go b/src/runtime/vendor/golang.org/x/text/unicode/cldr/cldr.go similarity index 100% rename from vendor/golang.org/x/text/unicode/cldr/cldr.go rename to src/runtime/vendor/golang.org/x/text/unicode/cldr/cldr.go diff --git a/vendor/golang.org/x/text/unicode/cldr/collate.go b/src/runtime/vendor/golang.org/x/text/unicode/cldr/collate.go similarity index 100% rename from vendor/golang.org/x/text/unicode/cldr/collate.go rename to src/runtime/vendor/golang.org/x/text/unicode/cldr/collate.go diff --git a/vendor/golang.org/x/text/unicode/cldr/decode.go b/src/runtime/vendor/golang.org/x/text/unicode/cldr/decode.go similarity index 100% rename from vendor/golang.org/x/text/unicode/cldr/decode.go rename to src/runtime/vendor/golang.org/x/text/unicode/cldr/decode.go diff --git a/vendor/golang.org/x/text/unicode/cldr/makexml.go b/src/runtime/vendor/golang.org/x/text/unicode/cldr/makexml.go similarity index 100% rename from vendor/golang.org/x/text/unicode/cldr/makexml.go rename to src/runtime/vendor/golang.org/x/text/unicode/cldr/makexml.go diff --git a/vendor/golang.org/x/text/unicode/cldr/resolve.go b/src/runtime/vendor/golang.org/x/text/unicode/cldr/resolve.go similarity index 100% rename from vendor/golang.org/x/text/unicode/cldr/resolve.go rename to src/runtime/vendor/golang.org/x/text/unicode/cldr/resolve.go diff --git a/vendor/golang.org/x/text/unicode/cldr/slice.go b/src/runtime/vendor/golang.org/x/text/unicode/cldr/slice.go similarity index 100% rename from vendor/golang.org/x/text/unicode/cldr/slice.go rename to src/runtime/vendor/golang.org/x/text/unicode/cldr/slice.go diff --git a/vendor/golang.org/x/text/unicode/cldr/xml.go b/src/runtime/vendor/golang.org/x/text/unicode/cldr/xml.go similarity index 100% rename from vendor/golang.org/x/text/unicode/cldr/xml.go rename to src/runtime/vendor/golang.org/x/text/unicode/cldr/xml.go diff --git a/vendor/golang.org/x/text/unicode/norm/composition.go b/src/runtime/vendor/golang.org/x/text/unicode/norm/composition.go similarity index 100% rename from vendor/golang.org/x/text/unicode/norm/composition.go rename to src/runtime/vendor/golang.org/x/text/unicode/norm/composition.go diff --git a/vendor/golang.org/x/text/unicode/norm/forminfo.go b/src/runtime/vendor/golang.org/x/text/unicode/norm/forminfo.go similarity index 100% rename from vendor/golang.org/x/text/unicode/norm/forminfo.go rename to src/runtime/vendor/golang.org/x/text/unicode/norm/forminfo.go diff --git a/vendor/golang.org/x/text/unicode/norm/input.go b/src/runtime/vendor/golang.org/x/text/unicode/norm/input.go similarity index 100% rename from vendor/golang.org/x/text/unicode/norm/input.go rename to src/runtime/vendor/golang.org/x/text/unicode/norm/input.go diff --git a/vendor/golang.org/x/text/unicode/norm/iter.go b/src/runtime/vendor/golang.org/x/text/unicode/norm/iter.go similarity index 100% rename from vendor/golang.org/x/text/unicode/norm/iter.go rename to src/runtime/vendor/golang.org/x/text/unicode/norm/iter.go diff --git a/vendor/golang.org/x/text/unicode/norm/maketables.go b/src/runtime/vendor/golang.org/x/text/unicode/norm/maketables.go similarity index 100% rename from vendor/golang.org/x/text/unicode/norm/maketables.go rename to src/runtime/vendor/golang.org/x/text/unicode/norm/maketables.go diff --git a/vendor/golang.org/x/text/unicode/norm/normalize.go b/src/runtime/vendor/golang.org/x/text/unicode/norm/normalize.go similarity index 100% rename from vendor/golang.org/x/text/unicode/norm/normalize.go rename to src/runtime/vendor/golang.org/x/text/unicode/norm/normalize.go diff --git a/vendor/golang.org/x/text/unicode/norm/readwriter.go b/src/runtime/vendor/golang.org/x/text/unicode/norm/readwriter.go similarity index 100% rename from vendor/golang.org/x/text/unicode/norm/readwriter.go rename to src/runtime/vendor/golang.org/x/text/unicode/norm/readwriter.go diff --git a/vendor/golang.org/x/text/unicode/norm/tables10.0.0.go b/src/runtime/vendor/golang.org/x/text/unicode/norm/tables10.0.0.go similarity index 100% rename from vendor/golang.org/x/text/unicode/norm/tables10.0.0.go rename to src/runtime/vendor/golang.org/x/text/unicode/norm/tables10.0.0.go diff --git a/vendor/golang.org/x/text/unicode/norm/tables9.0.0.go b/src/runtime/vendor/golang.org/x/text/unicode/norm/tables9.0.0.go similarity index 100% rename from vendor/golang.org/x/text/unicode/norm/tables9.0.0.go rename to src/runtime/vendor/golang.org/x/text/unicode/norm/tables9.0.0.go diff --git a/vendor/golang.org/x/text/unicode/norm/transform.go b/src/runtime/vendor/golang.org/x/text/unicode/norm/transform.go similarity index 100% rename from vendor/golang.org/x/text/unicode/norm/transform.go rename to src/runtime/vendor/golang.org/x/text/unicode/norm/transform.go diff --git a/vendor/golang.org/x/text/unicode/norm/trie.go b/src/runtime/vendor/golang.org/x/text/unicode/norm/trie.go similarity index 100% rename from vendor/golang.org/x/text/unicode/norm/trie.go rename to src/runtime/vendor/golang.org/x/text/unicode/norm/trie.go diff --git a/vendor/golang.org/x/text/unicode/norm/triegen.go b/src/runtime/vendor/golang.org/x/text/unicode/norm/triegen.go similarity index 100% rename from vendor/golang.org/x/text/unicode/norm/triegen.go rename to src/runtime/vendor/golang.org/x/text/unicode/norm/triegen.go diff --git a/vendor/golang.org/x/text/unicode/rangetable/gen.go b/src/runtime/vendor/golang.org/x/text/unicode/rangetable/gen.go similarity index 100% rename from vendor/golang.org/x/text/unicode/rangetable/gen.go rename to src/runtime/vendor/golang.org/x/text/unicode/rangetable/gen.go diff --git a/vendor/golang.org/x/text/unicode/rangetable/merge.go b/src/runtime/vendor/golang.org/x/text/unicode/rangetable/merge.go similarity index 100% rename from vendor/golang.org/x/text/unicode/rangetable/merge.go rename to src/runtime/vendor/golang.org/x/text/unicode/rangetable/merge.go diff --git a/vendor/golang.org/x/text/unicode/rangetable/rangetable.go b/src/runtime/vendor/golang.org/x/text/unicode/rangetable/rangetable.go similarity index 100% rename from vendor/golang.org/x/text/unicode/rangetable/rangetable.go rename to src/runtime/vendor/golang.org/x/text/unicode/rangetable/rangetable.go diff --git a/vendor/golang.org/x/text/unicode/rangetable/tables10.0.0.go b/src/runtime/vendor/golang.org/x/text/unicode/rangetable/tables10.0.0.go similarity index 100% rename from vendor/golang.org/x/text/unicode/rangetable/tables10.0.0.go rename to src/runtime/vendor/golang.org/x/text/unicode/rangetable/tables10.0.0.go diff --git a/vendor/golang.org/x/text/unicode/rangetable/tables9.0.0.go b/src/runtime/vendor/golang.org/x/text/unicode/rangetable/tables9.0.0.go similarity index 100% rename from vendor/golang.org/x/text/unicode/rangetable/tables9.0.0.go rename to src/runtime/vendor/golang.org/x/text/unicode/rangetable/tables9.0.0.go diff --git a/vendor/golang.org/x/text/width/gen.go b/src/runtime/vendor/golang.org/x/text/width/gen.go similarity index 100% rename from vendor/golang.org/x/text/width/gen.go rename to src/runtime/vendor/golang.org/x/text/width/gen.go diff --git a/vendor/golang.org/x/text/width/gen_common.go b/src/runtime/vendor/golang.org/x/text/width/gen_common.go similarity index 100% rename from vendor/golang.org/x/text/width/gen_common.go rename to src/runtime/vendor/golang.org/x/text/width/gen_common.go diff --git a/vendor/golang.org/x/text/width/gen_trieval.go b/src/runtime/vendor/golang.org/x/text/width/gen_trieval.go similarity index 100% rename from vendor/golang.org/x/text/width/gen_trieval.go rename to src/runtime/vendor/golang.org/x/text/width/gen_trieval.go diff --git a/vendor/golang.org/x/text/width/kind_string.go b/src/runtime/vendor/golang.org/x/text/width/kind_string.go similarity index 100% rename from vendor/golang.org/x/text/width/kind_string.go rename to src/runtime/vendor/golang.org/x/text/width/kind_string.go diff --git a/vendor/golang.org/x/text/width/tables10.0.0.go b/src/runtime/vendor/golang.org/x/text/width/tables10.0.0.go similarity index 100% rename from vendor/golang.org/x/text/width/tables10.0.0.go rename to src/runtime/vendor/golang.org/x/text/width/tables10.0.0.go diff --git a/vendor/golang.org/x/text/width/tables9.0.0.go b/src/runtime/vendor/golang.org/x/text/width/tables9.0.0.go similarity index 100% rename from vendor/golang.org/x/text/width/tables9.0.0.go rename to src/runtime/vendor/golang.org/x/text/width/tables9.0.0.go diff --git a/vendor/golang.org/x/text/width/transform.go b/src/runtime/vendor/golang.org/x/text/width/transform.go similarity index 100% rename from vendor/golang.org/x/text/width/transform.go rename to src/runtime/vendor/golang.org/x/text/width/transform.go diff --git a/vendor/golang.org/x/text/width/trieval.go b/src/runtime/vendor/golang.org/x/text/width/trieval.go similarity index 100% rename from vendor/golang.org/x/text/width/trieval.go rename to src/runtime/vendor/golang.org/x/text/width/trieval.go diff --git a/vendor/golang.org/x/text/width/width.go b/src/runtime/vendor/golang.org/x/text/width/width.go similarity index 100% rename from vendor/golang.org/x/text/width/width.go rename to src/runtime/vendor/golang.org/x/text/width/width.go diff --git a/vendor/google.golang.org/appengine/LICENSE b/src/runtime/vendor/google.golang.org/appengine/LICENSE similarity index 100% rename from vendor/google.golang.org/appengine/LICENSE rename to src/runtime/vendor/google.golang.org/appengine/LICENSE diff --git a/vendor/google.golang.org/appengine/internal/api.go b/src/runtime/vendor/google.golang.org/appengine/internal/api.go similarity index 100% rename from vendor/google.golang.org/appengine/internal/api.go rename to src/runtime/vendor/google.golang.org/appengine/internal/api.go diff --git a/vendor/google.golang.org/appengine/internal/api_classic.go b/src/runtime/vendor/google.golang.org/appengine/internal/api_classic.go similarity index 100% rename from vendor/google.golang.org/appengine/internal/api_classic.go rename to src/runtime/vendor/google.golang.org/appengine/internal/api_classic.go diff --git a/vendor/google.golang.org/appengine/internal/api_common.go b/src/runtime/vendor/google.golang.org/appengine/internal/api_common.go similarity index 100% rename from vendor/google.golang.org/appengine/internal/api_common.go rename to src/runtime/vendor/google.golang.org/appengine/internal/api_common.go diff --git a/vendor/google.golang.org/appengine/internal/app_id.go b/src/runtime/vendor/google.golang.org/appengine/internal/app_id.go similarity index 100% rename from vendor/google.golang.org/appengine/internal/app_id.go rename to src/runtime/vendor/google.golang.org/appengine/internal/app_id.go diff --git a/vendor/google.golang.org/appengine/internal/base/api_base.pb.go b/src/runtime/vendor/google.golang.org/appengine/internal/base/api_base.pb.go similarity index 100% rename from vendor/google.golang.org/appengine/internal/base/api_base.pb.go rename to src/runtime/vendor/google.golang.org/appengine/internal/base/api_base.pb.go diff --git a/vendor/google.golang.org/appengine/internal/datastore/datastore_v3.pb.go b/src/runtime/vendor/google.golang.org/appengine/internal/datastore/datastore_v3.pb.go similarity index 100% rename from vendor/google.golang.org/appengine/internal/datastore/datastore_v3.pb.go rename to src/runtime/vendor/google.golang.org/appengine/internal/datastore/datastore_v3.pb.go diff --git a/vendor/google.golang.org/appengine/internal/identity.go b/src/runtime/vendor/google.golang.org/appengine/internal/identity.go similarity index 100% rename from vendor/google.golang.org/appengine/internal/identity.go rename to src/runtime/vendor/google.golang.org/appengine/internal/identity.go diff --git a/vendor/google.golang.org/appengine/internal/identity_classic.go b/src/runtime/vendor/google.golang.org/appengine/internal/identity_classic.go similarity index 100% rename from vendor/google.golang.org/appengine/internal/identity_classic.go rename to src/runtime/vendor/google.golang.org/appengine/internal/identity_classic.go diff --git a/vendor/google.golang.org/appengine/internal/identity_flex.go b/src/runtime/vendor/google.golang.org/appengine/internal/identity_flex.go similarity index 100% rename from vendor/google.golang.org/appengine/internal/identity_flex.go rename to src/runtime/vendor/google.golang.org/appengine/internal/identity_flex.go diff --git a/vendor/google.golang.org/appengine/internal/identity_vm.go b/src/runtime/vendor/google.golang.org/appengine/internal/identity_vm.go similarity index 100% rename from vendor/google.golang.org/appengine/internal/identity_vm.go rename to src/runtime/vendor/google.golang.org/appengine/internal/identity_vm.go diff --git a/vendor/google.golang.org/appengine/internal/internal.go b/src/runtime/vendor/google.golang.org/appengine/internal/internal.go similarity index 100% rename from vendor/google.golang.org/appengine/internal/internal.go rename to src/runtime/vendor/google.golang.org/appengine/internal/internal.go diff --git a/vendor/google.golang.org/appengine/internal/log/log_service.pb.go b/src/runtime/vendor/google.golang.org/appengine/internal/log/log_service.pb.go similarity index 100% rename from vendor/google.golang.org/appengine/internal/log/log_service.pb.go rename to src/runtime/vendor/google.golang.org/appengine/internal/log/log_service.pb.go diff --git a/vendor/google.golang.org/appengine/internal/main.go b/src/runtime/vendor/google.golang.org/appengine/internal/main.go similarity index 100% rename from vendor/google.golang.org/appengine/internal/main.go rename to src/runtime/vendor/google.golang.org/appengine/internal/main.go diff --git a/vendor/google.golang.org/appengine/internal/main_common.go b/src/runtime/vendor/google.golang.org/appengine/internal/main_common.go similarity index 100% rename from vendor/google.golang.org/appengine/internal/main_common.go rename to src/runtime/vendor/google.golang.org/appengine/internal/main_common.go diff --git a/vendor/google.golang.org/appengine/internal/main_vm.go b/src/runtime/vendor/google.golang.org/appengine/internal/main_vm.go similarity index 100% rename from vendor/google.golang.org/appengine/internal/main_vm.go rename to src/runtime/vendor/google.golang.org/appengine/internal/main_vm.go diff --git a/vendor/google.golang.org/appengine/internal/metadata.go b/src/runtime/vendor/google.golang.org/appengine/internal/metadata.go similarity index 100% rename from vendor/google.golang.org/appengine/internal/metadata.go rename to src/runtime/vendor/google.golang.org/appengine/internal/metadata.go diff --git a/vendor/google.golang.org/appengine/internal/net.go b/src/runtime/vendor/google.golang.org/appengine/internal/net.go similarity index 100% rename from vendor/google.golang.org/appengine/internal/net.go rename to src/runtime/vendor/google.golang.org/appengine/internal/net.go diff --git a/vendor/google.golang.org/appengine/internal/remote_api/remote_api.pb.go b/src/runtime/vendor/google.golang.org/appengine/internal/remote_api/remote_api.pb.go similarity index 100% rename from vendor/google.golang.org/appengine/internal/remote_api/remote_api.pb.go rename to src/runtime/vendor/google.golang.org/appengine/internal/remote_api/remote_api.pb.go diff --git a/vendor/google.golang.org/appengine/internal/transaction.go b/src/runtime/vendor/google.golang.org/appengine/internal/transaction.go similarity index 100% rename from vendor/google.golang.org/appengine/internal/transaction.go rename to src/runtime/vendor/google.golang.org/appengine/internal/transaction.go diff --git a/vendor/google.golang.org/appengine/internal/urlfetch/urlfetch_service.pb.go b/src/runtime/vendor/google.golang.org/appengine/internal/urlfetch/urlfetch_service.pb.go similarity index 100% rename from vendor/google.golang.org/appengine/internal/urlfetch/urlfetch_service.pb.go rename to src/runtime/vendor/google.golang.org/appengine/internal/urlfetch/urlfetch_service.pb.go diff --git a/vendor/google.golang.org/appengine/urlfetch/urlfetch.go b/src/runtime/vendor/google.golang.org/appengine/urlfetch/urlfetch.go similarity index 100% rename from vendor/google.golang.org/appengine/urlfetch/urlfetch.go rename to src/runtime/vendor/google.golang.org/appengine/urlfetch/urlfetch.go diff --git a/vendor/google.golang.org/genproto/LICENSE b/src/runtime/vendor/google.golang.org/genproto/LICENSE similarity index 100% rename from vendor/google.golang.org/genproto/LICENSE rename to src/runtime/vendor/google.golang.org/genproto/LICENSE diff --git a/vendor/google.golang.org/genproto/googleapis/rpc/status/status.pb.go b/src/runtime/vendor/google.golang.org/genproto/googleapis/rpc/status/status.pb.go similarity index 100% rename from vendor/google.golang.org/genproto/googleapis/rpc/status/status.pb.go rename to src/runtime/vendor/google.golang.org/genproto/googleapis/rpc/status/status.pb.go diff --git a/vendor/google.golang.org/grpc/AUTHORS b/src/runtime/vendor/google.golang.org/grpc/AUTHORS similarity index 100% rename from vendor/google.golang.org/grpc/AUTHORS rename to src/runtime/vendor/google.golang.org/grpc/AUTHORS diff --git a/vendor/google.golang.org/grpc/LICENSE b/src/runtime/vendor/google.golang.org/grpc/LICENSE similarity index 100% rename from vendor/google.golang.org/grpc/LICENSE rename to src/runtime/vendor/google.golang.org/grpc/LICENSE diff --git a/vendor/google.golang.org/grpc/backoff.go b/src/runtime/vendor/google.golang.org/grpc/backoff.go similarity index 100% rename from vendor/google.golang.org/grpc/backoff.go rename to src/runtime/vendor/google.golang.org/grpc/backoff.go diff --git a/vendor/google.golang.org/grpc/balancer.go b/src/runtime/vendor/google.golang.org/grpc/balancer.go similarity index 100% rename from vendor/google.golang.org/grpc/balancer.go rename to src/runtime/vendor/google.golang.org/grpc/balancer.go diff --git a/vendor/google.golang.org/grpc/balancer/balancer.go b/src/runtime/vendor/google.golang.org/grpc/balancer/balancer.go similarity index 100% rename from vendor/google.golang.org/grpc/balancer/balancer.go rename to src/runtime/vendor/google.golang.org/grpc/balancer/balancer.go diff --git a/vendor/google.golang.org/grpc/balancer/base/balancer.go b/src/runtime/vendor/google.golang.org/grpc/balancer/base/balancer.go similarity index 100% rename from vendor/google.golang.org/grpc/balancer/base/balancer.go rename to src/runtime/vendor/google.golang.org/grpc/balancer/base/balancer.go diff --git a/vendor/google.golang.org/grpc/balancer/base/base.go b/src/runtime/vendor/google.golang.org/grpc/balancer/base/base.go similarity index 100% rename from vendor/google.golang.org/grpc/balancer/base/base.go rename to src/runtime/vendor/google.golang.org/grpc/balancer/base/base.go diff --git a/vendor/google.golang.org/grpc/balancer/roundrobin/roundrobin.go b/src/runtime/vendor/google.golang.org/grpc/balancer/roundrobin/roundrobin.go similarity index 100% rename from vendor/google.golang.org/grpc/balancer/roundrobin/roundrobin.go rename to src/runtime/vendor/google.golang.org/grpc/balancer/roundrobin/roundrobin.go diff --git a/vendor/google.golang.org/grpc/balancer_conn_wrappers.go b/src/runtime/vendor/google.golang.org/grpc/balancer_conn_wrappers.go similarity index 100% rename from vendor/google.golang.org/grpc/balancer_conn_wrappers.go rename to src/runtime/vendor/google.golang.org/grpc/balancer_conn_wrappers.go diff --git a/vendor/google.golang.org/grpc/balancer_v1_wrapper.go b/src/runtime/vendor/google.golang.org/grpc/balancer_v1_wrapper.go similarity index 100% rename from vendor/google.golang.org/grpc/balancer_v1_wrapper.go rename to src/runtime/vendor/google.golang.org/grpc/balancer_v1_wrapper.go diff --git a/vendor/google.golang.org/grpc/call.go b/src/runtime/vendor/google.golang.org/grpc/call.go similarity index 100% rename from vendor/google.golang.org/grpc/call.go rename to src/runtime/vendor/google.golang.org/grpc/call.go diff --git a/vendor/google.golang.org/grpc/clientconn.go b/src/runtime/vendor/google.golang.org/grpc/clientconn.go similarity index 100% rename from vendor/google.golang.org/grpc/clientconn.go rename to src/runtime/vendor/google.golang.org/grpc/clientconn.go diff --git a/vendor/google.golang.org/grpc/codec.go b/src/runtime/vendor/google.golang.org/grpc/codec.go similarity index 100% rename from vendor/google.golang.org/grpc/codec.go rename to src/runtime/vendor/google.golang.org/grpc/codec.go diff --git a/vendor/google.golang.org/grpc/codes/code_string.go b/src/runtime/vendor/google.golang.org/grpc/codes/code_string.go similarity index 100% rename from vendor/google.golang.org/grpc/codes/code_string.go rename to src/runtime/vendor/google.golang.org/grpc/codes/code_string.go diff --git a/vendor/google.golang.org/grpc/codes/codes.go b/src/runtime/vendor/google.golang.org/grpc/codes/codes.go similarity index 100% rename from vendor/google.golang.org/grpc/codes/codes.go rename to src/runtime/vendor/google.golang.org/grpc/codes/codes.go diff --git a/vendor/google.golang.org/grpc/connectivity/connectivity.go b/src/runtime/vendor/google.golang.org/grpc/connectivity/connectivity.go similarity index 100% rename from vendor/google.golang.org/grpc/connectivity/connectivity.go rename to src/runtime/vendor/google.golang.org/grpc/connectivity/connectivity.go diff --git a/vendor/google.golang.org/grpc/credentials/credentials.go b/src/runtime/vendor/google.golang.org/grpc/credentials/credentials.go similarity index 100% rename from vendor/google.golang.org/grpc/credentials/credentials.go rename to src/runtime/vendor/google.golang.org/grpc/credentials/credentials.go diff --git a/vendor/google.golang.org/grpc/credentials/credentials_util_go17.go b/src/runtime/vendor/google.golang.org/grpc/credentials/credentials_util_go17.go similarity index 100% rename from vendor/google.golang.org/grpc/credentials/credentials_util_go17.go rename to src/runtime/vendor/google.golang.org/grpc/credentials/credentials_util_go17.go diff --git a/vendor/google.golang.org/grpc/credentials/credentials_util_go18.go b/src/runtime/vendor/google.golang.org/grpc/credentials/credentials_util_go18.go similarity index 100% rename from vendor/google.golang.org/grpc/credentials/credentials_util_go18.go rename to src/runtime/vendor/google.golang.org/grpc/credentials/credentials_util_go18.go diff --git a/vendor/google.golang.org/grpc/credentials/credentials_util_pre_go17.go b/src/runtime/vendor/google.golang.org/grpc/credentials/credentials_util_pre_go17.go similarity index 100% rename from vendor/google.golang.org/grpc/credentials/credentials_util_pre_go17.go rename to src/runtime/vendor/google.golang.org/grpc/credentials/credentials_util_pre_go17.go diff --git a/vendor/google.golang.org/grpc/doc.go b/src/runtime/vendor/google.golang.org/grpc/doc.go similarity index 100% rename from vendor/google.golang.org/grpc/doc.go rename to src/runtime/vendor/google.golang.org/grpc/doc.go diff --git a/vendor/google.golang.org/grpc/encoding/encoding.go b/src/runtime/vendor/google.golang.org/grpc/encoding/encoding.go similarity index 100% rename from vendor/google.golang.org/grpc/encoding/encoding.go rename to src/runtime/vendor/google.golang.org/grpc/encoding/encoding.go diff --git a/vendor/google.golang.org/grpc/encoding/proto/proto.go b/src/runtime/vendor/google.golang.org/grpc/encoding/proto/proto.go similarity index 100% rename from vendor/google.golang.org/grpc/encoding/proto/proto.go rename to src/runtime/vendor/google.golang.org/grpc/encoding/proto/proto.go diff --git a/vendor/google.golang.org/grpc/go16.go b/src/runtime/vendor/google.golang.org/grpc/go16.go similarity index 100% rename from vendor/google.golang.org/grpc/go16.go rename to src/runtime/vendor/google.golang.org/grpc/go16.go diff --git a/vendor/google.golang.org/grpc/go17.go b/src/runtime/vendor/google.golang.org/grpc/go17.go similarity index 100% rename from vendor/google.golang.org/grpc/go17.go rename to src/runtime/vendor/google.golang.org/grpc/go17.go diff --git a/vendor/google.golang.org/grpc/grpclb.go b/src/runtime/vendor/google.golang.org/grpc/grpclb.go similarity index 100% rename from vendor/google.golang.org/grpc/grpclb.go rename to src/runtime/vendor/google.golang.org/grpc/grpclb.go diff --git a/vendor/google.golang.org/grpc/grpclb/grpc_lb_v1/messages/messages.pb.go b/src/runtime/vendor/google.golang.org/grpc/grpclb/grpc_lb_v1/messages/messages.pb.go similarity index 100% rename from vendor/google.golang.org/grpc/grpclb/grpc_lb_v1/messages/messages.pb.go rename to src/runtime/vendor/google.golang.org/grpc/grpclb/grpc_lb_v1/messages/messages.pb.go diff --git a/vendor/google.golang.org/grpc/grpclb_picker.go b/src/runtime/vendor/google.golang.org/grpc/grpclb_picker.go similarity index 100% rename from vendor/google.golang.org/grpc/grpclb_picker.go rename to src/runtime/vendor/google.golang.org/grpc/grpclb_picker.go diff --git a/vendor/google.golang.org/grpc/grpclb_remote_balancer.go b/src/runtime/vendor/google.golang.org/grpc/grpclb_remote_balancer.go similarity index 100% rename from vendor/google.golang.org/grpc/grpclb_remote_balancer.go rename to src/runtime/vendor/google.golang.org/grpc/grpclb_remote_balancer.go diff --git a/vendor/google.golang.org/grpc/grpclb_util.go b/src/runtime/vendor/google.golang.org/grpc/grpclb_util.go similarity index 100% rename from vendor/google.golang.org/grpc/grpclb_util.go rename to src/runtime/vendor/google.golang.org/grpc/grpclb_util.go diff --git a/vendor/google.golang.org/grpc/grpclog/grpclog.go b/src/runtime/vendor/google.golang.org/grpc/grpclog/grpclog.go similarity index 100% rename from vendor/google.golang.org/grpc/grpclog/grpclog.go rename to src/runtime/vendor/google.golang.org/grpc/grpclog/grpclog.go diff --git a/vendor/google.golang.org/grpc/grpclog/logger.go b/src/runtime/vendor/google.golang.org/grpc/grpclog/logger.go similarity index 100% rename from vendor/google.golang.org/grpc/grpclog/logger.go rename to src/runtime/vendor/google.golang.org/grpc/grpclog/logger.go diff --git a/vendor/google.golang.org/grpc/grpclog/loggerv2.go b/src/runtime/vendor/google.golang.org/grpc/grpclog/loggerv2.go similarity index 100% rename from vendor/google.golang.org/grpc/grpclog/loggerv2.go rename to src/runtime/vendor/google.golang.org/grpc/grpclog/loggerv2.go diff --git a/vendor/google.golang.org/grpc/interceptor.go b/src/runtime/vendor/google.golang.org/grpc/interceptor.go similarity index 100% rename from vendor/google.golang.org/grpc/interceptor.go rename to src/runtime/vendor/google.golang.org/grpc/interceptor.go diff --git a/vendor/google.golang.org/grpc/internal/internal.go b/src/runtime/vendor/google.golang.org/grpc/internal/internal.go similarity index 100% rename from vendor/google.golang.org/grpc/internal/internal.go rename to src/runtime/vendor/google.golang.org/grpc/internal/internal.go diff --git a/vendor/google.golang.org/grpc/keepalive/keepalive.go b/src/runtime/vendor/google.golang.org/grpc/keepalive/keepalive.go similarity index 100% rename from vendor/google.golang.org/grpc/keepalive/keepalive.go rename to src/runtime/vendor/google.golang.org/grpc/keepalive/keepalive.go diff --git a/vendor/google.golang.org/grpc/metadata/metadata.go b/src/runtime/vendor/google.golang.org/grpc/metadata/metadata.go similarity index 100% rename from vendor/google.golang.org/grpc/metadata/metadata.go rename to src/runtime/vendor/google.golang.org/grpc/metadata/metadata.go diff --git a/vendor/google.golang.org/grpc/naming/dns_resolver.go b/src/runtime/vendor/google.golang.org/grpc/naming/dns_resolver.go similarity index 100% rename from vendor/google.golang.org/grpc/naming/dns_resolver.go rename to src/runtime/vendor/google.golang.org/grpc/naming/dns_resolver.go diff --git a/vendor/google.golang.org/grpc/naming/go17.go b/src/runtime/vendor/google.golang.org/grpc/naming/go17.go similarity index 100% rename from vendor/google.golang.org/grpc/naming/go17.go rename to src/runtime/vendor/google.golang.org/grpc/naming/go17.go diff --git a/vendor/google.golang.org/grpc/naming/go18.go b/src/runtime/vendor/google.golang.org/grpc/naming/go18.go similarity index 100% rename from vendor/google.golang.org/grpc/naming/go18.go rename to src/runtime/vendor/google.golang.org/grpc/naming/go18.go diff --git a/vendor/google.golang.org/grpc/naming/naming.go b/src/runtime/vendor/google.golang.org/grpc/naming/naming.go similarity index 100% rename from vendor/google.golang.org/grpc/naming/naming.go rename to src/runtime/vendor/google.golang.org/grpc/naming/naming.go diff --git a/vendor/google.golang.org/grpc/peer/peer.go b/src/runtime/vendor/google.golang.org/grpc/peer/peer.go similarity index 100% rename from vendor/google.golang.org/grpc/peer/peer.go rename to src/runtime/vendor/google.golang.org/grpc/peer/peer.go diff --git a/vendor/google.golang.org/grpc/picker_wrapper.go b/src/runtime/vendor/google.golang.org/grpc/picker_wrapper.go similarity index 100% rename from vendor/google.golang.org/grpc/picker_wrapper.go rename to src/runtime/vendor/google.golang.org/grpc/picker_wrapper.go diff --git a/vendor/google.golang.org/grpc/pickfirst.go b/src/runtime/vendor/google.golang.org/grpc/pickfirst.go similarity index 100% rename from vendor/google.golang.org/grpc/pickfirst.go rename to src/runtime/vendor/google.golang.org/grpc/pickfirst.go diff --git a/vendor/google.golang.org/grpc/proxy.go b/src/runtime/vendor/google.golang.org/grpc/proxy.go similarity index 100% rename from vendor/google.golang.org/grpc/proxy.go rename to src/runtime/vendor/google.golang.org/grpc/proxy.go diff --git a/vendor/google.golang.org/grpc/resolver/dns/dns_resolver.go b/src/runtime/vendor/google.golang.org/grpc/resolver/dns/dns_resolver.go similarity index 100% rename from vendor/google.golang.org/grpc/resolver/dns/dns_resolver.go rename to src/runtime/vendor/google.golang.org/grpc/resolver/dns/dns_resolver.go diff --git a/vendor/google.golang.org/grpc/resolver/dns/go17.go b/src/runtime/vendor/google.golang.org/grpc/resolver/dns/go17.go similarity index 100% rename from vendor/google.golang.org/grpc/resolver/dns/go17.go rename to src/runtime/vendor/google.golang.org/grpc/resolver/dns/go17.go diff --git a/vendor/google.golang.org/grpc/resolver/dns/go18.go b/src/runtime/vendor/google.golang.org/grpc/resolver/dns/go18.go similarity index 100% rename from vendor/google.golang.org/grpc/resolver/dns/go18.go rename to src/runtime/vendor/google.golang.org/grpc/resolver/dns/go18.go diff --git a/vendor/google.golang.org/grpc/resolver/passthrough/passthrough.go b/src/runtime/vendor/google.golang.org/grpc/resolver/passthrough/passthrough.go similarity index 100% rename from vendor/google.golang.org/grpc/resolver/passthrough/passthrough.go rename to src/runtime/vendor/google.golang.org/grpc/resolver/passthrough/passthrough.go diff --git a/vendor/google.golang.org/grpc/resolver/resolver.go b/src/runtime/vendor/google.golang.org/grpc/resolver/resolver.go similarity index 100% rename from vendor/google.golang.org/grpc/resolver/resolver.go rename to src/runtime/vendor/google.golang.org/grpc/resolver/resolver.go diff --git a/vendor/google.golang.org/grpc/resolver_conn_wrapper.go b/src/runtime/vendor/google.golang.org/grpc/resolver_conn_wrapper.go similarity index 100% rename from vendor/google.golang.org/grpc/resolver_conn_wrapper.go rename to src/runtime/vendor/google.golang.org/grpc/resolver_conn_wrapper.go diff --git a/vendor/google.golang.org/grpc/rpc_util.go b/src/runtime/vendor/google.golang.org/grpc/rpc_util.go similarity index 100% rename from vendor/google.golang.org/grpc/rpc_util.go rename to src/runtime/vendor/google.golang.org/grpc/rpc_util.go diff --git a/vendor/google.golang.org/grpc/server.go b/src/runtime/vendor/google.golang.org/grpc/server.go similarity index 100% rename from vendor/google.golang.org/grpc/server.go rename to src/runtime/vendor/google.golang.org/grpc/server.go diff --git a/vendor/google.golang.org/grpc/service_config.go b/src/runtime/vendor/google.golang.org/grpc/service_config.go similarity index 100% rename from vendor/google.golang.org/grpc/service_config.go rename to src/runtime/vendor/google.golang.org/grpc/service_config.go diff --git a/vendor/google.golang.org/grpc/stats/handlers.go b/src/runtime/vendor/google.golang.org/grpc/stats/handlers.go similarity index 100% rename from vendor/google.golang.org/grpc/stats/handlers.go rename to src/runtime/vendor/google.golang.org/grpc/stats/handlers.go diff --git a/vendor/google.golang.org/grpc/stats/stats.go b/src/runtime/vendor/google.golang.org/grpc/stats/stats.go similarity index 100% rename from vendor/google.golang.org/grpc/stats/stats.go rename to src/runtime/vendor/google.golang.org/grpc/stats/stats.go diff --git a/vendor/google.golang.org/grpc/status/status.go b/src/runtime/vendor/google.golang.org/grpc/status/status.go similarity index 100% rename from vendor/google.golang.org/grpc/status/status.go rename to src/runtime/vendor/google.golang.org/grpc/status/status.go diff --git a/vendor/google.golang.org/grpc/stream.go b/src/runtime/vendor/google.golang.org/grpc/stream.go similarity index 100% rename from vendor/google.golang.org/grpc/stream.go rename to src/runtime/vendor/google.golang.org/grpc/stream.go diff --git a/vendor/google.golang.org/grpc/tap/tap.go b/src/runtime/vendor/google.golang.org/grpc/tap/tap.go similarity index 100% rename from vendor/google.golang.org/grpc/tap/tap.go rename to src/runtime/vendor/google.golang.org/grpc/tap/tap.go diff --git a/vendor/google.golang.org/grpc/trace.go b/src/runtime/vendor/google.golang.org/grpc/trace.go similarity index 100% rename from vendor/google.golang.org/grpc/trace.go rename to src/runtime/vendor/google.golang.org/grpc/trace.go diff --git a/vendor/google.golang.org/grpc/transport/bdp_estimator.go b/src/runtime/vendor/google.golang.org/grpc/transport/bdp_estimator.go similarity index 100% rename from vendor/google.golang.org/grpc/transport/bdp_estimator.go rename to src/runtime/vendor/google.golang.org/grpc/transport/bdp_estimator.go diff --git a/vendor/google.golang.org/grpc/transport/control.go b/src/runtime/vendor/google.golang.org/grpc/transport/control.go similarity index 100% rename from vendor/google.golang.org/grpc/transport/control.go rename to src/runtime/vendor/google.golang.org/grpc/transport/control.go diff --git a/vendor/google.golang.org/grpc/transport/go16.go b/src/runtime/vendor/google.golang.org/grpc/transport/go16.go similarity index 100% rename from vendor/google.golang.org/grpc/transport/go16.go rename to src/runtime/vendor/google.golang.org/grpc/transport/go16.go diff --git a/vendor/google.golang.org/grpc/transport/go17.go b/src/runtime/vendor/google.golang.org/grpc/transport/go17.go similarity index 100% rename from vendor/google.golang.org/grpc/transport/go17.go rename to src/runtime/vendor/google.golang.org/grpc/transport/go17.go diff --git a/vendor/google.golang.org/grpc/transport/handler_server.go b/src/runtime/vendor/google.golang.org/grpc/transport/handler_server.go similarity index 100% rename from vendor/google.golang.org/grpc/transport/handler_server.go rename to src/runtime/vendor/google.golang.org/grpc/transport/handler_server.go diff --git a/vendor/google.golang.org/grpc/transport/http2_client.go b/src/runtime/vendor/google.golang.org/grpc/transport/http2_client.go similarity index 100% rename from vendor/google.golang.org/grpc/transport/http2_client.go rename to src/runtime/vendor/google.golang.org/grpc/transport/http2_client.go diff --git a/vendor/google.golang.org/grpc/transport/http2_server.go b/src/runtime/vendor/google.golang.org/grpc/transport/http2_server.go similarity index 100% rename from vendor/google.golang.org/grpc/transport/http2_server.go rename to src/runtime/vendor/google.golang.org/grpc/transport/http2_server.go diff --git a/vendor/google.golang.org/grpc/transport/http_util.go b/src/runtime/vendor/google.golang.org/grpc/transport/http_util.go similarity index 100% rename from vendor/google.golang.org/grpc/transport/http_util.go rename to src/runtime/vendor/google.golang.org/grpc/transport/http_util.go diff --git a/vendor/google.golang.org/grpc/transport/log.go b/src/runtime/vendor/google.golang.org/grpc/transport/log.go similarity index 100% rename from vendor/google.golang.org/grpc/transport/log.go rename to src/runtime/vendor/google.golang.org/grpc/transport/log.go diff --git a/vendor/google.golang.org/grpc/transport/transport.go b/src/runtime/vendor/google.golang.org/grpc/transport/transport.go similarity index 100% rename from vendor/google.golang.org/grpc/transport/transport.go rename to src/runtime/vendor/google.golang.org/grpc/transport/transport.go diff --git a/vendor/gopkg.in/yaml.v2/LICENSE b/src/runtime/vendor/gopkg.in/yaml.v2/LICENSE similarity index 100% rename from vendor/gopkg.in/yaml.v2/LICENSE rename to src/runtime/vendor/gopkg.in/yaml.v2/LICENSE diff --git a/vendor/gopkg.in/yaml.v2/LICENSE.libyaml b/src/runtime/vendor/gopkg.in/yaml.v2/LICENSE.libyaml similarity index 100% rename from vendor/gopkg.in/yaml.v2/LICENSE.libyaml rename to src/runtime/vendor/gopkg.in/yaml.v2/LICENSE.libyaml diff --git a/vendor/gopkg.in/yaml.v2/NOTICE b/src/runtime/vendor/gopkg.in/yaml.v2/NOTICE similarity index 100% rename from vendor/gopkg.in/yaml.v2/NOTICE rename to src/runtime/vendor/gopkg.in/yaml.v2/NOTICE diff --git a/vendor/gopkg.in/yaml.v2/apic.go b/src/runtime/vendor/gopkg.in/yaml.v2/apic.go similarity index 100% rename from vendor/gopkg.in/yaml.v2/apic.go rename to src/runtime/vendor/gopkg.in/yaml.v2/apic.go diff --git a/vendor/gopkg.in/yaml.v2/decode.go b/src/runtime/vendor/gopkg.in/yaml.v2/decode.go similarity index 100% rename from vendor/gopkg.in/yaml.v2/decode.go rename to src/runtime/vendor/gopkg.in/yaml.v2/decode.go diff --git a/vendor/gopkg.in/yaml.v2/emitterc.go b/src/runtime/vendor/gopkg.in/yaml.v2/emitterc.go similarity index 100% rename from vendor/gopkg.in/yaml.v2/emitterc.go rename to src/runtime/vendor/gopkg.in/yaml.v2/emitterc.go diff --git a/vendor/gopkg.in/yaml.v2/encode.go b/src/runtime/vendor/gopkg.in/yaml.v2/encode.go similarity index 100% rename from vendor/gopkg.in/yaml.v2/encode.go rename to src/runtime/vendor/gopkg.in/yaml.v2/encode.go diff --git a/vendor/gopkg.in/yaml.v2/parserc.go b/src/runtime/vendor/gopkg.in/yaml.v2/parserc.go similarity index 100% rename from vendor/gopkg.in/yaml.v2/parserc.go rename to src/runtime/vendor/gopkg.in/yaml.v2/parserc.go diff --git a/vendor/gopkg.in/yaml.v2/readerc.go b/src/runtime/vendor/gopkg.in/yaml.v2/readerc.go similarity index 100% rename from vendor/gopkg.in/yaml.v2/readerc.go rename to src/runtime/vendor/gopkg.in/yaml.v2/readerc.go diff --git a/vendor/gopkg.in/yaml.v2/resolve.go b/src/runtime/vendor/gopkg.in/yaml.v2/resolve.go similarity index 100% rename from vendor/gopkg.in/yaml.v2/resolve.go rename to src/runtime/vendor/gopkg.in/yaml.v2/resolve.go diff --git a/vendor/gopkg.in/yaml.v2/scannerc.go b/src/runtime/vendor/gopkg.in/yaml.v2/scannerc.go similarity index 100% rename from vendor/gopkg.in/yaml.v2/scannerc.go rename to src/runtime/vendor/gopkg.in/yaml.v2/scannerc.go diff --git a/vendor/gopkg.in/yaml.v2/sorter.go b/src/runtime/vendor/gopkg.in/yaml.v2/sorter.go similarity index 100% rename from vendor/gopkg.in/yaml.v2/sorter.go rename to src/runtime/vendor/gopkg.in/yaml.v2/sorter.go diff --git a/vendor/gopkg.in/yaml.v2/writerc.go b/src/runtime/vendor/gopkg.in/yaml.v2/writerc.go similarity index 100% rename from vendor/gopkg.in/yaml.v2/writerc.go rename to src/runtime/vendor/gopkg.in/yaml.v2/writerc.go diff --git a/vendor/gopkg.in/yaml.v2/yaml.go b/src/runtime/vendor/gopkg.in/yaml.v2/yaml.go similarity index 100% rename from vendor/gopkg.in/yaml.v2/yaml.go rename to src/runtime/vendor/gopkg.in/yaml.v2/yaml.go diff --git a/vendor/gopkg.in/yaml.v2/yamlh.go b/src/runtime/vendor/gopkg.in/yaml.v2/yamlh.go similarity index 100% rename from vendor/gopkg.in/yaml.v2/yamlh.go rename to src/runtime/vendor/gopkg.in/yaml.v2/yamlh.go diff --git a/vendor/gopkg.in/yaml.v2/yamlprivateh.go b/src/runtime/vendor/gopkg.in/yaml.v2/yamlprivateh.go similarity index 100% rename from vendor/gopkg.in/yaml.v2/yamlprivateh.go rename to src/runtime/vendor/gopkg.in/yaml.v2/yamlprivateh.go diff --git a/versions.yaml b/src/runtime/versions.yaml similarity index 100% rename from versions.yaml rename to src/runtime/versions.yaml diff --git a/virtcontainers/LICENSE b/src/runtime/virtcontainers/LICENSE similarity index 100% rename from virtcontainers/LICENSE rename to src/runtime/virtcontainers/LICENSE diff --git a/virtcontainers/Makefile b/src/runtime/virtcontainers/Makefile similarity index 100% rename from virtcontainers/Makefile rename to src/runtime/virtcontainers/Makefile diff --git a/virtcontainers/README.md b/src/runtime/virtcontainers/README.md similarity index 100% rename from virtcontainers/README.md rename to src/runtime/virtcontainers/README.md diff --git a/virtcontainers/acrn.go b/src/runtime/virtcontainers/acrn.go similarity index 100% rename from virtcontainers/acrn.go rename to src/runtime/virtcontainers/acrn.go diff --git a/virtcontainers/acrn_arch_base.go b/src/runtime/virtcontainers/acrn_arch_base.go similarity index 100% rename from virtcontainers/acrn_arch_base.go rename to src/runtime/virtcontainers/acrn_arch_base.go diff --git a/virtcontainers/acrn_arch_base_test.go b/src/runtime/virtcontainers/acrn_arch_base_test.go similarity index 100% rename from virtcontainers/acrn_arch_base_test.go rename to src/runtime/virtcontainers/acrn_arch_base_test.go diff --git a/virtcontainers/acrn_test.go b/src/runtime/virtcontainers/acrn_test.go similarity index 100% rename from virtcontainers/acrn_test.go rename to src/runtime/virtcontainers/acrn_test.go diff --git a/virtcontainers/agent.go b/src/runtime/virtcontainers/agent.go similarity index 100% rename from virtcontainers/agent.go rename to src/runtime/virtcontainers/agent.go diff --git a/virtcontainers/agent_test.go b/src/runtime/virtcontainers/agent_test.go similarity index 100% rename from virtcontainers/agent_test.go rename to src/runtime/virtcontainers/agent_test.go diff --git a/virtcontainers/api.go b/src/runtime/virtcontainers/api.go similarity index 100% rename from virtcontainers/api.go rename to src/runtime/virtcontainers/api.go diff --git a/virtcontainers/api_test.go b/src/runtime/virtcontainers/api_test.go similarity index 100% rename from virtcontainers/api_test.go rename to src/runtime/virtcontainers/api_test.go diff --git a/virtcontainers/bridgedmacvlan_endpoint.go b/src/runtime/virtcontainers/bridgedmacvlan_endpoint.go similarity index 100% rename from virtcontainers/bridgedmacvlan_endpoint.go rename to src/runtime/virtcontainers/bridgedmacvlan_endpoint.go diff --git a/virtcontainers/bridgedmacvlan_endpoint_test.go b/src/runtime/virtcontainers/bridgedmacvlan_endpoint_test.go similarity index 100% rename from virtcontainers/bridgedmacvlan_endpoint_test.go rename to src/runtime/virtcontainers/bridgedmacvlan_endpoint_test.go diff --git a/virtcontainers/cgroups.go b/src/runtime/virtcontainers/cgroups.go similarity index 100% rename from virtcontainers/cgroups.go rename to src/runtime/virtcontainers/cgroups.go diff --git a/virtcontainers/cgroups_test.go b/src/runtime/virtcontainers/cgroups_test.go similarity index 100% rename from virtcontainers/cgroups_test.go rename to src/runtime/virtcontainers/cgroups_test.go diff --git a/virtcontainers/clh.go b/src/runtime/virtcontainers/clh.go similarity index 100% rename from virtcontainers/clh.go rename to src/runtime/virtcontainers/clh.go diff --git a/virtcontainers/clh_test.go b/src/runtime/virtcontainers/clh_test.go similarity index 100% rename from virtcontainers/clh_test.go rename to src/runtime/virtcontainers/clh_test.go diff --git a/virtcontainers/container.go b/src/runtime/virtcontainers/container.go similarity index 100% rename from virtcontainers/container.go rename to src/runtime/virtcontainers/container.go diff --git a/virtcontainers/container_test.go b/src/runtime/virtcontainers/container_test.go similarity index 100% rename from virtcontainers/container_test.go rename to src/runtime/virtcontainers/container_test.go diff --git a/virtcontainers/device/api/interface.go b/src/runtime/virtcontainers/device/api/interface.go similarity index 100% rename from virtcontainers/device/api/interface.go rename to src/runtime/virtcontainers/device/api/interface.go diff --git a/virtcontainers/device/api/mockDeviceReceiver.go b/src/runtime/virtcontainers/device/api/mockDeviceReceiver.go similarity index 100% rename from virtcontainers/device/api/mockDeviceReceiver.go rename to src/runtime/virtcontainers/device/api/mockDeviceReceiver.go diff --git a/virtcontainers/device/config/config.go b/src/runtime/virtcontainers/device/config/config.go similarity index 100% rename from virtcontainers/device/config/config.go rename to src/runtime/virtcontainers/device/config/config.go diff --git a/virtcontainers/device/config/config_test.go b/src/runtime/virtcontainers/device/config/config_test.go similarity index 100% rename from virtcontainers/device/config/config_test.go rename to src/runtime/virtcontainers/device/config/config_test.go diff --git a/virtcontainers/device/config/pmem.go b/src/runtime/virtcontainers/device/config/pmem.go similarity index 100% rename from virtcontainers/device/config/pmem.go rename to src/runtime/virtcontainers/device/config/pmem.go diff --git a/virtcontainers/device/config/pmem_test.go b/src/runtime/virtcontainers/device/config/pmem_test.go similarity index 100% rename from virtcontainers/device/config/pmem_test.go rename to src/runtime/virtcontainers/device/config/pmem_test.go diff --git a/virtcontainers/device/drivers/block.go b/src/runtime/virtcontainers/device/drivers/block.go similarity index 100% rename from virtcontainers/device/drivers/block.go rename to src/runtime/virtcontainers/device/drivers/block.go diff --git a/virtcontainers/device/drivers/generic.go b/src/runtime/virtcontainers/device/drivers/generic.go similarity index 100% rename from virtcontainers/device/drivers/generic.go rename to src/runtime/virtcontainers/device/drivers/generic.go diff --git a/virtcontainers/device/drivers/generic_test.go b/src/runtime/virtcontainers/device/drivers/generic_test.go similarity index 100% rename from virtcontainers/device/drivers/generic_test.go rename to src/runtime/virtcontainers/device/drivers/generic_test.go diff --git a/virtcontainers/device/drivers/utils.go b/src/runtime/virtcontainers/device/drivers/utils.go similarity index 100% rename from virtcontainers/device/drivers/utils.go rename to src/runtime/virtcontainers/device/drivers/utils.go diff --git a/virtcontainers/device/drivers/vfio.go b/src/runtime/virtcontainers/device/drivers/vfio.go similarity index 100% rename from virtcontainers/device/drivers/vfio.go rename to src/runtime/virtcontainers/device/drivers/vfio.go diff --git a/virtcontainers/device/drivers/vfio_test.go b/src/runtime/virtcontainers/device/drivers/vfio_test.go similarity index 100% rename from virtcontainers/device/drivers/vfio_test.go rename to src/runtime/virtcontainers/device/drivers/vfio_test.go diff --git a/virtcontainers/device/drivers/vhost_user_blk.go b/src/runtime/virtcontainers/device/drivers/vhost_user_blk.go similarity index 100% rename from virtcontainers/device/drivers/vhost_user_blk.go rename to src/runtime/virtcontainers/device/drivers/vhost_user_blk.go diff --git a/virtcontainers/device/drivers/vhost_user_fs.go b/src/runtime/virtcontainers/device/drivers/vhost_user_fs.go similarity index 100% rename from virtcontainers/device/drivers/vhost_user_fs.go rename to src/runtime/virtcontainers/device/drivers/vhost_user_fs.go diff --git a/virtcontainers/device/drivers/vhost_user_net.go b/src/runtime/virtcontainers/device/drivers/vhost_user_net.go similarity index 100% rename from virtcontainers/device/drivers/vhost_user_net.go rename to src/runtime/virtcontainers/device/drivers/vhost_user_net.go diff --git a/virtcontainers/device/drivers/vhost_user_scsi.go b/src/runtime/virtcontainers/device/drivers/vhost_user_scsi.go similarity index 100% rename from virtcontainers/device/drivers/vhost_user_scsi.go rename to src/runtime/virtcontainers/device/drivers/vhost_user_scsi.go diff --git a/virtcontainers/device/manager/manager.go b/src/runtime/virtcontainers/device/manager/manager.go similarity index 100% rename from virtcontainers/device/manager/manager.go rename to src/runtime/virtcontainers/device/manager/manager.go diff --git a/virtcontainers/device/manager/manager_test.go b/src/runtime/virtcontainers/device/manager/manager_test.go similarity index 100% rename from virtcontainers/device/manager/manager_test.go rename to src/runtime/virtcontainers/device/manager/manager_test.go diff --git a/virtcontainers/device/manager/utils.go b/src/runtime/virtcontainers/device/manager/utils.go similarity index 100% rename from virtcontainers/device/manager/utils.go rename to src/runtime/virtcontainers/device/manager/utils.go diff --git a/virtcontainers/device/manager/utils_test.go b/src/runtime/virtcontainers/device/manager/utils_test.go similarity index 100% rename from virtcontainers/device/manager/utils_test.go rename to src/runtime/virtcontainers/device/manager/utils_test.go diff --git a/virtcontainers/doc.go b/src/runtime/virtcontainers/doc.go similarity index 100% rename from virtcontainers/doc.go rename to src/runtime/virtcontainers/doc.go diff --git a/virtcontainers/documentation/Developers.md b/src/runtime/virtcontainers/documentation/Developers.md similarity index 100% rename from virtcontainers/documentation/Developers.md rename to src/runtime/virtcontainers/documentation/Developers.md diff --git a/virtcontainers/documentation/api/1.0/api.md b/src/runtime/virtcontainers/documentation/api/1.0/api.md similarity index 100% rename from virtcontainers/documentation/api/1.0/api.md rename to src/runtime/virtcontainers/documentation/api/1.0/api.md diff --git a/virtcontainers/documentation/network/CNM_detailed_diagram.png b/src/runtime/virtcontainers/documentation/network/CNM_detailed_diagram.png similarity index 100% rename from virtcontainers/documentation/network/CNM_detailed_diagram.png rename to src/runtime/virtcontainers/documentation/network/CNM_detailed_diagram.png diff --git a/virtcontainers/documentation/network/CNM_overall_diagram.png b/src/runtime/virtcontainers/documentation/network/CNM_overall_diagram.png similarity index 100% rename from virtcontainers/documentation/network/CNM_overall_diagram.png rename to src/runtime/virtcontainers/documentation/network/CNM_overall_diagram.png diff --git a/virtcontainers/endpoint.go b/src/runtime/virtcontainers/endpoint.go similarity index 100% rename from virtcontainers/endpoint.go rename to src/runtime/virtcontainers/endpoint.go diff --git a/virtcontainers/endpoint_test.go b/src/runtime/virtcontainers/endpoint_test.go similarity index 100% rename from virtcontainers/endpoint_test.go rename to src/runtime/virtcontainers/endpoint_test.go diff --git a/virtcontainers/example_pod_run_test.go b/src/runtime/virtcontainers/example_pod_run_test.go similarity index 100% rename from virtcontainers/example_pod_run_test.go rename to src/runtime/virtcontainers/example_pod_run_test.go diff --git a/virtcontainers/experimental/README.md b/src/runtime/virtcontainers/experimental/README.md similarity index 100% rename from virtcontainers/experimental/README.md rename to src/runtime/virtcontainers/experimental/README.md diff --git a/virtcontainers/experimental/experimental.go b/src/runtime/virtcontainers/experimental/experimental.go similarity index 100% rename from virtcontainers/experimental/experimental.go rename to src/runtime/virtcontainers/experimental/experimental.go diff --git a/virtcontainers/experimental/experimental_test.go b/src/runtime/virtcontainers/experimental/experimental_test.go similarity index 100% rename from virtcontainers/experimental/experimental_test.go rename to src/runtime/virtcontainers/experimental/experimental_test.go diff --git a/virtcontainers/factory.go b/src/runtime/virtcontainers/factory.go similarity index 100% rename from virtcontainers/factory.go rename to src/runtime/virtcontainers/factory.go diff --git a/virtcontainers/factory/base/base.go b/src/runtime/virtcontainers/factory/base/base.go similarity index 100% rename from virtcontainers/factory/base/base.go rename to src/runtime/virtcontainers/factory/base/base.go diff --git a/virtcontainers/factory/cache/cache.go b/src/runtime/virtcontainers/factory/cache/cache.go similarity index 100% rename from virtcontainers/factory/cache/cache.go rename to src/runtime/virtcontainers/factory/cache/cache.go diff --git a/virtcontainers/factory/cache/cache_test.go b/src/runtime/virtcontainers/factory/cache/cache_test.go similarity index 100% rename from virtcontainers/factory/cache/cache_test.go rename to src/runtime/virtcontainers/factory/cache/cache_test.go diff --git a/virtcontainers/factory/direct/direct.go b/src/runtime/virtcontainers/factory/direct/direct.go similarity index 100% rename from virtcontainers/factory/direct/direct.go rename to src/runtime/virtcontainers/factory/direct/direct.go diff --git a/virtcontainers/factory/direct/direct_test.go b/src/runtime/virtcontainers/factory/direct/direct_test.go similarity index 100% rename from virtcontainers/factory/direct/direct_test.go rename to src/runtime/virtcontainers/factory/direct/direct_test.go diff --git a/virtcontainers/factory/factory.go b/src/runtime/virtcontainers/factory/factory.go similarity index 100% rename from virtcontainers/factory/factory.go rename to src/runtime/virtcontainers/factory/factory.go diff --git a/virtcontainers/factory/factory_test.go b/src/runtime/virtcontainers/factory/factory_test.go similarity index 100% rename from virtcontainers/factory/factory_test.go rename to src/runtime/virtcontainers/factory/factory_test.go diff --git a/virtcontainers/factory/grpccache/grpccache.go b/src/runtime/virtcontainers/factory/grpccache/grpccache.go similarity index 100% rename from virtcontainers/factory/grpccache/grpccache.go rename to src/runtime/virtcontainers/factory/grpccache/grpccache.go diff --git a/virtcontainers/factory/template/template.go b/src/runtime/virtcontainers/factory/template/template.go similarity index 100% rename from virtcontainers/factory/template/template.go rename to src/runtime/virtcontainers/factory/template/template.go diff --git a/virtcontainers/factory/template/template_amd64.go b/src/runtime/virtcontainers/factory/template/template_amd64.go similarity index 100% rename from virtcontainers/factory/template/template_amd64.go rename to src/runtime/virtcontainers/factory/template/template_amd64.go diff --git a/virtcontainers/factory/template/template_arm64.go b/src/runtime/virtcontainers/factory/template/template_arm64.go similarity index 100% rename from virtcontainers/factory/template/template_arm64.go rename to src/runtime/virtcontainers/factory/template/template_arm64.go diff --git a/virtcontainers/factory/template/template_ppc64le.go b/src/runtime/virtcontainers/factory/template/template_ppc64le.go similarity index 100% rename from virtcontainers/factory/template/template_ppc64le.go rename to src/runtime/virtcontainers/factory/template/template_ppc64le.go diff --git a/virtcontainers/factory/template/template_s390x.go b/src/runtime/virtcontainers/factory/template/template_s390x.go similarity index 100% rename from virtcontainers/factory/template/template_s390x.go rename to src/runtime/virtcontainers/factory/template/template_s390x.go diff --git a/virtcontainers/factory/template/template_test.go b/src/runtime/virtcontainers/factory/template/template_test.go similarity index 100% rename from virtcontainers/factory/template/template_test.go rename to src/runtime/virtcontainers/factory/template/template_test.go diff --git a/virtcontainers/fc.go b/src/runtime/virtcontainers/fc.go similarity index 100% rename from virtcontainers/fc.go rename to src/runtime/virtcontainers/fc.go diff --git a/virtcontainers/fc_test.go b/src/runtime/virtcontainers/fc_test.go similarity index 100% rename from virtcontainers/fc_test.go rename to src/runtime/virtcontainers/fc_test.go diff --git a/virtcontainers/hook/mock/hook.go b/src/runtime/virtcontainers/hook/mock/hook.go similarity index 100% rename from virtcontainers/hook/mock/hook.go rename to src/runtime/virtcontainers/hook/mock/hook.go diff --git a/virtcontainers/hypervisor.go b/src/runtime/virtcontainers/hypervisor.go similarity index 100% rename from virtcontainers/hypervisor.go rename to src/runtime/virtcontainers/hypervisor.go diff --git a/virtcontainers/hypervisor_amd64_test.go b/src/runtime/virtcontainers/hypervisor_amd64_test.go similarity index 100% rename from virtcontainers/hypervisor_amd64_test.go rename to src/runtime/virtcontainers/hypervisor_amd64_test.go diff --git a/virtcontainers/hypervisor_arm64_test.go b/src/runtime/virtcontainers/hypervisor_arm64_test.go similarity index 100% rename from virtcontainers/hypervisor_arm64_test.go rename to src/runtime/virtcontainers/hypervisor_arm64_test.go diff --git a/virtcontainers/hypervisor_test.go b/src/runtime/virtcontainers/hypervisor_test.go similarity index 100% rename from virtcontainers/hypervisor_test.go rename to src/runtime/virtcontainers/hypervisor_test.go diff --git a/virtcontainers/implementation.go b/src/runtime/virtcontainers/implementation.go similarity index 100% rename from virtcontainers/implementation.go rename to src/runtime/virtcontainers/implementation.go diff --git a/virtcontainers/interfaces.go b/src/runtime/virtcontainers/interfaces.go similarity index 100% rename from virtcontainers/interfaces.go rename to src/runtime/virtcontainers/interfaces.go diff --git a/virtcontainers/iostream.go b/src/runtime/virtcontainers/iostream.go similarity index 100% rename from virtcontainers/iostream.go rename to src/runtime/virtcontainers/iostream.go diff --git a/virtcontainers/iostream_test.go b/src/runtime/virtcontainers/iostream_test.go similarity index 100% rename from virtcontainers/iostream_test.go rename to src/runtime/virtcontainers/iostream_test.go diff --git a/virtcontainers/ipvlan_endpoint.go b/src/runtime/virtcontainers/ipvlan_endpoint.go similarity index 100% rename from virtcontainers/ipvlan_endpoint.go rename to src/runtime/virtcontainers/ipvlan_endpoint.go diff --git a/virtcontainers/ipvlan_endpoint_test.go b/src/runtime/virtcontainers/ipvlan_endpoint_test.go similarity index 100% rename from virtcontainers/ipvlan_endpoint_test.go rename to src/runtime/virtcontainers/ipvlan_endpoint_test.go diff --git a/virtcontainers/kata_agent.go b/src/runtime/virtcontainers/kata_agent.go similarity index 100% rename from virtcontainers/kata_agent.go rename to src/runtime/virtcontainers/kata_agent.go diff --git a/virtcontainers/kata_agent_test.go b/src/runtime/virtcontainers/kata_agent_test.go similarity index 100% rename from virtcontainers/kata_agent_test.go rename to src/runtime/virtcontainers/kata_agent_test.go diff --git a/virtcontainers/kata_builtin_proxy.go b/src/runtime/virtcontainers/kata_builtin_proxy.go similarity index 100% rename from virtcontainers/kata_builtin_proxy.go rename to src/runtime/virtcontainers/kata_builtin_proxy.go diff --git a/virtcontainers/kata_builtin_proxy_test.go b/src/runtime/virtcontainers/kata_builtin_proxy_test.go similarity index 100% rename from virtcontainers/kata_builtin_proxy_test.go rename to src/runtime/virtcontainers/kata_builtin_proxy_test.go diff --git a/virtcontainers/kata_builtin_shim.go b/src/runtime/virtcontainers/kata_builtin_shim.go similarity index 100% rename from virtcontainers/kata_builtin_shim.go rename to src/runtime/virtcontainers/kata_builtin_shim.go diff --git a/virtcontainers/kata_proxy.go b/src/runtime/virtcontainers/kata_proxy.go similarity index 100% rename from virtcontainers/kata_proxy.go rename to src/runtime/virtcontainers/kata_proxy.go diff --git a/virtcontainers/kata_proxy_test.go b/src/runtime/virtcontainers/kata_proxy_test.go similarity index 100% rename from virtcontainers/kata_proxy_test.go rename to src/runtime/virtcontainers/kata_proxy_test.go diff --git a/virtcontainers/kata_shim.go b/src/runtime/virtcontainers/kata_shim.go similarity index 100% rename from virtcontainers/kata_shim.go rename to src/runtime/virtcontainers/kata_shim.go diff --git a/virtcontainers/kata_shim_test.go b/src/runtime/virtcontainers/kata_shim_test.go similarity index 100% rename from virtcontainers/kata_shim_test.go rename to src/runtime/virtcontainers/kata_shim_test.go diff --git a/virtcontainers/macvtap_endpoint.go b/src/runtime/virtcontainers/macvtap_endpoint.go similarity index 100% rename from virtcontainers/macvtap_endpoint.go rename to src/runtime/virtcontainers/macvtap_endpoint.go diff --git a/virtcontainers/macvtap_endpoint_test.go b/src/runtime/virtcontainers/macvtap_endpoint_test.go similarity index 100% rename from virtcontainers/macvtap_endpoint_test.go rename to src/runtime/virtcontainers/macvtap_endpoint_test.go diff --git a/virtcontainers/mock_hypervisor.go b/src/runtime/virtcontainers/mock_hypervisor.go similarity index 100% rename from virtcontainers/mock_hypervisor.go rename to src/runtime/virtcontainers/mock_hypervisor.go diff --git a/virtcontainers/mock_hypervisor_test.go b/src/runtime/virtcontainers/mock_hypervisor_test.go similarity index 100% rename from virtcontainers/mock_hypervisor_test.go rename to src/runtime/virtcontainers/mock_hypervisor_test.go diff --git a/virtcontainers/monitor.go b/src/runtime/virtcontainers/monitor.go similarity index 100% rename from virtcontainers/monitor.go rename to src/runtime/virtcontainers/monitor.go diff --git a/virtcontainers/monitor_test.go b/src/runtime/virtcontainers/monitor_test.go similarity index 100% rename from virtcontainers/monitor_test.go rename to src/runtime/virtcontainers/monitor_test.go diff --git a/virtcontainers/mount.go b/src/runtime/virtcontainers/mount.go similarity index 100% rename from virtcontainers/mount.go rename to src/runtime/virtcontainers/mount.go diff --git a/virtcontainers/mount_test.go b/src/runtime/virtcontainers/mount_test.go similarity index 100% rename from virtcontainers/mount_test.go rename to src/runtime/virtcontainers/mount_test.go diff --git a/virtcontainers/netmon.go b/src/runtime/virtcontainers/netmon.go similarity index 100% rename from virtcontainers/netmon.go rename to src/runtime/virtcontainers/netmon.go diff --git a/virtcontainers/netmon_test.go b/src/runtime/virtcontainers/netmon_test.go similarity index 100% rename from virtcontainers/netmon_test.go rename to src/runtime/virtcontainers/netmon_test.go diff --git a/virtcontainers/network.go b/src/runtime/virtcontainers/network.go similarity index 100% rename from virtcontainers/network.go rename to src/runtime/virtcontainers/network.go diff --git a/virtcontainers/network_test.go b/src/runtime/virtcontainers/network_test.go similarity index 100% rename from virtcontainers/network_test.go rename to src/runtime/virtcontainers/network_test.go diff --git a/virtcontainers/no_proxy.go b/src/runtime/virtcontainers/no_proxy.go similarity index 100% rename from virtcontainers/no_proxy.go rename to src/runtime/virtcontainers/no_proxy.go diff --git a/virtcontainers/no_proxy_test.go b/src/runtime/virtcontainers/no_proxy_test.go similarity index 100% rename from virtcontainers/no_proxy_test.go rename to src/runtime/virtcontainers/no_proxy_test.go diff --git a/virtcontainers/noop_agent.go b/src/runtime/virtcontainers/noop_agent.go similarity index 100% rename from virtcontainers/noop_agent.go rename to src/runtime/virtcontainers/noop_agent.go diff --git a/virtcontainers/noop_agent_test.go b/src/runtime/virtcontainers/noop_agent_test.go similarity index 100% rename from virtcontainers/noop_agent_test.go rename to src/runtime/virtcontainers/noop_agent_test.go diff --git a/virtcontainers/noop_proxy.go b/src/runtime/virtcontainers/noop_proxy.go similarity index 100% rename from virtcontainers/noop_proxy.go rename to src/runtime/virtcontainers/noop_proxy.go diff --git a/virtcontainers/noop_proxy_test.go b/src/runtime/virtcontainers/noop_proxy_test.go similarity index 100% rename from virtcontainers/noop_proxy_test.go rename to src/runtime/virtcontainers/noop_proxy_test.go diff --git a/virtcontainers/noop_shim.go b/src/runtime/virtcontainers/noop_shim.go similarity index 100% rename from virtcontainers/noop_shim.go rename to src/runtime/virtcontainers/noop_shim.go diff --git a/virtcontainers/noop_shim_test.go b/src/runtime/virtcontainers/noop_shim_test.go similarity index 100% rename from virtcontainers/noop_shim_test.go rename to src/runtime/virtcontainers/noop_shim_test.go diff --git a/virtcontainers/nsenter.go b/src/runtime/virtcontainers/nsenter.go similarity index 100% rename from virtcontainers/nsenter.go rename to src/runtime/virtcontainers/nsenter.go diff --git a/virtcontainers/nsenter_test.go b/src/runtime/virtcontainers/nsenter_test.go similarity index 100% rename from virtcontainers/nsenter_test.go rename to src/runtime/virtcontainers/nsenter_test.go diff --git a/virtcontainers/persist.go b/src/runtime/virtcontainers/persist.go similarity index 100% rename from virtcontainers/persist.go rename to src/runtime/virtcontainers/persist.go diff --git a/virtcontainers/persist/api/config.go b/src/runtime/virtcontainers/persist/api/config.go similarity index 100% rename from virtcontainers/persist/api/config.go rename to src/runtime/virtcontainers/persist/api/config.go diff --git a/virtcontainers/persist/api/container.go b/src/runtime/virtcontainers/persist/api/container.go similarity index 100% rename from virtcontainers/persist/api/container.go rename to src/runtime/virtcontainers/persist/api/container.go diff --git a/virtcontainers/persist/api/device.go b/src/runtime/virtcontainers/persist/api/device.go similarity index 100% rename from virtcontainers/persist/api/device.go rename to src/runtime/virtcontainers/persist/api/device.go diff --git a/virtcontainers/persist/api/hypervisor.go b/src/runtime/virtcontainers/persist/api/hypervisor.go similarity index 100% rename from virtcontainers/persist/api/hypervisor.go rename to src/runtime/virtcontainers/persist/api/hypervisor.go diff --git a/virtcontainers/persist/api/interface.go b/src/runtime/virtcontainers/persist/api/interface.go similarity index 100% rename from virtcontainers/persist/api/interface.go rename to src/runtime/virtcontainers/persist/api/interface.go diff --git a/virtcontainers/persist/api/network.go b/src/runtime/virtcontainers/persist/api/network.go similarity index 100% rename from virtcontainers/persist/api/network.go rename to src/runtime/virtcontainers/persist/api/network.go diff --git a/virtcontainers/persist/api/sandbox.go b/src/runtime/virtcontainers/persist/api/sandbox.go similarity index 100% rename from virtcontainers/persist/api/sandbox.go rename to src/runtime/virtcontainers/persist/api/sandbox.go diff --git a/virtcontainers/persist/api/version.go b/src/runtime/virtcontainers/persist/api/version.go similarity index 100% rename from virtcontainers/persist/api/version.go rename to src/runtime/virtcontainers/persist/api/version.go diff --git a/virtcontainers/persist/fs/fs.go b/src/runtime/virtcontainers/persist/fs/fs.go similarity index 100% rename from virtcontainers/persist/fs/fs.go rename to src/runtime/virtcontainers/persist/fs/fs.go diff --git a/virtcontainers/persist/fs/fs_test.go b/src/runtime/virtcontainers/persist/fs/fs_test.go similarity index 100% rename from virtcontainers/persist/fs/fs_test.go rename to src/runtime/virtcontainers/persist/fs/fs_test.go diff --git a/virtcontainers/persist/fs/mockfs.go b/src/runtime/virtcontainers/persist/fs/mockfs.go similarity index 100% rename from virtcontainers/persist/fs/mockfs.go rename to src/runtime/virtcontainers/persist/fs/mockfs.go diff --git a/virtcontainers/persist/fs/rootlessfs.go b/src/runtime/virtcontainers/persist/fs/rootlessfs.go similarity index 100% rename from virtcontainers/persist/fs/rootlessfs.go rename to src/runtime/virtcontainers/persist/fs/rootlessfs.go diff --git a/virtcontainers/persist/manager.go b/src/runtime/virtcontainers/persist/manager.go similarity index 100% rename from virtcontainers/persist/manager.go rename to src/runtime/virtcontainers/persist/manager.go diff --git a/virtcontainers/persist/manager_test.go b/src/runtime/virtcontainers/persist/manager_test.go similarity index 100% rename from virtcontainers/persist/manager_test.go rename to src/runtime/virtcontainers/persist/manager_test.go diff --git a/virtcontainers/persist/plugin/README.md b/src/runtime/virtcontainers/persist/plugin/README.md similarity index 100% rename from virtcontainers/persist/plugin/README.md rename to src/runtime/virtcontainers/persist/plugin/README.md diff --git a/virtcontainers/persist_test.go b/src/runtime/virtcontainers/persist_test.go similarity index 100% rename from virtcontainers/persist_test.go rename to src/runtime/virtcontainers/persist_test.go diff --git a/virtcontainers/physical_endpoint.go b/src/runtime/virtcontainers/physical_endpoint.go similarity index 100% rename from virtcontainers/physical_endpoint.go rename to src/runtime/virtcontainers/physical_endpoint.go diff --git a/virtcontainers/physical_endpoint_test.go b/src/runtime/virtcontainers/physical_endpoint_test.go similarity index 100% rename from virtcontainers/physical_endpoint_test.go rename to src/runtime/virtcontainers/physical_endpoint_test.go diff --git a/virtcontainers/pkg/annotations/annotations.go b/src/runtime/virtcontainers/pkg/annotations/annotations.go similarity index 100% rename from virtcontainers/pkg/annotations/annotations.go rename to src/runtime/virtcontainers/pkg/annotations/annotations.go diff --git a/virtcontainers/pkg/annotations/dockershim/annotations.go b/src/runtime/virtcontainers/pkg/annotations/dockershim/annotations.go similarity index 100% rename from virtcontainers/pkg/annotations/dockershim/annotations.go rename to src/runtime/virtcontainers/pkg/annotations/dockershim/annotations.go diff --git a/virtcontainers/pkg/cgroups/manager.go b/src/runtime/virtcontainers/pkg/cgroups/manager.go similarity index 100% rename from virtcontainers/pkg/cgroups/manager.go rename to src/runtime/virtcontainers/pkg/cgroups/manager.go diff --git a/virtcontainers/pkg/cgroups/manager_test.go b/src/runtime/virtcontainers/pkg/cgroups/manager_test.go similarity index 100% rename from virtcontainers/pkg/cgroups/manager_test.go rename to src/runtime/virtcontainers/pkg/cgroups/manager_test.go diff --git a/virtcontainers/pkg/cgroups/utils.go b/src/runtime/virtcontainers/pkg/cgroups/utils.go similarity index 100% rename from virtcontainers/pkg/cgroups/utils.go rename to src/runtime/virtcontainers/pkg/cgroups/utils.go diff --git a/virtcontainers/pkg/cgroups/utils_test.go b/src/runtime/virtcontainers/pkg/cgroups/utils_test.go similarity index 100% rename from virtcontainers/pkg/cgroups/utils_test.go rename to src/runtime/virtcontainers/pkg/cgroups/utils_test.go diff --git a/virtcontainers/pkg/cloud-hypervisor/Makefile b/src/runtime/virtcontainers/pkg/cloud-hypervisor/Makefile similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/Makefile rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/Makefile diff --git a/virtcontainers/pkg/cloud-hypervisor/README.md b/src/runtime/virtcontainers/pkg/cloud-hypervisor/README.md similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/README.md rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/README.md diff --git a/virtcontainers/pkg/cloud-hypervisor/client/.gitignore b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/.gitignore similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/.gitignore rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/.gitignore diff --git a/virtcontainers/pkg/cloud-hypervisor/client/.openapi-generator-ignore b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/.openapi-generator-ignore similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/.openapi-generator-ignore rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/.openapi-generator-ignore diff --git a/virtcontainers/pkg/cloud-hypervisor/client/.openapi-generator/VERSION b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/.openapi-generator/VERSION similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/.openapi-generator/VERSION rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/.openapi-generator/VERSION diff --git a/virtcontainers/pkg/cloud-hypervisor/client/.travis.yml b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/.travis.yml similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/.travis.yml rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/.travis.yml diff --git a/virtcontainers/pkg/cloud-hypervisor/client/README.md b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/README.md similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/README.md rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/README.md diff --git a/virtcontainers/pkg/cloud-hypervisor/client/api/openapi.yaml b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/api/openapi.yaml similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/api/openapi.yaml rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/api/openapi.yaml diff --git a/virtcontainers/pkg/cloud-hypervisor/client/api_default.go b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/api_default.go similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/api_default.go rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/api_default.go diff --git a/virtcontainers/pkg/cloud-hypervisor/client/client.go b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/client.go similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/client.go rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/client.go diff --git a/virtcontainers/pkg/cloud-hypervisor/client/configuration.go b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/configuration.go similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/configuration.go rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/configuration.go diff --git a/virtcontainers/pkg/cloud-hypervisor/client/docs/CmdLineConfig.md b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/CmdLineConfig.md similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/docs/CmdLineConfig.md rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/CmdLineConfig.md diff --git a/virtcontainers/pkg/cloud-hypervisor/client/docs/ConsoleConfig.md b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/ConsoleConfig.md similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/docs/ConsoleConfig.md rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/ConsoleConfig.md diff --git a/virtcontainers/pkg/cloud-hypervisor/client/docs/CpusConfig.md b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/CpusConfig.md similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/docs/CpusConfig.md rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/CpusConfig.md diff --git a/virtcontainers/pkg/cloud-hypervisor/client/docs/DefaultApi.md b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/DefaultApi.md similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/docs/DefaultApi.md rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/DefaultApi.md diff --git a/virtcontainers/pkg/cloud-hypervisor/client/docs/DeviceConfig.md b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/DeviceConfig.md similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/docs/DeviceConfig.md rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/DeviceConfig.md diff --git a/virtcontainers/pkg/cloud-hypervisor/client/docs/DiskConfig.md b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/DiskConfig.md similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/docs/DiskConfig.md rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/DiskConfig.md diff --git a/virtcontainers/pkg/cloud-hypervisor/client/docs/FsConfig.md b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/FsConfig.md similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/docs/FsConfig.md rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/FsConfig.md diff --git a/virtcontainers/pkg/cloud-hypervisor/client/docs/InitramfsConfig.md b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/InitramfsConfig.md similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/docs/InitramfsConfig.md rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/InitramfsConfig.md diff --git a/virtcontainers/pkg/cloud-hypervisor/client/docs/KernelConfig.md b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/KernelConfig.md similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/docs/KernelConfig.md rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/KernelConfig.md diff --git a/virtcontainers/pkg/cloud-hypervisor/client/docs/MemoryConfig.md b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/MemoryConfig.md similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/docs/MemoryConfig.md rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/MemoryConfig.md diff --git a/virtcontainers/pkg/cloud-hypervisor/client/docs/NetConfig.md b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/NetConfig.md similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/docs/NetConfig.md rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/NetConfig.md diff --git a/virtcontainers/pkg/cloud-hypervisor/client/docs/PmemConfig.md b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/PmemConfig.md similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/docs/PmemConfig.md rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/PmemConfig.md diff --git a/virtcontainers/pkg/cloud-hypervisor/client/docs/RestoreConfig.md b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/RestoreConfig.md similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/docs/RestoreConfig.md rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/RestoreConfig.md diff --git a/virtcontainers/pkg/cloud-hypervisor/client/docs/RngConfig.md b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/RngConfig.md similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/docs/RngConfig.md rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/RngConfig.md diff --git a/virtcontainers/pkg/cloud-hypervisor/client/docs/VmAddDevice.md b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/VmAddDevice.md similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/docs/VmAddDevice.md rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/VmAddDevice.md diff --git a/virtcontainers/pkg/cloud-hypervisor/client/docs/VmConfig.md b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/VmConfig.md similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/docs/VmConfig.md rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/VmConfig.md diff --git a/virtcontainers/pkg/cloud-hypervisor/client/docs/VmInfo.md b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/VmInfo.md similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/docs/VmInfo.md rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/VmInfo.md diff --git a/virtcontainers/pkg/cloud-hypervisor/client/docs/VmRemoveDevice.md b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/VmRemoveDevice.md similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/docs/VmRemoveDevice.md rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/VmRemoveDevice.md diff --git a/virtcontainers/pkg/cloud-hypervisor/client/docs/VmResize.md b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/VmResize.md similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/docs/VmResize.md rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/VmResize.md diff --git a/virtcontainers/pkg/cloud-hypervisor/client/docs/VmSnapshotConfig.md b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/VmSnapshotConfig.md similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/docs/VmSnapshotConfig.md rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/VmSnapshotConfig.md diff --git a/virtcontainers/pkg/cloud-hypervisor/client/docs/VmmPingResponse.md b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/VmmPingResponse.md similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/docs/VmmPingResponse.md rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/VmmPingResponse.md diff --git a/virtcontainers/pkg/cloud-hypervisor/client/docs/VsockConfig.md b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/VsockConfig.md similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/docs/VsockConfig.md rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/VsockConfig.md diff --git a/virtcontainers/pkg/cloud-hypervisor/client/git_push.sh b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/git_push.sh similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/git_push.sh rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/git_push.sh diff --git a/virtcontainers/pkg/cloud-hypervisor/client/go.mod b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/go.mod similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/go.mod rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/go.mod diff --git a/virtcontainers/pkg/cloud-hypervisor/client/go.sum b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/go.sum similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/go.sum rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/go.sum diff --git a/virtcontainers/pkg/cloud-hypervisor/client/model_cmd_line_config.go b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_cmd_line_config.go similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/model_cmd_line_config.go rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_cmd_line_config.go diff --git a/virtcontainers/pkg/cloud-hypervisor/client/model_console_config.go b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_console_config.go similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/model_console_config.go rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_console_config.go diff --git a/virtcontainers/pkg/cloud-hypervisor/client/model_cpus_config.go b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_cpus_config.go similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/model_cpus_config.go rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_cpus_config.go diff --git a/virtcontainers/pkg/cloud-hypervisor/client/model_device_config.go b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_device_config.go similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/model_device_config.go rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_device_config.go diff --git a/virtcontainers/pkg/cloud-hypervisor/client/model_disk_config.go b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_disk_config.go similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/model_disk_config.go rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_disk_config.go diff --git a/virtcontainers/pkg/cloud-hypervisor/client/model_fs_config.go b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_fs_config.go similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/model_fs_config.go rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_fs_config.go diff --git a/virtcontainers/pkg/cloud-hypervisor/client/model_initramfs_config.go b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_initramfs_config.go similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/model_initramfs_config.go rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_initramfs_config.go diff --git a/virtcontainers/pkg/cloud-hypervisor/client/model_kernel_config.go b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_kernel_config.go similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/model_kernel_config.go rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_kernel_config.go diff --git a/virtcontainers/pkg/cloud-hypervisor/client/model_memory_config.go b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_memory_config.go similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/model_memory_config.go rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_memory_config.go diff --git a/virtcontainers/pkg/cloud-hypervisor/client/model_net_config.go b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_net_config.go similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/model_net_config.go rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_net_config.go diff --git a/virtcontainers/pkg/cloud-hypervisor/client/model_pmem_config.go b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_pmem_config.go similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/model_pmem_config.go rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_pmem_config.go diff --git a/virtcontainers/pkg/cloud-hypervisor/client/model_restore_config.go b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_restore_config.go similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/model_restore_config.go rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_restore_config.go diff --git a/virtcontainers/pkg/cloud-hypervisor/client/model_rng_config.go b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_rng_config.go similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/model_rng_config.go rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_rng_config.go diff --git a/virtcontainers/pkg/cloud-hypervisor/client/model_vm_add_device.go b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_vm_add_device.go similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/model_vm_add_device.go rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_vm_add_device.go diff --git a/virtcontainers/pkg/cloud-hypervisor/client/model_vm_config.go b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_vm_config.go similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/model_vm_config.go rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_vm_config.go diff --git a/virtcontainers/pkg/cloud-hypervisor/client/model_vm_info.go b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_vm_info.go similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/model_vm_info.go rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_vm_info.go diff --git a/virtcontainers/pkg/cloud-hypervisor/client/model_vm_remove_device.go b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_vm_remove_device.go similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/model_vm_remove_device.go rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_vm_remove_device.go diff --git a/virtcontainers/pkg/cloud-hypervisor/client/model_vm_resize.go b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_vm_resize.go similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/model_vm_resize.go rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_vm_resize.go diff --git a/virtcontainers/pkg/cloud-hypervisor/client/model_vm_snapshot_config.go b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_vm_snapshot_config.go similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/model_vm_snapshot_config.go rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_vm_snapshot_config.go diff --git a/virtcontainers/pkg/cloud-hypervisor/client/model_vmm_ping_response.go b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_vmm_ping_response.go similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/model_vmm_ping_response.go rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_vmm_ping_response.go diff --git a/virtcontainers/pkg/cloud-hypervisor/client/model_vsock_config.go b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_vsock_config.go similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/model_vsock_config.go rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/model_vsock_config.go diff --git a/virtcontainers/pkg/cloud-hypervisor/client/response.go b/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/response.go similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/client/response.go rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/client/response.go diff --git a/virtcontainers/pkg/cloud-hypervisor/cloud-hypervisor.yaml b/src/runtime/virtcontainers/pkg/cloud-hypervisor/cloud-hypervisor.yaml similarity index 100% rename from virtcontainers/pkg/cloud-hypervisor/cloud-hypervisor.yaml rename to src/runtime/virtcontainers/pkg/cloud-hypervisor/cloud-hypervisor.yaml diff --git a/virtcontainers/pkg/compatoci/utils.go b/src/runtime/virtcontainers/pkg/compatoci/utils.go similarity index 100% rename from virtcontainers/pkg/compatoci/utils.go rename to src/runtime/virtcontainers/pkg/compatoci/utils.go diff --git a/virtcontainers/pkg/compatoci/utils_test.go b/src/runtime/virtcontainers/pkg/compatoci/utils_test.go similarity index 100% rename from virtcontainers/pkg/compatoci/utils_test.go rename to src/runtime/virtcontainers/pkg/compatoci/utils_test.go diff --git a/virtcontainers/pkg/firecracker/README b/src/runtime/virtcontainers/pkg/firecracker/README similarity index 100% rename from virtcontainers/pkg/firecracker/README rename to src/runtime/virtcontainers/pkg/firecracker/README diff --git a/virtcontainers/pkg/firecracker/client/firecracker_client.go b/src/runtime/virtcontainers/pkg/firecracker/client/firecracker_client.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/firecracker_client.go rename to src/runtime/virtcontainers/pkg/firecracker/client/firecracker_client.go diff --git a/virtcontainers/pkg/firecracker/client/models/boot_source.go b/src/runtime/virtcontainers/pkg/firecracker/client/models/boot_source.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/models/boot_source.go rename to src/runtime/virtcontainers/pkg/firecracker/client/models/boot_source.go diff --git a/virtcontainers/pkg/firecracker/client/models/cpu_template.go b/src/runtime/virtcontainers/pkg/firecracker/client/models/cpu_template.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/models/cpu_template.go rename to src/runtime/virtcontainers/pkg/firecracker/client/models/cpu_template.go diff --git a/virtcontainers/pkg/firecracker/client/models/drive.go b/src/runtime/virtcontainers/pkg/firecracker/client/models/drive.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/models/drive.go rename to src/runtime/virtcontainers/pkg/firecracker/client/models/drive.go diff --git a/virtcontainers/pkg/firecracker/client/models/error.go b/src/runtime/virtcontainers/pkg/firecracker/client/models/error.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/models/error.go rename to src/runtime/virtcontainers/pkg/firecracker/client/models/error.go diff --git a/virtcontainers/pkg/firecracker/client/models/instance_action_info.go b/src/runtime/virtcontainers/pkg/firecracker/client/models/instance_action_info.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/models/instance_action_info.go rename to src/runtime/virtcontainers/pkg/firecracker/client/models/instance_action_info.go diff --git a/virtcontainers/pkg/firecracker/client/models/instance_info.go b/src/runtime/virtcontainers/pkg/firecracker/client/models/instance_info.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/models/instance_info.go rename to src/runtime/virtcontainers/pkg/firecracker/client/models/instance_info.go diff --git a/virtcontainers/pkg/firecracker/client/models/logger.go b/src/runtime/virtcontainers/pkg/firecracker/client/models/logger.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/models/logger.go rename to src/runtime/virtcontainers/pkg/firecracker/client/models/logger.go diff --git a/virtcontainers/pkg/firecracker/client/models/machine_configuration.go b/src/runtime/virtcontainers/pkg/firecracker/client/models/machine_configuration.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/models/machine_configuration.go rename to src/runtime/virtcontainers/pkg/firecracker/client/models/machine_configuration.go diff --git a/virtcontainers/pkg/firecracker/client/models/network_interface.go b/src/runtime/virtcontainers/pkg/firecracker/client/models/network_interface.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/models/network_interface.go rename to src/runtime/virtcontainers/pkg/firecracker/client/models/network_interface.go diff --git a/virtcontainers/pkg/firecracker/client/models/partial_drive.go b/src/runtime/virtcontainers/pkg/firecracker/client/models/partial_drive.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/models/partial_drive.go rename to src/runtime/virtcontainers/pkg/firecracker/client/models/partial_drive.go diff --git a/virtcontainers/pkg/firecracker/client/models/partial_network_interface.go b/src/runtime/virtcontainers/pkg/firecracker/client/models/partial_network_interface.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/models/partial_network_interface.go rename to src/runtime/virtcontainers/pkg/firecracker/client/models/partial_network_interface.go diff --git a/virtcontainers/pkg/firecracker/client/models/rate_limiter.go b/src/runtime/virtcontainers/pkg/firecracker/client/models/rate_limiter.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/models/rate_limiter.go rename to src/runtime/virtcontainers/pkg/firecracker/client/models/rate_limiter.go diff --git a/virtcontainers/pkg/firecracker/client/models/token_bucket.go b/src/runtime/virtcontainers/pkg/firecracker/client/models/token_bucket.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/models/token_bucket.go rename to src/runtime/virtcontainers/pkg/firecracker/client/models/token_bucket.go diff --git a/virtcontainers/pkg/firecracker/client/models/vsock.go b/src/runtime/virtcontainers/pkg/firecracker/client/models/vsock.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/models/vsock.go rename to src/runtime/virtcontainers/pkg/firecracker/client/models/vsock.go diff --git a/virtcontainers/pkg/firecracker/client/operations/create_sync_action_parameters.go b/src/runtime/virtcontainers/pkg/firecracker/client/operations/create_sync_action_parameters.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/operations/create_sync_action_parameters.go rename to src/runtime/virtcontainers/pkg/firecracker/client/operations/create_sync_action_parameters.go diff --git a/virtcontainers/pkg/firecracker/client/operations/create_sync_action_responses.go b/src/runtime/virtcontainers/pkg/firecracker/client/operations/create_sync_action_responses.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/operations/create_sync_action_responses.go rename to src/runtime/virtcontainers/pkg/firecracker/client/operations/create_sync_action_responses.go diff --git a/virtcontainers/pkg/firecracker/client/operations/describe_instance_parameters.go b/src/runtime/virtcontainers/pkg/firecracker/client/operations/describe_instance_parameters.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/operations/describe_instance_parameters.go rename to src/runtime/virtcontainers/pkg/firecracker/client/operations/describe_instance_parameters.go diff --git a/virtcontainers/pkg/firecracker/client/operations/describe_instance_responses.go b/src/runtime/virtcontainers/pkg/firecracker/client/operations/describe_instance_responses.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/operations/describe_instance_responses.go rename to src/runtime/virtcontainers/pkg/firecracker/client/operations/describe_instance_responses.go diff --git a/virtcontainers/pkg/firecracker/client/operations/get_machine_configuration_parameters.go b/src/runtime/virtcontainers/pkg/firecracker/client/operations/get_machine_configuration_parameters.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/operations/get_machine_configuration_parameters.go rename to src/runtime/virtcontainers/pkg/firecracker/client/operations/get_machine_configuration_parameters.go diff --git a/virtcontainers/pkg/firecracker/client/operations/get_machine_configuration_responses.go b/src/runtime/virtcontainers/pkg/firecracker/client/operations/get_machine_configuration_responses.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/operations/get_machine_configuration_responses.go rename to src/runtime/virtcontainers/pkg/firecracker/client/operations/get_machine_configuration_responses.go diff --git a/virtcontainers/pkg/firecracker/client/operations/get_mmds_parameters.go b/src/runtime/virtcontainers/pkg/firecracker/client/operations/get_mmds_parameters.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/operations/get_mmds_parameters.go rename to src/runtime/virtcontainers/pkg/firecracker/client/operations/get_mmds_parameters.go diff --git a/virtcontainers/pkg/firecracker/client/operations/get_mmds_responses.go b/src/runtime/virtcontainers/pkg/firecracker/client/operations/get_mmds_responses.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/operations/get_mmds_responses.go rename to src/runtime/virtcontainers/pkg/firecracker/client/operations/get_mmds_responses.go diff --git a/virtcontainers/pkg/firecracker/client/operations/operations_client.go b/src/runtime/virtcontainers/pkg/firecracker/client/operations/operations_client.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/operations/operations_client.go rename to src/runtime/virtcontainers/pkg/firecracker/client/operations/operations_client.go diff --git a/virtcontainers/pkg/firecracker/client/operations/patch_guest_drive_by_id_parameters.go b/src/runtime/virtcontainers/pkg/firecracker/client/operations/patch_guest_drive_by_id_parameters.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/operations/patch_guest_drive_by_id_parameters.go rename to src/runtime/virtcontainers/pkg/firecracker/client/operations/patch_guest_drive_by_id_parameters.go diff --git a/virtcontainers/pkg/firecracker/client/operations/patch_guest_drive_by_id_responses.go b/src/runtime/virtcontainers/pkg/firecracker/client/operations/patch_guest_drive_by_id_responses.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/operations/patch_guest_drive_by_id_responses.go rename to src/runtime/virtcontainers/pkg/firecracker/client/operations/patch_guest_drive_by_id_responses.go diff --git a/virtcontainers/pkg/firecracker/client/operations/patch_guest_network_interface_by_id_parameters.go b/src/runtime/virtcontainers/pkg/firecracker/client/operations/patch_guest_network_interface_by_id_parameters.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/operations/patch_guest_network_interface_by_id_parameters.go rename to src/runtime/virtcontainers/pkg/firecracker/client/operations/patch_guest_network_interface_by_id_parameters.go diff --git a/virtcontainers/pkg/firecracker/client/operations/patch_guest_network_interface_by_id_responses.go b/src/runtime/virtcontainers/pkg/firecracker/client/operations/patch_guest_network_interface_by_id_responses.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/operations/patch_guest_network_interface_by_id_responses.go rename to src/runtime/virtcontainers/pkg/firecracker/client/operations/patch_guest_network_interface_by_id_responses.go diff --git a/virtcontainers/pkg/firecracker/client/operations/patch_machine_configuration_parameters.go b/src/runtime/virtcontainers/pkg/firecracker/client/operations/patch_machine_configuration_parameters.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/operations/patch_machine_configuration_parameters.go rename to src/runtime/virtcontainers/pkg/firecracker/client/operations/patch_machine_configuration_parameters.go diff --git a/virtcontainers/pkg/firecracker/client/operations/patch_machine_configuration_responses.go b/src/runtime/virtcontainers/pkg/firecracker/client/operations/patch_machine_configuration_responses.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/operations/patch_machine_configuration_responses.go rename to src/runtime/virtcontainers/pkg/firecracker/client/operations/patch_machine_configuration_responses.go diff --git a/virtcontainers/pkg/firecracker/client/operations/patch_mmds_parameters.go b/src/runtime/virtcontainers/pkg/firecracker/client/operations/patch_mmds_parameters.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/operations/patch_mmds_parameters.go rename to src/runtime/virtcontainers/pkg/firecracker/client/operations/patch_mmds_parameters.go diff --git a/virtcontainers/pkg/firecracker/client/operations/patch_mmds_responses.go b/src/runtime/virtcontainers/pkg/firecracker/client/operations/patch_mmds_responses.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/operations/patch_mmds_responses.go rename to src/runtime/virtcontainers/pkg/firecracker/client/operations/patch_mmds_responses.go diff --git a/virtcontainers/pkg/firecracker/client/operations/put_guest_boot_source_parameters.go b/src/runtime/virtcontainers/pkg/firecracker/client/operations/put_guest_boot_source_parameters.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/operations/put_guest_boot_source_parameters.go rename to src/runtime/virtcontainers/pkg/firecracker/client/operations/put_guest_boot_source_parameters.go diff --git a/virtcontainers/pkg/firecracker/client/operations/put_guest_boot_source_responses.go b/src/runtime/virtcontainers/pkg/firecracker/client/operations/put_guest_boot_source_responses.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/operations/put_guest_boot_source_responses.go rename to src/runtime/virtcontainers/pkg/firecracker/client/operations/put_guest_boot_source_responses.go diff --git a/virtcontainers/pkg/firecracker/client/operations/put_guest_drive_by_id_parameters.go b/src/runtime/virtcontainers/pkg/firecracker/client/operations/put_guest_drive_by_id_parameters.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/operations/put_guest_drive_by_id_parameters.go rename to src/runtime/virtcontainers/pkg/firecracker/client/operations/put_guest_drive_by_id_parameters.go diff --git a/virtcontainers/pkg/firecracker/client/operations/put_guest_drive_by_id_responses.go b/src/runtime/virtcontainers/pkg/firecracker/client/operations/put_guest_drive_by_id_responses.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/operations/put_guest_drive_by_id_responses.go rename to src/runtime/virtcontainers/pkg/firecracker/client/operations/put_guest_drive_by_id_responses.go diff --git a/virtcontainers/pkg/firecracker/client/operations/put_guest_network_interface_by_id_parameters.go b/src/runtime/virtcontainers/pkg/firecracker/client/operations/put_guest_network_interface_by_id_parameters.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/operations/put_guest_network_interface_by_id_parameters.go rename to src/runtime/virtcontainers/pkg/firecracker/client/operations/put_guest_network_interface_by_id_parameters.go diff --git a/virtcontainers/pkg/firecracker/client/operations/put_guest_network_interface_by_id_responses.go b/src/runtime/virtcontainers/pkg/firecracker/client/operations/put_guest_network_interface_by_id_responses.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/operations/put_guest_network_interface_by_id_responses.go rename to src/runtime/virtcontainers/pkg/firecracker/client/operations/put_guest_network_interface_by_id_responses.go diff --git a/virtcontainers/pkg/firecracker/client/operations/put_guest_vsock_parameters.go b/src/runtime/virtcontainers/pkg/firecracker/client/operations/put_guest_vsock_parameters.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/operations/put_guest_vsock_parameters.go rename to src/runtime/virtcontainers/pkg/firecracker/client/operations/put_guest_vsock_parameters.go diff --git a/virtcontainers/pkg/firecracker/client/operations/put_guest_vsock_responses.go b/src/runtime/virtcontainers/pkg/firecracker/client/operations/put_guest_vsock_responses.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/operations/put_guest_vsock_responses.go rename to src/runtime/virtcontainers/pkg/firecracker/client/operations/put_guest_vsock_responses.go diff --git a/virtcontainers/pkg/firecracker/client/operations/put_logger_parameters.go b/src/runtime/virtcontainers/pkg/firecracker/client/operations/put_logger_parameters.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/operations/put_logger_parameters.go rename to src/runtime/virtcontainers/pkg/firecracker/client/operations/put_logger_parameters.go diff --git a/virtcontainers/pkg/firecracker/client/operations/put_logger_responses.go b/src/runtime/virtcontainers/pkg/firecracker/client/operations/put_logger_responses.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/operations/put_logger_responses.go rename to src/runtime/virtcontainers/pkg/firecracker/client/operations/put_logger_responses.go diff --git a/virtcontainers/pkg/firecracker/client/operations/put_machine_configuration_parameters.go b/src/runtime/virtcontainers/pkg/firecracker/client/operations/put_machine_configuration_parameters.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/operations/put_machine_configuration_parameters.go rename to src/runtime/virtcontainers/pkg/firecracker/client/operations/put_machine_configuration_parameters.go diff --git a/virtcontainers/pkg/firecracker/client/operations/put_machine_configuration_responses.go b/src/runtime/virtcontainers/pkg/firecracker/client/operations/put_machine_configuration_responses.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/operations/put_machine_configuration_responses.go rename to src/runtime/virtcontainers/pkg/firecracker/client/operations/put_machine_configuration_responses.go diff --git a/virtcontainers/pkg/firecracker/client/operations/put_mmds_parameters.go b/src/runtime/virtcontainers/pkg/firecracker/client/operations/put_mmds_parameters.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/operations/put_mmds_parameters.go rename to src/runtime/virtcontainers/pkg/firecracker/client/operations/put_mmds_parameters.go diff --git a/virtcontainers/pkg/firecracker/client/operations/put_mmds_responses.go b/src/runtime/virtcontainers/pkg/firecracker/client/operations/put_mmds_responses.go similarity index 100% rename from virtcontainers/pkg/firecracker/client/operations/put_mmds_responses.go rename to src/runtime/virtcontainers/pkg/firecracker/client/operations/put_mmds_responses.go diff --git a/virtcontainers/pkg/firecracker/firecracker.yaml b/src/runtime/virtcontainers/pkg/firecracker/firecracker.yaml similarity index 100% rename from virtcontainers/pkg/firecracker/firecracker.yaml rename to src/runtime/virtcontainers/pkg/firecracker/firecracker.yaml diff --git a/virtcontainers/pkg/firecracker/swagger_linux_amd64 b/src/runtime/virtcontainers/pkg/firecracker/swagger_linux_amd64 similarity index 100% rename from virtcontainers/pkg/firecracker/swagger_linux_amd64 rename to src/runtime/virtcontainers/pkg/firecracker/swagger_linux_amd64 diff --git a/virtcontainers/pkg/mock/mock.go b/src/runtime/virtcontainers/pkg/mock/mock.go similarity index 100% rename from virtcontainers/pkg/mock/mock.go rename to src/runtime/virtcontainers/pkg/mock/mock.go diff --git a/virtcontainers/pkg/nsenter/nsenter.go b/src/runtime/virtcontainers/pkg/nsenter/nsenter.go similarity index 100% rename from virtcontainers/pkg/nsenter/nsenter.go rename to src/runtime/virtcontainers/pkg/nsenter/nsenter.go diff --git a/virtcontainers/pkg/nsenter/nsenter_test.go b/src/runtime/virtcontainers/pkg/nsenter/nsenter_test.go similarity index 100% rename from virtcontainers/pkg/nsenter/nsenter_test.go rename to src/runtime/virtcontainers/pkg/nsenter/nsenter_test.go diff --git a/virtcontainers/pkg/oci/LICENSE b/src/runtime/virtcontainers/pkg/oci/LICENSE similarity index 100% rename from virtcontainers/pkg/oci/LICENSE rename to src/runtime/virtcontainers/pkg/oci/LICENSE diff --git a/virtcontainers/pkg/oci/utils.go b/src/runtime/virtcontainers/pkg/oci/utils.go similarity index 100% rename from virtcontainers/pkg/oci/utils.go rename to src/runtime/virtcontainers/pkg/oci/utils.go diff --git a/virtcontainers/pkg/oci/utils_test.go b/src/runtime/virtcontainers/pkg/oci/utils_test.go similarity index 100% rename from virtcontainers/pkg/oci/utils_test.go rename to src/runtime/virtcontainers/pkg/oci/utils_test.go diff --git a/virtcontainers/pkg/oci/utils_test_config.go b/src/runtime/virtcontainers/pkg/oci/utils_test_config.go similarity index 100% rename from virtcontainers/pkg/oci/utils_test_config.go rename to src/runtime/virtcontainers/pkg/oci/utils_test_config.go diff --git a/virtcontainers/pkg/rootless/rootless.go b/src/runtime/virtcontainers/pkg/rootless/rootless.go similarity index 100% rename from virtcontainers/pkg/rootless/rootless.go rename to src/runtime/virtcontainers/pkg/rootless/rootless.go diff --git a/virtcontainers/pkg/rootless/rootless_test.go b/src/runtime/virtcontainers/pkg/rootless/rootless_test.go similarity index 100% rename from virtcontainers/pkg/rootless/rootless_test.go rename to src/runtime/virtcontainers/pkg/rootless/rootless_test.go diff --git a/virtcontainers/pkg/types/errors.go b/src/runtime/virtcontainers/pkg/types/errors.go similarity index 100% rename from virtcontainers/pkg/types/errors.go rename to src/runtime/virtcontainers/pkg/types/errors.go diff --git a/virtcontainers/pkg/types/types.go b/src/runtime/virtcontainers/pkg/types/types.go similarity index 100% rename from virtcontainers/pkg/types/types.go rename to src/runtime/virtcontainers/pkg/types/types.go diff --git a/virtcontainers/pkg/uuid/uuid.go b/src/runtime/virtcontainers/pkg/uuid/uuid.go similarity index 100% rename from virtcontainers/pkg/uuid/uuid.go rename to src/runtime/virtcontainers/pkg/uuid/uuid.go diff --git a/virtcontainers/pkg/uuid/uuid_test.go b/src/runtime/virtcontainers/pkg/uuid/uuid_test.go similarity index 100% rename from virtcontainers/pkg/uuid/uuid_test.go rename to src/runtime/virtcontainers/pkg/uuid/uuid_test.go diff --git a/virtcontainers/pkg/vcmock/container.go b/src/runtime/virtcontainers/pkg/vcmock/container.go similarity index 100% rename from virtcontainers/pkg/vcmock/container.go rename to src/runtime/virtcontainers/pkg/vcmock/container.go diff --git a/virtcontainers/pkg/vcmock/mock.go b/src/runtime/virtcontainers/pkg/vcmock/mock.go similarity index 100% rename from virtcontainers/pkg/vcmock/mock.go rename to src/runtime/virtcontainers/pkg/vcmock/mock.go diff --git a/virtcontainers/pkg/vcmock/mock_test.go b/src/runtime/virtcontainers/pkg/vcmock/mock_test.go similarity index 100% rename from virtcontainers/pkg/vcmock/mock_test.go rename to src/runtime/virtcontainers/pkg/vcmock/mock_test.go diff --git a/virtcontainers/pkg/vcmock/sandbox.go b/src/runtime/virtcontainers/pkg/vcmock/sandbox.go similarity index 100% rename from virtcontainers/pkg/vcmock/sandbox.go rename to src/runtime/virtcontainers/pkg/vcmock/sandbox.go diff --git a/virtcontainers/pkg/vcmock/types.go b/src/runtime/virtcontainers/pkg/vcmock/types.go similarity index 100% rename from virtcontainers/pkg/vcmock/types.go rename to src/runtime/virtcontainers/pkg/vcmock/types.go diff --git a/virtcontainers/pkg/vcmock/utils.go b/src/runtime/virtcontainers/pkg/vcmock/utils.go similarity index 100% rename from virtcontainers/pkg/vcmock/utils.go rename to src/runtime/virtcontainers/pkg/vcmock/utils.go diff --git a/virtcontainers/proxy.go b/src/runtime/virtcontainers/proxy.go similarity index 100% rename from virtcontainers/proxy.go rename to src/runtime/virtcontainers/proxy.go diff --git a/virtcontainers/proxy_test.go b/src/runtime/virtcontainers/proxy_test.go similarity index 100% rename from virtcontainers/proxy_test.go rename to src/runtime/virtcontainers/proxy_test.go diff --git a/virtcontainers/qemu.go b/src/runtime/virtcontainers/qemu.go similarity index 100% rename from virtcontainers/qemu.go rename to src/runtime/virtcontainers/qemu.go diff --git a/virtcontainers/qemu_amd64.go b/src/runtime/virtcontainers/qemu_amd64.go similarity index 100% rename from virtcontainers/qemu_amd64.go rename to src/runtime/virtcontainers/qemu_amd64.go diff --git a/virtcontainers/qemu_amd64_test.go b/src/runtime/virtcontainers/qemu_amd64_test.go similarity index 100% rename from virtcontainers/qemu_amd64_test.go rename to src/runtime/virtcontainers/qemu_amd64_test.go diff --git a/virtcontainers/qemu_arch_base.go b/src/runtime/virtcontainers/qemu_arch_base.go similarity index 100% rename from virtcontainers/qemu_arch_base.go rename to src/runtime/virtcontainers/qemu_arch_base.go diff --git a/virtcontainers/qemu_arch_base_test.go b/src/runtime/virtcontainers/qemu_arch_base_test.go similarity index 100% rename from virtcontainers/qemu_arch_base_test.go rename to src/runtime/virtcontainers/qemu_arch_base_test.go diff --git a/virtcontainers/qemu_arm64.go b/src/runtime/virtcontainers/qemu_arm64.go similarity index 100% rename from virtcontainers/qemu_arm64.go rename to src/runtime/virtcontainers/qemu_arm64.go diff --git a/virtcontainers/qemu_arm64_test.go b/src/runtime/virtcontainers/qemu_arm64_test.go similarity index 100% rename from virtcontainers/qemu_arm64_test.go rename to src/runtime/virtcontainers/qemu_arm64_test.go diff --git a/virtcontainers/qemu_ppc64le.go b/src/runtime/virtcontainers/qemu_ppc64le.go similarity index 100% rename from virtcontainers/qemu_ppc64le.go rename to src/runtime/virtcontainers/qemu_ppc64le.go diff --git a/virtcontainers/qemu_ppc64le_test.go b/src/runtime/virtcontainers/qemu_ppc64le_test.go similarity index 100% rename from virtcontainers/qemu_ppc64le_test.go rename to src/runtime/virtcontainers/qemu_ppc64le_test.go diff --git a/virtcontainers/qemu_s390x.go b/src/runtime/virtcontainers/qemu_s390x.go similarity index 100% rename from virtcontainers/qemu_s390x.go rename to src/runtime/virtcontainers/qemu_s390x.go diff --git a/virtcontainers/qemu_s390x_test.go b/src/runtime/virtcontainers/qemu_s390x_test.go similarity index 100% rename from virtcontainers/qemu_s390x_test.go rename to src/runtime/virtcontainers/qemu_s390x_test.go diff --git a/virtcontainers/qemu_test.go b/src/runtime/virtcontainers/qemu_test.go similarity index 100% rename from virtcontainers/qemu_test.go rename to src/runtime/virtcontainers/qemu_test.go diff --git a/virtcontainers/sandbox.go b/src/runtime/virtcontainers/sandbox.go similarity index 100% rename from virtcontainers/sandbox.go rename to src/runtime/virtcontainers/sandbox.go diff --git a/virtcontainers/sandbox_test.go b/src/runtime/virtcontainers/sandbox_test.go similarity index 100% rename from virtcontainers/sandbox_test.go rename to src/runtime/virtcontainers/sandbox_test.go diff --git a/virtcontainers/sandboxlist.go b/src/runtime/virtcontainers/sandboxlist.go similarity index 100% rename from virtcontainers/sandboxlist.go rename to src/runtime/virtcontainers/sandboxlist.go diff --git a/virtcontainers/sandboxlist_test.go b/src/runtime/virtcontainers/sandboxlist_test.go similarity index 100% rename from virtcontainers/sandboxlist_test.go rename to src/runtime/virtcontainers/sandboxlist_test.go diff --git a/virtcontainers/shim.go b/src/runtime/virtcontainers/shim.go similarity index 100% rename from virtcontainers/shim.go rename to src/runtime/virtcontainers/shim.go diff --git a/virtcontainers/shim/mock/kata-shim/shim.go b/src/runtime/virtcontainers/shim/mock/kata-shim/shim.go similarity index 100% rename from virtcontainers/shim/mock/kata-shim/shim.go rename to src/runtime/virtcontainers/shim/mock/kata-shim/shim.go diff --git a/virtcontainers/shim_test.go b/src/runtime/virtcontainers/shim_test.go similarity index 100% rename from virtcontainers/shim_test.go rename to src/runtime/virtcontainers/shim_test.go diff --git a/virtcontainers/store/backend.go b/src/runtime/virtcontainers/store/backend.go similarity index 100% rename from virtcontainers/store/backend.go rename to src/runtime/virtcontainers/store/backend.go diff --git a/virtcontainers/store/filesystem_backend.go b/src/runtime/virtcontainers/store/filesystem_backend.go similarity index 100% rename from virtcontainers/store/filesystem_backend.go rename to src/runtime/virtcontainers/store/filesystem_backend.go diff --git a/virtcontainers/store/filesystem_backend_test.go b/src/runtime/virtcontainers/store/filesystem_backend_test.go similarity index 100% rename from virtcontainers/store/filesystem_backend_test.go rename to src/runtime/virtcontainers/store/filesystem_backend_test.go diff --git a/virtcontainers/store/manager.go b/src/runtime/virtcontainers/store/manager.go similarity index 100% rename from virtcontainers/store/manager.go rename to src/runtime/virtcontainers/store/manager.go diff --git a/virtcontainers/store/manager_test.go b/src/runtime/virtcontainers/store/manager_test.go similarity index 100% rename from virtcontainers/store/manager_test.go rename to src/runtime/virtcontainers/store/manager_test.go diff --git a/virtcontainers/store/vc.go b/src/runtime/virtcontainers/store/vc.go similarity index 100% rename from virtcontainers/store/vc.go rename to src/runtime/virtcontainers/store/vc.go diff --git a/virtcontainers/store/vc_test.go b/src/runtime/virtcontainers/store/vc_test.go similarity index 100% rename from virtcontainers/store/vc_test.go rename to src/runtime/virtcontainers/store/vc_test.go diff --git a/virtcontainers/syscall.go b/src/runtime/virtcontainers/syscall.go similarity index 100% rename from virtcontainers/syscall.go rename to src/runtime/virtcontainers/syscall.go diff --git a/virtcontainers/syscall_test.go b/src/runtime/virtcontainers/syscall_test.go similarity index 100% rename from virtcontainers/syscall_test.go rename to src/runtime/virtcontainers/syscall_test.go diff --git a/virtcontainers/tap_endpoint.go b/src/runtime/virtcontainers/tap_endpoint.go similarity index 100% rename from virtcontainers/tap_endpoint.go rename to src/runtime/virtcontainers/tap_endpoint.go diff --git a/virtcontainers/test/cni/10-mynet.conf b/src/runtime/virtcontainers/test/cni/10-mynet.conf similarity index 100% rename from virtcontainers/test/cni/10-mynet.conf rename to src/runtime/virtcontainers/test/cni/10-mynet.conf diff --git a/virtcontainers/test/cni/99-loopback.conf b/src/runtime/virtcontainers/test/cni/99-loopback.conf similarity index 100% rename from virtcontainers/test/cni/99-loopback.conf rename to src/runtime/virtcontainers/test/cni/99-loopback.conf diff --git a/virtcontainers/tuntap_endpoint.go b/src/runtime/virtcontainers/tuntap_endpoint.go similarity index 100% rename from virtcontainers/tuntap_endpoint.go rename to src/runtime/virtcontainers/tuntap_endpoint.go diff --git a/virtcontainers/types.go b/src/runtime/virtcontainers/types.go similarity index 100% rename from virtcontainers/types.go rename to src/runtime/virtcontainers/types.go diff --git a/virtcontainers/types/asset.go b/src/runtime/virtcontainers/types/asset.go similarity index 100% rename from virtcontainers/types/asset.go rename to src/runtime/virtcontainers/types/asset.go diff --git a/virtcontainers/types/asset_test.go b/src/runtime/virtcontainers/types/asset_test.go similarity index 100% rename from virtcontainers/types/asset_test.go rename to src/runtime/virtcontainers/types/asset_test.go diff --git a/virtcontainers/types/bridges.go b/src/runtime/virtcontainers/types/bridges.go similarity index 100% rename from virtcontainers/types/bridges.go rename to src/runtime/virtcontainers/types/bridges.go diff --git a/virtcontainers/types/bridges_test.go b/src/runtime/virtcontainers/types/bridges_test.go similarity index 100% rename from virtcontainers/types/bridges_test.go rename to src/runtime/virtcontainers/types/bridges_test.go diff --git a/virtcontainers/types/capabilities.go b/src/runtime/virtcontainers/types/capabilities.go similarity index 100% rename from virtcontainers/types/capabilities.go rename to src/runtime/virtcontainers/types/capabilities.go diff --git a/virtcontainers/types/capabilities_test.go b/src/runtime/virtcontainers/types/capabilities_test.go similarity index 100% rename from virtcontainers/types/capabilities_test.go rename to src/runtime/virtcontainers/types/capabilities_test.go diff --git a/virtcontainers/types/container.go b/src/runtime/virtcontainers/types/container.go similarity index 100% rename from virtcontainers/types/container.go rename to src/runtime/virtcontainers/types/container.go diff --git a/virtcontainers/types/fcConfig.go b/src/runtime/virtcontainers/types/fcConfig.go similarity index 100% rename from virtcontainers/types/fcConfig.go rename to src/runtime/virtcontainers/types/fcConfig.go diff --git a/virtcontainers/types/sandbox.go b/src/runtime/virtcontainers/types/sandbox.go similarity index 100% rename from virtcontainers/types/sandbox.go rename to src/runtime/virtcontainers/types/sandbox.go diff --git a/virtcontainers/types_test.go b/src/runtime/virtcontainers/types_test.go similarity index 100% rename from virtcontainers/types_test.go rename to src/runtime/virtcontainers/types_test.go diff --git a/virtcontainers/utils/compare.go b/src/runtime/virtcontainers/utils/compare.go similarity index 100% rename from virtcontainers/utils/compare.go rename to src/runtime/virtcontainers/utils/compare.go diff --git a/virtcontainers/utils/proc_linux.go b/src/runtime/virtcontainers/utils/proc_linux.go similarity index 100% rename from virtcontainers/utils/proc_linux.go rename to src/runtime/virtcontainers/utils/proc_linux.go diff --git a/virtcontainers/utils/utils.go b/src/runtime/virtcontainers/utils/utils.go similarity index 100% rename from virtcontainers/utils/utils.go rename to src/runtime/virtcontainers/utils/utils.go diff --git a/virtcontainers/utils/utils_linux.go b/src/runtime/virtcontainers/utils/utils_linux.go similarity index 100% rename from virtcontainers/utils/utils_linux.go rename to src/runtime/virtcontainers/utils/utils_linux.go diff --git a/virtcontainers/utils/utils_linux_generic.go b/src/runtime/virtcontainers/utils/utils_linux_generic.go similarity index 100% rename from virtcontainers/utils/utils_linux_generic.go rename to src/runtime/virtcontainers/utils/utils_linux_generic.go diff --git a/virtcontainers/utils/utils_linux_ppc64le.go b/src/runtime/virtcontainers/utils/utils_linux_ppc64le.go similarity index 100% rename from virtcontainers/utils/utils_linux_ppc64le.go rename to src/runtime/virtcontainers/utils/utils_linux_ppc64le.go diff --git a/virtcontainers/utils/utils_linux_test.go b/src/runtime/virtcontainers/utils/utils_linux_test.go similarity index 100% rename from virtcontainers/utils/utils_linux_test.go rename to src/runtime/virtcontainers/utils/utils_linux_test.go diff --git a/virtcontainers/utils/utils_test.go b/src/runtime/virtcontainers/utils/utils_test.go similarity index 100% rename from virtcontainers/utils/utils_test.go rename to src/runtime/virtcontainers/utils/utils_test.go diff --git a/virtcontainers/utils/virtcontainers-setup.sh b/src/runtime/virtcontainers/utils/virtcontainers-setup.sh similarity index 100% rename from virtcontainers/utils/virtcontainers-setup.sh rename to src/runtime/virtcontainers/utils/virtcontainers-setup.sh diff --git a/virtcontainers/veth_endpoint.go b/src/runtime/virtcontainers/veth_endpoint.go similarity index 100% rename from virtcontainers/veth_endpoint.go rename to src/runtime/virtcontainers/veth_endpoint.go diff --git a/virtcontainers/veth_endpoint_test.go b/src/runtime/virtcontainers/veth_endpoint_test.go similarity index 100% rename from virtcontainers/veth_endpoint_test.go rename to src/runtime/virtcontainers/veth_endpoint_test.go diff --git a/virtcontainers/vhostuser_endpoint.go b/src/runtime/virtcontainers/vhostuser_endpoint.go similarity index 100% rename from virtcontainers/vhostuser_endpoint.go rename to src/runtime/virtcontainers/vhostuser_endpoint.go diff --git a/virtcontainers/vhostuser_endpoint_test.go b/src/runtime/virtcontainers/vhostuser_endpoint_test.go similarity index 100% rename from virtcontainers/vhostuser_endpoint_test.go rename to src/runtime/virtcontainers/vhostuser_endpoint_test.go diff --git a/virtcontainers/virtcontainers_test.go b/src/runtime/virtcontainers/virtcontainers_test.go similarity index 100% rename from virtcontainers/virtcontainers_test.go rename to src/runtime/virtcontainers/virtcontainers_test.go diff --git a/virtcontainers/virtiofsd.go b/src/runtime/virtcontainers/virtiofsd.go similarity index 100% rename from virtcontainers/virtiofsd.go rename to src/runtime/virtcontainers/virtiofsd.go diff --git a/virtcontainers/virtiofsd_test.go b/src/runtime/virtcontainers/virtiofsd_test.go similarity index 100% rename from virtcontainers/virtiofsd_test.go rename to src/runtime/virtcontainers/virtiofsd_test.go diff --git a/virtcontainers/vm.go b/src/runtime/virtcontainers/vm.go similarity index 100% rename from virtcontainers/vm.go rename to src/runtime/virtcontainers/vm.go diff --git a/virtcontainers/vm_test.go b/src/runtime/virtcontainers/vm_test.go similarity index 100% rename from virtcontainers/vm_test.go rename to src/runtime/virtcontainers/vm_test.go