From bf9d618ff239b0553f70254eef6c41fe37347237 Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Arango Gutierrez Date: Tue, 21 Jan 2025 11:00:25 +0100 Subject: [PATCH] Rename test folder to tests Signed-off-by: Carlos Eduardo Arango Gutierrez Signed-off-by: Evan Lezar --- .github/dependabot.yml | 1 + .gitignore | 2 +- DEVELOPMENT.md | 2 +- cmd/nvidia-container-runtime/main_test.go | 8 ++++---- internal/oci/spec_test.go | 4 ++-- internal/platform-support/tegra/csv/csv_test.go | 8 ++++---- internal/runtime/runtime_factory_test.go | 2 +- {test => tests}/bin/nvidia-container-runtime-hook | 0 {test => tests}/bin/runc | 0 {test => tests}/container/common.sh | 0 {test => tests}/container/containerd_test.sh | 0 {test => tests}/container/crio_test.sh | 0 {test => tests}/container/docker_test.sh | 0 {test => tests}/container/main.sh | 0 .../container/shared/etc/containerd/config_empty.toml | 0 .../container/shared/etc/containerd/config_v1.toml | 0 .../container/shared/etc/containerd/config_v2.toml | 0 {test => tests}/container/shared/etc/docker/daemon.json | 0 {test => tests}/e2e/Makefile | 2 +- {test => tests}/e2e/e2e_test.go | 0 {test => tests}/e2e/nvidia-container-toolkit_test.go | 0 {test => tests}/go.mod | 2 +- {test => tests}/go.sum | 0 {test => tests}/input/config.clone3.json | 0 {test => tests}/input/csv_samples/.csv | 0 {test => tests}/input/csv_samples/empty/.gitignore | 0 {test => tests}/input/csv_samples/jetson.csv | 0 {test => tests}/input/csv_samples/other.not_csv | 0 {test => tests}/input/csv_samples/simple.csv | 0 {test => tests}/input/csv_samples/simple_wrong.csv | 0 {test => tests}/input/csv_samples/spaced.csv | 0 .../input/nvidia-container-runtime/config.toml | 0 {test => tests}/input/test_spec.json | 0 {test => tests}/output/.gitkeep | 0 tests/output/bundle/config.json | 1 + tests/output/config.clone3.json | 1 + {test => tests}/release/Makefile | 0 {test => tests}/release/README.md | 0 {test => tests}/release/docker/centos8/Dockerfile | 0 {test => tests}/release/docker/centos8/entrypoint.sh | 0 {test => tests}/release/docker/centos8/install_repo.sh | 0 {test => tests}/release/docker/fedora35/Dockerfile | 0 {test => tests}/release/docker/fedora35/entrypoint.sh | 0 {test => tests}/release/docker/fedora35/install_repo.sh | 0 {test => tests}/release/docker/ubuntu18.04/Dockerfile | 0 {test => tests}/release/docker/ubuntu18.04/entrypoint.sh | 0 .../release/docker/ubuntu18.04/install_repo.sh | 0 .../vendor/github.com/go-logr/logr/.golangci.yaml | 0 .../vendor/github.com/go-logr/logr/CHANGELOG.md | 0 .../vendor/github.com/go-logr/logr/CONTRIBUTING.md | 0 {test => tests}/vendor/github.com/go-logr/logr/LICENSE | 0 {test => tests}/vendor/github.com/go-logr/logr/README.md | 0 .../vendor/github.com/go-logr/logr/SECURITY.md | 0 {test => tests}/vendor/github.com/go-logr/logr/context.go | 0 .../vendor/github.com/go-logr/logr/context_noslog.go | 0 .../vendor/github.com/go-logr/logr/context_slog.go | 0 {test => tests}/vendor/github.com/go-logr/logr/discard.go | 0 .../vendor/github.com/go-logr/logr/funcr/funcr.go | 0 .../vendor/github.com/go-logr/logr/funcr/slogsink.go | 0 {test => tests}/vendor/github.com/go-logr/logr/logr.go | 0 .../vendor/github.com/go-logr/logr/sloghandler.go | 0 {test => tests}/vendor/github.com/go-logr/logr/slogr.go | 0 .../vendor/github.com/go-logr/logr/slogsink.go | 0 .../vendor/github.com/go-task/slim-sprig/v3/.editorconfig | 0 .../github.com/go-task/slim-sprig/v3/.gitattributes | 0 .../vendor/github.com/go-task/slim-sprig/v3/.gitignore | 0 .../vendor/github.com/go-task/slim-sprig/v3/CHANGELOG.md | 0 .../vendor/github.com/go-task/slim-sprig/v3/LICENSE.txt | 0 .../vendor/github.com/go-task/slim-sprig/v3/README.md | 0 .../vendor/github.com/go-task/slim-sprig/v3/Taskfile.yml | 0 .../vendor/github.com/go-task/slim-sprig/v3/crypto.go | 0 .../vendor/github.com/go-task/slim-sprig/v3/date.go | 0 .../vendor/github.com/go-task/slim-sprig/v3/defaults.go | 0 .../vendor/github.com/go-task/slim-sprig/v3/dict.go | 0 .../vendor/github.com/go-task/slim-sprig/v3/doc.go | 0 .../vendor/github.com/go-task/slim-sprig/v3/functions.go | 0 .../vendor/github.com/go-task/slim-sprig/v3/list.go | 0 .../vendor/github.com/go-task/slim-sprig/v3/network.go | 0 .../vendor/github.com/go-task/slim-sprig/v3/numeric.go | 0 .../vendor/github.com/go-task/slim-sprig/v3/reflect.go | 0 .../vendor/github.com/go-task/slim-sprig/v3/regex.go | 0 .../vendor/github.com/go-task/slim-sprig/v3/strings.go | 0 .../vendor/github.com/go-task/slim-sprig/v3/url.go | 0 {test => tests}/vendor/github.com/google/go-cmp/LICENSE | 0 .../vendor/github.com/google/go-cmp/cmp/compare.go | 0 .../vendor/github.com/google/go-cmp/cmp/export.go | 0 .../google/go-cmp/cmp/internal/diff/debug_disable.go | 0 .../google/go-cmp/cmp/internal/diff/debug_enable.go | 0 .../github.com/google/go-cmp/cmp/internal/diff/diff.go | 0 .../github.com/google/go-cmp/cmp/internal/flags/flags.go | 0 .../google/go-cmp/cmp/internal/function/func.go | 0 .../github.com/google/go-cmp/cmp/internal/value/name.go | 0 .../google/go-cmp/cmp/internal/value/pointer.go | 0 .../github.com/google/go-cmp/cmp/internal/value/sort.go | 0 .../vendor/github.com/google/go-cmp/cmp/options.go | 0 .../vendor/github.com/google/go-cmp/cmp/path.go | 0 .../vendor/github.com/google/go-cmp/cmp/report.go | 0 .../vendor/github.com/google/go-cmp/cmp/report_compare.go | 0 .../github.com/google/go-cmp/cmp/report_references.go | 0 .../vendor/github.com/google/go-cmp/cmp/report_reflect.go | 0 .../vendor/github.com/google/go-cmp/cmp/report_slices.go | 0 .../vendor/github.com/google/go-cmp/cmp/report_text.go | 0 .../vendor/github.com/google/go-cmp/cmp/report_value.go | 0 {test => tests}/vendor/github.com/google/pprof/AUTHORS | 0 .../vendor/github.com/google/pprof/CONTRIBUTORS | 0 {test => tests}/vendor/github.com/google/pprof/LICENSE | 0 .../vendor/github.com/google/pprof/profile/encode.go | 0 .../vendor/github.com/google/pprof/profile/filter.go | 0 .../vendor/github.com/google/pprof/profile/index.go | 0 .../google/pprof/profile/legacy_java_profile.go | 0 .../github.com/google/pprof/profile/legacy_profile.go | 0 .../vendor/github.com/google/pprof/profile/merge.go | 0 .../vendor/github.com/google/pprof/profile/profile.go | 0 .../vendor/github.com/google/pprof/profile/proto.go | 0 .../vendor/github.com/google/pprof/profile/prune.go | 0 .../vendor/github.com/onsi/ginkgo/v2/.gitignore | 0 .../vendor/github.com/onsi/ginkgo/v2/CHANGELOG.md | 0 .../vendor/github.com/onsi/ginkgo/v2/CONTRIBUTING.md | 0 {test => tests}/vendor/github.com/onsi/ginkgo/v2/LICENSE | 0 {test => tests}/vendor/github.com/onsi/ginkgo/v2/Makefile | 0 .../vendor/github.com/onsi/ginkgo/v2/README.md | 0 .../vendor/github.com/onsi/ginkgo/v2/RELEASING.md | 0 .../vendor/github.com/onsi/ginkgo/v2/config/deprecated.go | 0 .../vendor/github.com/onsi/ginkgo/v2/core_dsl.go | 0 .../vendor/github.com/onsi/ginkgo/v2/decorator_dsl.go | 0 .../vendor/github.com/onsi/ginkgo/v2/deprecated_dsl.go | 0 .../onsi/ginkgo/v2/formatter/colorable_others.go | 0 .../onsi/ginkgo/v2/formatter/colorable_windows.go | 0 .../github.com/onsi/ginkgo/v2/formatter/formatter.go | 0 .../onsi/ginkgo/v2/ginkgo/build/build_command.go | 0 .../github.com/onsi/ginkgo/v2/ginkgo/command/abort.go | 0 .../github.com/onsi/ginkgo/v2/ginkgo/command/command.go | 0 .../github.com/onsi/ginkgo/v2/ginkgo/command/program.go | 0 .../ginkgo/v2/ginkgo/generators/boostrap_templates.go | 0 .../onsi/ginkgo/v2/ginkgo/generators/bootstrap_command.go | 0 .../onsi/ginkgo/v2/ginkgo/generators/generate_command.go | 0 .../ginkgo/v2/ginkgo/generators/generate_templates.go | 0 .../onsi/ginkgo/v2/ginkgo/generators/generators_common.go | 0 .../github.com/onsi/ginkgo/v2/ginkgo/internal/compile.go | 0 .../onsi/ginkgo/v2/ginkgo/internal/gocovmerge.go | 0 .../ginkgo/v2/ginkgo/internal/profiles_and_reports.go | 0 .../github.com/onsi/ginkgo/v2/ginkgo/internal/run.go | 0 .../onsi/ginkgo/v2/ginkgo/internal/test_suite.go | 0 .../github.com/onsi/ginkgo/v2/ginkgo/internal/utils.go | 0 .../onsi/ginkgo/v2/ginkgo/internal/verify_version.go | 0 .../onsi/ginkgo/v2/ginkgo/labels/labels_command.go | 0 .../vendor/github.com/onsi/ginkgo/v2/ginkgo/main.go | 0 .../github.com/onsi/ginkgo/v2/ginkgo/outline/ginkgo.go | 0 .../github.com/onsi/ginkgo/v2/ginkgo/outline/import.go | 0 .../github.com/onsi/ginkgo/v2/ginkgo/outline/outline.go | 0 .../onsi/ginkgo/v2/ginkgo/outline/outline_command.go | 0 .../github.com/onsi/ginkgo/v2/ginkgo/run/run_command.go | 0 .../onsi/ginkgo/v2/ginkgo/unfocus/unfocus_command.go | 0 .../github.com/onsi/ginkgo/v2/ginkgo/watch/delta.go | 0 .../onsi/ginkgo/v2/ginkgo/watch/delta_tracker.go | 0 .../onsi/ginkgo/v2/ginkgo/watch/dependencies.go | 0 .../onsi/ginkgo/v2/ginkgo/watch/package_hash.go | 0 .../onsi/ginkgo/v2/ginkgo/watch/package_hashes.go | 0 .../github.com/onsi/ginkgo/v2/ginkgo/watch/suite.go | 0 .../onsi/ginkgo/v2/ginkgo/watch/watch_command.go | 0 .../github.com/onsi/ginkgo/v2/ginkgo_cli_dependencies.go | 0 .../vendor/github.com/onsi/ginkgo/v2/ginkgo_t_dsl.go | 0 .../vendor/github.com/onsi/ginkgo/v2/internal/counter.go | 0 .../vendor/github.com/onsi/ginkgo/v2/internal/failer.go | 0 .../vendor/github.com/onsi/ginkgo/v2/internal/focus.go | 0 .../github.com/onsi/ginkgo/v2/internal/global/init.go | 0 .../vendor/github.com/onsi/ginkgo/v2/internal/group.go | 0 .../v2/internal/interrupt_handler/interrupt_handler.go | 0 .../internal/interrupt_handler/sigquit_swallower_unix.go | 0 .../interrupt_handler/sigquit_swallower_windows.go | 0 .../vendor/github.com/onsi/ginkgo/v2/internal/node.go | 0 .../vendor/github.com/onsi/ginkgo/v2/internal/ordering.go | 0 .../onsi/ginkgo/v2/internal/output_interceptor.go | 0 .../onsi/ginkgo/v2/internal/output_interceptor_unix.go | 0 .../onsi/ginkgo/v2/internal/output_interceptor_wasm.go | 0 .../onsi/ginkgo/v2/internal/output_interceptor_win.go | 0 .../ginkgo/v2/internal/parallel_support/client_server.go | 0 .../ginkgo/v2/internal/parallel_support/http_client.go | 0 .../ginkgo/v2/internal/parallel_support/http_server.go | 0 .../ginkgo/v2/internal/parallel_support/rpc_client.go | 0 .../ginkgo/v2/internal/parallel_support/rpc_server.go | 0 .../ginkgo/v2/internal/parallel_support/server_handler.go | 0 .../github.com/onsi/ginkgo/v2/internal/progress_report.go | 0 .../onsi/ginkgo/v2/internal/progress_report_bsd.go | 0 .../onsi/ginkgo/v2/internal/progress_report_unix.go | 0 .../onsi/ginkgo/v2/internal/progress_report_wasm.go | 0 .../onsi/ginkgo/v2/internal/progress_report_win.go | 0 .../onsi/ginkgo/v2/internal/progress_reporter_manager.go | 0 .../github.com/onsi/ginkgo/v2/internal/report_entry.go | 0 .../vendor/github.com/onsi/ginkgo/v2/internal/spec.go | 0 .../github.com/onsi/ginkgo/v2/internal/spec_context.go | 0 .../vendor/github.com/onsi/ginkgo/v2/internal/suite.go | 0 .../ginkgo/v2/internal/testingtproxy/testing_t_proxy.go | 0 .../vendor/github.com/onsi/ginkgo/v2/internal/tree.go | 0 .../vendor/github.com/onsi/ginkgo/v2/internal/writer.go | 0 .../onsi/ginkgo/v2/reporters/default_reporter.go | 0 .../onsi/ginkgo/v2/reporters/deprecated_reporter.go | 0 .../github.com/onsi/ginkgo/v2/reporters/json_report.go | 0 .../github.com/onsi/ginkgo/v2/reporters/junit_report.go | 0 .../github.com/onsi/ginkgo/v2/reporters/reporter.go | 0 .../onsi/ginkgo/v2/reporters/teamcity_report.go | 0 .../vendor/github.com/onsi/ginkgo/v2/reporting_dsl.go | 0 .../vendor/github.com/onsi/ginkgo/v2/table_dsl.go | 0 .../github.com/onsi/ginkgo/v2/types/code_location.go | 0 .../vendor/github.com/onsi/ginkgo/v2/types/config.go | 0 .../github.com/onsi/ginkgo/v2/types/deprecated_types.go | 0 .../onsi/ginkgo/v2/types/deprecation_support.go | 0 .../github.com/onsi/ginkgo/v2/types/enum_support.go | 0 .../vendor/github.com/onsi/ginkgo/v2/types/errors.go | 0 .../vendor/github.com/onsi/ginkgo/v2/types/file_filter.go | 0 .../vendor/github.com/onsi/ginkgo/v2/types/flags.go | 0 .../github.com/onsi/ginkgo/v2/types/label_filter.go | 0 .../github.com/onsi/ginkgo/v2/types/report_entry.go | 0 .../vendor/github.com/onsi/ginkgo/v2/types/types.go | 0 .../vendor/github.com/onsi/ginkgo/v2/types/version.go | 0 {test => tests}/vendor/github.com/onsi/gomega/.gitignore | 0 .../vendor/github.com/onsi/gomega/CHANGELOG.md | 0 .../vendor/github.com/onsi/gomega/CONTRIBUTING.md | 0 {test => tests}/vendor/github.com/onsi/gomega/LICENSE | 0 {test => tests}/vendor/github.com/onsi/gomega/README.md | 0 .../vendor/github.com/onsi/gomega/RELEASING.md | 0 .../vendor/github.com/onsi/gomega/format/format.go | 0 .../vendor/github.com/onsi/gomega/gomega_dsl.go | 0 .../vendor/github.com/onsi/gomega/internal/assertion.go | 0 .../github.com/onsi/gomega/internal/async_assertion.go | 0 .../github.com/onsi/gomega/internal/duration_bundle.go | 0 .../vendor/github.com/onsi/gomega/internal/gomega.go | 0 .../github.com/onsi/gomega/internal/gutil/post_ioutil.go | 0 .../github.com/onsi/gomega/internal/gutil/using_ioutil.go | 0 .../onsi/gomega/internal/polling_signal_error.go | 0 .../vendor/github.com/onsi/gomega/internal/vetoptdesc.go | 0 {test => tests}/vendor/github.com/onsi/gomega/matchers.go | 0 .../vendor/github.com/onsi/gomega/matchers/and.go | 0 .../onsi/gomega/matchers/assignable_to_type_of_matcher.go | 0 .../github.com/onsi/gomega/matchers/attributes_slice.go | 0 .../github.com/onsi/gomega/matchers/be_a_directory.go | 0 .../github.com/onsi/gomega/matchers/be_a_regular_file.go | 0 .../onsi/gomega/matchers/be_an_existing_file.go | 0 .../github.com/onsi/gomega/matchers/be_closed_matcher.go | 0 .../onsi/gomega/matchers/be_comparable_to_matcher.go | 0 .../onsi/gomega/matchers/be_element_of_matcher.go | 0 .../github.com/onsi/gomega/matchers/be_empty_matcher.go | 0 .../onsi/gomega/matchers/be_equivalent_to_matcher.go | 0 .../github.com/onsi/gomega/matchers/be_false_matcher.go | 0 .../github.com/onsi/gomega/matchers/be_identical_to.go | 0 .../github.com/onsi/gomega/matchers/be_key_of_matcher.go | 0 .../github.com/onsi/gomega/matchers/be_nil_matcher.go | 0 .../onsi/gomega/matchers/be_numerically_matcher.go | 0 .../github.com/onsi/gomega/matchers/be_sent_matcher.go | 0 .../onsi/gomega/matchers/be_temporally_matcher.go | 0 .../github.com/onsi/gomega/matchers/be_true_matcher.go | 0 .../github.com/onsi/gomega/matchers/be_zero_matcher.go | 0 .../vendor/github.com/onsi/gomega/matchers/consist_of.go | 0 .../onsi/gomega/matchers/contain_element_matcher.go | 0 .../onsi/gomega/matchers/contain_elements_matcher.go | 0 .../onsi/gomega/matchers/contain_substring_matcher.go | 0 .../github.com/onsi/gomega/matchers/equal_matcher.go | 0 .../github.com/onsi/gomega/matchers/have_cap_matcher.go | 0 .../github.com/onsi/gomega/matchers/have_each_matcher.go | 0 .../onsi/gomega/matchers/have_exact_elements.go | 0 .../onsi/gomega/matchers/have_existing_field_matcher.go | 0 .../vendor/github.com/onsi/gomega/matchers/have_field.go | 0 .../onsi/gomega/matchers/have_http_body_matcher.go | 0 .../matchers/have_http_header_with_value_matcher.go | 0 .../onsi/gomega/matchers/have_http_status_matcher.go | 0 .../github.com/onsi/gomega/matchers/have_key_matcher.go | 0 .../onsi/gomega/matchers/have_key_with_value_matcher.go | 0 .../github.com/onsi/gomega/matchers/have_len_matcher.go | 0 .../onsi/gomega/matchers/have_occurred_matcher.go | 0 .../onsi/gomega/matchers/have_prefix_matcher.go | 0 .../onsi/gomega/matchers/have_suffix_matcher.go | 0 .../vendor/github.com/onsi/gomega/matchers/have_value.go | 0 .../gomega/matchers/internal/miter/type_support_iter.go | 0 .../gomega/matchers/internal/miter/type_support_noiter.go | 0 .../onsi/gomega/matchers/match_error_matcher.go | 0 .../github.com/onsi/gomega/matchers/match_json_matcher.go | 0 .../onsi/gomega/matchers/match_regexp_matcher.go | 0 .../github.com/onsi/gomega/matchers/match_xml_matcher.go | 0 .../github.com/onsi/gomega/matchers/match_yaml_matcher.go | 0 .../vendor/github.com/onsi/gomega/matchers/not.go | 0 .../vendor/github.com/onsi/gomega/matchers/or.go | 0 .../github.com/onsi/gomega/matchers/panic_matcher.go | 0 .../github.com/onsi/gomega/matchers/receive_matcher.go | 0 .../github.com/onsi/gomega/matchers/satisfy_matcher.go | 0 .../onsi/gomega/matchers/semi_structured_data_support.go | 0 .../github.com/onsi/gomega/matchers/succeed_matcher.go | 0 .../support/goraph/bipartitegraph/bipartitegraph.go | 0 .../goraph/bipartitegraph/bipartitegraphmatching.go | 0 .../onsi/gomega/matchers/support/goraph/edge/edge.go | 0 .../onsi/gomega/matchers/support/goraph/node/node.go | 0 .../onsi/gomega/matchers/support/goraph/util/util.go | 0 .../github.com/onsi/gomega/matchers/type_support.go | 0 .../github.com/onsi/gomega/matchers/with_transform.go | 0 .../vendor/github.com/onsi/gomega/types/types.go | 0 {test => tests}/vendor/golang.org/x/net/LICENSE | 0 {test => tests}/vendor/golang.org/x/net/PATENTS | 0 {test => tests}/vendor/golang.org/x/net/html/atom/atom.go | 0 .../vendor/golang.org/x/net/html/atom/table.go | 0 .../vendor/golang.org/x/net/html/charset/charset.go | 0 {test => tests}/vendor/golang.org/x/net/html/const.go | 0 {test => tests}/vendor/golang.org/x/net/html/doc.go | 0 {test => tests}/vendor/golang.org/x/net/html/doctype.go | 0 {test => tests}/vendor/golang.org/x/net/html/entity.go | 0 {test => tests}/vendor/golang.org/x/net/html/escape.go | 0 {test => tests}/vendor/golang.org/x/net/html/foreign.go | 0 {test => tests}/vendor/golang.org/x/net/html/iter.go | 0 {test => tests}/vendor/golang.org/x/net/html/node.go | 0 {test => tests}/vendor/golang.org/x/net/html/parse.go | 0 {test => tests}/vendor/golang.org/x/net/html/render.go | 0 {test => tests}/vendor/golang.org/x/net/html/token.go | 0 {test => tests}/vendor/golang.org/x/sys/LICENSE | 0 {test => tests}/vendor/golang.org/x/sys/PATENTS | 0 {test => tests}/vendor/golang.org/x/sys/unix/.gitignore | 0 {test => tests}/vendor/golang.org/x/sys/unix/README.md | 0 .../vendor/golang.org/x/sys/unix/affinity_linux.go | 0 {test => tests}/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_bsd_386.s | 0 .../vendor/golang.org/x/sys/unix/asm_bsd_amd64.s | 0 .../vendor/golang.org/x/sys/unix/asm_bsd_arm.s | 0 .../vendor/golang.org/x/sys/unix/asm_bsd_arm64.s | 0 .../vendor/golang.org/x/sys/unix/asm_bsd_ppc64.s | 0 .../vendor/golang.org/x/sys/unix/asm_bsd_riscv64.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 .../vendor/golang.org/x/sys/unix/asm_linux_loong64.s | 0 .../vendor/golang.org/x/sys/unix/asm_linux_mips64x.s | 0 .../vendor/golang.org/x/sys/unix/asm_linux_mipsx.s | 0 .../vendor/golang.org/x/sys/unix/asm_linux_ppc64x.s | 0 .../vendor/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_openbsd_mips64.s | 0 .../vendor/golang.org/x/sys/unix/asm_solaris_amd64.s | 0 .../vendor/golang.org/x/sys/unix/asm_zos_s390x.s | 0 .../vendor/golang.org/x/sys/unix/bluetooth_linux.go | 0 .../vendor/golang.org/x/sys/unix/bpxsvc_zos.go | 0 {test => tests}/vendor/golang.org/x/sys/unix/bpxsvc_zos.s | 0 .../vendor/golang.org/x/sys/unix/cap_freebsd.go | 0 {test => tests}/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 {test => tests}/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 {test => tests}/vendor/golang.org/x/sys/unix/dev_zos.go | 0 {test => tests}/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 {test => tests}/vendor/golang.org/x/sys/unix/env_unix.go | 0 {test => tests}/vendor/golang.org/x/sys/unix/fcntl.go | 0 .../vendor/golang.org/x/sys/unix/fcntl_darwin.go | 0 .../vendor/golang.org/x/sys/unix/fcntl_linux_32bit.go | 0 {test => tests}/vendor/golang.org/x/sys/unix/fdset.go | 0 {test => tests}/vendor/golang.org/x/sys/unix/gccgo.go | 0 {test => tests}/vendor/golang.org/x/sys/unix/gccgo_c.c | 0 .../vendor/golang.org/x/sys/unix/gccgo_linux_amd64.go | 0 .../vendor/golang.org/x/sys/unix/ifreq_linux.go | 0 .../vendor/golang.org/x/sys/unix/ioctl_linux.go | 0 .../vendor/golang.org/x/sys/unix/ioctl_signed.go | 0 .../vendor/golang.org/x/sys/unix/ioctl_unsigned.go | 0 {test => tests}/vendor/golang.org/x/sys/unix/ioctl_zos.go | 0 {test => tests}/vendor/golang.org/x/sys/unix/mkall.sh | 0 {test => tests}/vendor/golang.org/x/sys/unix/mkerrors.sh | 0 .../vendor/golang.org/x/sys/unix/mmap_nomremap.go | 0 {test => tests}/vendor/golang.org/x/sys/unix/mremap.go | 0 .../vendor/golang.org/x/sys/unix/pagesize_unix.go | 0 .../vendor/golang.org/x/sys/unix/pledge_openbsd.go | 0 .../vendor/golang.org/x/sys/unix/ptrace_darwin.go | 0 .../vendor/golang.org/x/sys/unix/ptrace_ios.go | 0 {test => tests}/vendor/golang.org/x/sys/unix/race.go | 0 {test => tests}/vendor/golang.org/x/sys/unix/race0.go | 0 .../vendor/golang.org/x/sys/unix/readdirent_getdents.go | 0 .../golang.org/x/sys/unix/readdirent_getdirentries.go | 0 .../vendor/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 .../vendor/golang.org/x/sys/unix/sockcmsg_unix_other.go | 0 .../vendor/golang.org/x/sys/unix/sockcmsg_zos.go | 0 .../vendor/golang.org/x/sys/unix/symaddr_zos_s390x.s | 0 {test => tests}/vendor/golang.org/x/sys/unix/syscall.go | 0 .../vendor/golang.org/x/sys/unix/syscall_aix.go | 0 .../vendor/golang.org/x/sys/unix/syscall_aix_ppc.go | 0 .../vendor/golang.org/x/sys/unix/syscall_aix_ppc64.go | 0 .../vendor/golang.org/x/sys/unix/syscall_bsd.go | 0 .../vendor/golang.org/x/sys/unix/syscall_darwin.go | 0 .../vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go | 0 .../vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go | 0 .../golang.org/x/sys/unix/syscall_darwin_libSystem.go | 0 .../vendor/golang.org/x/sys/unix/syscall_dragonfly.go | 0 .../golang.org/x/sys/unix/syscall_dragonfly_amd64.go | 0 .../vendor/golang.org/x/sys/unix/syscall_freebsd.go | 0 .../vendor/golang.org/x/sys/unix/syscall_freebsd_386.go | 0 .../vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go | 0 .../vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go | 0 .../vendor/golang.org/x/sys/unix/syscall_freebsd_arm64.go | 0 .../golang.org/x/sys/unix/syscall_freebsd_riscv64.go | 0 .../vendor/golang.org/x/sys/unix/syscall_hurd.go | 0 .../vendor/golang.org/x/sys/unix/syscall_hurd_386.go | 0 .../vendor/golang.org/x/sys/unix/syscall_illumos.go | 0 .../vendor/golang.org/x/sys/unix/syscall_linux.go | 0 .../vendor/golang.org/x/sys/unix/syscall_linux_386.go | 0 .../vendor/golang.org/x/sys/unix/syscall_linux_alarm.go | 0 .../vendor/golang.org/x/sys/unix/syscall_linux_amd64.go | 0 .../golang.org/x/sys/unix/syscall_linux_amd64_gc.go | 0 .../vendor/golang.org/x/sys/unix/syscall_linux_arm.go | 0 .../vendor/golang.org/x/sys/unix/syscall_linux_arm64.go | 0 .../vendor/golang.org/x/sys/unix/syscall_linux_gc.go | 0 .../vendor/golang.org/x/sys/unix/syscall_linux_gc_386.go | 0 .../vendor/golang.org/x/sys/unix/syscall_linux_gc_arm.go | 0 .../golang.org/x/sys/unix/syscall_linux_gccgo_386.go | 0 .../golang.org/x/sys/unix/syscall_linux_gccgo_arm.go | 0 .../vendor/golang.org/x/sys/unix/syscall_linux_loong64.go | 0 .../vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go | 0 .../vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go | 0 .../vendor/golang.org/x/sys/unix/syscall_linux_ppc.go | 0 .../vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go | 0 .../vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go | 0 .../vendor/golang.org/x/sys/unix/syscall_linux_s390x.go | 0 .../vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go | 0 .../vendor/golang.org/x/sys/unix/syscall_netbsd.go | 0 .../vendor/golang.org/x/sys/unix/syscall_netbsd_386.go | 0 .../vendor/golang.org/x/sys/unix/syscall_netbsd_amd64.go | 0 .../vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go | 0 .../vendor/golang.org/x/sys/unix/syscall_netbsd_arm64.go | 0 .../vendor/golang.org/x/sys/unix/syscall_openbsd.go | 0 .../vendor/golang.org/x/sys/unix/syscall_openbsd_386.go | 0 .../vendor/golang.org/x/sys/unix/syscall_openbsd_amd64.go | 0 .../vendor/golang.org/x/sys/unix/syscall_openbsd_arm.go | 0 .../vendor/golang.org/x/sys/unix/syscall_openbsd_arm64.go | 0 .../vendor/golang.org/x/sys/unix/syscall_openbsd_libc.go | 0 .../golang.org/x/sys/unix/syscall_openbsd_mips64.go | 0 .../vendor/golang.org/x/sys/unix/syscall_openbsd_ppc64.go | 0 .../golang.org/x/sys/unix/syscall_openbsd_riscv64.go | 0 .../vendor/golang.org/x/sys/unix/syscall_solaris.go | 0 .../vendor/golang.org/x/sys/unix/syscall_solaris_amd64.go | 0 .../vendor/golang.org/x/sys/unix/syscall_unix.go | 0 .../vendor/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/syscall_zos_s390x.go | 0 .../vendor/golang.org/x/sys/unix/sysvshm_linux.go | 0 .../vendor/golang.org/x/sys/unix/sysvshm_unix.go | 0 .../vendor/golang.org/x/sys/unix/sysvshm_unix_other.go | 0 .../vendor/golang.org/x/sys/unix/timestruct.go | 0 .../vendor/golang.org/x/sys/unix/unveil_openbsd.go | 0 .../vendor/golang.org/x/sys/unix/vgetrandom_linux.go | 0 .../golang.org/x/sys/unix/vgetrandom_unsupported.go | 0 {test => tests}/vendor/golang.org/x/sys/unix/xattr_bsd.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go | 0 .../golang.org/x/sys/unix/zerrors_dragonfly_amd64.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go | 0 .../golang.org/x/sys/unix/zerrors_freebsd_riscv64.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_linux.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_linux_386.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_linux_arm.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_linux_mips.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go | 0 .../golang.org/x/sys/unix/zerrors_linux_mips64le.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_netbsd_arm64.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_openbsd_arm64.go | 0 .../golang.org/x/sys/unix/zerrors_openbsd_mips64.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_openbsd_ppc64.go | 0 .../golang.org/x/sys/unix/zerrors_openbsd_riscv64.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go | 0 .../vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go | 0 .../vendor/golang.org/x/sys/unix/zptrace_armnn_linux.go | 0 .../vendor/golang.org/x/sys/unix/zptrace_linux_arm64.go | 0 .../vendor/golang.org/x/sys/unix/zptrace_mipsnn_linux.go | 0 .../golang.org/x/sys/unix/zptrace_mipsnnle_linux.go | 0 .../vendor/golang.org/x/sys/unix/zptrace_x86_linux.go | 0 .../vendor/golang.org/x/sys/unix/zsymaddr_zos_s390x.s | 0 .../vendor/golang.org/x/sys/unix/zsyscall_aix_ppc.go | 0 .../vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64.go | 0 .../vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gc.go | 0 .../golang.org/x/sys/unix/zsyscall_aix_ppc64_gccgo.go | 0 .../vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go | 0 .../vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.s | 0 .../vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go | 0 .../vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.s | 0 .../golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go | 0 .../vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go | 0 .../golang.org/x/sys/unix/zsyscall_freebsd_amd64.go | 0 .../vendor/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_freebsd_riscv64.go | 0 .../golang.org/x/sys/unix/zsyscall_illumos_amd64.go | 0 .../vendor/golang.org/x/sys/unix/zsyscall_linux.go | 0 .../vendor/golang.org/x/sys/unix/zsyscall_linux_386.go | 0 .../vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go | 0 .../vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go | 0 .../vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go | 0 .../golang.org/x/sys/unix/zsyscall_linux_loong64.go | 0 .../vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go | 0 .../vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go | 0 .../golang.org/x/sys/unix/zsyscall_linux_mips64le.go | 0 .../vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go | 0 .../vendor/golang.org/x/sys/unix/zsyscall_linux_ppc.go | 0 .../vendor/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 .../vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go | 0 .../golang.org/x/sys/unix/zsyscall_linux_sparc64.go | 0 .../vendor/golang.org/x/sys/unix/zsyscall_netbsd_386.go | 0 .../vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go | 0 .../vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm.go | 0 .../vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm64.go | 0 .../vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go | 0 .../vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.s | 0 .../golang.org/x/sys/unix/zsyscall_openbsd_amd64.go | 0 .../vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.s | 0 .../vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go | 0 .../vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.s | 0 .../golang.org/x/sys/unix/zsyscall_openbsd_arm64.go | 0 .../vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.s | 0 .../golang.org/x/sys/unix/zsyscall_openbsd_mips64.go | 0 .../golang.org/x/sys/unix/zsyscall_openbsd_mips64.s | 0 .../golang.org/x/sys/unix/zsyscall_openbsd_ppc64.go | 0 .../vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.s | 0 .../golang.org/x/sys/unix/zsyscall_openbsd_riscv64.go | 0 .../golang.org/x/sys/unix/zsyscall_openbsd_riscv64.s | 0 .../golang.org/x/sys/unix/zsyscall_solaris_amd64.go | 0 .../vendor/golang.org/x/sys/unix/zsyscall_zos_s390x.go | 0 .../vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go | 0 .../vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go | 0 .../vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go | 0 .../vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go | 0 .../golang.org/x/sys/unix/zsysctl_openbsd_mips64.go | 0 .../vendor/golang.org/x/sys/unix/zsysctl_openbsd_ppc64.go | 0 .../golang.org/x/sys/unix/zsysctl_openbsd_riscv64.go | 0 .../vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go | 0 .../vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go | 0 .../golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go | 0 .../vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go | 0 .../vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go | 0 .../vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go | 0 .../vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go | 0 .../golang.org/x/sys/unix/zsysnum_freebsd_riscv64.go | 0 .../vendor/golang.org/x/sys/unix/zsysnum_linux_386.go | 0 .../vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go | 0 .../vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go | 0 .../vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go | 0 .../vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go | 0 .../vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go | 0 .../vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go | 0 .../golang.org/x/sys/unix/zsysnum_linux_mips64le.go | 0 .../vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go | 0 .../vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go | 0 .../vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go | 0 .../vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go | 0 .../vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go | 0 .../vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go | 0 .../vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go | 0 .../vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go | 0 .../vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go | 0 .../vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go | 0 .../vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go | 0 .../vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go | 0 .../vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go | 0 .../vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go | 0 .../vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go | 0 .../golang.org/x/sys/unix/zsysnum_openbsd_mips64.go | 0 .../vendor/golang.org/x/sys/unix/zsysnum_openbsd_ppc64.go | 0 .../golang.org/x/sys/unix/zsysnum_openbsd_riscv64.go | 0 .../vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_aix_ppc.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_aix_ppc64.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go | 0 .../golang.org/x/sys/unix/ztypes_dragonfly_amd64.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go | 0 .../golang.org/x/sys/unix/ztypes_freebsd_riscv64.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_linux.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_linux_386.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_linux_arm.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_linux_loong64.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_linux_mips.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_netbsd_arm64.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_openbsd_arm64.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_openbsd_mips64.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_openbsd_ppc64.go | 0 .../golang.org/x/sys/unix/ztypes_openbsd_riscv64.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go | 0 .../vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go | 0 {test => tests}/vendor/golang.org/x/text/LICENSE | 0 {test => tests}/vendor/golang.org/x/text/PATENTS | 0 .../vendor/golang.org/x/text/encoding/charmap/charmap.go | 0 .../vendor/golang.org/x/text/encoding/charmap/tables.go | 0 .../vendor/golang.org/x/text/encoding/encoding.go | 0 .../golang.org/x/text/encoding/htmlindex/htmlindex.go | 0 .../vendor/golang.org/x/text/encoding/htmlindex/map.go | 0 .../vendor/golang.org/x/text/encoding/htmlindex/tables.go | 0 .../x/text/encoding/internal/identifier/identifier.go | 0 .../golang.org/x/text/encoding/internal/identifier/mib.go | 0 .../golang.org/x/text/encoding/internal/internal.go | 0 .../vendor/golang.org/x/text/encoding/japanese/all.go | 0 .../vendor/golang.org/x/text/encoding/japanese/eucjp.go | 0 .../golang.org/x/text/encoding/japanese/iso2022jp.go | 0 .../golang.org/x/text/encoding/japanese/shiftjis.go | 0 .../vendor/golang.org/x/text/encoding/japanese/tables.go | 0 .../vendor/golang.org/x/text/encoding/korean/euckr.go | 0 .../vendor/golang.org/x/text/encoding/korean/tables.go | 0 .../golang.org/x/text/encoding/simplifiedchinese/all.go | 0 .../golang.org/x/text/encoding/simplifiedchinese/gbk.go | 0 .../x/text/encoding/simplifiedchinese/hzgb2312.go | 0 .../x/text/encoding/simplifiedchinese/tables.go | 0 .../golang.org/x/text/encoding/traditionalchinese/big5.go | 0 .../x/text/encoding/traditionalchinese/tables.go | 0 .../vendor/golang.org/x/text/encoding/unicode/override.go | 0 .../vendor/golang.org/x/text/encoding/unicode/unicode.go | 0 .../vendor/golang.org/x/text/internal/language/common.go | 0 .../vendor/golang.org/x/text/internal/language/compact.go | 0 .../x/text/internal/language/compact/compact.go | 0 .../x/text/internal/language/compact/language.go | 0 .../x/text/internal/language/compact/parents.go | 0 .../golang.org/x/text/internal/language/compact/tables.go | 0 .../golang.org/x/text/internal/language/compact/tags.go | 0 .../vendor/golang.org/x/text/internal/language/compose.go | 0 .../golang.org/x/text/internal/language/coverage.go | 0 .../golang.org/x/text/internal/language/language.go | 0 .../vendor/golang.org/x/text/internal/language/lookup.go | 0 .../vendor/golang.org/x/text/internal/language/match.go | 0 .../vendor/golang.org/x/text/internal/language/parse.go | 0 .../vendor/golang.org/x/text/internal/language/tables.go | 0 .../vendor/golang.org/x/text/internal/language/tags.go | 0 .../vendor/golang.org/x/text/internal/tag/tag.go | 0 .../x/text/internal/utf8internal/utf8internal.go | 0 .../vendor/golang.org/x/text/language/coverage.go | 0 {test => tests}/vendor/golang.org/x/text/language/doc.go | 0 .../vendor/golang.org/x/text/language/language.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 {test => tests}/vendor/golang.org/x/text/language/tags.go | 0 {test => tests}/vendor/golang.org/x/text/runes/cond.go | 0 {test => tests}/vendor/golang.org/x/text/runes/runes.go | 0 .../vendor/golang.org/x/text/transform/transform.go | 0 {test => tests}/vendor/golang.org/x/tools/LICENSE | 0 {test => tests}/vendor/golang.org/x/tools/PATENTS | 0 .../vendor/golang.org/x/tools/cover/profile.go | 0 .../golang.org/x/tools/go/ast/inspector/inspector.go | 0 .../vendor/golang.org/x/tools/go/ast/inspector/iter.go | 0 .../vendor/golang.org/x/tools/go/ast/inspector/typeof.go | 0 {test => tests}/vendor/gopkg.in/yaml.v3/LICENSE | 0 {test => tests}/vendor/gopkg.in/yaml.v3/NOTICE | 0 {test => tests}/vendor/gopkg.in/yaml.v3/README.md | 0 {test => tests}/vendor/gopkg.in/yaml.v3/apic.go | 0 {test => tests}/vendor/gopkg.in/yaml.v3/decode.go | 0 {test => tests}/vendor/gopkg.in/yaml.v3/emitterc.go | 0 {test => tests}/vendor/gopkg.in/yaml.v3/encode.go | 0 {test => tests}/vendor/gopkg.in/yaml.v3/parserc.go | 0 {test => tests}/vendor/gopkg.in/yaml.v3/readerc.go | 0 {test => tests}/vendor/gopkg.in/yaml.v3/resolve.go | 0 {test => tests}/vendor/gopkg.in/yaml.v3/scannerc.go | 0 {test => tests}/vendor/gopkg.in/yaml.v3/sorter.go | 0 {test => tests}/vendor/gopkg.in/yaml.v3/writerc.go | 0 {test => tests}/vendor/gopkg.in/yaml.v3/yaml.go | 0 {test => tests}/vendor/gopkg.in/yaml.v3/yamlh.go | 0 {test => tests}/vendor/gopkg.in/yaml.v3/yamlprivateh.go | 0 {test => tests}/vendor/modules.txt | 0 705 files changed, 18 insertions(+), 15 deletions(-) rename {test => tests}/bin/nvidia-container-runtime-hook (100%) rename {test => tests}/bin/runc (100%) rename {test => tests}/container/common.sh (100%) rename {test => tests}/container/containerd_test.sh (100%) rename {test => tests}/container/crio_test.sh (100%) rename {test => tests}/container/docker_test.sh (100%) rename {test => tests}/container/main.sh (100%) rename {test => tests}/container/shared/etc/containerd/config_empty.toml (100%) rename {test => tests}/container/shared/etc/containerd/config_v1.toml (100%) rename {test => tests}/container/shared/etc/containerd/config_v2.toml (100%) rename {test => tests}/container/shared/etc/docker/daemon.json (100%) rename {test => tests}/e2e/Makefile (93%) rename {test => tests}/e2e/e2e_test.go (100%) rename {test => tests}/e2e/nvidia-container-toolkit_test.go (100%) rename {test => tests}/go.mod (90%) rename {test => tests}/go.sum (100%) rename {test => tests}/input/config.clone3.json (100%) rename {test => tests}/input/csv_samples/.csv (100%) rename {test => tests}/input/csv_samples/empty/.gitignore (100%) rename {test => tests}/input/csv_samples/jetson.csv (100%) rename {test => tests}/input/csv_samples/other.not_csv (100%) rename {test => tests}/input/csv_samples/simple.csv (100%) rename {test => tests}/input/csv_samples/simple_wrong.csv (100%) rename {test => tests}/input/csv_samples/spaced.csv (100%) rename {test => tests}/input/nvidia-container-runtime/config.toml (100%) rename {test => tests}/input/test_spec.json (100%) rename {test => tests}/output/.gitkeep (100%) create mode 100644 tests/output/bundle/config.json create mode 100644 tests/output/config.clone3.json rename {test => tests}/release/Makefile (100%) rename {test => tests}/release/README.md (100%) rename {test => tests}/release/docker/centos8/Dockerfile (100%) rename {test => tests}/release/docker/centos8/entrypoint.sh (100%) rename {test => tests}/release/docker/centos8/install_repo.sh (100%) rename {test => tests}/release/docker/fedora35/Dockerfile (100%) rename {test => tests}/release/docker/fedora35/entrypoint.sh (100%) rename {test => tests}/release/docker/fedora35/install_repo.sh (100%) rename {test => tests}/release/docker/ubuntu18.04/Dockerfile (100%) rename {test => tests}/release/docker/ubuntu18.04/entrypoint.sh (100%) rename {test => tests}/release/docker/ubuntu18.04/install_repo.sh (100%) rename {test => tests}/vendor/github.com/go-logr/logr/.golangci.yaml (100%) rename {test => tests}/vendor/github.com/go-logr/logr/CHANGELOG.md (100%) rename {test => tests}/vendor/github.com/go-logr/logr/CONTRIBUTING.md (100%) rename {test => tests}/vendor/github.com/go-logr/logr/LICENSE (100%) rename {test => tests}/vendor/github.com/go-logr/logr/README.md (100%) rename {test => tests}/vendor/github.com/go-logr/logr/SECURITY.md (100%) rename {test => tests}/vendor/github.com/go-logr/logr/context.go (100%) rename {test => tests}/vendor/github.com/go-logr/logr/context_noslog.go (100%) rename {test => tests}/vendor/github.com/go-logr/logr/context_slog.go (100%) rename {test => tests}/vendor/github.com/go-logr/logr/discard.go (100%) rename {test => tests}/vendor/github.com/go-logr/logr/funcr/funcr.go (100%) rename {test => tests}/vendor/github.com/go-logr/logr/funcr/slogsink.go (100%) rename {test => tests}/vendor/github.com/go-logr/logr/logr.go (100%) rename {test => tests}/vendor/github.com/go-logr/logr/sloghandler.go (100%) rename {test => tests}/vendor/github.com/go-logr/logr/slogr.go (100%) rename {test => tests}/vendor/github.com/go-logr/logr/slogsink.go (100%) rename {test => tests}/vendor/github.com/go-task/slim-sprig/v3/.editorconfig (100%) rename {test => tests}/vendor/github.com/go-task/slim-sprig/v3/.gitattributes (100%) rename {test => tests}/vendor/github.com/go-task/slim-sprig/v3/.gitignore (100%) rename {test => tests}/vendor/github.com/go-task/slim-sprig/v3/CHANGELOG.md (100%) rename {test => tests}/vendor/github.com/go-task/slim-sprig/v3/LICENSE.txt (100%) rename {test => tests}/vendor/github.com/go-task/slim-sprig/v3/README.md (100%) rename {test => tests}/vendor/github.com/go-task/slim-sprig/v3/Taskfile.yml (100%) rename {test => tests}/vendor/github.com/go-task/slim-sprig/v3/crypto.go (100%) rename {test => tests}/vendor/github.com/go-task/slim-sprig/v3/date.go (100%) rename {test => tests}/vendor/github.com/go-task/slim-sprig/v3/defaults.go (100%) rename {test => tests}/vendor/github.com/go-task/slim-sprig/v3/dict.go (100%) rename {test => tests}/vendor/github.com/go-task/slim-sprig/v3/doc.go (100%) rename {test => tests}/vendor/github.com/go-task/slim-sprig/v3/functions.go (100%) rename {test => tests}/vendor/github.com/go-task/slim-sprig/v3/list.go (100%) rename {test => tests}/vendor/github.com/go-task/slim-sprig/v3/network.go (100%) rename {test => tests}/vendor/github.com/go-task/slim-sprig/v3/numeric.go (100%) rename {test => tests}/vendor/github.com/go-task/slim-sprig/v3/reflect.go (100%) rename {test => tests}/vendor/github.com/go-task/slim-sprig/v3/regex.go (100%) rename {test => tests}/vendor/github.com/go-task/slim-sprig/v3/strings.go (100%) rename {test => tests}/vendor/github.com/go-task/slim-sprig/v3/url.go (100%) rename {test => tests}/vendor/github.com/google/go-cmp/LICENSE (100%) rename {test => tests}/vendor/github.com/google/go-cmp/cmp/compare.go (100%) rename {test => tests}/vendor/github.com/google/go-cmp/cmp/export.go (100%) rename {test => tests}/vendor/github.com/google/go-cmp/cmp/internal/diff/debug_disable.go (100%) rename {test => tests}/vendor/github.com/google/go-cmp/cmp/internal/diff/debug_enable.go (100%) rename {test => tests}/vendor/github.com/google/go-cmp/cmp/internal/diff/diff.go (100%) rename {test => tests}/vendor/github.com/google/go-cmp/cmp/internal/flags/flags.go (100%) rename {test => tests}/vendor/github.com/google/go-cmp/cmp/internal/function/func.go (100%) rename {test => tests}/vendor/github.com/google/go-cmp/cmp/internal/value/name.go (100%) rename {test => tests}/vendor/github.com/google/go-cmp/cmp/internal/value/pointer.go (100%) rename {test => tests}/vendor/github.com/google/go-cmp/cmp/internal/value/sort.go (100%) rename {test => tests}/vendor/github.com/google/go-cmp/cmp/options.go (100%) rename {test => tests}/vendor/github.com/google/go-cmp/cmp/path.go (100%) rename {test => tests}/vendor/github.com/google/go-cmp/cmp/report.go (100%) rename {test => tests}/vendor/github.com/google/go-cmp/cmp/report_compare.go (100%) rename {test => tests}/vendor/github.com/google/go-cmp/cmp/report_references.go (100%) rename {test => tests}/vendor/github.com/google/go-cmp/cmp/report_reflect.go (100%) rename {test => tests}/vendor/github.com/google/go-cmp/cmp/report_slices.go (100%) rename {test => tests}/vendor/github.com/google/go-cmp/cmp/report_text.go (100%) rename {test => tests}/vendor/github.com/google/go-cmp/cmp/report_value.go (100%) rename {test => tests}/vendor/github.com/google/pprof/AUTHORS (100%) rename {test => tests}/vendor/github.com/google/pprof/CONTRIBUTORS (100%) rename {test => tests}/vendor/github.com/google/pprof/LICENSE (100%) rename {test => tests}/vendor/github.com/google/pprof/profile/encode.go (100%) rename {test => tests}/vendor/github.com/google/pprof/profile/filter.go (100%) rename {test => tests}/vendor/github.com/google/pprof/profile/index.go (100%) rename {test => tests}/vendor/github.com/google/pprof/profile/legacy_java_profile.go (100%) rename {test => tests}/vendor/github.com/google/pprof/profile/legacy_profile.go (100%) rename {test => tests}/vendor/github.com/google/pprof/profile/merge.go (100%) rename {test => tests}/vendor/github.com/google/pprof/profile/profile.go (100%) rename {test => tests}/vendor/github.com/google/pprof/profile/proto.go (100%) rename {test => tests}/vendor/github.com/google/pprof/profile/prune.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/.gitignore (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/CHANGELOG.md (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/CONTRIBUTING.md (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/LICENSE (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/Makefile (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/README.md (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/RELEASING.md (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/config/deprecated.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/core_dsl.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/decorator_dsl.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/deprecated_dsl.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/formatter/colorable_others.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/formatter/colorable_windows.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/formatter/formatter.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo/build/build_command.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo/command/abort.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo/command/command.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo/command/program.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/boostrap_templates.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/bootstrap_command.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/generate_command.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/generate_templates.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/generators_common.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/compile.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/gocovmerge.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/profiles_and_reports.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/run.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/test_suite.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/utils.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/verify_version.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo/labels/labels_command.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo/main.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo/outline/ginkgo.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo/outline/import.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo/outline/outline.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo/outline/outline_command.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo/run/run_command.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo/unfocus/unfocus_command.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/delta.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/delta_tracker.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/dependencies.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/package_hash.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/package_hashes.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/suite.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/watch_command.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo_cli_dependencies.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/ginkgo_t_dsl.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/counter.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/failer.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/focus.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/global/init.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/group.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/interrupt_handler/interrupt_handler.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/interrupt_handler/sigquit_swallower_unix.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/interrupt_handler/sigquit_swallower_windows.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/node.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/ordering.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/output_interceptor.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/output_interceptor_unix.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/output_interceptor_wasm.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/output_interceptor_win.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/client_server.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/http_client.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/http_server.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/rpc_client.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/rpc_server.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/server_handler.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/progress_report.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/progress_report_bsd.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/progress_report_unix.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/progress_report_wasm.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/progress_report_win.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/progress_reporter_manager.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/report_entry.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/spec.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/spec_context.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/suite.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/testingtproxy/testing_t_proxy.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/tree.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/internal/writer.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/reporters/default_reporter.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/reporters/deprecated_reporter.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/reporters/json_report.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/reporters/junit_report.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/reporters/reporter.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/reporters/teamcity_report.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/reporting_dsl.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/table_dsl.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/types/code_location.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/types/config.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/types/deprecated_types.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/types/deprecation_support.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/types/enum_support.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/types/errors.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/types/file_filter.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/types/flags.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/types/label_filter.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/types/report_entry.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/types/types.go (100%) rename {test => tests}/vendor/github.com/onsi/ginkgo/v2/types/version.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/.gitignore (100%) rename {test => tests}/vendor/github.com/onsi/gomega/CHANGELOG.md (100%) rename {test => tests}/vendor/github.com/onsi/gomega/CONTRIBUTING.md (100%) rename {test => tests}/vendor/github.com/onsi/gomega/LICENSE (100%) rename {test => tests}/vendor/github.com/onsi/gomega/README.md (100%) rename {test => tests}/vendor/github.com/onsi/gomega/RELEASING.md (100%) rename {test => tests}/vendor/github.com/onsi/gomega/format/format.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/gomega_dsl.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/internal/assertion.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/internal/async_assertion.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/internal/duration_bundle.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/internal/gomega.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/internal/gutil/post_ioutil.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/internal/gutil/using_ioutil.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/internal/polling_signal_error.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/internal/vetoptdesc.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/and.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/assignable_to_type_of_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/attributes_slice.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/be_a_directory.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/be_a_regular_file.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/be_an_existing_file.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/be_closed_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/be_comparable_to_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/be_element_of_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/be_empty_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/be_equivalent_to_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/be_false_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/be_identical_to.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/be_key_of_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/be_nil_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/be_numerically_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/be_sent_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/be_temporally_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/be_true_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/be_zero_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/consist_of.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/contain_element_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/contain_elements_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/contain_substring_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/equal_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/have_cap_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/have_each_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/have_exact_elements.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/have_existing_field_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/have_field.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/have_http_body_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/have_http_header_with_value_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/have_http_status_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/have_key_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/have_key_with_value_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/have_len_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/have_occurred_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/have_prefix_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/have_suffix_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/have_value.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/internal/miter/type_support_iter.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/internal/miter/type_support_noiter.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/match_error_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/match_json_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/match_regexp_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/match_xml_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/match_yaml_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/not.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/or.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/panic_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/receive_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/satisfy_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/semi_structured_data_support.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/succeed_matcher.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/support/goraph/bipartitegraph/bipartitegraph.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/support/goraph/bipartitegraph/bipartitegraphmatching.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/support/goraph/edge/edge.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/support/goraph/node/node.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/support/goraph/util/util.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/type_support.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/matchers/with_transform.go (100%) rename {test => tests}/vendor/github.com/onsi/gomega/types/types.go (100%) rename {test => tests}/vendor/golang.org/x/net/LICENSE (100%) rename {test => tests}/vendor/golang.org/x/net/PATENTS (100%) rename {test => tests}/vendor/golang.org/x/net/html/atom/atom.go (100%) rename {test => tests}/vendor/golang.org/x/net/html/atom/table.go (100%) rename {test => tests}/vendor/golang.org/x/net/html/charset/charset.go (100%) rename {test => tests}/vendor/golang.org/x/net/html/const.go (100%) rename {test => tests}/vendor/golang.org/x/net/html/doc.go (100%) rename {test => tests}/vendor/golang.org/x/net/html/doctype.go (100%) rename {test => tests}/vendor/golang.org/x/net/html/entity.go (100%) rename {test => tests}/vendor/golang.org/x/net/html/escape.go (100%) rename {test => tests}/vendor/golang.org/x/net/html/foreign.go (100%) rename {test => tests}/vendor/golang.org/x/net/html/iter.go (100%) rename {test => tests}/vendor/golang.org/x/net/html/node.go (100%) rename {test => tests}/vendor/golang.org/x/net/html/parse.go (100%) rename {test => tests}/vendor/golang.org/x/net/html/render.go (100%) rename {test => tests}/vendor/golang.org/x/net/html/token.go (100%) rename {test => tests}/vendor/golang.org/x/sys/LICENSE (100%) rename {test => tests}/vendor/golang.org/x/sys/PATENTS (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/.gitignore (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/README.md (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/affinity_linux.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/aliases.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/asm_aix_ppc64.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/asm_bsd_386.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/asm_bsd_amd64.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/asm_bsd_arm.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/asm_bsd_arm64.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/asm_bsd_ppc64.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/asm_bsd_riscv64.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/asm_linux_386.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/asm_linux_amd64.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/asm_linux_arm.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/asm_linux_arm64.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/asm_linux_loong64.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/asm_linux_mips64x.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/asm_linux_mipsx.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/asm_linux_ppc64x.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/asm_linux_riscv64.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/asm_linux_s390x.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/asm_openbsd_mips64.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/asm_solaris_amd64.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/asm_zos_s390x.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/bluetooth_linux.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/bpxsvc_zos.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/bpxsvc_zos.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/cap_freebsd.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/constants.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/dev_aix_ppc.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/dev_aix_ppc64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/dev_darwin.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/dev_dragonfly.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/dev_freebsd.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/dev_linux.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/dev_netbsd.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/dev_openbsd.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/dev_zos.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/dirent.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/endian_big.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/endian_little.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/env_unix.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/fcntl.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/fcntl_darwin.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/fcntl_linux_32bit.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/fdset.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/gccgo.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/gccgo_c.c (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/gccgo_linux_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ifreq_linux.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ioctl_linux.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ioctl_signed.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ioctl_unsigned.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ioctl_zos.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/mkall.sh (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/mkerrors.sh (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/mmap_nomremap.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/mremap.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/pagesize_unix.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/pledge_openbsd.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ptrace_darwin.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ptrace_ios.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/race.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/race0.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/readdirent_getdents.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/readdirent_getdirentries.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/sockcmsg_dragonfly.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/sockcmsg_linux.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/sockcmsg_unix.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/sockcmsg_unix_other.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/sockcmsg_zos.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/symaddr_zos_s390x.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_aix.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_aix_ppc.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_aix_ppc64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_bsd.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_darwin.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_darwin_libSystem.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_dragonfly.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_dragonfly_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_freebsd.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_freebsd_386.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_freebsd_arm64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_freebsd_riscv64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_hurd.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_hurd_386.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_illumos.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_linux.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_linux_386.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_linux_alarm.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_linux_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_linux_arm.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_linux_arm64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_linux_gc.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_linux_gc_386.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_linux_gc_arm.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_linux_gccgo_386.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_linux_gccgo_arm.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_linux_loong64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_linux_ppc.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_linux_s390x.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_netbsd.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_netbsd_386.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_netbsd_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_netbsd_arm64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_openbsd.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_openbsd_386.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_openbsd_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_openbsd_arm.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_openbsd_arm64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_openbsd_libc.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_openbsd_mips64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_openbsd_ppc64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_openbsd_riscv64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_solaris.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_solaris_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_unix.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_unix_gc.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_unix_gc_ppc64x.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/sysvshm_linux.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/sysvshm_unix.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/sysvshm_unix_other.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/timestruct.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/unveil_openbsd.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/vgetrandom_linux.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/vgetrandom_unsupported.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/xattr_bsd.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_linux.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_linux_386.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_openbsd_ppc64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_openbsd_riscv64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zptrace_armnn_linux.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zptrace_linux_arm64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zptrace_mipsnn_linux.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zptrace_mipsnnle_linux.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zptrace_x86_linux.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsymaddr_zos_s390x.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gc.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gccgo.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_freebsd_riscv64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_illumos_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_linux.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_linux_386.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_linux_loong64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_linux_riscv64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_netbsd_386.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.s (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsyscall_zos_s390x.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysctl_openbsd_ppc64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysctl_openbsd_riscv64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_freebsd_riscv64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_openbsd_mips64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_openbsd_ppc64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_openbsd_riscv64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_aix_ppc.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_aix_ppc64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_freebsd_riscv64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_linux.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_linux_386.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_linux_arm.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_linux_loong64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_linux_mips.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_openbsd_arm64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_openbsd_mips64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_openbsd_ppc64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_openbsd_riscv64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go (100%) rename {test => tests}/vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go (100%) rename {test => tests}/vendor/golang.org/x/text/LICENSE (100%) rename {test => tests}/vendor/golang.org/x/text/PATENTS (100%) rename {test => tests}/vendor/golang.org/x/text/encoding/charmap/charmap.go (100%) rename {test => tests}/vendor/golang.org/x/text/encoding/charmap/tables.go (100%) rename {test => tests}/vendor/golang.org/x/text/encoding/encoding.go (100%) rename {test => tests}/vendor/golang.org/x/text/encoding/htmlindex/htmlindex.go (100%) rename {test => tests}/vendor/golang.org/x/text/encoding/htmlindex/map.go (100%) rename {test => tests}/vendor/golang.org/x/text/encoding/htmlindex/tables.go (100%) rename {test => tests}/vendor/golang.org/x/text/encoding/internal/identifier/identifier.go (100%) rename {test => tests}/vendor/golang.org/x/text/encoding/internal/identifier/mib.go (100%) rename {test => tests}/vendor/golang.org/x/text/encoding/internal/internal.go (100%) rename {test => tests}/vendor/golang.org/x/text/encoding/japanese/all.go (100%) rename {test => tests}/vendor/golang.org/x/text/encoding/japanese/eucjp.go (100%) rename {test => tests}/vendor/golang.org/x/text/encoding/japanese/iso2022jp.go (100%) rename {test => tests}/vendor/golang.org/x/text/encoding/japanese/shiftjis.go (100%) rename {test => tests}/vendor/golang.org/x/text/encoding/japanese/tables.go (100%) rename {test => tests}/vendor/golang.org/x/text/encoding/korean/euckr.go (100%) rename {test => tests}/vendor/golang.org/x/text/encoding/korean/tables.go (100%) rename {test => tests}/vendor/golang.org/x/text/encoding/simplifiedchinese/all.go (100%) rename {test => tests}/vendor/golang.org/x/text/encoding/simplifiedchinese/gbk.go (100%) rename {test => tests}/vendor/golang.org/x/text/encoding/simplifiedchinese/hzgb2312.go (100%) rename {test => tests}/vendor/golang.org/x/text/encoding/simplifiedchinese/tables.go (100%) rename {test => tests}/vendor/golang.org/x/text/encoding/traditionalchinese/big5.go (100%) rename {test => tests}/vendor/golang.org/x/text/encoding/traditionalchinese/tables.go (100%) rename {test => tests}/vendor/golang.org/x/text/encoding/unicode/override.go (100%) rename {test => tests}/vendor/golang.org/x/text/encoding/unicode/unicode.go (100%) rename {test => tests}/vendor/golang.org/x/text/internal/language/common.go (100%) rename {test => tests}/vendor/golang.org/x/text/internal/language/compact.go (100%) rename {test => tests}/vendor/golang.org/x/text/internal/language/compact/compact.go (100%) rename {test => tests}/vendor/golang.org/x/text/internal/language/compact/language.go (100%) rename {test => tests}/vendor/golang.org/x/text/internal/language/compact/parents.go (100%) rename {test => tests}/vendor/golang.org/x/text/internal/language/compact/tables.go (100%) rename {test => tests}/vendor/golang.org/x/text/internal/language/compact/tags.go (100%) rename {test => tests}/vendor/golang.org/x/text/internal/language/compose.go (100%) rename {test => tests}/vendor/golang.org/x/text/internal/language/coverage.go (100%) rename {test => tests}/vendor/golang.org/x/text/internal/language/language.go (100%) rename {test => tests}/vendor/golang.org/x/text/internal/language/lookup.go (100%) rename {test => tests}/vendor/golang.org/x/text/internal/language/match.go (100%) rename {test => tests}/vendor/golang.org/x/text/internal/language/parse.go (100%) rename {test => tests}/vendor/golang.org/x/text/internal/language/tables.go (100%) rename {test => tests}/vendor/golang.org/x/text/internal/language/tags.go (100%) rename {test => tests}/vendor/golang.org/x/text/internal/tag/tag.go (100%) rename {test => tests}/vendor/golang.org/x/text/internal/utf8internal/utf8internal.go (100%) rename {test => tests}/vendor/golang.org/x/text/language/coverage.go (100%) rename {test => tests}/vendor/golang.org/x/text/language/doc.go (100%) rename {test => tests}/vendor/golang.org/x/text/language/language.go (100%) rename {test => tests}/vendor/golang.org/x/text/language/match.go (100%) rename {test => tests}/vendor/golang.org/x/text/language/parse.go (100%) rename {test => tests}/vendor/golang.org/x/text/language/tables.go (100%) rename {test => tests}/vendor/golang.org/x/text/language/tags.go (100%) rename {test => tests}/vendor/golang.org/x/text/runes/cond.go (100%) rename {test => tests}/vendor/golang.org/x/text/runes/runes.go (100%) rename {test => tests}/vendor/golang.org/x/text/transform/transform.go (100%) rename {test => tests}/vendor/golang.org/x/tools/LICENSE (100%) rename {test => tests}/vendor/golang.org/x/tools/PATENTS (100%) rename {test => tests}/vendor/golang.org/x/tools/cover/profile.go (100%) rename {test => tests}/vendor/golang.org/x/tools/go/ast/inspector/inspector.go (100%) rename {test => tests}/vendor/golang.org/x/tools/go/ast/inspector/iter.go (100%) rename {test => tests}/vendor/golang.org/x/tools/go/ast/inspector/typeof.go (100%) rename {test => tests}/vendor/gopkg.in/yaml.v3/LICENSE (100%) rename {test => tests}/vendor/gopkg.in/yaml.v3/NOTICE (100%) rename {test => tests}/vendor/gopkg.in/yaml.v3/README.md (100%) rename {test => tests}/vendor/gopkg.in/yaml.v3/apic.go (100%) rename {test => tests}/vendor/gopkg.in/yaml.v3/decode.go (100%) rename {test => tests}/vendor/gopkg.in/yaml.v3/emitterc.go (100%) rename {test => tests}/vendor/gopkg.in/yaml.v3/encode.go (100%) rename {test => tests}/vendor/gopkg.in/yaml.v3/parserc.go (100%) rename {test => tests}/vendor/gopkg.in/yaml.v3/readerc.go (100%) rename {test => tests}/vendor/gopkg.in/yaml.v3/resolve.go (100%) rename {test => tests}/vendor/gopkg.in/yaml.v3/scannerc.go (100%) rename {test => tests}/vendor/gopkg.in/yaml.v3/sorter.go (100%) rename {test => tests}/vendor/gopkg.in/yaml.v3/writerc.go (100%) rename {test => tests}/vendor/gopkg.in/yaml.v3/yaml.go (100%) rename {test => tests}/vendor/gopkg.in/yaml.v3/yamlh.go (100%) rename {test => tests}/vendor/gopkg.in/yaml.v3/yamlprivateh.go (100%) rename {test => tests}/vendor/modules.txt (100%) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2a02ca58..9ea8b7fb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,7 @@ updates: directories: - "/" - "deployments/devel" + - "tests" schedule: interval: "daily" labels: diff --git a/.gitignore b/.gitignore index fec3e9a0..f3c93fe5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ *.swp *.swo /coverage.out* -/test/output/ +/tests/output/ /nvidia-container-runtime /nvidia-container-runtime.* /nvidia-container-runtime-hook diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index a723fd43..5ca27e07 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -34,7 +34,7 @@ environment variables. ## Testing packages locally -The [test/release](./test/release/) folder contains documentation on how the installation of local or staged packages can be tested. +The [tests/release](./tests/release/) folder contains documentation on how the installation of local or staged packages can be tested. ## Releasing diff --git a/cmd/nvidia-container-runtime/main_test.go b/cmd/nvidia-container-runtime/main_test.go index ff3926fb..749f1f0c 100644 --- a/cmd/nvidia-container-runtime/main_test.go +++ b/cmd/nvidia-container-runtime/main_test.go @@ -22,9 +22,9 @@ import ( const ( nvidiaRuntime = "nvidia-container-runtime" nvidiaHook = "nvidia-container-runtime-hook" - bundlePathSuffix = "test/output/bundle/" + bundlePathSuffix = "tests/output/bundle/" specFile = "config.json" - unmodifiedSpecFileSuffix = "test/input/test_spec.json" + unmodifiedSpecFileSuffix = "tests/input/test_spec.json" ) const ( @@ -46,8 +46,8 @@ func TestMain(m *testing.M) { if err != nil { log.Fatalf("error in test setup: could not get module root: %v", err) } - testBinPath := filepath.Join(moduleRoot, "test", "bin") - testInputPath := filepath.Join(moduleRoot, "test", "input") + testBinPath := filepath.Join(moduleRoot, "tests", "bin") + testInputPath := filepath.Join(moduleRoot, "tests", "input") // Set the environment variables for the test os.Setenv("PATH", test.PrependToPath(testBinPath, moduleRoot)) diff --git a/internal/oci/spec_test.go b/internal/oci/spec_test.go index c626c5bf..f1149378 100644 --- a/internal/oci/spec_test.go +++ b/internal/oci/spec_test.go @@ -19,14 +19,14 @@ func TestMaintainSpec(t *testing.T) { } for _, f := range files { - inputSpecPath := filepath.Join(moduleRoot, "test/input", f) + inputSpecPath := filepath.Join(moduleRoot, "tests/input", f) spec := NewFileSpec(inputSpecPath).(*fileSpec) _, err := spec.Load() require.NoError(t, err) - outputSpecPath := filepath.Join(moduleRoot, "test/output", f) + outputSpecPath := filepath.Join(moduleRoot, "tests/output", f) spec.path = outputSpecPath spec.Flush() diff --git a/internal/platform-support/tegra/csv/csv_test.go b/internal/platform-support/tegra/csv/csv_test.go index 03d98219..1f1a680f 100644 --- a/internal/platform-support/tegra/csv/csv_test.go +++ b/internal/platform-support/tegra/csv/csv_test.go @@ -36,7 +36,7 @@ func TestGetFileList(t *testing.T) { }{ { description: "returns list of CSV files", - root: "test/input/csv_samples/", + root: "tests/input/csv_samples/", files: []string{ "jetson.csv", "simple_wrong.csv", @@ -46,15 +46,15 @@ func TestGetFileList(t *testing.T) { }, { description: "handles empty folder", - root: "test/input/csv_samples/empty", + root: "tests/input/csv_samples/empty", }, { description: "handles non-existent folder", - root: "test/input/csv_samples/NONEXISTENT", + root: "tests/input/csv_samples/NONEXISTENT", }, { description: "handles non-existent folder root", - root: "/NONEXISTENT/test/input/csv_samples/", + root: "/NONEXISTENT/tests/input/csv_samples/", }, } diff --git a/internal/runtime/runtime_factory_test.go b/internal/runtime/runtime_factory_test.go index dd052d8f..e2a976a2 100644 --- a/internal/runtime/runtime_factory_test.go +++ b/internal/runtime/runtime_factory_test.go @@ -45,7 +45,7 @@ func TestMain(m *testing.M) { if err != nil { log.Fatalf("error in test setup: could not get module root: %v", err) } - testBinPath := filepath.Join(moduleRoot, "test", "bin") + testBinPath := filepath.Join(moduleRoot, "tests", "bin") // Set the environment variables for the test os.Setenv("PATH", test.PrependToPath(testBinPath, moduleRoot)) diff --git a/test/bin/nvidia-container-runtime-hook b/tests/bin/nvidia-container-runtime-hook similarity index 100% rename from test/bin/nvidia-container-runtime-hook rename to tests/bin/nvidia-container-runtime-hook diff --git a/test/bin/runc b/tests/bin/runc similarity index 100% rename from test/bin/runc rename to tests/bin/runc diff --git a/test/container/common.sh b/tests/container/common.sh similarity index 100% rename from test/container/common.sh rename to tests/container/common.sh diff --git a/test/container/containerd_test.sh b/tests/container/containerd_test.sh similarity index 100% rename from test/container/containerd_test.sh rename to tests/container/containerd_test.sh diff --git a/test/container/crio_test.sh b/tests/container/crio_test.sh similarity index 100% rename from test/container/crio_test.sh rename to tests/container/crio_test.sh diff --git a/test/container/docker_test.sh b/tests/container/docker_test.sh similarity index 100% rename from test/container/docker_test.sh rename to tests/container/docker_test.sh diff --git a/test/container/main.sh b/tests/container/main.sh similarity index 100% rename from test/container/main.sh rename to tests/container/main.sh diff --git a/test/container/shared/etc/containerd/config_empty.toml b/tests/container/shared/etc/containerd/config_empty.toml similarity index 100% rename from test/container/shared/etc/containerd/config_empty.toml rename to tests/container/shared/etc/containerd/config_empty.toml diff --git a/test/container/shared/etc/containerd/config_v1.toml b/tests/container/shared/etc/containerd/config_v1.toml similarity index 100% rename from test/container/shared/etc/containerd/config_v1.toml rename to tests/container/shared/etc/containerd/config_v1.toml diff --git a/test/container/shared/etc/containerd/config_v2.toml b/tests/container/shared/etc/containerd/config_v2.toml similarity index 100% rename from test/container/shared/etc/containerd/config_v2.toml rename to tests/container/shared/etc/containerd/config_v2.toml diff --git a/test/container/shared/etc/docker/daemon.json b/tests/container/shared/etc/docker/daemon.json similarity index 100% rename from test/container/shared/etc/docker/daemon.json rename to tests/container/shared/etc/docker/daemon.json diff --git a/test/e2e/Makefile b/tests/e2e/Makefile similarity index 93% rename from test/e2e/Makefile rename to tests/e2e/Makefile index 15dfe63d..77808f9e 100644 --- a/test/e2e/Makefile +++ b/tests/e2e/Makefile @@ -20,7 +20,7 @@ E2E_RUNTIME ?= docker .PHONY: test test: - cd $(CURDIR)/test/e2e && $(GO_CMD) test -v . -args \ + cd $(CURDIR)/tests/e2e && $(GO_CMD) test -v . -args \ -ginkgo.focus="$(E2E_RUNTIME)" \ -test.timeout=1h \ -ginkgo.v diff --git a/test/e2e/e2e_test.go b/tests/e2e/e2e_test.go similarity index 100% rename from test/e2e/e2e_test.go rename to tests/e2e/e2e_test.go diff --git a/test/e2e/nvidia-container-toolkit_test.go b/tests/e2e/nvidia-container-toolkit_test.go similarity index 100% rename from test/e2e/nvidia-container-toolkit_test.go rename to tests/e2e/nvidia-container-toolkit_test.go diff --git a/test/go.mod b/tests/go.mod similarity index 90% rename from test/go.mod rename to tests/go.mod index 6d01457d..9cc27017 100644 --- a/test/go.mod +++ b/tests/go.mod @@ -1,4 +1,4 @@ -module github.com/NVIDIA/nvidia-container-toolkit/test +module github.com/NVIDIA/nvidia-container-toolkit/tests go 1.23.2 diff --git a/test/go.sum b/tests/go.sum similarity index 100% rename from test/go.sum rename to tests/go.sum diff --git a/test/input/config.clone3.json b/tests/input/config.clone3.json similarity index 100% rename from test/input/config.clone3.json rename to tests/input/config.clone3.json diff --git a/test/input/csv_samples/.csv b/tests/input/csv_samples/.csv similarity index 100% rename from test/input/csv_samples/.csv rename to tests/input/csv_samples/.csv diff --git a/test/input/csv_samples/empty/.gitignore b/tests/input/csv_samples/empty/.gitignore similarity index 100% rename from test/input/csv_samples/empty/.gitignore rename to tests/input/csv_samples/empty/.gitignore diff --git a/test/input/csv_samples/jetson.csv b/tests/input/csv_samples/jetson.csv similarity index 100% rename from test/input/csv_samples/jetson.csv rename to tests/input/csv_samples/jetson.csv diff --git a/test/input/csv_samples/other.not_csv b/tests/input/csv_samples/other.not_csv similarity index 100% rename from test/input/csv_samples/other.not_csv rename to tests/input/csv_samples/other.not_csv diff --git a/test/input/csv_samples/simple.csv b/tests/input/csv_samples/simple.csv similarity index 100% rename from test/input/csv_samples/simple.csv rename to tests/input/csv_samples/simple.csv diff --git a/test/input/csv_samples/simple_wrong.csv b/tests/input/csv_samples/simple_wrong.csv similarity index 100% rename from test/input/csv_samples/simple_wrong.csv rename to tests/input/csv_samples/simple_wrong.csv diff --git a/test/input/csv_samples/spaced.csv b/tests/input/csv_samples/spaced.csv similarity index 100% rename from test/input/csv_samples/spaced.csv rename to tests/input/csv_samples/spaced.csv diff --git a/test/input/nvidia-container-runtime/config.toml b/tests/input/nvidia-container-runtime/config.toml similarity index 100% rename from test/input/nvidia-container-runtime/config.toml rename to tests/input/nvidia-container-runtime/config.toml diff --git a/test/input/test_spec.json b/tests/input/test_spec.json similarity index 100% rename from test/input/test_spec.json rename to tests/input/test_spec.json diff --git a/test/output/.gitkeep b/tests/output/.gitkeep similarity index 100% rename from test/output/.gitkeep rename to tests/output/.gitkeep diff --git a/tests/output/bundle/config.json b/tests/output/bundle/config.json new file mode 100644 index 00000000..fa1ab672 --- /dev/null +++ b/tests/output/bundle/config.json @@ -0,0 +1 @@ +{"ociVersion":"1.0.1-dev","process":{"terminal":true,"user":{"uid":0,"gid":0},"args":["sh"],"env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","TERM=xterm"],"cwd":"/","capabilities":{"bounding":["CAP_AUDIT_WRITE","CAP_KILL","CAP_NET_BIND_SERVICE"],"effective":["CAP_AUDIT_WRITE","CAP_KILL","CAP_NET_BIND_SERVICE"],"inheritable":["CAP_AUDIT_WRITE","CAP_KILL","CAP_NET_BIND_SERVICE"],"permitted":["CAP_AUDIT_WRITE","CAP_KILL","CAP_NET_BIND_SERVICE"],"ambient":["CAP_AUDIT_WRITE","CAP_KILL","CAP_NET_BIND_SERVICE"]},"rlimits":[{"type":"RLIMIT_NOFILE","hard":1024,"soft":1024}],"noNewPrivileges":true},"root":{"path":"rootfs","readonly":true},"hostname":"runc","mounts":[{"destination":"/proc","type":"proc","source":"proc"},{"destination":"/dev","type":"tmpfs","source":"tmpfs","options":["nosuid","strictatime","mode=755","size=65536k"]},{"destination":"/dev/pts","type":"devpts","source":"devpts","options":["nosuid","noexec","newinstance","ptmxmode=0666","mode=0620","gid=5"]},{"destination":"/dev/shm","type":"tmpfs","source":"shm","options":["nosuid","noexec","nodev","mode=1777","size=65536k"]},{"destination":"/dev/mqueue","type":"mqueue","source":"mqueue","options":["nosuid","noexec","nodev"]},{"destination":"/sys","type":"sysfs","source":"sysfs","options":["nosuid","noexec","nodev","ro"]},{"destination":"/sys/fs/cgroup","type":"cgroup","source":"cgroup","options":["nosuid","noexec","nodev","relatime","ro"]}],"hooks":{"prestart":[{"path":"nvidia-container-runtime-hook","args":["nvidia-container-runtime-hook","prestart"]}]},"linux":{"resources":{"devices":[{"allow":false,"access":"rwm"}]},"namespaces":[{"type":"pid"},{"type":"network"},{"type":"ipc"},{"type":"uts"},{"type":"mount"}],"maskedPaths":["/proc/kcore","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/sys/firmware","/proc/scsi"],"readonlyPaths":["/proc/asound","/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]}} diff --git a/tests/output/config.clone3.json b/tests/output/config.clone3.json new file mode 100644 index 00000000..465dd058 --- /dev/null +++ b/tests/output/config.clone3.json @@ -0,0 +1 @@ +{"ociVersion":"1.0.2-dev","process":{"terminal":true,"user":{"uid":0,"gid":0},"args":["sleep","60"],"env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","HOSTNAME=8de5efc6a95c","TERM=xterm"],"cwd":"/","capabilities":{"bounding":["CAP_CHOWN","CAP_DAC_OVERRIDE","CAP_FSETID","CAP_FOWNER","CAP_MKNOD","CAP_NET_RAW","CAP_SETGID","CAP_SETUID","CAP_SETFCAP","CAP_SETPCAP","CAP_NET_BIND_SERVICE","CAP_SYS_CHROOT","CAP_KILL","CAP_AUDIT_WRITE"],"effective":["CAP_CHOWN","CAP_DAC_OVERRIDE","CAP_FSETID","CAP_FOWNER","CAP_MKNOD","CAP_NET_RAW","CAP_SETGID","CAP_SETUID","CAP_SETFCAP","CAP_SETPCAP","CAP_NET_BIND_SERVICE","CAP_SYS_CHROOT","CAP_KILL","CAP_AUDIT_WRITE"],"inheritable":["CAP_CHOWN","CAP_DAC_OVERRIDE","CAP_FSETID","CAP_FOWNER","CAP_MKNOD","CAP_NET_RAW","CAP_SETGID","CAP_SETUID","CAP_SETFCAP","CAP_SETPCAP","CAP_NET_BIND_SERVICE","CAP_SYS_CHROOT","CAP_KILL","CAP_AUDIT_WRITE"],"permitted":["CAP_CHOWN","CAP_DAC_OVERRIDE","CAP_FSETID","CAP_FOWNER","CAP_MKNOD","CAP_NET_RAW","CAP_SETGID","CAP_SETUID","CAP_SETFCAP","CAP_SETPCAP","CAP_NET_BIND_SERVICE","CAP_SYS_CHROOT","CAP_KILL","CAP_AUDIT_WRITE"]},"apparmorProfile":"docker-default","oomScoreAdj":0},"root":{"path":"/var/lib/docker/overlay2/fbf92f54592ddb439159bc7eb25c865b9347a2d71d63b41b7b4e4a471847c84f/merged"},"hostname":"8de5efc6a95c","mounts":[{"destination":"/proc","type":"proc","source":"proc","options":["nosuid","noexec","nodev"]},{"destination":"/dev","type":"tmpfs","source":"tmpfs","options":["nosuid","strictatime","mode=755","size=65536k"]},{"destination":"/dev/pts","type":"devpts","source":"devpts","options":["nosuid","noexec","newinstance","ptmxmode=0666","mode=0620","gid=5"]},{"destination":"/sys","type":"sysfs","source":"sysfs","options":["nosuid","noexec","nodev","ro"]},{"destination":"/sys/fs/cgroup","type":"cgroup","source":"cgroup","options":["ro","nosuid","noexec","nodev"]},{"destination":"/dev/mqueue","type":"mqueue","source":"mqueue","options":["nosuid","noexec","nodev"]},{"destination":"/dev/shm","type":"tmpfs","source":"shm","options":["nosuid","noexec","nodev","mode=1777","size=67108864"]},{"destination":"/etc/resolv.conf","type":"bind","source":"/var/lib/docker/containers/8de5efc6a95c4ddae36dde7beb656ed5c7de912ecec2f628c42dbd0ef7bbeec6/resolv.conf","options":["rbind","rprivate"]},{"destination":"/etc/hostname","type":"bind","source":"/var/lib/docker/containers/8de5efc6a95c4ddae36dde7beb656ed5c7de912ecec2f628c42dbd0ef7bbeec6/hostname","options":["rbind","rprivate"]},{"destination":"/etc/hosts","type":"bind","source":"/var/lib/docker/containers/8de5efc6a95c4ddae36dde7beb656ed5c7de912ecec2f628c42dbd0ef7bbeec6/hosts","options":["rbind","rprivate"]}],"hooks":{"prestart":[{"path":"/proc/593/exe","args":["libnetwork-setkey","-exec-root=/var/run/docker","8de5efc6a95c4ddae36dde7beb656ed5c7de912ecec2f628c42dbd0ef7bbeec6","9967b9f7c4d4"]}]},"linux":{"sysctl":{"net.ipv4.ip_unprivileged_port_start":"0"},"resources":{"devices":[{"allow":false,"access":"rwm"},{"allow":true,"type":"c","major":1,"minor":5,"access":"rwm"},{"allow":true,"type":"c","major":1,"minor":3,"access":"rwm"},{"allow":true,"type":"c","major":1,"minor":9,"access":"rwm"},{"allow":true,"type":"c","major":1,"minor":8,"access":"rwm"},{"allow":true,"type":"c","major":5,"minor":0,"access":"rwm"},{"allow":true,"type":"c","major":5,"minor":1,"access":"rwm"},{"allow":false,"type":"c","major":10,"minor":229,"access":"rwm"}],"memory":{"disableOOMKiller":false},"cpu":{"shares":0},"blockIO":{"weight":0}},"cgroupsPath":"/docker/8de5efc6a95c4ddae36dde7beb656ed5c7de912ecec2f628c42dbd0ef7bbeec6","namespaces":[{"type":"mount"},{"type":"network"},{"type":"uts"},{"type":"pid"},{"type":"ipc"}],"seccomp":{"defaultAction":"SCMP_ACT_ERRNO","architectures":["SCMP_ARCH_X86_64","SCMP_ARCH_X86","SCMP_ARCH_X32"],"syscalls":[{"names":["accept","accept4","access","adjtimex","alarm","bind","brk","capget","capset","chdir","chmod","chown","chown32","clock_adjtime","clock_adjtime64","clock_getres","clock_getres_time64","clock_gettime","clock_gettime64","clock_nanosleep","clock_nanosleep_time64","close","close_range","connect","copy_file_range","creat","dup","dup2","dup3","epoll_create","epoll_create1","epoll_ctl","epoll_ctl_old","epoll_pwait","epoll_pwait2","epoll_wait","epoll_wait_old","eventfd","eventfd2","execve","execveat","exit","exit_group","faccessat","faccessat2","fadvise64","fadvise64_64","fallocate","fanotify_mark","fchdir","fchmod","fchmodat","fchown","fchown32","fchownat","fcntl","fcntl64","fdatasync","fgetxattr","flistxattr","flock","fork","fremovexattr","fsetxattr","fstat","fstat64","fstatat64","fstatfs","fstatfs64","fsync","ftruncate","ftruncate64","futex","futex_time64","futimesat","getcpu","getcwd","getdents","getdents64","getegid","getegid32","geteuid","geteuid32","getgid","getgid32","getgroups","getgroups32","getitimer","getpeername","getpgid","getpgrp","getpid","getppid","getpriority","getrandom","getresgid","getresgid32","getresuid","getresuid32","getrlimit","get_robust_list","getrusage","getsid","getsockname","getsockopt","get_thread_area","gettid","gettimeofday","getuid","getuid32","getxattr","inotify_add_watch","inotify_init","inotify_init1","inotify_rm_watch","io_cancel","ioctl","io_destroy","io_getevents","io_pgetevents","io_pgetevents_time64","ioprio_get","ioprio_set","io_setup","io_submit","io_uring_enter","io_uring_register","io_uring_setup","ipc","kill","lchown","lchown32","lgetxattr","link","linkat","listen","listxattr","llistxattr","_llseek","lremovexattr","lseek","lsetxattr","lstat","lstat64","madvise","membarrier","memfd_create","mincore","mkdir","mkdirat","mknod","mknodat","mlock","mlock2","mlockall","mmap","mmap2","mprotect","mq_getsetattr","mq_notify","mq_open","mq_timedreceive","mq_timedreceive_time64","mq_timedsend","mq_timedsend_time64","mq_unlink","mremap","msgctl","msgget","msgrcv","msgsnd","msync","munlock","munlockall","munmap","nanosleep","newfstatat","_newselect","open","openat","openat2","pause","pidfd_open","pidfd_send_signal","pipe","pipe2","poll","ppoll","ppoll_time64","prctl","pread64","preadv","preadv2","prlimit64","pselect6","pselect6_time64","pwrite64","pwritev","pwritev2","read","readahead","readlink","readlinkat","readv","recv","recvfrom","recvmmsg","recvmmsg_time64","recvmsg","remap_file_pages","removexattr","rename","renameat","renameat2","restart_syscall","rmdir","rseq","rt_sigaction","rt_sigpending","rt_sigprocmask","rt_sigqueueinfo","rt_sigreturn","rt_sigsuspend","rt_sigtimedwait","rt_sigtimedwait_time64","rt_tgsigqueueinfo","sched_getaffinity","sched_getattr","sched_getparam","sched_get_priority_max","sched_get_priority_min","sched_getscheduler","sched_rr_get_interval","sched_rr_get_interval_time64","sched_setaffinity","sched_setattr","sched_setparam","sched_setscheduler","sched_yield","seccomp","select","semctl","semget","semop","semtimedop","semtimedop_time64","send","sendfile","sendfile64","sendmmsg","sendmsg","sendto","setfsgid","setfsgid32","setfsuid","setfsuid32","setgid","setgid32","setgroups","setgroups32","setitimer","setpgid","setpriority","setregid","setregid32","setresgid","setresgid32","setresuid","setresuid32","setreuid","setreuid32","setrlimit","set_robust_list","setsid","setsockopt","set_thread_area","set_tid_address","setuid","setuid32","setxattr","shmat","shmctl","shmdt","shmget","shutdown","sigaltstack","signalfd","signalfd4","sigprocmask","sigreturn","socket","socketcall","socketpair","splice","stat","stat64","statfs","statfs64","statx","symlink","symlinkat","sync","sync_file_range","syncfs","sysinfo","tee","tgkill","time","timer_create","timer_delete","timer_getoverrun","timer_gettime","timer_gettime64","timer_settime","timer_settime64","timerfd_create","timerfd_gettime","timerfd_gettime64","timerfd_settime","timerfd_settime64","times","tkill","truncate","truncate64","ugetrlimit","umask","uname","unlink","unlinkat","utime","utimensat","utimensat_time64","utimes","vfork","vmsplice","wait4","waitid","waitpid","write","writev"],"action":"SCMP_ACT_ALLOW"},{"names":["ptrace"],"action":"SCMP_ACT_ALLOW"},{"names":["personality"],"action":"SCMP_ACT_ALLOW","args":[{"index":0,"value":0,"op":"SCMP_CMP_EQ"}]},{"names":["personality"],"action":"SCMP_ACT_ALLOW","args":[{"index":0,"value":8,"op":"SCMP_CMP_EQ"}]},{"names":["personality"],"action":"SCMP_ACT_ALLOW","args":[{"index":0,"value":131072,"op":"SCMP_CMP_EQ"}]},{"names":["personality"],"action":"SCMP_ACT_ALLOW","args":[{"index":0,"value":131080,"op":"SCMP_CMP_EQ"}]},{"names":["personality"],"action":"SCMP_ACT_ALLOW","args":[{"index":0,"value":4294967295,"op":"SCMP_CMP_EQ"}]},{"names":["arch_prctl"],"action":"SCMP_ACT_ALLOW"},{"names":["modify_ldt"],"action":"SCMP_ACT_ALLOW"},{"names":["clone"],"action":"SCMP_ACT_ALLOW","args":[{"index":0,"value":2114060288,"op":"SCMP_CMP_MASKED_EQ"}]},{"names":["clone3"],"action":"SCMP_ACT_ERRNO","errnoRet":38},{"names":["chroot"],"action":"SCMP_ACT_ALLOW"}]},"maskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"readonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]}} diff --git a/test/release/Makefile b/tests/release/Makefile similarity index 100% rename from test/release/Makefile rename to tests/release/Makefile diff --git a/test/release/README.md b/tests/release/README.md similarity index 100% rename from test/release/README.md rename to tests/release/README.md diff --git a/test/release/docker/centos8/Dockerfile b/tests/release/docker/centos8/Dockerfile similarity index 100% rename from test/release/docker/centos8/Dockerfile rename to tests/release/docker/centos8/Dockerfile diff --git a/test/release/docker/centos8/entrypoint.sh b/tests/release/docker/centos8/entrypoint.sh similarity index 100% rename from test/release/docker/centos8/entrypoint.sh rename to tests/release/docker/centos8/entrypoint.sh diff --git a/test/release/docker/centos8/install_repo.sh b/tests/release/docker/centos8/install_repo.sh similarity index 100% rename from test/release/docker/centos8/install_repo.sh rename to tests/release/docker/centos8/install_repo.sh diff --git a/test/release/docker/fedora35/Dockerfile b/tests/release/docker/fedora35/Dockerfile similarity index 100% rename from test/release/docker/fedora35/Dockerfile rename to tests/release/docker/fedora35/Dockerfile diff --git a/test/release/docker/fedora35/entrypoint.sh b/tests/release/docker/fedora35/entrypoint.sh similarity index 100% rename from test/release/docker/fedora35/entrypoint.sh rename to tests/release/docker/fedora35/entrypoint.sh diff --git a/test/release/docker/fedora35/install_repo.sh b/tests/release/docker/fedora35/install_repo.sh similarity index 100% rename from test/release/docker/fedora35/install_repo.sh rename to tests/release/docker/fedora35/install_repo.sh diff --git a/test/release/docker/ubuntu18.04/Dockerfile b/tests/release/docker/ubuntu18.04/Dockerfile similarity index 100% rename from test/release/docker/ubuntu18.04/Dockerfile rename to tests/release/docker/ubuntu18.04/Dockerfile diff --git a/test/release/docker/ubuntu18.04/entrypoint.sh b/tests/release/docker/ubuntu18.04/entrypoint.sh similarity index 100% rename from test/release/docker/ubuntu18.04/entrypoint.sh rename to tests/release/docker/ubuntu18.04/entrypoint.sh diff --git a/test/release/docker/ubuntu18.04/install_repo.sh b/tests/release/docker/ubuntu18.04/install_repo.sh similarity index 100% rename from test/release/docker/ubuntu18.04/install_repo.sh rename to tests/release/docker/ubuntu18.04/install_repo.sh diff --git a/test/vendor/github.com/go-logr/logr/.golangci.yaml b/tests/vendor/github.com/go-logr/logr/.golangci.yaml similarity index 100% rename from test/vendor/github.com/go-logr/logr/.golangci.yaml rename to tests/vendor/github.com/go-logr/logr/.golangci.yaml diff --git a/test/vendor/github.com/go-logr/logr/CHANGELOG.md b/tests/vendor/github.com/go-logr/logr/CHANGELOG.md similarity index 100% rename from test/vendor/github.com/go-logr/logr/CHANGELOG.md rename to tests/vendor/github.com/go-logr/logr/CHANGELOG.md diff --git a/test/vendor/github.com/go-logr/logr/CONTRIBUTING.md b/tests/vendor/github.com/go-logr/logr/CONTRIBUTING.md similarity index 100% rename from test/vendor/github.com/go-logr/logr/CONTRIBUTING.md rename to tests/vendor/github.com/go-logr/logr/CONTRIBUTING.md diff --git a/test/vendor/github.com/go-logr/logr/LICENSE b/tests/vendor/github.com/go-logr/logr/LICENSE similarity index 100% rename from test/vendor/github.com/go-logr/logr/LICENSE rename to tests/vendor/github.com/go-logr/logr/LICENSE diff --git a/test/vendor/github.com/go-logr/logr/README.md b/tests/vendor/github.com/go-logr/logr/README.md similarity index 100% rename from test/vendor/github.com/go-logr/logr/README.md rename to tests/vendor/github.com/go-logr/logr/README.md diff --git a/test/vendor/github.com/go-logr/logr/SECURITY.md b/tests/vendor/github.com/go-logr/logr/SECURITY.md similarity index 100% rename from test/vendor/github.com/go-logr/logr/SECURITY.md rename to tests/vendor/github.com/go-logr/logr/SECURITY.md diff --git a/test/vendor/github.com/go-logr/logr/context.go b/tests/vendor/github.com/go-logr/logr/context.go similarity index 100% rename from test/vendor/github.com/go-logr/logr/context.go rename to tests/vendor/github.com/go-logr/logr/context.go diff --git a/test/vendor/github.com/go-logr/logr/context_noslog.go b/tests/vendor/github.com/go-logr/logr/context_noslog.go similarity index 100% rename from test/vendor/github.com/go-logr/logr/context_noslog.go rename to tests/vendor/github.com/go-logr/logr/context_noslog.go diff --git a/test/vendor/github.com/go-logr/logr/context_slog.go b/tests/vendor/github.com/go-logr/logr/context_slog.go similarity index 100% rename from test/vendor/github.com/go-logr/logr/context_slog.go rename to tests/vendor/github.com/go-logr/logr/context_slog.go diff --git a/test/vendor/github.com/go-logr/logr/discard.go b/tests/vendor/github.com/go-logr/logr/discard.go similarity index 100% rename from test/vendor/github.com/go-logr/logr/discard.go rename to tests/vendor/github.com/go-logr/logr/discard.go diff --git a/test/vendor/github.com/go-logr/logr/funcr/funcr.go b/tests/vendor/github.com/go-logr/logr/funcr/funcr.go similarity index 100% rename from test/vendor/github.com/go-logr/logr/funcr/funcr.go rename to tests/vendor/github.com/go-logr/logr/funcr/funcr.go diff --git a/test/vendor/github.com/go-logr/logr/funcr/slogsink.go b/tests/vendor/github.com/go-logr/logr/funcr/slogsink.go similarity index 100% rename from test/vendor/github.com/go-logr/logr/funcr/slogsink.go rename to tests/vendor/github.com/go-logr/logr/funcr/slogsink.go diff --git a/test/vendor/github.com/go-logr/logr/logr.go b/tests/vendor/github.com/go-logr/logr/logr.go similarity index 100% rename from test/vendor/github.com/go-logr/logr/logr.go rename to tests/vendor/github.com/go-logr/logr/logr.go diff --git a/test/vendor/github.com/go-logr/logr/sloghandler.go b/tests/vendor/github.com/go-logr/logr/sloghandler.go similarity index 100% rename from test/vendor/github.com/go-logr/logr/sloghandler.go rename to tests/vendor/github.com/go-logr/logr/sloghandler.go diff --git a/test/vendor/github.com/go-logr/logr/slogr.go b/tests/vendor/github.com/go-logr/logr/slogr.go similarity index 100% rename from test/vendor/github.com/go-logr/logr/slogr.go rename to tests/vendor/github.com/go-logr/logr/slogr.go diff --git a/test/vendor/github.com/go-logr/logr/slogsink.go b/tests/vendor/github.com/go-logr/logr/slogsink.go similarity index 100% rename from test/vendor/github.com/go-logr/logr/slogsink.go rename to tests/vendor/github.com/go-logr/logr/slogsink.go diff --git a/test/vendor/github.com/go-task/slim-sprig/v3/.editorconfig b/tests/vendor/github.com/go-task/slim-sprig/v3/.editorconfig similarity index 100% rename from test/vendor/github.com/go-task/slim-sprig/v3/.editorconfig rename to tests/vendor/github.com/go-task/slim-sprig/v3/.editorconfig diff --git a/test/vendor/github.com/go-task/slim-sprig/v3/.gitattributes b/tests/vendor/github.com/go-task/slim-sprig/v3/.gitattributes similarity index 100% rename from test/vendor/github.com/go-task/slim-sprig/v3/.gitattributes rename to tests/vendor/github.com/go-task/slim-sprig/v3/.gitattributes diff --git a/test/vendor/github.com/go-task/slim-sprig/v3/.gitignore b/tests/vendor/github.com/go-task/slim-sprig/v3/.gitignore similarity index 100% rename from test/vendor/github.com/go-task/slim-sprig/v3/.gitignore rename to tests/vendor/github.com/go-task/slim-sprig/v3/.gitignore diff --git a/test/vendor/github.com/go-task/slim-sprig/v3/CHANGELOG.md b/tests/vendor/github.com/go-task/slim-sprig/v3/CHANGELOG.md similarity index 100% rename from test/vendor/github.com/go-task/slim-sprig/v3/CHANGELOG.md rename to tests/vendor/github.com/go-task/slim-sprig/v3/CHANGELOG.md diff --git a/test/vendor/github.com/go-task/slim-sprig/v3/LICENSE.txt b/tests/vendor/github.com/go-task/slim-sprig/v3/LICENSE.txt similarity index 100% rename from test/vendor/github.com/go-task/slim-sprig/v3/LICENSE.txt rename to tests/vendor/github.com/go-task/slim-sprig/v3/LICENSE.txt diff --git a/test/vendor/github.com/go-task/slim-sprig/v3/README.md b/tests/vendor/github.com/go-task/slim-sprig/v3/README.md similarity index 100% rename from test/vendor/github.com/go-task/slim-sprig/v3/README.md rename to tests/vendor/github.com/go-task/slim-sprig/v3/README.md diff --git a/test/vendor/github.com/go-task/slim-sprig/v3/Taskfile.yml b/tests/vendor/github.com/go-task/slim-sprig/v3/Taskfile.yml similarity index 100% rename from test/vendor/github.com/go-task/slim-sprig/v3/Taskfile.yml rename to tests/vendor/github.com/go-task/slim-sprig/v3/Taskfile.yml diff --git a/test/vendor/github.com/go-task/slim-sprig/v3/crypto.go b/tests/vendor/github.com/go-task/slim-sprig/v3/crypto.go similarity index 100% rename from test/vendor/github.com/go-task/slim-sprig/v3/crypto.go rename to tests/vendor/github.com/go-task/slim-sprig/v3/crypto.go diff --git a/test/vendor/github.com/go-task/slim-sprig/v3/date.go b/tests/vendor/github.com/go-task/slim-sprig/v3/date.go similarity index 100% rename from test/vendor/github.com/go-task/slim-sprig/v3/date.go rename to tests/vendor/github.com/go-task/slim-sprig/v3/date.go diff --git a/test/vendor/github.com/go-task/slim-sprig/v3/defaults.go b/tests/vendor/github.com/go-task/slim-sprig/v3/defaults.go similarity index 100% rename from test/vendor/github.com/go-task/slim-sprig/v3/defaults.go rename to tests/vendor/github.com/go-task/slim-sprig/v3/defaults.go diff --git a/test/vendor/github.com/go-task/slim-sprig/v3/dict.go b/tests/vendor/github.com/go-task/slim-sprig/v3/dict.go similarity index 100% rename from test/vendor/github.com/go-task/slim-sprig/v3/dict.go rename to tests/vendor/github.com/go-task/slim-sprig/v3/dict.go diff --git a/test/vendor/github.com/go-task/slim-sprig/v3/doc.go b/tests/vendor/github.com/go-task/slim-sprig/v3/doc.go similarity index 100% rename from test/vendor/github.com/go-task/slim-sprig/v3/doc.go rename to tests/vendor/github.com/go-task/slim-sprig/v3/doc.go diff --git a/test/vendor/github.com/go-task/slim-sprig/v3/functions.go b/tests/vendor/github.com/go-task/slim-sprig/v3/functions.go similarity index 100% rename from test/vendor/github.com/go-task/slim-sprig/v3/functions.go rename to tests/vendor/github.com/go-task/slim-sprig/v3/functions.go diff --git a/test/vendor/github.com/go-task/slim-sprig/v3/list.go b/tests/vendor/github.com/go-task/slim-sprig/v3/list.go similarity index 100% rename from test/vendor/github.com/go-task/slim-sprig/v3/list.go rename to tests/vendor/github.com/go-task/slim-sprig/v3/list.go diff --git a/test/vendor/github.com/go-task/slim-sprig/v3/network.go b/tests/vendor/github.com/go-task/slim-sprig/v3/network.go similarity index 100% rename from test/vendor/github.com/go-task/slim-sprig/v3/network.go rename to tests/vendor/github.com/go-task/slim-sprig/v3/network.go diff --git a/test/vendor/github.com/go-task/slim-sprig/v3/numeric.go b/tests/vendor/github.com/go-task/slim-sprig/v3/numeric.go similarity index 100% rename from test/vendor/github.com/go-task/slim-sprig/v3/numeric.go rename to tests/vendor/github.com/go-task/slim-sprig/v3/numeric.go diff --git a/test/vendor/github.com/go-task/slim-sprig/v3/reflect.go b/tests/vendor/github.com/go-task/slim-sprig/v3/reflect.go similarity index 100% rename from test/vendor/github.com/go-task/slim-sprig/v3/reflect.go rename to tests/vendor/github.com/go-task/slim-sprig/v3/reflect.go diff --git a/test/vendor/github.com/go-task/slim-sprig/v3/regex.go b/tests/vendor/github.com/go-task/slim-sprig/v3/regex.go similarity index 100% rename from test/vendor/github.com/go-task/slim-sprig/v3/regex.go rename to tests/vendor/github.com/go-task/slim-sprig/v3/regex.go diff --git a/test/vendor/github.com/go-task/slim-sprig/v3/strings.go b/tests/vendor/github.com/go-task/slim-sprig/v3/strings.go similarity index 100% rename from test/vendor/github.com/go-task/slim-sprig/v3/strings.go rename to tests/vendor/github.com/go-task/slim-sprig/v3/strings.go diff --git a/test/vendor/github.com/go-task/slim-sprig/v3/url.go b/tests/vendor/github.com/go-task/slim-sprig/v3/url.go similarity index 100% rename from test/vendor/github.com/go-task/slim-sprig/v3/url.go rename to tests/vendor/github.com/go-task/slim-sprig/v3/url.go diff --git a/test/vendor/github.com/google/go-cmp/LICENSE b/tests/vendor/github.com/google/go-cmp/LICENSE similarity index 100% rename from test/vendor/github.com/google/go-cmp/LICENSE rename to tests/vendor/github.com/google/go-cmp/LICENSE diff --git a/test/vendor/github.com/google/go-cmp/cmp/compare.go b/tests/vendor/github.com/google/go-cmp/cmp/compare.go similarity index 100% rename from test/vendor/github.com/google/go-cmp/cmp/compare.go rename to tests/vendor/github.com/google/go-cmp/cmp/compare.go diff --git a/test/vendor/github.com/google/go-cmp/cmp/export.go b/tests/vendor/github.com/google/go-cmp/cmp/export.go similarity index 100% rename from test/vendor/github.com/google/go-cmp/cmp/export.go rename to tests/vendor/github.com/google/go-cmp/cmp/export.go diff --git a/test/vendor/github.com/google/go-cmp/cmp/internal/diff/debug_disable.go b/tests/vendor/github.com/google/go-cmp/cmp/internal/diff/debug_disable.go similarity index 100% rename from test/vendor/github.com/google/go-cmp/cmp/internal/diff/debug_disable.go rename to tests/vendor/github.com/google/go-cmp/cmp/internal/diff/debug_disable.go diff --git a/test/vendor/github.com/google/go-cmp/cmp/internal/diff/debug_enable.go b/tests/vendor/github.com/google/go-cmp/cmp/internal/diff/debug_enable.go similarity index 100% rename from test/vendor/github.com/google/go-cmp/cmp/internal/diff/debug_enable.go rename to tests/vendor/github.com/google/go-cmp/cmp/internal/diff/debug_enable.go diff --git a/test/vendor/github.com/google/go-cmp/cmp/internal/diff/diff.go b/tests/vendor/github.com/google/go-cmp/cmp/internal/diff/diff.go similarity index 100% rename from test/vendor/github.com/google/go-cmp/cmp/internal/diff/diff.go rename to tests/vendor/github.com/google/go-cmp/cmp/internal/diff/diff.go diff --git a/test/vendor/github.com/google/go-cmp/cmp/internal/flags/flags.go b/tests/vendor/github.com/google/go-cmp/cmp/internal/flags/flags.go similarity index 100% rename from test/vendor/github.com/google/go-cmp/cmp/internal/flags/flags.go rename to tests/vendor/github.com/google/go-cmp/cmp/internal/flags/flags.go diff --git a/test/vendor/github.com/google/go-cmp/cmp/internal/function/func.go b/tests/vendor/github.com/google/go-cmp/cmp/internal/function/func.go similarity index 100% rename from test/vendor/github.com/google/go-cmp/cmp/internal/function/func.go rename to tests/vendor/github.com/google/go-cmp/cmp/internal/function/func.go diff --git a/test/vendor/github.com/google/go-cmp/cmp/internal/value/name.go b/tests/vendor/github.com/google/go-cmp/cmp/internal/value/name.go similarity index 100% rename from test/vendor/github.com/google/go-cmp/cmp/internal/value/name.go rename to tests/vendor/github.com/google/go-cmp/cmp/internal/value/name.go diff --git a/test/vendor/github.com/google/go-cmp/cmp/internal/value/pointer.go b/tests/vendor/github.com/google/go-cmp/cmp/internal/value/pointer.go similarity index 100% rename from test/vendor/github.com/google/go-cmp/cmp/internal/value/pointer.go rename to tests/vendor/github.com/google/go-cmp/cmp/internal/value/pointer.go diff --git a/test/vendor/github.com/google/go-cmp/cmp/internal/value/sort.go b/tests/vendor/github.com/google/go-cmp/cmp/internal/value/sort.go similarity index 100% rename from test/vendor/github.com/google/go-cmp/cmp/internal/value/sort.go rename to tests/vendor/github.com/google/go-cmp/cmp/internal/value/sort.go diff --git a/test/vendor/github.com/google/go-cmp/cmp/options.go b/tests/vendor/github.com/google/go-cmp/cmp/options.go similarity index 100% rename from test/vendor/github.com/google/go-cmp/cmp/options.go rename to tests/vendor/github.com/google/go-cmp/cmp/options.go diff --git a/test/vendor/github.com/google/go-cmp/cmp/path.go b/tests/vendor/github.com/google/go-cmp/cmp/path.go similarity index 100% rename from test/vendor/github.com/google/go-cmp/cmp/path.go rename to tests/vendor/github.com/google/go-cmp/cmp/path.go diff --git a/test/vendor/github.com/google/go-cmp/cmp/report.go b/tests/vendor/github.com/google/go-cmp/cmp/report.go similarity index 100% rename from test/vendor/github.com/google/go-cmp/cmp/report.go rename to tests/vendor/github.com/google/go-cmp/cmp/report.go diff --git a/test/vendor/github.com/google/go-cmp/cmp/report_compare.go b/tests/vendor/github.com/google/go-cmp/cmp/report_compare.go similarity index 100% rename from test/vendor/github.com/google/go-cmp/cmp/report_compare.go rename to tests/vendor/github.com/google/go-cmp/cmp/report_compare.go diff --git a/test/vendor/github.com/google/go-cmp/cmp/report_references.go b/tests/vendor/github.com/google/go-cmp/cmp/report_references.go similarity index 100% rename from test/vendor/github.com/google/go-cmp/cmp/report_references.go rename to tests/vendor/github.com/google/go-cmp/cmp/report_references.go diff --git a/test/vendor/github.com/google/go-cmp/cmp/report_reflect.go b/tests/vendor/github.com/google/go-cmp/cmp/report_reflect.go similarity index 100% rename from test/vendor/github.com/google/go-cmp/cmp/report_reflect.go rename to tests/vendor/github.com/google/go-cmp/cmp/report_reflect.go diff --git a/test/vendor/github.com/google/go-cmp/cmp/report_slices.go b/tests/vendor/github.com/google/go-cmp/cmp/report_slices.go similarity index 100% rename from test/vendor/github.com/google/go-cmp/cmp/report_slices.go rename to tests/vendor/github.com/google/go-cmp/cmp/report_slices.go diff --git a/test/vendor/github.com/google/go-cmp/cmp/report_text.go b/tests/vendor/github.com/google/go-cmp/cmp/report_text.go similarity index 100% rename from test/vendor/github.com/google/go-cmp/cmp/report_text.go rename to tests/vendor/github.com/google/go-cmp/cmp/report_text.go diff --git a/test/vendor/github.com/google/go-cmp/cmp/report_value.go b/tests/vendor/github.com/google/go-cmp/cmp/report_value.go similarity index 100% rename from test/vendor/github.com/google/go-cmp/cmp/report_value.go rename to tests/vendor/github.com/google/go-cmp/cmp/report_value.go diff --git a/test/vendor/github.com/google/pprof/AUTHORS b/tests/vendor/github.com/google/pprof/AUTHORS similarity index 100% rename from test/vendor/github.com/google/pprof/AUTHORS rename to tests/vendor/github.com/google/pprof/AUTHORS diff --git a/test/vendor/github.com/google/pprof/CONTRIBUTORS b/tests/vendor/github.com/google/pprof/CONTRIBUTORS similarity index 100% rename from test/vendor/github.com/google/pprof/CONTRIBUTORS rename to tests/vendor/github.com/google/pprof/CONTRIBUTORS diff --git a/test/vendor/github.com/google/pprof/LICENSE b/tests/vendor/github.com/google/pprof/LICENSE similarity index 100% rename from test/vendor/github.com/google/pprof/LICENSE rename to tests/vendor/github.com/google/pprof/LICENSE diff --git a/test/vendor/github.com/google/pprof/profile/encode.go b/tests/vendor/github.com/google/pprof/profile/encode.go similarity index 100% rename from test/vendor/github.com/google/pprof/profile/encode.go rename to tests/vendor/github.com/google/pprof/profile/encode.go diff --git a/test/vendor/github.com/google/pprof/profile/filter.go b/tests/vendor/github.com/google/pprof/profile/filter.go similarity index 100% rename from test/vendor/github.com/google/pprof/profile/filter.go rename to tests/vendor/github.com/google/pprof/profile/filter.go diff --git a/test/vendor/github.com/google/pprof/profile/index.go b/tests/vendor/github.com/google/pprof/profile/index.go similarity index 100% rename from test/vendor/github.com/google/pprof/profile/index.go rename to tests/vendor/github.com/google/pprof/profile/index.go diff --git a/test/vendor/github.com/google/pprof/profile/legacy_java_profile.go b/tests/vendor/github.com/google/pprof/profile/legacy_java_profile.go similarity index 100% rename from test/vendor/github.com/google/pprof/profile/legacy_java_profile.go rename to tests/vendor/github.com/google/pprof/profile/legacy_java_profile.go diff --git a/test/vendor/github.com/google/pprof/profile/legacy_profile.go b/tests/vendor/github.com/google/pprof/profile/legacy_profile.go similarity index 100% rename from test/vendor/github.com/google/pprof/profile/legacy_profile.go rename to tests/vendor/github.com/google/pprof/profile/legacy_profile.go diff --git a/test/vendor/github.com/google/pprof/profile/merge.go b/tests/vendor/github.com/google/pprof/profile/merge.go similarity index 100% rename from test/vendor/github.com/google/pprof/profile/merge.go rename to tests/vendor/github.com/google/pprof/profile/merge.go diff --git a/test/vendor/github.com/google/pprof/profile/profile.go b/tests/vendor/github.com/google/pprof/profile/profile.go similarity index 100% rename from test/vendor/github.com/google/pprof/profile/profile.go rename to tests/vendor/github.com/google/pprof/profile/profile.go diff --git a/test/vendor/github.com/google/pprof/profile/proto.go b/tests/vendor/github.com/google/pprof/profile/proto.go similarity index 100% rename from test/vendor/github.com/google/pprof/profile/proto.go rename to tests/vendor/github.com/google/pprof/profile/proto.go diff --git a/test/vendor/github.com/google/pprof/profile/prune.go b/tests/vendor/github.com/google/pprof/profile/prune.go similarity index 100% rename from test/vendor/github.com/google/pprof/profile/prune.go rename to tests/vendor/github.com/google/pprof/profile/prune.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/.gitignore b/tests/vendor/github.com/onsi/ginkgo/v2/.gitignore similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/.gitignore rename to tests/vendor/github.com/onsi/ginkgo/v2/.gitignore diff --git a/test/vendor/github.com/onsi/ginkgo/v2/CHANGELOG.md b/tests/vendor/github.com/onsi/ginkgo/v2/CHANGELOG.md similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/CHANGELOG.md rename to tests/vendor/github.com/onsi/ginkgo/v2/CHANGELOG.md diff --git a/test/vendor/github.com/onsi/ginkgo/v2/CONTRIBUTING.md b/tests/vendor/github.com/onsi/ginkgo/v2/CONTRIBUTING.md similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/CONTRIBUTING.md rename to tests/vendor/github.com/onsi/ginkgo/v2/CONTRIBUTING.md diff --git a/test/vendor/github.com/onsi/ginkgo/v2/LICENSE b/tests/vendor/github.com/onsi/ginkgo/v2/LICENSE similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/LICENSE rename to tests/vendor/github.com/onsi/ginkgo/v2/LICENSE diff --git a/test/vendor/github.com/onsi/ginkgo/v2/Makefile b/tests/vendor/github.com/onsi/ginkgo/v2/Makefile similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/Makefile rename to tests/vendor/github.com/onsi/ginkgo/v2/Makefile diff --git a/test/vendor/github.com/onsi/ginkgo/v2/README.md b/tests/vendor/github.com/onsi/ginkgo/v2/README.md similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/README.md rename to tests/vendor/github.com/onsi/ginkgo/v2/README.md diff --git a/test/vendor/github.com/onsi/ginkgo/v2/RELEASING.md b/tests/vendor/github.com/onsi/ginkgo/v2/RELEASING.md similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/RELEASING.md rename to tests/vendor/github.com/onsi/ginkgo/v2/RELEASING.md diff --git a/test/vendor/github.com/onsi/ginkgo/v2/config/deprecated.go b/tests/vendor/github.com/onsi/ginkgo/v2/config/deprecated.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/config/deprecated.go rename to tests/vendor/github.com/onsi/ginkgo/v2/config/deprecated.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/core_dsl.go b/tests/vendor/github.com/onsi/ginkgo/v2/core_dsl.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/core_dsl.go rename to tests/vendor/github.com/onsi/ginkgo/v2/core_dsl.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/decorator_dsl.go b/tests/vendor/github.com/onsi/ginkgo/v2/decorator_dsl.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/decorator_dsl.go rename to tests/vendor/github.com/onsi/ginkgo/v2/decorator_dsl.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/deprecated_dsl.go b/tests/vendor/github.com/onsi/ginkgo/v2/deprecated_dsl.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/deprecated_dsl.go rename to tests/vendor/github.com/onsi/ginkgo/v2/deprecated_dsl.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/formatter/colorable_others.go b/tests/vendor/github.com/onsi/ginkgo/v2/formatter/colorable_others.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/formatter/colorable_others.go rename to tests/vendor/github.com/onsi/ginkgo/v2/formatter/colorable_others.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/formatter/colorable_windows.go b/tests/vendor/github.com/onsi/ginkgo/v2/formatter/colorable_windows.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/formatter/colorable_windows.go rename to tests/vendor/github.com/onsi/ginkgo/v2/formatter/colorable_windows.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/formatter/formatter.go b/tests/vendor/github.com/onsi/ginkgo/v2/formatter/formatter.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/formatter/formatter.go rename to tests/vendor/github.com/onsi/ginkgo/v2/formatter/formatter.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo/build/build_command.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/build/build_command.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo/build/build_command.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/build/build_command.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo/command/abort.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/command/abort.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo/command/abort.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/command/abort.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo/command/command.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/command/command.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo/command/command.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/command/command.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo/command/program.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/command/program.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo/command/program.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/command/program.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/boostrap_templates.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/boostrap_templates.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/boostrap_templates.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/boostrap_templates.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/bootstrap_command.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/bootstrap_command.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/bootstrap_command.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/bootstrap_command.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/generate_command.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/generate_command.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/generate_command.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/generate_command.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/generate_templates.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/generate_templates.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/generate_templates.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/generate_templates.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/generators_common.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/generators_common.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/generators_common.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/generators/generators_common.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/compile.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/compile.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/compile.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/compile.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/gocovmerge.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/gocovmerge.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/gocovmerge.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/gocovmerge.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/profiles_and_reports.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/profiles_and_reports.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/profiles_and_reports.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/profiles_and_reports.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/run.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/run.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/run.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/run.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/test_suite.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/test_suite.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/test_suite.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/test_suite.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/utils.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/utils.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/utils.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/utils.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/verify_version.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/verify_version.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/verify_version.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/internal/verify_version.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo/labels/labels_command.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/labels/labels_command.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo/labels/labels_command.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/labels/labels_command.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo/main.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/main.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo/main.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/main.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo/outline/ginkgo.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/outline/ginkgo.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo/outline/ginkgo.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/outline/ginkgo.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo/outline/import.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/outline/import.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo/outline/import.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/outline/import.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo/outline/outline.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/outline/outline.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo/outline/outline.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/outline/outline.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo/outline/outline_command.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/outline/outline_command.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo/outline/outline_command.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/outline/outline_command.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo/run/run_command.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/run/run_command.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo/run/run_command.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/run/run_command.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo/unfocus/unfocus_command.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/unfocus/unfocus_command.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo/unfocus/unfocus_command.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/unfocus/unfocus_command.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/delta.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/delta.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/delta.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/delta.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/delta_tracker.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/delta_tracker.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/delta_tracker.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/delta_tracker.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/dependencies.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/dependencies.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/dependencies.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/dependencies.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/package_hash.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/package_hash.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/package_hash.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/package_hash.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/package_hashes.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/package_hashes.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/package_hashes.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/package_hashes.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/suite.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/suite.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/suite.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/suite.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/watch_command.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/watch_command.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/watch_command.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo/watch/watch_command.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo_cli_dependencies.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo_cli_dependencies.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo_cli_dependencies.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo_cli_dependencies.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/ginkgo_t_dsl.go b/tests/vendor/github.com/onsi/ginkgo/v2/ginkgo_t_dsl.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/ginkgo_t_dsl.go rename to tests/vendor/github.com/onsi/ginkgo/v2/ginkgo_t_dsl.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/counter.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/counter.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/counter.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/counter.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/failer.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/failer.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/failer.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/failer.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/focus.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/focus.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/focus.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/focus.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/global/init.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/global/init.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/global/init.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/global/init.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/group.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/group.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/group.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/group.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/interrupt_handler/interrupt_handler.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/interrupt_handler/interrupt_handler.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/interrupt_handler/interrupt_handler.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/interrupt_handler/interrupt_handler.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/interrupt_handler/sigquit_swallower_unix.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/interrupt_handler/sigquit_swallower_unix.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/interrupt_handler/sigquit_swallower_unix.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/interrupt_handler/sigquit_swallower_unix.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/interrupt_handler/sigquit_swallower_windows.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/interrupt_handler/sigquit_swallower_windows.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/interrupt_handler/sigquit_swallower_windows.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/interrupt_handler/sigquit_swallower_windows.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/node.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/node.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/node.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/node.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/ordering.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/ordering.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/ordering.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/ordering.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/output_interceptor.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/output_interceptor.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/output_interceptor.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/output_interceptor.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/output_interceptor_unix.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/output_interceptor_unix.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/output_interceptor_unix.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/output_interceptor_unix.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/output_interceptor_wasm.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/output_interceptor_wasm.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/output_interceptor_wasm.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/output_interceptor_wasm.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/output_interceptor_win.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/output_interceptor_win.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/output_interceptor_win.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/output_interceptor_win.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/client_server.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/client_server.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/client_server.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/client_server.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/http_client.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/http_client.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/http_client.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/http_client.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/http_server.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/http_server.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/http_server.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/http_server.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/rpc_client.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/rpc_client.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/rpc_client.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/rpc_client.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/rpc_server.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/rpc_server.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/rpc_server.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/rpc_server.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/server_handler.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/server_handler.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/server_handler.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/parallel_support/server_handler.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/progress_report.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/progress_report.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/progress_report.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/progress_report.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/progress_report_bsd.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/progress_report_bsd.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/progress_report_bsd.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/progress_report_bsd.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/progress_report_unix.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/progress_report_unix.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/progress_report_unix.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/progress_report_unix.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/progress_report_wasm.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/progress_report_wasm.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/progress_report_wasm.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/progress_report_wasm.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/progress_report_win.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/progress_report_win.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/progress_report_win.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/progress_report_win.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/progress_reporter_manager.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/progress_reporter_manager.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/progress_reporter_manager.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/progress_reporter_manager.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/report_entry.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/report_entry.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/report_entry.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/report_entry.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/spec.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/spec.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/spec.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/spec.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/spec_context.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/spec_context.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/spec_context.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/spec_context.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/suite.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/suite.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/suite.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/suite.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/testingtproxy/testing_t_proxy.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/testingtproxy/testing_t_proxy.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/testingtproxy/testing_t_proxy.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/testingtproxy/testing_t_proxy.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/tree.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/tree.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/tree.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/tree.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/internal/writer.go b/tests/vendor/github.com/onsi/ginkgo/v2/internal/writer.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/internal/writer.go rename to tests/vendor/github.com/onsi/ginkgo/v2/internal/writer.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/reporters/default_reporter.go b/tests/vendor/github.com/onsi/ginkgo/v2/reporters/default_reporter.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/reporters/default_reporter.go rename to tests/vendor/github.com/onsi/ginkgo/v2/reporters/default_reporter.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/reporters/deprecated_reporter.go b/tests/vendor/github.com/onsi/ginkgo/v2/reporters/deprecated_reporter.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/reporters/deprecated_reporter.go rename to tests/vendor/github.com/onsi/ginkgo/v2/reporters/deprecated_reporter.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/reporters/json_report.go b/tests/vendor/github.com/onsi/ginkgo/v2/reporters/json_report.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/reporters/json_report.go rename to tests/vendor/github.com/onsi/ginkgo/v2/reporters/json_report.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/reporters/junit_report.go b/tests/vendor/github.com/onsi/ginkgo/v2/reporters/junit_report.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/reporters/junit_report.go rename to tests/vendor/github.com/onsi/ginkgo/v2/reporters/junit_report.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/reporters/reporter.go b/tests/vendor/github.com/onsi/ginkgo/v2/reporters/reporter.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/reporters/reporter.go rename to tests/vendor/github.com/onsi/ginkgo/v2/reporters/reporter.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/reporters/teamcity_report.go b/tests/vendor/github.com/onsi/ginkgo/v2/reporters/teamcity_report.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/reporters/teamcity_report.go rename to tests/vendor/github.com/onsi/ginkgo/v2/reporters/teamcity_report.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/reporting_dsl.go b/tests/vendor/github.com/onsi/ginkgo/v2/reporting_dsl.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/reporting_dsl.go rename to tests/vendor/github.com/onsi/ginkgo/v2/reporting_dsl.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/table_dsl.go b/tests/vendor/github.com/onsi/ginkgo/v2/table_dsl.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/table_dsl.go rename to tests/vendor/github.com/onsi/ginkgo/v2/table_dsl.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/types/code_location.go b/tests/vendor/github.com/onsi/ginkgo/v2/types/code_location.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/types/code_location.go rename to tests/vendor/github.com/onsi/ginkgo/v2/types/code_location.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/types/config.go b/tests/vendor/github.com/onsi/ginkgo/v2/types/config.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/types/config.go rename to tests/vendor/github.com/onsi/ginkgo/v2/types/config.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/types/deprecated_types.go b/tests/vendor/github.com/onsi/ginkgo/v2/types/deprecated_types.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/types/deprecated_types.go rename to tests/vendor/github.com/onsi/ginkgo/v2/types/deprecated_types.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/types/deprecation_support.go b/tests/vendor/github.com/onsi/ginkgo/v2/types/deprecation_support.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/types/deprecation_support.go rename to tests/vendor/github.com/onsi/ginkgo/v2/types/deprecation_support.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/types/enum_support.go b/tests/vendor/github.com/onsi/ginkgo/v2/types/enum_support.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/types/enum_support.go rename to tests/vendor/github.com/onsi/ginkgo/v2/types/enum_support.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/types/errors.go b/tests/vendor/github.com/onsi/ginkgo/v2/types/errors.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/types/errors.go rename to tests/vendor/github.com/onsi/ginkgo/v2/types/errors.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/types/file_filter.go b/tests/vendor/github.com/onsi/ginkgo/v2/types/file_filter.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/types/file_filter.go rename to tests/vendor/github.com/onsi/ginkgo/v2/types/file_filter.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/types/flags.go b/tests/vendor/github.com/onsi/ginkgo/v2/types/flags.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/types/flags.go rename to tests/vendor/github.com/onsi/ginkgo/v2/types/flags.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/types/label_filter.go b/tests/vendor/github.com/onsi/ginkgo/v2/types/label_filter.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/types/label_filter.go rename to tests/vendor/github.com/onsi/ginkgo/v2/types/label_filter.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/types/report_entry.go b/tests/vendor/github.com/onsi/ginkgo/v2/types/report_entry.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/types/report_entry.go rename to tests/vendor/github.com/onsi/ginkgo/v2/types/report_entry.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/types/types.go b/tests/vendor/github.com/onsi/ginkgo/v2/types/types.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/types/types.go rename to tests/vendor/github.com/onsi/ginkgo/v2/types/types.go diff --git a/test/vendor/github.com/onsi/ginkgo/v2/types/version.go b/tests/vendor/github.com/onsi/ginkgo/v2/types/version.go similarity index 100% rename from test/vendor/github.com/onsi/ginkgo/v2/types/version.go rename to tests/vendor/github.com/onsi/ginkgo/v2/types/version.go diff --git a/test/vendor/github.com/onsi/gomega/.gitignore b/tests/vendor/github.com/onsi/gomega/.gitignore similarity index 100% rename from test/vendor/github.com/onsi/gomega/.gitignore rename to tests/vendor/github.com/onsi/gomega/.gitignore diff --git a/test/vendor/github.com/onsi/gomega/CHANGELOG.md b/tests/vendor/github.com/onsi/gomega/CHANGELOG.md similarity index 100% rename from test/vendor/github.com/onsi/gomega/CHANGELOG.md rename to tests/vendor/github.com/onsi/gomega/CHANGELOG.md diff --git a/test/vendor/github.com/onsi/gomega/CONTRIBUTING.md b/tests/vendor/github.com/onsi/gomega/CONTRIBUTING.md similarity index 100% rename from test/vendor/github.com/onsi/gomega/CONTRIBUTING.md rename to tests/vendor/github.com/onsi/gomega/CONTRIBUTING.md diff --git a/test/vendor/github.com/onsi/gomega/LICENSE b/tests/vendor/github.com/onsi/gomega/LICENSE similarity index 100% rename from test/vendor/github.com/onsi/gomega/LICENSE rename to tests/vendor/github.com/onsi/gomega/LICENSE diff --git a/test/vendor/github.com/onsi/gomega/README.md b/tests/vendor/github.com/onsi/gomega/README.md similarity index 100% rename from test/vendor/github.com/onsi/gomega/README.md rename to tests/vendor/github.com/onsi/gomega/README.md diff --git a/test/vendor/github.com/onsi/gomega/RELEASING.md b/tests/vendor/github.com/onsi/gomega/RELEASING.md similarity index 100% rename from test/vendor/github.com/onsi/gomega/RELEASING.md rename to tests/vendor/github.com/onsi/gomega/RELEASING.md diff --git a/test/vendor/github.com/onsi/gomega/format/format.go b/tests/vendor/github.com/onsi/gomega/format/format.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/format/format.go rename to tests/vendor/github.com/onsi/gomega/format/format.go diff --git a/test/vendor/github.com/onsi/gomega/gomega_dsl.go b/tests/vendor/github.com/onsi/gomega/gomega_dsl.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/gomega_dsl.go rename to tests/vendor/github.com/onsi/gomega/gomega_dsl.go diff --git a/test/vendor/github.com/onsi/gomega/internal/assertion.go b/tests/vendor/github.com/onsi/gomega/internal/assertion.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/internal/assertion.go rename to tests/vendor/github.com/onsi/gomega/internal/assertion.go diff --git a/test/vendor/github.com/onsi/gomega/internal/async_assertion.go b/tests/vendor/github.com/onsi/gomega/internal/async_assertion.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/internal/async_assertion.go rename to tests/vendor/github.com/onsi/gomega/internal/async_assertion.go diff --git a/test/vendor/github.com/onsi/gomega/internal/duration_bundle.go b/tests/vendor/github.com/onsi/gomega/internal/duration_bundle.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/internal/duration_bundle.go rename to tests/vendor/github.com/onsi/gomega/internal/duration_bundle.go diff --git a/test/vendor/github.com/onsi/gomega/internal/gomega.go b/tests/vendor/github.com/onsi/gomega/internal/gomega.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/internal/gomega.go rename to tests/vendor/github.com/onsi/gomega/internal/gomega.go diff --git a/test/vendor/github.com/onsi/gomega/internal/gutil/post_ioutil.go b/tests/vendor/github.com/onsi/gomega/internal/gutil/post_ioutil.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/internal/gutil/post_ioutil.go rename to tests/vendor/github.com/onsi/gomega/internal/gutil/post_ioutil.go diff --git a/test/vendor/github.com/onsi/gomega/internal/gutil/using_ioutil.go b/tests/vendor/github.com/onsi/gomega/internal/gutil/using_ioutil.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/internal/gutil/using_ioutil.go rename to tests/vendor/github.com/onsi/gomega/internal/gutil/using_ioutil.go diff --git a/test/vendor/github.com/onsi/gomega/internal/polling_signal_error.go b/tests/vendor/github.com/onsi/gomega/internal/polling_signal_error.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/internal/polling_signal_error.go rename to tests/vendor/github.com/onsi/gomega/internal/polling_signal_error.go diff --git a/test/vendor/github.com/onsi/gomega/internal/vetoptdesc.go b/tests/vendor/github.com/onsi/gomega/internal/vetoptdesc.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/internal/vetoptdesc.go rename to tests/vendor/github.com/onsi/gomega/internal/vetoptdesc.go diff --git a/test/vendor/github.com/onsi/gomega/matchers.go b/tests/vendor/github.com/onsi/gomega/matchers.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers.go rename to tests/vendor/github.com/onsi/gomega/matchers.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/and.go b/tests/vendor/github.com/onsi/gomega/matchers/and.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/and.go rename to tests/vendor/github.com/onsi/gomega/matchers/and.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/assignable_to_type_of_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/assignable_to_type_of_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/assignable_to_type_of_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/assignable_to_type_of_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/attributes_slice.go b/tests/vendor/github.com/onsi/gomega/matchers/attributes_slice.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/attributes_slice.go rename to tests/vendor/github.com/onsi/gomega/matchers/attributes_slice.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/be_a_directory.go b/tests/vendor/github.com/onsi/gomega/matchers/be_a_directory.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/be_a_directory.go rename to tests/vendor/github.com/onsi/gomega/matchers/be_a_directory.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/be_a_regular_file.go b/tests/vendor/github.com/onsi/gomega/matchers/be_a_regular_file.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/be_a_regular_file.go rename to tests/vendor/github.com/onsi/gomega/matchers/be_a_regular_file.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/be_an_existing_file.go b/tests/vendor/github.com/onsi/gomega/matchers/be_an_existing_file.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/be_an_existing_file.go rename to tests/vendor/github.com/onsi/gomega/matchers/be_an_existing_file.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/be_closed_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/be_closed_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/be_closed_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/be_closed_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/be_comparable_to_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/be_comparable_to_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/be_comparable_to_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/be_comparable_to_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/be_element_of_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/be_element_of_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/be_element_of_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/be_element_of_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/be_empty_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/be_empty_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/be_empty_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/be_empty_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/be_equivalent_to_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/be_equivalent_to_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/be_equivalent_to_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/be_equivalent_to_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/be_false_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/be_false_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/be_false_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/be_false_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/be_identical_to.go b/tests/vendor/github.com/onsi/gomega/matchers/be_identical_to.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/be_identical_to.go rename to tests/vendor/github.com/onsi/gomega/matchers/be_identical_to.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/be_key_of_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/be_key_of_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/be_key_of_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/be_key_of_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/be_nil_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/be_nil_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/be_nil_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/be_nil_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/be_numerically_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/be_numerically_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/be_numerically_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/be_numerically_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/be_sent_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/be_sent_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/be_sent_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/be_sent_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/be_temporally_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/be_temporally_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/be_temporally_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/be_temporally_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/be_true_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/be_true_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/be_true_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/be_true_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/be_zero_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/be_zero_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/be_zero_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/be_zero_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/consist_of.go b/tests/vendor/github.com/onsi/gomega/matchers/consist_of.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/consist_of.go rename to tests/vendor/github.com/onsi/gomega/matchers/consist_of.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/contain_element_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/contain_element_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/contain_element_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/contain_element_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/contain_elements_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/contain_elements_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/contain_elements_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/contain_elements_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/contain_substring_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/contain_substring_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/contain_substring_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/contain_substring_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/equal_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/equal_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/equal_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/equal_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/have_cap_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/have_cap_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/have_cap_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/have_cap_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/have_each_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/have_each_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/have_each_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/have_each_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/have_exact_elements.go b/tests/vendor/github.com/onsi/gomega/matchers/have_exact_elements.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/have_exact_elements.go rename to tests/vendor/github.com/onsi/gomega/matchers/have_exact_elements.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/have_existing_field_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/have_existing_field_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/have_existing_field_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/have_existing_field_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/have_field.go b/tests/vendor/github.com/onsi/gomega/matchers/have_field.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/have_field.go rename to tests/vendor/github.com/onsi/gomega/matchers/have_field.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/have_http_body_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/have_http_body_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/have_http_body_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/have_http_body_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/have_http_header_with_value_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/have_http_header_with_value_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/have_http_header_with_value_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/have_http_header_with_value_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/have_http_status_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/have_http_status_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/have_http_status_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/have_http_status_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/have_key_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/have_key_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/have_key_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/have_key_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/have_key_with_value_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/have_key_with_value_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/have_key_with_value_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/have_key_with_value_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/have_len_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/have_len_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/have_len_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/have_len_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/have_occurred_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/have_occurred_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/have_occurred_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/have_occurred_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/have_prefix_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/have_prefix_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/have_prefix_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/have_prefix_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/have_suffix_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/have_suffix_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/have_suffix_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/have_suffix_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/have_value.go b/tests/vendor/github.com/onsi/gomega/matchers/have_value.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/have_value.go rename to tests/vendor/github.com/onsi/gomega/matchers/have_value.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/internal/miter/type_support_iter.go b/tests/vendor/github.com/onsi/gomega/matchers/internal/miter/type_support_iter.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/internal/miter/type_support_iter.go rename to tests/vendor/github.com/onsi/gomega/matchers/internal/miter/type_support_iter.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/internal/miter/type_support_noiter.go b/tests/vendor/github.com/onsi/gomega/matchers/internal/miter/type_support_noiter.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/internal/miter/type_support_noiter.go rename to tests/vendor/github.com/onsi/gomega/matchers/internal/miter/type_support_noiter.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/match_error_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/match_error_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/match_error_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/match_error_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/match_json_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/match_json_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/match_json_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/match_json_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/match_regexp_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/match_regexp_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/match_regexp_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/match_regexp_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/match_xml_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/match_xml_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/match_xml_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/match_xml_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/match_yaml_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/match_yaml_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/match_yaml_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/match_yaml_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/not.go b/tests/vendor/github.com/onsi/gomega/matchers/not.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/not.go rename to tests/vendor/github.com/onsi/gomega/matchers/not.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/or.go b/tests/vendor/github.com/onsi/gomega/matchers/or.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/or.go rename to tests/vendor/github.com/onsi/gomega/matchers/or.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/panic_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/panic_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/panic_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/panic_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/receive_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/receive_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/receive_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/receive_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/satisfy_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/satisfy_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/satisfy_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/satisfy_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/semi_structured_data_support.go b/tests/vendor/github.com/onsi/gomega/matchers/semi_structured_data_support.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/semi_structured_data_support.go rename to tests/vendor/github.com/onsi/gomega/matchers/semi_structured_data_support.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/succeed_matcher.go b/tests/vendor/github.com/onsi/gomega/matchers/succeed_matcher.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/succeed_matcher.go rename to tests/vendor/github.com/onsi/gomega/matchers/succeed_matcher.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/support/goraph/bipartitegraph/bipartitegraph.go b/tests/vendor/github.com/onsi/gomega/matchers/support/goraph/bipartitegraph/bipartitegraph.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/support/goraph/bipartitegraph/bipartitegraph.go rename to tests/vendor/github.com/onsi/gomega/matchers/support/goraph/bipartitegraph/bipartitegraph.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/support/goraph/bipartitegraph/bipartitegraphmatching.go b/tests/vendor/github.com/onsi/gomega/matchers/support/goraph/bipartitegraph/bipartitegraphmatching.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/support/goraph/bipartitegraph/bipartitegraphmatching.go rename to tests/vendor/github.com/onsi/gomega/matchers/support/goraph/bipartitegraph/bipartitegraphmatching.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/support/goraph/edge/edge.go b/tests/vendor/github.com/onsi/gomega/matchers/support/goraph/edge/edge.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/support/goraph/edge/edge.go rename to tests/vendor/github.com/onsi/gomega/matchers/support/goraph/edge/edge.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/support/goraph/node/node.go b/tests/vendor/github.com/onsi/gomega/matchers/support/goraph/node/node.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/support/goraph/node/node.go rename to tests/vendor/github.com/onsi/gomega/matchers/support/goraph/node/node.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/support/goraph/util/util.go b/tests/vendor/github.com/onsi/gomega/matchers/support/goraph/util/util.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/support/goraph/util/util.go rename to tests/vendor/github.com/onsi/gomega/matchers/support/goraph/util/util.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/type_support.go b/tests/vendor/github.com/onsi/gomega/matchers/type_support.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/type_support.go rename to tests/vendor/github.com/onsi/gomega/matchers/type_support.go diff --git a/test/vendor/github.com/onsi/gomega/matchers/with_transform.go b/tests/vendor/github.com/onsi/gomega/matchers/with_transform.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/matchers/with_transform.go rename to tests/vendor/github.com/onsi/gomega/matchers/with_transform.go diff --git a/test/vendor/github.com/onsi/gomega/types/types.go b/tests/vendor/github.com/onsi/gomega/types/types.go similarity index 100% rename from test/vendor/github.com/onsi/gomega/types/types.go rename to tests/vendor/github.com/onsi/gomega/types/types.go diff --git a/test/vendor/golang.org/x/net/LICENSE b/tests/vendor/golang.org/x/net/LICENSE similarity index 100% rename from test/vendor/golang.org/x/net/LICENSE rename to tests/vendor/golang.org/x/net/LICENSE diff --git a/test/vendor/golang.org/x/net/PATENTS b/tests/vendor/golang.org/x/net/PATENTS similarity index 100% rename from test/vendor/golang.org/x/net/PATENTS rename to tests/vendor/golang.org/x/net/PATENTS diff --git a/test/vendor/golang.org/x/net/html/atom/atom.go b/tests/vendor/golang.org/x/net/html/atom/atom.go similarity index 100% rename from test/vendor/golang.org/x/net/html/atom/atom.go rename to tests/vendor/golang.org/x/net/html/atom/atom.go diff --git a/test/vendor/golang.org/x/net/html/atom/table.go b/tests/vendor/golang.org/x/net/html/atom/table.go similarity index 100% rename from test/vendor/golang.org/x/net/html/atom/table.go rename to tests/vendor/golang.org/x/net/html/atom/table.go diff --git a/test/vendor/golang.org/x/net/html/charset/charset.go b/tests/vendor/golang.org/x/net/html/charset/charset.go similarity index 100% rename from test/vendor/golang.org/x/net/html/charset/charset.go rename to tests/vendor/golang.org/x/net/html/charset/charset.go diff --git a/test/vendor/golang.org/x/net/html/const.go b/tests/vendor/golang.org/x/net/html/const.go similarity index 100% rename from test/vendor/golang.org/x/net/html/const.go rename to tests/vendor/golang.org/x/net/html/const.go diff --git a/test/vendor/golang.org/x/net/html/doc.go b/tests/vendor/golang.org/x/net/html/doc.go similarity index 100% rename from test/vendor/golang.org/x/net/html/doc.go rename to tests/vendor/golang.org/x/net/html/doc.go diff --git a/test/vendor/golang.org/x/net/html/doctype.go b/tests/vendor/golang.org/x/net/html/doctype.go similarity index 100% rename from test/vendor/golang.org/x/net/html/doctype.go rename to tests/vendor/golang.org/x/net/html/doctype.go diff --git a/test/vendor/golang.org/x/net/html/entity.go b/tests/vendor/golang.org/x/net/html/entity.go similarity index 100% rename from test/vendor/golang.org/x/net/html/entity.go rename to tests/vendor/golang.org/x/net/html/entity.go diff --git a/test/vendor/golang.org/x/net/html/escape.go b/tests/vendor/golang.org/x/net/html/escape.go similarity index 100% rename from test/vendor/golang.org/x/net/html/escape.go rename to tests/vendor/golang.org/x/net/html/escape.go diff --git a/test/vendor/golang.org/x/net/html/foreign.go b/tests/vendor/golang.org/x/net/html/foreign.go similarity index 100% rename from test/vendor/golang.org/x/net/html/foreign.go rename to tests/vendor/golang.org/x/net/html/foreign.go diff --git a/test/vendor/golang.org/x/net/html/iter.go b/tests/vendor/golang.org/x/net/html/iter.go similarity index 100% rename from test/vendor/golang.org/x/net/html/iter.go rename to tests/vendor/golang.org/x/net/html/iter.go diff --git a/test/vendor/golang.org/x/net/html/node.go b/tests/vendor/golang.org/x/net/html/node.go similarity index 100% rename from test/vendor/golang.org/x/net/html/node.go rename to tests/vendor/golang.org/x/net/html/node.go diff --git a/test/vendor/golang.org/x/net/html/parse.go b/tests/vendor/golang.org/x/net/html/parse.go similarity index 100% rename from test/vendor/golang.org/x/net/html/parse.go rename to tests/vendor/golang.org/x/net/html/parse.go diff --git a/test/vendor/golang.org/x/net/html/render.go b/tests/vendor/golang.org/x/net/html/render.go similarity index 100% rename from test/vendor/golang.org/x/net/html/render.go rename to tests/vendor/golang.org/x/net/html/render.go diff --git a/test/vendor/golang.org/x/net/html/token.go b/tests/vendor/golang.org/x/net/html/token.go similarity index 100% rename from test/vendor/golang.org/x/net/html/token.go rename to tests/vendor/golang.org/x/net/html/token.go diff --git a/test/vendor/golang.org/x/sys/LICENSE b/tests/vendor/golang.org/x/sys/LICENSE similarity index 100% rename from test/vendor/golang.org/x/sys/LICENSE rename to tests/vendor/golang.org/x/sys/LICENSE diff --git a/test/vendor/golang.org/x/sys/PATENTS b/tests/vendor/golang.org/x/sys/PATENTS similarity index 100% rename from test/vendor/golang.org/x/sys/PATENTS rename to tests/vendor/golang.org/x/sys/PATENTS diff --git a/test/vendor/golang.org/x/sys/unix/.gitignore b/tests/vendor/golang.org/x/sys/unix/.gitignore similarity index 100% rename from test/vendor/golang.org/x/sys/unix/.gitignore rename to tests/vendor/golang.org/x/sys/unix/.gitignore diff --git a/test/vendor/golang.org/x/sys/unix/README.md b/tests/vendor/golang.org/x/sys/unix/README.md similarity index 100% rename from test/vendor/golang.org/x/sys/unix/README.md rename to tests/vendor/golang.org/x/sys/unix/README.md diff --git a/test/vendor/golang.org/x/sys/unix/affinity_linux.go b/tests/vendor/golang.org/x/sys/unix/affinity_linux.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/affinity_linux.go rename to tests/vendor/golang.org/x/sys/unix/affinity_linux.go diff --git a/test/vendor/golang.org/x/sys/unix/aliases.go b/tests/vendor/golang.org/x/sys/unix/aliases.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/aliases.go rename to tests/vendor/golang.org/x/sys/unix/aliases.go diff --git a/test/vendor/golang.org/x/sys/unix/asm_aix_ppc64.s b/tests/vendor/golang.org/x/sys/unix/asm_aix_ppc64.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/asm_aix_ppc64.s rename to tests/vendor/golang.org/x/sys/unix/asm_aix_ppc64.s diff --git a/test/vendor/golang.org/x/sys/unix/asm_bsd_386.s b/tests/vendor/golang.org/x/sys/unix/asm_bsd_386.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/asm_bsd_386.s rename to tests/vendor/golang.org/x/sys/unix/asm_bsd_386.s diff --git a/test/vendor/golang.org/x/sys/unix/asm_bsd_amd64.s b/tests/vendor/golang.org/x/sys/unix/asm_bsd_amd64.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/asm_bsd_amd64.s rename to tests/vendor/golang.org/x/sys/unix/asm_bsd_amd64.s diff --git a/test/vendor/golang.org/x/sys/unix/asm_bsd_arm.s b/tests/vendor/golang.org/x/sys/unix/asm_bsd_arm.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/asm_bsd_arm.s rename to tests/vendor/golang.org/x/sys/unix/asm_bsd_arm.s diff --git a/test/vendor/golang.org/x/sys/unix/asm_bsd_arm64.s b/tests/vendor/golang.org/x/sys/unix/asm_bsd_arm64.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/asm_bsd_arm64.s rename to tests/vendor/golang.org/x/sys/unix/asm_bsd_arm64.s diff --git a/test/vendor/golang.org/x/sys/unix/asm_bsd_ppc64.s b/tests/vendor/golang.org/x/sys/unix/asm_bsd_ppc64.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/asm_bsd_ppc64.s rename to tests/vendor/golang.org/x/sys/unix/asm_bsd_ppc64.s diff --git a/test/vendor/golang.org/x/sys/unix/asm_bsd_riscv64.s b/tests/vendor/golang.org/x/sys/unix/asm_bsd_riscv64.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/asm_bsd_riscv64.s rename to tests/vendor/golang.org/x/sys/unix/asm_bsd_riscv64.s diff --git a/test/vendor/golang.org/x/sys/unix/asm_linux_386.s b/tests/vendor/golang.org/x/sys/unix/asm_linux_386.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/asm_linux_386.s rename to tests/vendor/golang.org/x/sys/unix/asm_linux_386.s diff --git a/test/vendor/golang.org/x/sys/unix/asm_linux_amd64.s b/tests/vendor/golang.org/x/sys/unix/asm_linux_amd64.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/asm_linux_amd64.s rename to tests/vendor/golang.org/x/sys/unix/asm_linux_amd64.s diff --git a/test/vendor/golang.org/x/sys/unix/asm_linux_arm.s b/tests/vendor/golang.org/x/sys/unix/asm_linux_arm.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/asm_linux_arm.s rename to tests/vendor/golang.org/x/sys/unix/asm_linux_arm.s diff --git a/test/vendor/golang.org/x/sys/unix/asm_linux_arm64.s b/tests/vendor/golang.org/x/sys/unix/asm_linux_arm64.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/asm_linux_arm64.s rename to tests/vendor/golang.org/x/sys/unix/asm_linux_arm64.s diff --git a/test/vendor/golang.org/x/sys/unix/asm_linux_loong64.s b/tests/vendor/golang.org/x/sys/unix/asm_linux_loong64.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/asm_linux_loong64.s rename to tests/vendor/golang.org/x/sys/unix/asm_linux_loong64.s diff --git a/test/vendor/golang.org/x/sys/unix/asm_linux_mips64x.s b/tests/vendor/golang.org/x/sys/unix/asm_linux_mips64x.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/asm_linux_mips64x.s rename to tests/vendor/golang.org/x/sys/unix/asm_linux_mips64x.s diff --git a/test/vendor/golang.org/x/sys/unix/asm_linux_mipsx.s b/tests/vendor/golang.org/x/sys/unix/asm_linux_mipsx.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/asm_linux_mipsx.s rename to tests/vendor/golang.org/x/sys/unix/asm_linux_mipsx.s diff --git a/test/vendor/golang.org/x/sys/unix/asm_linux_ppc64x.s b/tests/vendor/golang.org/x/sys/unix/asm_linux_ppc64x.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/asm_linux_ppc64x.s rename to tests/vendor/golang.org/x/sys/unix/asm_linux_ppc64x.s diff --git a/test/vendor/golang.org/x/sys/unix/asm_linux_riscv64.s b/tests/vendor/golang.org/x/sys/unix/asm_linux_riscv64.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/asm_linux_riscv64.s rename to tests/vendor/golang.org/x/sys/unix/asm_linux_riscv64.s diff --git a/test/vendor/golang.org/x/sys/unix/asm_linux_s390x.s b/tests/vendor/golang.org/x/sys/unix/asm_linux_s390x.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/asm_linux_s390x.s rename to tests/vendor/golang.org/x/sys/unix/asm_linux_s390x.s diff --git a/test/vendor/golang.org/x/sys/unix/asm_openbsd_mips64.s b/tests/vendor/golang.org/x/sys/unix/asm_openbsd_mips64.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/asm_openbsd_mips64.s rename to tests/vendor/golang.org/x/sys/unix/asm_openbsd_mips64.s diff --git a/test/vendor/golang.org/x/sys/unix/asm_solaris_amd64.s b/tests/vendor/golang.org/x/sys/unix/asm_solaris_amd64.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/asm_solaris_amd64.s rename to tests/vendor/golang.org/x/sys/unix/asm_solaris_amd64.s diff --git a/test/vendor/golang.org/x/sys/unix/asm_zos_s390x.s b/tests/vendor/golang.org/x/sys/unix/asm_zos_s390x.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/asm_zos_s390x.s rename to tests/vendor/golang.org/x/sys/unix/asm_zos_s390x.s diff --git a/test/vendor/golang.org/x/sys/unix/bluetooth_linux.go b/tests/vendor/golang.org/x/sys/unix/bluetooth_linux.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/bluetooth_linux.go rename to tests/vendor/golang.org/x/sys/unix/bluetooth_linux.go diff --git a/test/vendor/golang.org/x/sys/unix/bpxsvc_zos.go b/tests/vendor/golang.org/x/sys/unix/bpxsvc_zos.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/bpxsvc_zos.go rename to tests/vendor/golang.org/x/sys/unix/bpxsvc_zos.go diff --git a/test/vendor/golang.org/x/sys/unix/bpxsvc_zos.s b/tests/vendor/golang.org/x/sys/unix/bpxsvc_zos.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/bpxsvc_zos.s rename to tests/vendor/golang.org/x/sys/unix/bpxsvc_zos.s diff --git a/test/vendor/golang.org/x/sys/unix/cap_freebsd.go b/tests/vendor/golang.org/x/sys/unix/cap_freebsd.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/cap_freebsd.go rename to tests/vendor/golang.org/x/sys/unix/cap_freebsd.go diff --git a/test/vendor/golang.org/x/sys/unix/constants.go b/tests/vendor/golang.org/x/sys/unix/constants.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/constants.go rename to tests/vendor/golang.org/x/sys/unix/constants.go diff --git a/test/vendor/golang.org/x/sys/unix/dev_aix_ppc.go b/tests/vendor/golang.org/x/sys/unix/dev_aix_ppc.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/dev_aix_ppc.go rename to tests/vendor/golang.org/x/sys/unix/dev_aix_ppc.go diff --git a/test/vendor/golang.org/x/sys/unix/dev_aix_ppc64.go b/tests/vendor/golang.org/x/sys/unix/dev_aix_ppc64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/dev_aix_ppc64.go rename to tests/vendor/golang.org/x/sys/unix/dev_aix_ppc64.go diff --git a/test/vendor/golang.org/x/sys/unix/dev_darwin.go b/tests/vendor/golang.org/x/sys/unix/dev_darwin.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/dev_darwin.go rename to tests/vendor/golang.org/x/sys/unix/dev_darwin.go diff --git a/test/vendor/golang.org/x/sys/unix/dev_dragonfly.go b/tests/vendor/golang.org/x/sys/unix/dev_dragonfly.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/dev_dragonfly.go rename to tests/vendor/golang.org/x/sys/unix/dev_dragonfly.go diff --git a/test/vendor/golang.org/x/sys/unix/dev_freebsd.go b/tests/vendor/golang.org/x/sys/unix/dev_freebsd.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/dev_freebsd.go rename to tests/vendor/golang.org/x/sys/unix/dev_freebsd.go diff --git a/test/vendor/golang.org/x/sys/unix/dev_linux.go b/tests/vendor/golang.org/x/sys/unix/dev_linux.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/dev_linux.go rename to tests/vendor/golang.org/x/sys/unix/dev_linux.go diff --git a/test/vendor/golang.org/x/sys/unix/dev_netbsd.go b/tests/vendor/golang.org/x/sys/unix/dev_netbsd.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/dev_netbsd.go rename to tests/vendor/golang.org/x/sys/unix/dev_netbsd.go diff --git a/test/vendor/golang.org/x/sys/unix/dev_openbsd.go b/tests/vendor/golang.org/x/sys/unix/dev_openbsd.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/dev_openbsd.go rename to tests/vendor/golang.org/x/sys/unix/dev_openbsd.go diff --git a/test/vendor/golang.org/x/sys/unix/dev_zos.go b/tests/vendor/golang.org/x/sys/unix/dev_zos.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/dev_zos.go rename to tests/vendor/golang.org/x/sys/unix/dev_zos.go diff --git a/test/vendor/golang.org/x/sys/unix/dirent.go b/tests/vendor/golang.org/x/sys/unix/dirent.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/dirent.go rename to tests/vendor/golang.org/x/sys/unix/dirent.go diff --git a/test/vendor/golang.org/x/sys/unix/endian_big.go b/tests/vendor/golang.org/x/sys/unix/endian_big.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/endian_big.go rename to tests/vendor/golang.org/x/sys/unix/endian_big.go diff --git a/test/vendor/golang.org/x/sys/unix/endian_little.go b/tests/vendor/golang.org/x/sys/unix/endian_little.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/endian_little.go rename to tests/vendor/golang.org/x/sys/unix/endian_little.go diff --git a/test/vendor/golang.org/x/sys/unix/env_unix.go b/tests/vendor/golang.org/x/sys/unix/env_unix.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/env_unix.go rename to tests/vendor/golang.org/x/sys/unix/env_unix.go diff --git a/test/vendor/golang.org/x/sys/unix/fcntl.go b/tests/vendor/golang.org/x/sys/unix/fcntl.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/fcntl.go rename to tests/vendor/golang.org/x/sys/unix/fcntl.go diff --git a/test/vendor/golang.org/x/sys/unix/fcntl_darwin.go b/tests/vendor/golang.org/x/sys/unix/fcntl_darwin.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/fcntl_darwin.go rename to tests/vendor/golang.org/x/sys/unix/fcntl_darwin.go diff --git a/test/vendor/golang.org/x/sys/unix/fcntl_linux_32bit.go b/tests/vendor/golang.org/x/sys/unix/fcntl_linux_32bit.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/fcntl_linux_32bit.go rename to tests/vendor/golang.org/x/sys/unix/fcntl_linux_32bit.go diff --git a/test/vendor/golang.org/x/sys/unix/fdset.go b/tests/vendor/golang.org/x/sys/unix/fdset.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/fdset.go rename to tests/vendor/golang.org/x/sys/unix/fdset.go diff --git a/test/vendor/golang.org/x/sys/unix/gccgo.go b/tests/vendor/golang.org/x/sys/unix/gccgo.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/gccgo.go rename to tests/vendor/golang.org/x/sys/unix/gccgo.go diff --git a/test/vendor/golang.org/x/sys/unix/gccgo_c.c b/tests/vendor/golang.org/x/sys/unix/gccgo_c.c similarity index 100% rename from test/vendor/golang.org/x/sys/unix/gccgo_c.c rename to tests/vendor/golang.org/x/sys/unix/gccgo_c.c diff --git a/test/vendor/golang.org/x/sys/unix/gccgo_linux_amd64.go b/tests/vendor/golang.org/x/sys/unix/gccgo_linux_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/gccgo_linux_amd64.go rename to tests/vendor/golang.org/x/sys/unix/gccgo_linux_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/ifreq_linux.go b/tests/vendor/golang.org/x/sys/unix/ifreq_linux.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ifreq_linux.go rename to tests/vendor/golang.org/x/sys/unix/ifreq_linux.go diff --git a/test/vendor/golang.org/x/sys/unix/ioctl_linux.go b/tests/vendor/golang.org/x/sys/unix/ioctl_linux.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ioctl_linux.go rename to tests/vendor/golang.org/x/sys/unix/ioctl_linux.go diff --git a/test/vendor/golang.org/x/sys/unix/ioctl_signed.go b/tests/vendor/golang.org/x/sys/unix/ioctl_signed.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ioctl_signed.go rename to tests/vendor/golang.org/x/sys/unix/ioctl_signed.go diff --git a/test/vendor/golang.org/x/sys/unix/ioctl_unsigned.go b/tests/vendor/golang.org/x/sys/unix/ioctl_unsigned.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ioctl_unsigned.go rename to tests/vendor/golang.org/x/sys/unix/ioctl_unsigned.go diff --git a/test/vendor/golang.org/x/sys/unix/ioctl_zos.go b/tests/vendor/golang.org/x/sys/unix/ioctl_zos.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ioctl_zos.go rename to tests/vendor/golang.org/x/sys/unix/ioctl_zos.go diff --git a/test/vendor/golang.org/x/sys/unix/mkall.sh b/tests/vendor/golang.org/x/sys/unix/mkall.sh similarity index 100% rename from test/vendor/golang.org/x/sys/unix/mkall.sh rename to tests/vendor/golang.org/x/sys/unix/mkall.sh diff --git a/test/vendor/golang.org/x/sys/unix/mkerrors.sh b/tests/vendor/golang.org/x/sys/unix/mkerrors.sh similarity index 100% rename from test/vendor/golang.org/x/sys/unix/mkerrors.sh rename to tests/vendor/golang.org/x/sys/unix/mkerrors.sh diff --git a/test/vendor/golang.org/x/sys/unix/mmap_nomremap.go b/tests/vendor/golang.org/x/sys/unix/mmap_nomremap.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/mmap_nomremap.go rename to tests/vendor/golang.org/x/sys/unix/mmap_nomremap.go diff --git a/test/vendor/golang.org/x/sys/unix/mremap.go b/tests/vendor/golang.org/x/sys/unix/mremap.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/mremap.go rename to tests/vendor/golang.org/x/sys/unix/mremap.go diff --git a/test/vendor/golang.org/x/sys/unix/pagesize_unix.go b/tests/vendor/golang.org/x/sys/unix/pagesize_unix.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/pagesize_unix.go rename to tests/vendor/golang.org/x/sys/unix/pagesize_unix.go diff --git a/test/vendor/golang.org/x/sys/unix/pledge_openbsd.go b/tests/vendor/golang.org/x/sys/unix/pledge_openbsd.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/pledge_openbsd.go rename to tests/vendor/golang.org/x/sys/unix/pledge_openbsd.go diff --git a/test/vendor/golang.org/x/sys/unix/ptrace_darwin.go b/tests/vendor/golang.org/x/sys/unix/ptrace_darwin.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ptrace_darwin.go rename to tests/vendor/golang.org/x/sys/unix/ptrace_darwin.go diff --git a/test/vendor/golang.org/x/sys/unix/ptrace_ios.go b/tests/vendor/golang.org/x/sys/unix/ptrace_ios.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ptrace_ios.go rename to tests/vendor/golang.org/x/sys/unix/ptrace_ios.go diff --git a/test/vendor/golang.org/x/sys/unix/race.go b/tests/vendor/golang.org/x/sys/unix/race.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/race.go rename to tests/vendor/golang.org/x/sys/unix/race.go diff --git a/test/vendor/golang.org/x/sys/unix/race0.go b/tests/vendor/golang.org/x/sys/unix/race0.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/race0.go rename to tests/vendor/golang.org/x/sys/unix/race0.go diff --git a/test/vendor/golang.org/x/sys/unix/readdirent_getdents.go b/tests/vendor/golang.org/x/sys/unix/readdirent_getdents.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/readdirent_getdents.go rename to tests/vendor/golang.org/x/sys/unix/readdirent_getdents.go diff --git a/test/vendor/golang.org/x/sys/unix/readdirent_getdirentries.go b/tests/vendor/golang.org/x/sys/unix/readdirent_getdirentries.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/readdirent_getdirentries.go rename to tests/vendor/golang.org/x/sys/unix/readdirent_getdirentries.go diff --git a/test/vendor/golang.org/x/sys/unix/sockcmsg_dragonfly.go b/tests/vendor/golang.org/x/sys/unix/sockcmsg_dragonfly.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/sockcmsg_dragonfly.go rename to tests/vendor/golang.org/x/sys/unix/sockcmsg_dragonfly.go diff --git a/test/vendor/golang.org/x/sys/unix/sockcmsg_linux.go b/tests/vendor/golang.org/x/sys/unix/sockcmsg_linux.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/sockcmsg_linux.go rename to tests/vendor/golang.org/x/sys/unix/sockcmsg_linux.go diff --git a/test/vendor/golang.org/x/sys/unix/sockcmsg_unix.go b/tests/vendor/golang.org/x/sys/unix/sockcmsg_unix.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/sockcmsg_unix.go rename to tests/vendor/golang.org/x/sys/unix/sockcmsg_unix.go diff --git a/test/vendor/golang.org/x/sys/unix/sockcmsg_unix_other.go b/tests/vendor/golang.org/x/sys/unix/sockcmsg_unix_other.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/sockcmsg_unix_other.go rename to tests/vendor/golang.org/x/sys/unix/sockcmsg_unix_other.go diff --git a/test/vendor/golang.org/x/sys/unix/sockcmsg_zos.go b/tests/vendor/golang.org/x/sys/unix/sockcmsg_zos.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/sockcmsg_zos.go rename to tests/vendor/golang.org/x/sys/unix/sockcmsg_zos.go diff --git a/test/vendor/golang.org/x/sys/unix/symaddr_zos_s390x.s b/tests/vendor/golang.org/x/sys/unix/symaddr_zos_s390x.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/symaddr_zos_s390x.s rename to tests/vendor/golang.org/x/sys/unix/symaddr_zos_s390x.s diff --git a/test/vendor/golang.org/x/sys/unix/syscall.go b/tests/vendor/golang.org/x/sys/unix/syscall.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall.go rename to tests/vendor/golang.org/x/sys/unix/syscall.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_aix.go b/tests/vendor/golang.org/x/sys/unix/syscall_aix.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_aix.go rename to tests/vendor/golang.org/x/sys/unix/syscall_aix.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_aix_ppc.go b/tests/vendor/golang.org/x/sys/unix/syscall_aix_ppc.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_aix_ppc.go rename to tests/vendor/golang.org/x/sys/unix/syscall_aix_ppc.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_aix_ppc64.go b/tests/vendor/golang.org/x/sys/unix/syscall_aix_ppc64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_aix_ppc64.go rename to tests/vendor/golang.org/x/sys/unix/syscall_aix_ppc64.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_bsd.go b/tests/vendor/golang.org/x/sys/unix/syscall_bsd.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_bsd.go rename to tests/vendor/golang.org/x/sys/unix/syscall_bsd.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_darwin.go b/tests/vendor/golang.org/x/sys/unix/syscall_darwin.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_darwin.go rename to tests/vendor/golang.org/x/sys/unix/syscall_darwin.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go b/tests/vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go rename to tests/vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go b/tests/vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go rename to tests/vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_darwin_libSystem.go b/tests/vendor/golang.org/x/sys/unix/syscall_darwin_libSystem.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_darwin_libSystem.go rename to tests/vendor/golang.org/x/sys/unix/syscall_darwin_libSystem.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_dragonfly.go b/tests/vendor/golang.org/x/sys/unix/syscall_dragonfly.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_dragonfly.go rename to tests/vendor/golang.org/x/sys/unix/syscall_dragonfly.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_dragonfly_amd64.go b/tests/vendor/golang.org/x/sys/unix/syscall_dragonfly_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_dragonfly_amd64.go rename to tests/vendor/golang.org/x/sys/unix/syscall_dragonfly_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_freebsd.go b/tests/vendor/golang.org/x/sys/unix/syscall_freebsd.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_freebsd.go rename to tests/vendor/golang.org/x/sys/unix/syscall_freebsd.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_freebsd_386.go b/tests/vendor/golang.org/x/sys/unix/syscall_freebsd_386.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_freebsd_386.go rename to tests/vendor/golang.org/x/sys/unix/syscall_freebsd_386.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go b/tests/vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go rename to tests/vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go b/tests/vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go rename to tests/vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_freebsd_arm64.go b/tests/vendor/golang.org/x/sys/unix/syscall_freebsd_arm64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_freebsd_arm64.go rename to tests/vendor/golang.org/x/sys/unix/syscall_freebsd_arm64.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_freebsd_riscv64.go b/tests/vendor/golang.org/x/sys/unix/syscall_freebsd_riscv64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_freebsd_riscv64.go rename to tests/vendor/golang.org/x/sys/unix/syscall_freebsd_riscv64.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_hurd.go b/tests/vendor/golang.org/x/sys/unix/syscall_hurd.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_hurd.go rename to tests/vendor/golang.org/x/sys/unix/syscall_hurd.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_hurd_386.go b/tests/vendor/golang.org/x/sys/unix/syscall_hurd_386.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_hurd_386.go rename to tests/vendor/golang.org/x/sys/unix/syscall_hurd_386.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_illumos.go b/tests/vendor/golang.org/x/sys/unix/syscall_illumos.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_illumos.go rename to tests/vendor/golang.org/x/sys/unix/syscall_illumos.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_linux.go b/tests/vendor/golang.org/x/sys/unix/syscall_linux.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_linux.go rename to tests/vendor/golang.org/x/sys/unix/syscall_linux.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_linux_386.go b/tests/vendor/golang.org/x/sys/unix/syscall_linux_386.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_linux_386.go rename to tests/vendor/golang.org/x/sys/unix/syscall_linux_386.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_linux_alarm.go b/tests/vendor/golang.org/x/sys/unix/syscall_linux_alarm.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_linux_alarm.go rename to tests/vendor/golang.org/x/sys/unix/syscall_linux_alarm.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_linux_amd64.go b/tests/vendor/golang.org/x/sys/unix/syscall_linux_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_linux_amd64.go rename to tests/vendor/golang.org/x/sys/unix/syscall_linux_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go b/tests/vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go rename to tests/vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_linux_arm.go b/tests/vendor/golang.org/x/sys/unix/syscall_linux_arm.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_linux_arm.go rename to tests/vendor/golang.org/x/sys/unix/syscall_linux_arm.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_linux_arm64.go b/tests/vendor/golang.org/x/sys/unix/syscall_linux_arm64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_linux_arm64.go rename to tests/vendor/golang.org/x/sys/unix/syscall_linux_arm64.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_linux_gc.go b/tests/vendor/golang.org/x/sys/unix/syscall_linux_gc.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_linux_gc.go rename to tests/vendor/golang.org/x/sys/unix/syscall_linux_gc.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_linux_gc_386.go b/tests/vendor/golang.org/x/sys/unix/syscall_linux_gc_386.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_linux_gc_386.go rename to tests/vendor/golang.org/x/sys/unix/syscall_linux_gc_386.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_linux_gc_arm.go b/tests/vendor/golang.org/x/sys/unix/syscall_linux_gc_arm.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_linux_gc_arm.go rename to tests/vendor/golang.org/x/sys/unix/syscall_linux_gc_arm.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_linux_gccgo_386.go b/tests/vendor/golang.org/x/sys/unix/syscall_linux_gccgo_386.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_linux_gccgo_386.go rename to tests/vendor/golang.org/x/sys/unix/syscall_linux_gccgo_386.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_linux_gccgo_arm.go b/tests/vendor/golang.org/x/sys/unix/syscall_linux_gccgo_arm.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_linux_gccgo_arm.go rename to tests/vendor/golang.org/x/sys/unix/syscall_linux_gccgo_arm.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_linux_loong64.go b/tests/vendor/golang.org/x/sys/unix/syscall_linux_loong64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_linux_loong64.go rename to tests/vendor/golang.org/x/sys/unix/syscall_linux_loong64.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go b/tests/vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go rename to tests/vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go b/tests/vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go rename to tests/vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_linux_ppc.go b/tests/vendor/golang.org/x/sys/unix/syscall_linux_ppc.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_linux_ppc.go rename to tests/vendor/golang.org/x/sys/unix/syscall_linux_ppc.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go b/tests/vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go rename to tests/vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go b/tests/vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go rename to tests/vendor/golang.org/x/sys/unix/syscall_linux_riscv64.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_linux_s390x.go b/tests/vendor/golang.org/x/sys/unix/syscall_linux_s390x.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_linux_s390x.go rename to tests/vendor/golang.org/x/sys/unix/syscall_linux_s390x.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go b/tests/vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go rename to tests/vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_netbsd.go b/tests/vendor/golang.org/x/sys/unix/syscall_netbsd.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_netbsd.go rename to tests/vendor/golang.org/x/sys/unix/syscall_netbsd.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_netbsd_386.go b/tests/vendor/golang.org/x/sys/unix/syscall_netbsd_386.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_netbsd_386.go rename to tests/vendor/golang.org/x/sys/unix/syscall_netbsd_386.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_netbsd_amd64.go b/tests/vendor/golang.org/x/sys/unix/syscall_netbsd_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_netbsd_amd64.go rename to tests/vendor/golang.org/x/sys/unix/syscall_netbsd_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go b/tests/vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go rename to tests/vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_netbsd_arm64.go b/tests/vendor/golang.org/x/sys/unix/syscall_netbsd_arm64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_netbsd_arm64.go rename to tests/vendor/golang.org/x/sys/unix/syscall_netbsd_arm64.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_openbsd.go b/tests/vendor/golang.org/x/sys/unix/syscall_openbsd.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_openbsd.go rename to tests/vendor/golang.org/x/sys/unix/syscall_openbsd.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_openbsd_386.go b/tests/vendor/golang.org/x/sys/unix/syscall_openbsd_386.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_openbsd_386.go rename to tests/vendor/golang.org/x/sys/unix/syscall_openbsd_386.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_openbsd_amd64.go b/tests/vendor/golang.org/x/sys/unix/syscall_openbsd_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_openbsd_amd64.go rename to tests/vendor/golang.org/x/sys/unix/syscall_openbsd_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_openbsd_arm.go b/tests/vendor/golang.org/x/sys/unix/syscall_openbsd_arm.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_openbsd_arm.go rename to tests/vendor/golang.org/x/sys/unix/syscall_openbsd_arm.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_openbsd_arm64.go b/tests/vendor/golang.org/x/sys/unix/syscall_openbsd_arm64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_openbsd_arm64.go rename to tests/vendor/golang.org/x/sys/unix/syscall_openbsd_arm64.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_openbsd_libc.go b/tests/vendor/golang.org/x/sys/unix/syscall_openbsd_libc.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_openbsd_libc.go rename to tests/vendor/golang.org/x/sys/unix/syscall_openbsd_libc.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_openbsd_mips64.go b/tests/vendor/golang.org/x/sys/unix/syscall_openbsd_mips64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_openbsd_mips64.go rename to tests/vendor/golang.org/x/sys/unix/syscall_openbsd_mips64.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_openbsd_ppc64.go b/tests/vendor/golang.org/x/sys/unix/syscall_openbsd_ppc64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_openbsd_ppc64.go rename to tests/vendor/golang.org/x/sys/unix/syscall_openbsd_ppc64.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_openbsd_riscv64.go b/tests/vendor/golang.org/x/sys/unix/syscall_openbsd_riscv64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_openbsd_riscv64.go rename to tests/vendor/golang.org/x/sys/unix/syscall_openbsd_riscv64.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_solaris.go b/tests/vendor/golang.org/x/sys/unix/syscall_solaris.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_solaris.go rename to tests/vendor/golang.org/x/sys/unix/syscall_solaris.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_solaris_amd64.go b/tests/vendor/golang.org/x/sys/unix/syscall_solaris_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_solaris_amd64.go rename to tests/vendor/golang.org/x/sys/unix/syscall_solaris_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_unix.go b/tests/vendor/golang.org/x/sys/unix/syscall_unix.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_unix.go rename to tests/vendor/golang.org/x/sys/unix/syscall_unix.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_unix_gc.go b/tests/vendor/golang.org/x/sys/unix/syscall_unix_gc.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_unix_gc.go rename to tests/vendor/golang.org/x/sys/unix/syscall_unix_gc.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_unix_gc_ppc64x.go b/tests/vendor/golang.org/x/sys/unix/syscall_unix_gc_ppc64x.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_unix_gc_ppc64x.go rename to tests/vendor/golang.org/x/sys/unix/syscall_unix_gc_ppc64x.go diff --git a/test/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go b/tests/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go rename to tests/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go diff --git a/test/vendor/golang.org/x/sys/unix/sysvshm_linux.go b/tests/vendor/golang.org/x/sys/unix/sysvshm_linux.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/sysvshm_linux.go rename to tests/vendor/golang.org/x/sys/unix/sysvshm_linux.go diff --git a/test/vendor/golang.org/x/sys/unix/sysvshm_unix.go b/tests/vendor/golang.org/x/sys/unix/sysvshm_unix.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/sysvshm_unix.go rename to tests/vendor/golang.org/x/sys/unix/sysvshm_unix.go diff --git a/test/vendor/golang.org/x/sys/unix/sysvshm_unix_other.go b/tests/vendor/golang.org/x/sys/unix/sysvshm_unix_other.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/sysvshm_unix_other.go rename to tests/vendor/golang.org/x/sys/unix/sysvshm_unix_other.go diff --git a/test/vendor/golang.org/x/sys/unix/timestruct.go b/tests/vendor/golang.org/x/sys/unix/timestruct.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/timestruct.go rename to tests/vendor/golang.org/x/sys/unix/timestruct.go diff --git a/test/vendor/golang.org/x/sys/unix/unveil_openbsd.go b/tests/vendor/golang.org/x/sys/unix/unveil_openbsd.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/unveil_openbsd.go rename to tests/vendor/golang.org/x/sys/unix/unveil_openbsd.go diff --git a/test/vendor/golang.org/x/sys/unix/vgetrandom_linux.go b/tests/vendor/golang.org/x/sys/unix/vgetrandom_linux.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/vgetrandom_linux.go rename to tests/vendor/golang.org/x/sys/unix/vgetrandom_linux.go diff --git a/test/vendor/golang.org/x/sys/unix/vgetrandom_unsupported.go b/tests/vendor/golang.org/x/sys/unix/vgetrandom_unsupported.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/vgetrandom_unsupported.go rename to tests/vendor/golang.org/x/sys/unix/vgetrandom_unsupported.go diff --git a/test/vendor/golang.org/x/sys/unix/xattr_bsd.go b/tests/vendor/golang.org/x/sys/unix/xattr_bsd.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/xattr_bsd.go rename to tests/vendor/golang.org/x/sys/unix/xattr_bsd.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go b/tests/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go b/tests/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go b/tests/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go b/tests/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go b/tests/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go b/tests/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go b/tests/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go b/tests/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go b/tests/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go b/tests/vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_linux.go b/tests/vendor/golang.org/x/sys/unix/zerrors_linux.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_linux.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_linux.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_linux_386.go b/tests/vendor/golang.org/x/sys/unix/zerrors_linux_386.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_linux_386.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_linux_386.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go b/tests/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go b/tests/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go b/tests/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go b/tests/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go b/tests/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go b/tests/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go b/tests/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go b/tests/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go b/tests/vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go b/tests/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go b/tests/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go b/tests/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go b/tests/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go b/tests/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go b/tests/vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go b/tests/vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go b/tests/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm64.go b/tests/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm64.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm64.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go b/tests/vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go b/tests/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go b/tests/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm64.go b/tests/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm64.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm64.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go b/tests/vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_openbsd_mips64.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_openbsd_ppc64.go b/tests/vendor/golang.org/x/sys/unix/zerrors_openbsd_ppc64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_openbsd_ppc64.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_openbsd_ppc64.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_openbsd_riscv64.go b/tests/vendor/golang.org/x/sys/unix/zerrors_openbsd_riscv64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_openbsd_riscv64.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_openbsd_riscv64.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go b/tests/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go b/tests/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go rename to tests/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go diff --git a/test/vendor/golang.org/x/sys/unix/zptrace_armnn_linux.go b/tests/vendor/golang.org/x/sys/unix/zptrace_armnn_linux.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zptrace_armnn_linux.go rename to tests/vendor/golang.org/x/sys/unix/zptrace_armnn_linux.go diff --git a/test/vendor/golang.org/x/sys/unix/zptrace_linux_arm64.go b/tests/vendor/golang.org/x/sys/unix/zptrace_linux_arm64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zptrace_linux_arm64.go rename to tests/vendor/golang.org/x/sys/unix/zptrace_linux_arm64.go diff --git a/test/vendor/golang.org/x/sys/unix/zptrace_mipsnn_linux.go b/tests/vendor/golang.org/x/sys/unix/zptrace_mipsnn_linux.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zptrace_mipsnn_linux.go rename to tests/vendor/golang.org/x/sys/unix/zptrace_mipsnn_linux.go diff --git a/test/vendor/golang.org/x/sys/unix/zptrace_mipsnnle_linux.go b/tests/vendor/golang.org/x/sys/unix/zptrace_mipsnnle_linux.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zptrace_mipsnnle_linux.go rename to tests/vendor/golang.org/x/sys/unix/zptrace_mipsnnle_linux.go diff --git a/test/vendor/golang.org/x/sys/unix/zptrace_x86_linux.go b/tests/vendor/golang.org/x/sys/unix/zptrace_x86_linux.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zptrace_x86_linux.go rename to tests/vendor/golang.org/x/sys/unix/zptrace_x86_linux.go diff --git a/test/vendor/golang.org/x/sys/unix/zsymaddr_zos_s390x.s b/tests/vendor/golang.org/x/sys/unix/zsymaddr_zos_s390x.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsymaddr_zos_s390x.s rename to tests/vendor/golang.org/x/sys/unix/zsymaddr_zos_s390x.s diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gc.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gc.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gc.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gc.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gccgo.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gccgo.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gccgo.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gccgo.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.s b/tests/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.s rename to tests/vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.s diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.s b/tests/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.s rename to tests/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.s diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm64.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm64.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_freebsd_riscv64.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_freebsd_riscv64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_freebsd_riscv64.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_freebsd_riscv64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_illumos_amd64.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_illumos_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_illumos_amd64.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_illumos_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_linux.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_linux.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_linux.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_linux.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_linux_386.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_linux_386.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_linux_386.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_linux_386.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_linux_loong64.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_linux_loong64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_linux_loong64.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_linux_loong64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_linux_riscv64.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_linux_riscv64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_linux_riscv64.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_linux_riscv64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_netbsd_386.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_netbsd_386.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_netbsd_386.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_netbsd_386.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm64.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm64.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.s b/tests/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.s rename to tests/vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.s diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.s b/tests/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.s rename to tests/vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.s diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.s b/tests/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.s rename to tests/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.s diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.s b/tests/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.s rename to tests/vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm64.s diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.s b/tests/vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.s rename to tests/vendor/golang.org/x/sys/unix/zsyscall_openbsd_mips64.s diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.s b/tests/vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.s rename to tests/vendor/golang.org/x/sys/unix/zsyscall_openbsd_ppc64.s diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.s b/tests/vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.s similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.s rename to tests/vendor/golang.org/x/sys/unix/zsyscall_openbsd_riscv64.s diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsyscall_zos_s390x.go b/tests/vendor/golang.org/x/sys/unix/zsyscall_zos_s390x.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsyscall_zos_s390x.go rename to tests/vendor/golang.org/x/sys/unix/zsyscall_zos_s390x.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go b/tests/vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go rename to tests/vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go b/tests/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go rename to tests/vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go b/tests/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go rename to tests/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go b/tests/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go rename to tests/vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go b/tests/vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go rename to tests/vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysctl_openbsd_ppc64.go b/tests/vendor/golang.org/x/sys/unix/zsysctl_openbsd_ppc64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysctl_openbsd_ppc64.go rename to tests/vendor/golang.org/x/sys/unix/zsysctl_openbsd_ppc64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysctl_openbsd_riscv64.go b/tests/vendor/golang.org/x/sys/unix/zsysctl_openbsd_riscv64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysctl_openbsd_riscv64.go rename to tests/vendor/golang.org/x/sys/unix/zsysctl_openbsd_riscv64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_freebsd_riscv64.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_freebsd_riscv64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_freebsd_riscv64.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_freebsd_riscv64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_linux_loong64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_openbsd_mips64.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_openbsd_mips64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_openbsd_mips64.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_openbsd_mips64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_openbsd_ppc64.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_openbsd_ppc64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_openbsd_ppc64.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_openbsd_ppc64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_openbsd_riscv64.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_openbsd_riscv64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_openbsd_riscv64.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_openbsd_riscv64.go diff --git a/test/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go b/tests/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go rename to tests/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_aix_ppc.go b/tests/vendor/golang.org/x/sys/unix/ztypes_aix_ppc.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_aix_ppc.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_aix_ppc.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_aix_ppc64.go b/tests/vendor/golang.org/x/sys/unix/ztypes_aix_ppc64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_aix_ppc64.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_aix_ppc64.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go b/tests/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go b/tests/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go b/tests/vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go b/tests/vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go b/tests/vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go b/tests/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go b/tests/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_freebsd_riscv64.go b/tests/vendor/golang.org/x/sys/unix/ztypes_freebsd_riscv64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_freebsd_riscv64.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_freebsd_riscv64.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_linux.go b/tests/vendor/golang.org/x/sys/unix/ztypes_linux.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_linux.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_linux.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_linux_386.go b/tests/vendor/golang.org/x/sys/unix/ztypes_linux_386.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_linux_386.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_linux_386.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go b/tests/vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_linux_arm.go b/tests/vendor/golang.org/x/sys/unix/ztypes_linux_arm.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_linux_arm.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_linux_arm.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go b/tests/vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_linux_loong64.go b/tests/vendor/golang.org/x/sys/unix/ztypes_linux_loong64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_linux_loong64.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_linux_loong64.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_linux_mips.go b/tests/vendor/golang.org/x/sys/unix/ztypes_linux_mips.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_linux_mips.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_linux_mips.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go b/tests/vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go b/tests/vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go b/tests/vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go b/tests/vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_linux_ppc.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go b/tests/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go b/tests/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go b/tests/vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_linux_riscv64.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go b/tests/vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go b/tests/vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go b/tests/vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go b/tests/vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go b/tests/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm64.go b/tests/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm64.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_netbsd_arm64.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go b/tests/vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go b/tests/vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go b/tests/vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_openbsd_arm64.go b/tests/vendor/golang.org/x/sys/unix/ztypes_openbsd_arm64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_openbsd_arm64.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_openbsd_arm64.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_openbsd_mips64.go b/tests/vendor/golang.org/x/sys/unix/ztypes_openbsd_mips64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_openbsd_mips64.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_openbsd_mips64.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_openbsd_ppc64.go b/tests/vendor/golang.org/x/sys/unix/ztypes_openbsd_ppc64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_openbsd_ppc64.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_openbsd_ppc64.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_openbsd_riscv64.go b/tests/vendor/golang.org/x/sys/unix/ztypes_openbsd_riscv64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_openbsd_riscv64.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_openbsd_riscv64.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go b/tests/vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go diff --git a/test/vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go b/tests/vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go similarity index 100% rename from test/vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go rename to tests/vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go diff --git a/test/vendor/golang.org/x/text/LICENSE b/tests/vendor/golang.org/x/text/LICENSE similarity index 100% rename from test/vendor/golang.org/x/text/LICENSE rename to tests/vendor/golang.org/x/text/LICENSE diff --git a/test/vendor/golang.org/x/text/PATENTS b/tests/vendor/golang.org/x/text/PATENTS similarity index 100% rename from test/vendor/golang.org/x/text/PATENTS rename to tests/vendor/golang.org/x/text/PATENTS diff --git a/test/vendor/golang.org/x/text/encoding/charmap/charmap.go b/tests/vendor/golang.org/x/text/encoding/charmap/charmap.go similarity index 100% rename from test/vendor/golang.org/x/text/encoding/charmap/charmap.go rename to tests/vendor/golang.org/x/text/encoding/charmap/charmap.go diff --git a/test/vendor/golang.org/x/text/encoding/charmap/tables.go b/tests/vendor/golang.org/x/text/encoding/charmap/tables.go similarity index 100% rename from test/vendor/golang.org/x/text/encoding/charmap/tables.go rename to tests/vendor/golang.org/x/text/encoding/charmap/tables.go diff --git a/test/vendor/golang.org/x/text/encoding/encoding.go b/tests/vendor/golang.org/x/text/encoding/encoding.go similarity index 100% rename from test/vendor/golang.org/x/text/encoding/encoding.go rename to tests/vendor/golang.org/x/text/encoding/encoding.go diff --git a/test/vendor/golang.org/x/text/encoding/htmlindex/htmlindex.go b/tests/vendor/golang.org/x/text/encoding/htmlindex/htmlindex.go similarity index 100% rename from test/vendor/golang.org/x/text/encoding/htmlindex/htmlindex.go rename to tests/vendor/golang.org/x/text/encoding/htmlindex/htmlindex.go diff --git a/test/vendor/golang.org/x/text/encoding/htmlindex/map.go b/tests/vendor/golang.org/x/text/encoding/htmlindex/map.go similarity index 100% rename from test/vendor/golang.org/x/text/encoding/htmlindex/map.go rename to tests/vendor/golang.org/x/text/encoding/htmlindex/map.go diff --git a/test/vendor/golang.org/x/text/encoding/htmlindex/tables.go b/tests/vendor/golang.org/x/text/encoding/htmlindex/tables.go similarity index 100% rename from test/vendor/golang.org/x/text/encoding/htmlindex/tables.go rename to tests/vendor/golang.org/x/text/encoding/htmlindex/tables.go diff --git a/test/vendor/golang.org/x/text/encoding/internal/identifier/identifier.go b/tests/vendor/golang.org/x/text/encoding/internal/identifier/identifier.go similarity index 100% rename from test/vendor/golang.org/x/text/encoding/internal/identifier/identifier.go rename to tests/vendor/golang.org/x/text/encoding/internal/identifier/identifier.go diff --git a/test/vendor/golang.org/x/text/encoding/internal/identifier/mib.go b/tests/vendor/golang.org/x/text/encoding/internal/identifier/mib.go similarity index 100% rename from test/vendor/golang.org/x/text/encoding/internal/identifier/mib.go rename to tests/vendor/golang.org/x/text/encoding/internal/identifier/mib.go diff --git a/test/vendor/golang.org/x/text/encoding/internal/internal.go b/tests/vendor/golang.org/x/text/encoding/internal/internal.go similarity index 100% rename from test/vendor/golang.org/x/text/encoding/internal/internal.go rename to tests/vendor/golang.org/x/text/encoding/internal/internal.go diff --git a/test/vendor/golang.org/x/text/encoding/japanese/all.go b/tests/vendor/golang.org/x/text/encoding/japanese/all.go similarity index 100% rename from test/vendor/golang.org/x/text/encoding/japanese/all.go rename to tests/vendor/golang.org/x/text/encoding/japanese/all.go diff --git a/test/vendor/golang.org/x/text/encoding/japanese/eucjp.go b/tests/vendor/golang.org/x/text/encoding/japanese/eucjp.go similarity index 100% rename from test/vendor/golang.org/x/text/encoding/japanese/eucjp.go rename to tests/vendor/golang.org/x/text/encoding/japanese/eucjp.go diff --git a/test/vendor/golang.org/x/text/encoding/japanese/iso2022jp.go b/tests/vendor/golang.org/x/text/encoding/japanese/iso2022jp.go similarity index 100% rename from test/vendor/golang.org/x/text/encoding/japanese/iso2022jp.go rename to tests/vendor/golang.org/x/text/encoding/japanese/iso2022jp.go diff --git a/test/vendor/golang.org/x/text/encoding/japanese/shiftjis.go b/tests/vendor/golang.org/x/text/encoding/japanese/shiftjis.go similarity index 100% rename from test/vendor/golang.org/x/text/encoding/japanese/shiftjis.go rename to tests/vendor/golang.org/x/text/encoding/japanese/shiftjis.go diff --git a/test/vendor/golang.org/x/text/encoding/japanese/tables.go b/tests/vendor/golang.org/x/text/encoding/japanese/tables.go similarity index 100% rename from test/vendor/golang.org/x/text/encoding/japanese/tables.go rename to tests/vendor/golang.org/x/text/encoding/japanese/tables.go diff --git a/test/vendor/golang.org/x/text/encoding/korean/euckr.go b/tests/vendor/golang.org/x/text/encoding/korean/euckr.go similarity index 100% rename from test/vendor/golang.org/x/text/encoding/korean/euckr.go rename to tests/vendor/golang.org/x/text/encoding/korean/euckr.go diff --git a/test/vendor/golang.org/x/text/encoding/korean/tables.go b/tests/vendor/golang.org/x/text/encoding/korean/tables.go similarity index 100% rename from test/vendor/golang.org/x/text/encoding/korean/tables.go rename to tests/vendor/golang.org/x/text/encoding/korean/tables.go diff --git a/test/vendor/golang.org/x/text/encoding/simplifiedchinese/all.go b/tests/vendor/golang.org/x/text/encoding/simplifiedchinese/all.go similarity index 100% rename from test/vendor/golang.org/x/text/encoding/simplifiedchinese/all.go rename to tests/vendor/golang.org/x/text/encoding/simplifiedchinese/all.go diff --git a/test/vendor/golang.org/x/text/encoding/simplifiedchinese/gbk.go b/tests/vendor/golang.org/x/text/encoding/simplifiedchinese/gbk.go similarity index 100% rename from test/vendor/golang.org/x/text/encoding/simplifiedchinese/gbk.go rename to tests/vendor/golang.org/x/text/encoding/simplifiedchinese/gbk.go diff --git a/test/vendor/golang.org/x/text/encoding/simplifiedchinese/hzgb2312.go b/tests/vendor/golang.org/x/text/encoding/simplifiedchinese/hzgb2312.go similarity index 100% rename from test/vendor/golang.org/x/text/encoding/simplifiedchinese/hzgb2312.go rename to tests/vendor/golang.org/x/text/encoding/simplifiedchinese/hzgb2312.go diff --git a/test/vendor/golang.org/x/text/encoding/simplifiedchinese/tables.go b/tests/vendor/golang.org/x/text/encoding/simplifiedchinese/tables.go similarity index 100% rename from test/vendor/golang.org/x/text/encoding/simplifiedchinese/tables.go rename to tests/vendor/golang.org/x/text/encoding/simplifiedchinese/tables.go diff --git a/test/vendor/golang.org/x/text/encoding/traditionalchinese/big5.go b/tests/vendor/golang.org/x/text/encoding/traditionalchinese/big5.go similarity index 100% rename from test/vendor/golang.org/x/text/encoding/traditionalchinese/big5.go rename to tests/vendor/golang.org/x/text/encoding/traditionalchinese/big5.go diff --git a/test/vendor/golang.org/x/text/encoding/traditionalchinese/tables.go b/tests/vendor/golang.org/x/text/encoding/traditionalchinese/tables.go similarity index 100% rename from test/vendor/golang.org/x/text/encoding/traditionalchinese/tables.go rename to tests/vendor/golang.org/x/text/encoding/traditionalchinese/tables.go diff --git a/test/vendor/golang.org/x/text/encoding/unicode/override.go b/tests/vendor/golang.org/x/text/encoding/unicode/override.go similarity index 100% rename from test/vendor/golang.org/x/text/encoding/unicode/override.go rename to tests/vendor/golang.org/x/text/encoding/unicode/override.go diff --git a/test/vendor/golang.org/x/text/encoding/unicode/unicode.go b/tests/vendor/golang.org/x/text/encoding/unicode/unicode.go similarity index 100% rename from test/vendor/golang.org/x/text/encoding/unicode/unicode.go rename to tests/vendor/golang.org/x/text/encoding/unicode/unicode.go diff --git a/test/vendor/golang.org/x/text/internal/language/common.go b/tests/vendor/golang.org/x/text/internal/language/common.go similarity index 100% rename from test/vendor/golang.org/x/text/internal/language/common.go rename to tests/vendor/golang.org/x/text/internal/language/common.go diff --git a/test/vendor/golang.org/x/text/internal/language/compact.go b/tests/vendor/golang.org/x/text/internal/language/compact.go similarity index 100% rename from test/vendor/golang.org/x/text/internal/language/compact.go rename to tests/vendor/golang.org/x/text/internal/language/compact.go diff --git a/test/vendor/golang.org/x/text/internal/language/compact/compact.go b/tests/vendor/golang.org/x/text/internal/language/compact/compact.go similarity index 100% rename from test/vendor/golang.org/x/text/internal/language/compact/compact.go rename to tests/vendor/golang.org/x/text/internal/language/compact/compact.go diff --git a/test/vendor/golang.org/x/text/internal/language/compact/language.go b/tests/vendor/golang.org/x/text/internal/language/compact/language.go similarity index 100% rename from test/vendor/golang.org/x/text/internal/language/compact/language.go rename to tests/vendor/golang.org/x/text/internal/language/compact/language.go diff --git a/test/vendor/golang.org/x/text/internal/language/compact/parents.go b/tests/vendor/golang.org/x/text/internal/language/compact/parents.go similarity index 100% rename from test/vendor/golang.org/x/text/internal/language/compact/parents.go rename to tests/vendor/golang.org/x/text/internal/language/compact/parents.go diff --git a/test/vendor/golang.org/x/text/internal/language/compact/tables.go b/tests/vendor/golang.org/x/text/internal/language/compact/tables.go similarity index 100% rename from test/vendor/golang.org/x/text/internal/language/compact/tables.go rename to tests/vendor/golang.org/x/text/internal/language/compact/tables.go diff --git a/test/vendor/golang.org/x/text/internal/language/compact/tags.go b/tests/vendor/golang.org/x/text/internal/language/compact/tags.go similarity index 100% rename from test/vendor/golang.org/x/text/internal/language/compact/tags.go rename to tests/vendor/golang.org/x/text/internal/language/compact/tags.go diff --git a/test/vendor/golang.org/x/text/internal/language/compose.go b/tests/vendor/golang.org/x/text/internal/language/compose.go similarity index 100% rename from test/vendor/golang.org/x/text/internal/language/compose.go rename to tests/vendor/golang.org/x/text/internal/language/compose.go diff --git a/test/vendor/golang.org/x/text/internal/language/coverage.go b/tests/vendor/golang.org/x/text/internal/language/coverage.go similarity index 100% rename from test/vendor/golang.org/x/text/internal/language/coverage.go rename to tests/vendor/golang.org/x/text/internal/language/coverage.go diff --git a/test/vendor/golang.org/x/text/internal/language/language.go b/tests/vendor/golang.org/x/text/internal/language/language.go similarity index 100% rename from test/vendor/golang.org/x/text/internal/language/language.go rename to tests/vendor/golang.org/x/text/internal/language/language.go diff --git a/test/vendor/golang.org/x/text/internal/language/lookup.go b/tests/vendor/golang.org/x/text/internal/language/lookup.go similarity index 100% rename from test/vendor/golang.org/x/text/internal/language/lookup.go rename to tests/vendor/golang.org/x/text/internal/language/lookup.go diff --git a/test/vendor/golang.org/x/text/internal/language/match.go b/tests/vendor/golang.org/x/text/internal/language/match.go similarity index 100% rename from test/vendor/golang.org/x/text/internal/language/match.go rename to tests/vendor/golang.org/x/text/internal/language/match.go diff --git a/test/vendor/golang.org/x/text/internal/language/parse.go b/tests/vendor/golang.org/x/text/internal/language/parse.go similarity index 100% rename from test/vendor/golang.org/x/text/internal/language/parse.go rename to tests/vendor/golang.org/x/text/internal/language/parse.go diff --git a/test/vendor/golang.org/x/text/internal/language/tables.go b/tests/vendor/golang.org/x/text/internal/language/tables.go similarity index 100% rename from test/vendor/golang.org/x/text/internal/language/tables.go rename to tests/vendor/golang.org/x/text/internal/language/tables.go diff --git a/test/vendor/golang.org/x/text/internal/language/tags.go b/tests/vendor/golang.org/x/text/internal/language/tags.go similarity index 100% rename from test/vendor/golang.org/x/text/internal/language/tags.go rename to tests/vendor/golang.org/x/text/internal/language/tags.go diff --git a/test/vendor/golang.org/x/text/internal/tag/tag.go b/tests/vendor/golang.org/x/text/internal/tag/tag.go similarity index 100% rename from test/vendor/golang.org/x/text/internal/tag/tag.go rename to tests/vendor/golang.org/x/text/internal/tag/tag.go diff --git a/test/vendor/golang.org/x/text/internal/utf8internal/utf8internal.go b/tests/vendor/golang.org/x/text/internal/utf8internal/utf8internal.go similarity index 100% rename from test/vendor/golang.org/x/text/internal/utf8internal/utf8internal.go rename to tests/vendor/golang.org/x/text/internal/utf8internal/utf8internal.go diff --git a/test/vendor/golang.org/x/text/language/coverage.go b/tests/vendor/golang.org/x/text/language/coverage.go similarity index 100% rename from test/vendor/golang.org/x/text/language/coverage.go rename to tests/vendor/golang.org/x/text/language/coverage.go diff --git a/test/vendor/golang.org/x/text/language/doc.go b/tests/vendor/golang.org/x/text/language/doc.go similarity index 100% rename from test/vendor/golang.org/x/text/language/doc.go rename to tests/vendor/golang.org/x/text/language/doc.go diff --git a/test/vendor/golang.org/x/text/language/language.go b/tests/vendor/golang.org/x/text/language/language.go similarity index 100% rename from test/vendor/golang.org/x/text/language/language.go rename to tests/vendor/golang.org/x/text/language/language.go diff --git a/test/vendor/golang.org/x/text/language/match.go b/tests/vendor/golang.org/x/text/language/match.go similarity index 100% rename from test/vendor/golang.org/x/text/language/match.go rename to tests/vendor/golang.org/x/text/language/match.go diff --git a/test/vendor/golang.org/x/text/language/parse.go b/tests/vendor/golang.org/x/text/language/parse.go similarity index 100% rename from test/vendor/golang.org/x/text/language/parse.go rename to tests/vendor/golang.org/x/text/language/parse.go diff --git a/test/vendor/golang.org/x/text/language/tables.go b/tests/vendor/golang.org/x/text/language/tables.go similarity index 100% rename from test/vendor/golang.org/x/text/language/tables.go rename to tests/vendor/golang.org/x/text/language/tables.go diff --git a/test/vendor/golang.org/x/text/language/tags.go b/tests/vendor/golang.org/x/text/language/tags.go similarity index 100% rename from test/vendor/golang.org/x/text/language/tags.go rename to tests/vendor/golang.org/x/text/language/tags.go diff --git a/test/vendor/golang.org/x/text/runes/cond.go b/tests/vendor/golang.org/x/text/runes/cond.go similarity index 100% rename from test/vendor/golang.org/x/text/runes/cond.go rename to tests/vendor/golang.org/x/text/runes/cond.go diff --git a/test/vendor/golang.org/x/text/runes/runes.go b/tests/vendor/golang.org/x/text/runes/runes.go similarity index 100% rename from test/vendor/golang.org/x/text/runes/runes.go rename to tests/vendor/golang.org/x/text/runes/runes.go diff --git a/test/vendor/golang.org/x/text/transform/transform.go b/tests/vendor/golang.org/x/text/transform/transform.go similarity index 100% rename from test/vendor/golang.org/x/text/transform/transform.go rename to tests/vendor/golang.org/x/text/transform/transform.go diff --git a/test/vendor/golang.org/x/tools/LICENSE b/tests/vendor/golang.org/x/tools/LICENSE similarity index 100% rename from test/vendor/golang.org/x/tools/LICENSE rename to tests/vendor/golang.org/x/tools/LICENSE diff --git a/test/vendor/golang.org/x/tools/PATENTS b/tests/vendor/golang.org/x/tools/PATENTS similarity index 100% rename from test/vendor/golang.org/x/tools/PATENTS rename to tests/vendor/golang.org/x/tools/PATENTS diff --git a/test/vendor/golang.org/x/tools/cover/profile.go b/tests/vendor/golang.org/x/tools/cover/profile.go similarity index 100% rename from test/vendor/golang.org/x/tools/cover/profile.go rename to tests/vendor/golang.org/x/tools/cover/profile.go diff --git a/test/vendor/golang.org/x/tools/go/ast/inspector/inspector.go b/tests/vendor/golang.org/x/tools/go/ast/inspector/inspector.go similarity index 100% rename from test/vendor/golang.org/x/tools/go/ast/inspector/inspector.go rename to tests/vendor/golang.org/x/tools/go/ast/inspector/inspector.go diff --git a/test/vendor/golang.org/x/tools/go/ast/inspector/iter.go b/tests/vendor/golang.org/x/tools/go/ast/inspector/iter.go similarity index 100% rename from test/vendor/golang.org/x/tools/go/ast/inspector/iter.go rename to tests/vendor/golang.org/x/tools/go/ast/inspector/iter.go diff --git a/test/vendor/golang.org/x/tools/go/ast/inspector/typeof.go b/tests/vendor/golang.org/x/tools/go/ast/inspector/typeof.go similarity index 100% rename from test/vendor/golang.org/x/tools/go/ast/inspector/typeof.go rename to tests/vendor/golang.org/x/tools/go/ast/inspector/typeof.go diff --git a/test/vendor/gopkg.in/yaml.v3/LICENSE b/tests/vendor/gopkg.in/yaml.v3/LICENSE similarity index 100% rename from test/vendor/gopkg.in/yaml.v3/LICENSE rename to tests/vendor/gopkg.in/yaml.v3/LICENSE diff --git a/test/vendor/gopkg.in/yaml.v3/NOTICE b/tests/vendor/gopkg.in/yaml.v3/NOTICE similarity index 100% rename from test/vendor/gopkg.in/yaml.v3/NOTICE rename to tests/vendor/gopkg.in/yaml.v3/NOTICE diff --git a/test/vendor/gopkg.in/yaml.v3/README.md b/tests/vendor/gopkg.in/yaml.v3/README.md similarity index 100% rename from test/vendor/gopkg.in/yaml.v3/README.md rename to tests/vendor/gopkg.in/yaml.v3/README.md diff --git a/test/vendor/gopkg.in/yaml.v3/apic.go b/tests/vendor/gopkg.in/yaml.v3/apic.go similarity index 100% rename from test/vendor/gopkg.in/yaml.v3/apic.go rename to tests/vendor/gopkg.in/yaml.v3/apic.go diff --git a/test/vendor/gopkg.in/yaml.v3/decode.go b/tests/vendor/gopkg.in/yaml.v3/decode.go similarity index 100% rename from test/vendor/gopkg.in/yaml.v3/decode.go rename to tests/vendor/gopkg.in/yaml.v3/decode.go diff --git a/test/vendor/gopkg.in/yaml.v3/emitterc.go b/tests/vendor/gopkg.in/yaml.v3/emitterc.go similarity index 100% rename from test/vendor/gopkg.in/yaml.v3/emitterc.go rename to tests/vendor/gopkg.in/yaml.v3/emitterc.go diff --git a/test/vendor/gopkg.in/yaml.v3/encode.go b/tests/vendor/gopkg.in/yaml.v3/encode.go similarity index 100% rename from test/vendor/gopkg.in/yaml.v3/encode.go rename to tests/vendor/gopkg.in/yaml.v3/encode.go diff --git a/test/vendor/gopkg.in/yaml.v3/parserc.go b/tests/vendor/gopkg.in/yaml.v3/parserc.go similarity index 100% rename from test/vendor/gopkg.in/yaml.v3/parserc.go rename to tests/vendor/gopkg.in/yaml.v3/parserc.go diff --git a/test/vendor/gopkg.in/yaml.v3/readerc.go b/tests/vendor/gopkg.in/yaml.v3/readerc.go similarity index 100% rename from test/vendor/gopkg.in/yaml.v3/readerc.go rename to tests/vendor/gopkg.in/yaml.v3/readerc.go diff --git a/test/vendor/gopkg.in/yaml.v3/resolve.go b/tests/vendor/gopkg.in/yaml.v3/resolve.go similarity index 100% rename from test/vendor/gopkg.in/yaml.v3/resolve.go rename to tests/vendor/gopkg.in/yaml.v3/resolve.go diff --git a/test/vendor/gopkg.in/yaml.v3/scannerc.go b/tests/vendor/gopkg.in/yaml.v3/scannerc.go similarity index 100% rename from test/vendor/gopkg.in/yaml.v3/scannerc.go rename to tests/vendor/gopkg.in/yaml.v3/scannerc.go diff --git a/test/vendor/gopkg.in/yaml.v3/sorter.go b/tests/vendor/gopkg.in/yaml.v3/sorter.go similarity index 100% rename from test/vendor/gopkg.in/yaml.v3/sorter.go rename to tests/vendor/gopkg.in/yaml.v3/sorter.go diff --git a/test/vendor/gopkg.in/yaml.v3/writerc.go b/tests/vendor/gopkg.in/yaml.v3/writerc.go similarity index 100% rename from test/vendor/gopkg.in/yaml.v3/writerc.go rename to tests/vendor/gopkg.in/yaml.v3/writerc.go diff --git a/test/vendor/gopkg.in/yaml.v3/yaml.go b/tests/vendor/gopkg.in/yaml.v3/yaml.go similarity index 100% rename from test/vendor/gopkg.in/yaml.v3/yaml.go rename to tests/vendor/gopkg.in/yaml.v3/yaml.go diff --git a/test/vendor/gopkg.in/yaml.v3/yamlh.go b/tests/vendor/gopkg.in/yaml.v3/yamlh.go similarity index 100% rename from test/vendor/gopkg.in/yaml.v3/yamlh.go rename to tests/vendor/gopkg.in/yaml.v3/yamlh.go diff --git a/test/vendor/gopkg.in/yaml.v3/yamlprivateh.go b/tests/vendor/gopkg.in/yaml.v3/yamlprivateh.go similarity index 100% rename from test/vendor/gopkg.in/yaml.v3/yamlprivateh.go rename to tests/vendor/gopkg.in/yaml.v3/yamlprivateh.go diff --git a/test/vendor/modules.txt b/tests/vendor/modules.txt similarity index 100% rename from test/vendor/modules.txt rename to tests/vendor/modules.txt