From a348dea199a885e4e4e5edc2d9fb2d45e8f84879 Mon Sep 17 00:00:00 2001 From: Armando Miani Date: Tue, 13 Aug 2024 09:09:35 +0200 Subject: [PATCH] VM - Drupal - Add source and licenses --- vm/chef/cookbooks/drupal/metadata.rb | 3 +- vm/chef/cookbooks/drupal/recipes/default.rb | 3 +- vm/chef/cookbooks/drupal/recipes/ospo.rb | 1457 +++++++++++++++++++ 3 files changed, 1461 insertions(+), 2 deletions(-) create mode 100644 vm/chef/cookbooks/drupal/recipes/ospo.rb diff --git a/vm/chef/cookbooks/drupal/metadata.rb b/vm/chef/cookbooks/drupal/metadata.rb index f00a9a8d3f..80152a1a21 100644 --- a/vm/chef/cookbooks/drupal/metadata.rb +++ b/vm/chef/cookbooks/drupal/metadata.rb @@ -1,4 +1,4 @@ -# Copyright 2018 Google LLC +# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,6 +13,7 @@ # limitations under the License. name 'drupal' +depends 'c2d-config' depends 'apache2' depends 'mysql' depends 'php81' diff --git a/vm/chef/cookbooks/drupal/recipes/default.rb b/vm/chef/cookbooks/drupal/recipes/default.rb index da21ad8bdc..b951b755c0 100644 --- a/vm/chef/cookbooks/drupal/recipes/default.rb +++ b/vm/chef/cookbooks/drupal/recipes/default.rb @@ -1,4 +1,4 @@ -# Copyright 2018 Google LLC +# Copyright 2024 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -19,6 +19,7 @@ include_recipe 'apache2::rm-index' include_recipe 'apache2::security-config' include_recipe 'mysql::version-8.0' +include_recipe 'drupal::ospo' # Reference: https://www.drupal.org/docs/8/system-requirements/php include_recipe 'php81' diff --git a/vm/chef/cookbooks/drupal/recipes/ospo.rb b/vm/chef/cookbooks/drupal/recipes/ospo.rb new file mode 100644 index 0000000000..6d0757078a --- /dev/null +++ b/vm/chef/cookbooks/drupal/recipes/ospo.rb @@ -0,0 +1,1457 @@ +# Copyright 2024 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +ospo_download 'Licenses and Source-code' do + ref_repos <<-EOF +https://github.com/AndrewSpangler/py_simple_launcher +https://github.com/certifi/python-certifi +https://github.com/chardet/chardet +https://github.com/drupal/core +https://github.com/drupal/core-composer-scaffold +https://github.com/drupal/core-project-message +https://github.com/drupal/core-vendor-hardening +https://github.com/anchore/go-version +https://github.com/go-sql-driver/mysql +https://github.com/hashicorp/consul +https://github.com/hashicorp/errwrap +https://github.com/hashicorp/go-checkpoint +https://github.com/hashicorp/go-cleanhttp +https://github.com/hashicorp/go-immutable-radix +https://github.com/hashicorp/go-multierror +https://github.com/hashicorp/go-plugin +https://github.com/hashicorp/go-retryablehttp +https://github.com/hashicorp/go-rootcerts +https://github.com/hashicorp/go-uuid +https://github.com/hashicorp/go-version +https://github.com/hashicorp/golang-lru +https://github.com/hashicorp/hc-install +https://github.com/hashicorp/hcl +https://github.com/hashicorp/logutils +https://github.com/hashicorp/nomad +https://github.com/hashicorp/serf +https://github.com/hashicorp/terraform-exec +https://github.com/hashicorp/terraform-json +https://github.com/hashicorp/terraform-plugin-go +https://github.com/hashicorp/terraform-plugin-log +https://github.com/hashicorp/terraform-plugin-sdk +https://github.com/hashicorp/terraform-registry-address +https://github.com/hashicorp/terraform-svchost +https://github.com/hashicorp/yamux +https://github.com/excid3/python-apt +https://github.com/venthur/python-debianbts +https://github.com/mvo5/unattended-upgrades + +EOF + licenses <<-EOF +aashutoshrathi_word_wrap;https://github.com/aashutoshrathi/word-wrap.git +babel_code_frame;https://raw.githubusercontent.com/babel/babel/master/LICENSE +babel_helper_validator_identifier;https://raw.githubusercontent.com/babel/babel/master/LICENSE +babel_highlight;https://raw.githubusercontent.com/babel/babel/master/LICENSE +ckeditor_ckeditor5_alignment;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_autoformat;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_basic_styles;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_block_quote;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_clipboard;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_code_block;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_core;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_editor_classic;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_editor_decoupled;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_engine;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_enter;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_essentials;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_heading;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_horizontal_line;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_html_support;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_image;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_indent;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_language;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_link;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_list;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_paragraph;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_paste_from_office;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_remove_format;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_select_all;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_show_blocks;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_source_editing;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_special_characters;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_style;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_table;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_theme_lark;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_typing;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_ui;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_undo;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_upload;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_utils;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_watchdog;https://github.com/ckeditor/ckeditor5.git +ckeditor_ckeditor5_widget;https://github.com/ckeditor/ckeditor5.git +colors_colors;ssh://git@github.com/DABH/colors.js.git +cspell_cspell_bundled_dicts;https://github.com/streetsidesoftware/cspell.git +cspell_cspell_json_reporter;https://github.com/streetsidesoftware/cspell.git +cspell_cspell_pipe;https://github.com/streetsidesoftware/cspell.git +cspell_cspell_resolver;https://github.com/streetsidesoftware/cspell.git +cspell_cspell_service_bus;https://github.com/streetsidesoftware/cspell.git +cspell_cspell_types;https://github.com/streetsidesoftware/cspell.git +cspell_dict_ada;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_aws;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_bash;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_companies;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_cpp;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_cryptocurrencies;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_csharp;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_css;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_dart;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_data_science;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_django;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_docker;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_dotnet;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_elixir;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_en_common_misspellings;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_en_gb;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_en_us;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_filetypes;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_fonts;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_fsharp;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_fullstack;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_gaming_terms;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_git;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_golang;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_haskell;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_html;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_html_symbol_entities;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_java;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_k8s;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_latex;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_lorem_ipsum;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_lua;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_makefile;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_node;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_npm;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_php;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_powershell;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_public_licenses;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_python;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_r;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_ruby;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_rust;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_scala;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_software_terms;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_sql;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_svelte;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_swift;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_typescript;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dict_vue;https://github.com/streetsidesoftware/cspell-dicts.git +cspell_dynamic_import;https://github.com/streetsidesoftware/cspell.git +cspell_strong_weak_map;https://github.com/streetsidesoftware/cspell.git +csstools_cascade_layer_name_parser;https://github.com/csstools/postcss-plugins.git +csstools_color_helpers;https://github.com/csstools/postcss-plugins.git +csstools_css_calc;https://github.com/csstools/postcss-plugins.git +csstools_css_color_parser;https://github.com/csstools/postcss-plugins.git +csstools_css_parser_algorithms;https://github.com/csstools/postcss-plugins.git +csstools_css_tokenizer;https://github.com/csstools/postcss-plugins.git +csstools_media_query_list_parser;https://github.com/csstools/postcss-plugins.git +csstools_postcss_cascade_layers;https://github.com/csstools/postcss-plugins.git +csstools_postcss_color_function;https://github.com/csstools/postcss-plugins.git +csstools_postcss_color_mix_function;https://github.com/csstools/postcss-plugins.git +csstools_postcss_exponential_functions;https://github.com/csstools/postcss-plugins.git +csstools_postcss_font_format_keywords;https://github.com/csstools/postcss-plugins.git +csstools_postcss_gamut_mapping;https://github.com/csstools/postcss-plugins.git +csstools_postcss_gradients_interpolation_method;https://github.com/csstools/postcss-plugins.git +csstools_postcss_hwb_function;https://github.com/csstools/postcss-plugins.git +csstools_postcss_ic_unit;https://github.com/csstools/postcss-plugins.git +csstools_postcss_initial;https://github.com/csstools/postcss-plugins.git +csstools_postcss_is_pseudo_class;https://github.com/csstools/postcss-plugins.git +csstools_postcss_logical_float_and_clear;https://github.com/csstools/postcss-plugins.git +csstools_postcss_logical_overflow;https://github.com/csstools/postcss-plugins.git +csstools_postcss_logical_overscroll_behavior;https://github.com/csstools/postcss-plugins.git +csstools_postcss_logical_resize;https://github.com/csstools/postcss-plugins.git +csstools_postcss_logical_viewport_units;https://github.com/csstools/postcss-plugins.git +csstools_postcss_media_minmax;https://github.com/csstools/postcss-plugins.git +csstools_postcss_media_queries_aspect_ratio_number_values;https://github.com/csstools/postcss-plugins.git +csstools_postcss_nested_calc;https://github.com/csstools/postcss-plugins.git +csstools_postcss_normalize_display_values;https://github.com/csstools/postcss-plugins.git +csstools_postcss_oklab_function;https://github.com/csstools/postcss-plugins.git +csstools_postcss_progressive_custom_properties;https://github.com/csstools/postcss-plugins.git +csstools_postcss_relative_color_syntax;https://github.com/csstools/postcss-plugins.git +csstools_postcss_scope_pseudo_class;https://github.com/csstools/postcss-plugins.git +csstools_postcss_stepped_value_functions;https://github.com/csstools/postcss-plugins.git +csstools_postcss_text_decoration_shorthand;https://github.com/csstools/postcss-plugins.git +csstools_postcss_trigonometric_functions;https://github.com/csstools/postcss-plugins.git +csstools_postcss_unset_value;https://github.com/csstools/postcss-plugins.git +csstools_selector_specificity;https://github.com/csstools/postcss-plugins.git +discoveryjs_json_ext;https://github.com/discoveryjs/json-ext.git +drupal_once;https://git.drupalcode.org/project/once.git +eslint_community_eslint_utils;https://github.com/eslint-community/eslint-utils.git +eslint_community_regexpp;https://github.com/eslint-community/regexpp.git +eslint_eslintrc;https://github.com/eslint/eslintrc.git +eslint_js;https://github.com/eslint/eslint.git +humanwhocodes_config_array;https://github.com/humanwhocodes/config-array.git +humanwhocodes_module_importer;https://github.com/humanwhocodes/module-importer.git +humanwhocodes_object_schema;https://github.com/humanwhocodes/object-schema.git +jridgewell_gen_mapping;https://github.com/jridgewell/gen-mapping.git +jridgewell_resolve_uri;https://github.com/jridgewell/resolve-uri.git +jridgewell_set_array;https://github.com/jridgewell/set-array.git +jridgewell_source_map;https://github.com/jridgewell/source-map.git +jridgewell_sourcemap_codec;https://github.com/jridgewell/sourcemap-codec.git +jridgewell_trace_mapping;https://github.com/jridgewell/trace-mapping.git +nightwatch_chai;https://github.com/chaijs/chai.git +nodelib_fs.scandir;https://raw.githubusercontent.com/nodelib/nodelib/master/LICENSE +nodelib_fs.stat;https://raw.githubusercontent.com/nodelib/nodelib/master/LICENSE +nodelib_fs.walk;https://raw.githubusercontent.com/nodelib/nodelib/master/LICENSE +pkgjs_parseargs;ssh://git@github.com/pkgjs/parseargs.git +pkgr_utils;https://github.com/un-ts/pkgr.git +popperjs_core;https://raw.githubusercontent.com/popperjs/popper-core/master/LICENSE +types_eslint;https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/master/LICENSE +types_eslint_scope;https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/master/LICENSE +types_estree;https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/master/LICENSE +types_json_schema;https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/master/LICENSE +types_json5;https://www.github.com/DefinitelyTyped/DefinitelyTyped.git +types_minimist;https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/master/LICENSE +types_node;https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/master/LICENSE +types_normalize_package_data;https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/master/LICENSE +ungap_promise_all_settled;https://github.com/ungap/promise-all-settled.git +ungap_structured_clone;https://github.com/ungap/structured-clone.git +webassemblyjs_ast;https://github.com/xtuc/webassemblyjs.git +webassemblyjs_floating_point_hex_parser;https://github.com/xtuc/webassemblyjs.git +webassemblyjs_helper_api_error;https://github.com/xtuc/webassemblyjs.git +webassemblyjs_helper_buffer;https://github.com/xtuc/webassemblyjs.git +webassemblyjs_helper_numbers;https://github.com/xtuc/webassemblyjs.git +webassemblyjs_helper_wasm_bytecode;https://github.com/xtuc/webassemblyjs.git +webassemblyjs_helper_wasm_section;https://github.com/xtuc/webassemblyjs.git +webassemblyjs_ieee754;https://github.com/xtuc/webassemblyjs.git +webassemblyjs_leb128;https://github.com/xtuc/webassemblyjs.git +webassemblyjs_utf8;https://github.com/xtuc/webassemblyjs.git +webassemblyjs_wasm_edit;https://github.com/xtuc/webassemblyjs.git +webassemblyjs_wasm_gen;https://github.com/xtuc/webassemblyjs.git +webassemblyjs_wasm_opt;https://github.com/xtuc/webassemblyjs.git +webassemblyjs_wasm_parser;https://github.com/xtuc/webassemblyjs.git +webassemblyjs_wast_printer;https://github.com/xtuc/webassemblyjs.git +webpack_cli_configtest;https://github.com/webpack/webpack-cli.git +webpack_cli_info;https://github.com/webpack/webpack-cli.git +webpack_cli_serve;https://github.com/webpack/webpack-cli.git +xtuc_ieee754;https://github.com/feross/ieee754.git +xtuc_long;https://github.com/dcodeIO/long.js.git +PySimpleSOAP;https://github.com/pysimplesoap/pysimplesoap +PySocks;https://raw.githubusercontent.com/Anorov/PySocks/master/LICENSE +SimpleLauncherExecutable;https://github.com/AndrewSpangler/py_simple_launcher/blob/main/LICENSE +Sphinx;https://raw.githubusercontent.com/sphinx-doc/sphinx/master/LICENSE.rst +acorn;https://github.com/acornjs/acorn.git +acorn_import_assertions;https://github.com/xtuc/acorn-import-assertions.git +acorn_jsx;https://github.com/acornjs/acorn-jsx.git +actions_cache;https://github.com/actions/cache/blob/main/LICENSE +actions_checkout;https://github.com/actions/checkout/blob/main/LICENSE +actions_download_artifact;https://github.com/actions/download-artifact/blob/main/LICENSE +actions_setup_python;https://github.com/actions/setup-python/blob/main/LICENSE +actions_upload_artifact;https://github.com/actions/upload-artifact/blob/main/LICENSE +agent_base;https://github.com/TooTallNate/proxy-agents.git +ajv;https://github.com/ajv-validator/ajv.git +ajv_keywords;https://github.com/epoberezkin/ajv-keywords.git +animal_sniffer_annotations;https://raw.githubusercontent.com/mojohaus/animal-sniffer/master/LICENSE +annotations;https://github.com/JetBrains/intellij-community +annotations;https://android.git.kernel.org/ +ansi_align;https://github.com/nexdrew/ansi-align.git +ansi_colors;https://github.com/doowb/ansi-colors.git +ansi_regex;https://github.com/chalk/ansi-regex.git +ansi_styles;https://github.com/chalk/ansi-styles.git +ansi_to_html;https://github.com/rburns/ansi-to-html.git +anthoscli;https://github.com/GoogleCloudPlatform/cloud-sdk-docker/blob/master/LICENSE +anymatch;https://github.com/micromatch/anymatch.git +argcomplete;https://raw.githubusercontent.com/kislyuk/argcomplete/master/LICENSE.rst +argparse;https://github.com/nodeca/argparse.git +argparse;https://github.com/nodeca/argparse +array_buffer_byte_length;https://github.com/inspect-js/array-buffer-byte-length.git +array_includes;https://github.com/es-shims/array-includes.git +array_timsort;https://github.com/kaelzhang/node-array-timsort.git +array_union;https://github.com/sindresorhus/array-union.git +array.prototype.findlastindex;https://github.com/es-shims/Array.prototype.findLastIndex.git +array.prototype.flat;https://github.com/es-shims/Array.prototype.flat.git +array.prototype.flatmap;https://github.com/es-shims/Array.prototype.flatMap.git +arraybuffer.prototype.slice;https://github.com/es-shims/ArrayBuffer.prototype.slice.git +arrify;https://github.com/sindresorhus/arrify.git +asm89_stack_cors;https://github.com/asm89/stack-cors/blob/master/LICENSE +assertion_error;ssh://git@github.com/chaijs/assertion-error.git +astral_regex;https://github.com/kevva/astral-regex.git +async;https://github.com/caolan/async.git +asynckit;https://github.com/alexindigo/asynckit.git +attrs;https://raw.githubusercontent.com/python-attrs/attrs/master/LICENSE +autoprefixer;https://github.com/postcss/autoprefixer.git +available_typed_arrays;https://github.com/inspect-js/available-typed-arrays.git +axe_core;https://github.com/dequelabs/axe-core.git +backbone;https://github.com/jashkenas/backbone.git +balanced_match;https://github.com/juliangruber/balanced-match.git +base64_js;https://github.com/beatgammit/base64-js.git +bash;https://github.com/streetsidesoftware/cspell-dicts.git +big_integer;ssh://git@github.com/peterolson/BigInteger.js.git +binary_extensions;https://github.com/sindresorhus/binary-extensions.git +bitbucket.org_creachadair_stringset;https://bitbucket.org/creachadair/stringset +bl;https://github.com/rvagg/bl.git +black;https://raw.githubusercontent.com/psf/black/master/LICENSE +bleach;https://raw.githubusercontent.com/mozilla/bleach/master/LICENSE +boxen;https://github.com/sindresorhus/boxen.git +bplist_parser;https://github.com/nearinfinity/node-bplist-parser.git +brace_expansion;https://github.com/juliangruber/brace-expansion.git +braces;https://github.com/micromatch/braces.git +browser_stdout;ssh://git@github.com/kumavis/browser-stdout.git +browserslist;https://github.com/browserslist/browserslist.git +buffer;https://github.com/feross/buffer.git +buffer_from;https://github.com/LinusU/buffer-from.git +bundle_name;https://github.com/sindresorhus/bundle-name.git +cachetools;https://raw.githubusercontent.com/tkem/cachetools/master/LICENSE +call_bind;https://github.com/ljharb/call-bind.git +callsites;https://github.com/sindresorhus/callsites.git +camelcase;https://github.com/sindresorhus/camelcase.git +camelcase_keys;https://github.com/sindresorhus/camelcase-keys.git +caniuse_lite;https://github.com/browserslist/caniuse-lite.git +certifi;https://raw.githubusercontent.com/certifi/python-certifi/master/LICENSE +cffi;https://raw.githubusercontent.com/python-cffi/cffi/master/LICENSE +chai_nightwatch;https://github.com/nightwatchjs/chai-nightwatch.git +chalk;https://github.com/chalk/chalk.git +chalk_template;https://github.com/chalk/chalk-template.git +chardet;https://raw.githubusercontent.com/chardet/chardet/master/LICENSE +charset_normalizer;https://raw.githubusercontent.com/ousret/charset_normalizer/master/LICENSE +check_error;ssh://git@github.com/chaijs/check-error.git +chokidar;https://github.com/paulmillr/chokidar.git +chrome_trace_event;https://github.com/samccone/chrome-trace-event.git +ci_info;https://github.com/watson/ci-info.git +ckeditor5;https://github.com/ckeditor/ckeditor5.git +clear_module;https://github.com/sindresorhus/clear-module.git +cli_boxes;https://github.com/sindresorhus/cli-boxes.git +cli_cursor;https://github.com/sindresorhus/cli-cursor.git +cli_spinners;https://github.com/sindresorhus/cli-spinners.git +cli_table3;https://github.com/cli-table/cli-table3.git +click;https://raw.githubusercontent.com/pallets/click/master/LICENSE.rst +cliui;https://github.com/yargs/cliui.git +clone;https://github.com/pvorb/node-clone.git +clone_deep;https://github.com/jonschlinkert/clone-deep.git +cloud.google.com_go;https://raw.githubusercontent.com/googleapis/google-cloud-go/master/LICENSE +cloud.google.com_go_bigtable;https://raw.githubusercontent.com/googleapis/google-cloud-go/master/LICENSE +cloud.google.com_go_compute_metadata;https://raw.githubusercontent.com/googleapis/google-cloud-go/master/LICENSE +cloud.google.com_go_iam;https://raw.githubusercontent.com/googleapis/google-cloud-go/master/LICENSE +cloud.google.com_go_logging;https://raw.githubusercontent.com/googleapis/google-cloud-go/master/LICENSE +cloud.google.com_go_longrunning;https://raw.githubusercontent.com/googleapis/google-cloud-go/master/LICENSE +cloud.google.com_go_monitoring;https://raw.githubusercontent.com/googleapis/google-cloud-go/master/LICENSE +cloud.google.com_go_osconfig;https://raw.githubusercontent.com/googleapis/google-cloud-go/master/LICENSE +cloud.google.com_go_storage;https://raw.githubusercontent.com/googleapis/google-cloud-go/master/LICENSE +cloud.google.com_go_trace;https://raw.githubusercontent.com/googleapis/google-cloud-go/master/LICENSE +codecov_codecov_action;https://github.com/codecov/codecov-action/blob/main/LICENSE +color_convert;https://github.com/Qix-/color-convert.git +color_name;ssh://git@github.com/dfcreative/color-name.git +color_name;ssh://git@github.com/colorjs/color-name.git +color_parse;https://github.com/colorjs/color-parse.git +colord;https://github.com/omgovich/colord.git +colorette;https://github.com/jorgebucaran/colorette.git +colorlog;https://raw.githubusercontent.com/borntyping/python-colorlog/master/LICENSE +combined_stream;https://github.com/felixge/node-combined-stream.git +commander;https://github.com/tj/commander.js.git +comment_json;https://github.com/kaelzhang/node-comment-json.git +commonmark;https://github.com/rtfd/commonmark.py +composer_installers;https://github.com/composer/installers/blob/main/LICENSE +composer_semver;https://github.com/composer/semver/blob/main/LICENSE +concat_map;https://github.com/substack/node-concat-map.git +configstore;https://github.com/yeoman/configstore.git +confusing_browser_globals;https://github.com/facebook/create-react-app.git +contrib.go.opencensus.io_exporter_prometheus;https://raw.githubusercontent.com/census-ecosystem/opencensus-go-exporter-prometheus/master/LICENSE +core_util_is;https://github.com/isaacs/core-util-is.git +cos.googlesource.com_cos_tools.git;https://cos.googlesource.com/cos/tools +cosmiconfig;https://github.com/cosmiconfig/cosmiconfig.git +coverage;https://bitbucket.org/ned/coveragepy +crcmod;https://github.com/gsutil-mirrors/crcmod/blob/master/LICENSE +cross_spawn;ssh://git@github.com/moxystudio/node-cross-spawn.git +crypto_random_string;https://github.com/sindresorhus/crypto-random-string.git +cryptography;https://raw.githubusercontent.com/pyca/cryptography/master/LICENSE +cspell;https://github.com/streetsidesoftware/cspell.git +cspell_config_lib;https://github.com/streetsidesoftware/cspell.git +cspell_dictionary;https://github.com/streetsidesoftware/cspell.git +cspell_gitignore;https://github.com/streetsidesoftware/cspell.git +cspell_glob;https://github.com/streetsidesoftware/cspell.git +cspell_grammar;https://github.com/streetsidesoftware/cspell.git +cspell_io;https://github.com/streetsidesoftware/cspell.git +cspell_lib;https://github.com/streetsidesoftware/cspell.git +cspell_trie_lib;https://github.com/streetsidesoftware/cspell.git +css_blank_pseudo;https://github.com/csstools/postcss-plugins.git +css_functions_list;https://github.com/niksy/css-functions-list.git +css_has_pseudo;https://github.com/csstools/postcss-plugins.git +css_prefers_color_scheme;https://github.com/csstools/postcss-plugins.git +css_tree;https://github.com/csstree/csstree.git +cssdb;https://github.com/csstools/cssdb.git +cssesc;https://github.com/mathiasbynens/cssesc.git +cssstyle;https://github.com/jsdom/cssstyle.git +cuint;https://github.com/pierrec/js-cuint.git +dario.cat_mergo;https://raw.githubusercontent.com/imdario/mergo/master/LICENSE +data_urls;https://github.com/jsdom/data-urls.git +dbus_python;https://github.com/posborne/dbus-python/blob/master/COPYING +debug;https://github.com/visionmedia/debug.git +debug;https://github.com/debug-js/debug.git +decamelize;https://github.com/sindresorhus/decamelize.git +decamelize_keys;https://github.com/sindresorhus/decamelize-keys.git +decimal.js;https://github.com/MikeMcl/decimal.js.git +deep_eql;ssh://git@github.com/chaijs/deep-eql.git +deep_is;ssh://git@github.com/thlorenz/deep-is.git +deepmerge;https://github.com/TehShrike/deepmerge.git +default_browser;https://github.com/sindresorhus/default-browser.git +default_browser_id;https://github.com/sindresorhus/default-browser-id.git +defaults;https://github.com/sindresorhus/node-defaults.git +define_data_property;https://github.com/ljharb/define-data-property.git +define_lazy_prop;https://github.com/sindresorhus/define-lazy-prop.git +define_properties;https://github.com/ljharb/define-properties.git +delayed_stream;https://github.com/felixge/node-delayed-stream.git +dessant_lock_threads;https://github.com/dessant/lock-threads/blob/main/LICENSE +didyoumean;https://github.com/dcporter/didyoumean.js.git +diff;https://github.com/kpdecker/jsdiff.git +dir_glob;https://github.com/kevva/dir-glob.git +distlib;https://github.com/pypa/distlib +distro_info;https://github.com/softwarefactory-project/distroinfo/blob/master/LICENSE +doctrine;https://github.com/eslint/doctrine.git +doctrine_annotations;https://github.com/doctrine/annotations/blob/2.0.x/LICENSE +doctrine_deprecations;https://github.com/doctrine/deprecations/blob/1.1.x/LICENSE +doctrine_lexer;https://github.com/doctrine/lexer/blob/3.0.x/LICENSE +docutils;https://raw.githubusercontent.com/docutils/docutils/master/docutils/licenses/BSD-2-Clause.txt +dot_prop;https://github.com/sindresorhus/dot-prop.git +dotenv;https://github.com/motdotla/dotenv.git +dotenv_safe;https://github.com/rolodato/dotenv-safe.git +drupal_core;https://github.com/drupal/core/blob/11.x/LICENSE.txt +drupal_core_composer_scaffold;https://github.com/drupal/core-composer-scaffold/blob/11.x/LICENSE.txt +drupal_core_project_message;https://github.com/drupal/core-project-message/blob/11.x/LICENSE.txt +drupal_core_recommended;https://github.com/drupal/core/blob/11.x/LICENSE.txt +drupal_core_vendor_hardening;https://github.com/drupal/core-vendor-hardening/blob/11.x/LICENSE.txt +egulias_email_validator;https://github.com/egulias/EmailValidator/blob/4.x/LICENSE +ejs;https://github.com/mde/ejs.git +electron_to_chromium;https://github.com/kilian/electron-to-chromium.git +emoji_regex;https://github.com/mathiasbynens/emoji-regex.git +enhanced_resolve;https://github.com/webpack/enhanced-resolve.git +entities;https://github.com/fb55/entities.git +envinfo;https://github.com/tabrindle/envinfo.git +error_ex;https://github.com/qix-/node-error-ex.git +error_prone_annotations;https://github.com/google/error-prone +es_abstract;https://github.com/ljharb/es-abstract.git +es_module_lexer;https://github.com/guybedford/es-module-lexer.git +es_set_tostringtag;https://github.com/es-shims/es-set-tostringtag.git +es_shim_unscopables;https://github.com/ljharb/es-shim-unscopables.git +es_to_primitive;https://github.com/ljharb/es-to-primitive.git +escalade;https://github.com/lukeed/escalade.git +escape_string_regexp;https://github.com/sindresorhus/escape-string-regexp +escape_string_regexp;https://github.com/sindresorhus/escape-string-regexp.git +eslint;https://github.com/eslint/eslint.git +eslint_compat_utils;https://github.com/ota-meshi/eslint-compat-utils.git +eslint_config_airbnb_base;https://github.com/airbnb/javascript.git +eslint_config_prettier;https://github.com/prettier/eslint-config-prettier.git +eslint_formatter_gitlab;https://gitlab.com/remcohaszing/eslint-formatter-gitlab.git +eslint_import_resolver_node;https://github.com/import-js/eslint-plugin-import.git +eslint_module_utils;https://github.com/import-js/eslint-plugin-import.git +eslint_plugin_import;https://github.com/import-js/eslint-plugin-import.git +eslint_plugin_jquery;https://github.com/dgraham/eslint-plugin-jquery.git +eslint_plugin_prettier;https://github.com/prettier/eslint-plugin-prettier.git +eslint_plugin_yml;https://github.com/ota-meshi/eslint-plugin-yml.git +eslint_scope;https://github.com/eslint/eslint-scope.git +eslint_visitor_keys;https://github.com/eslint/eslint-visitor-keys.git +espree;https://github.com/eslint/espree.git +esprima;https://github.com/jquery/esprima.git +esquery;https://github.com/estools/esquery.git +esrecurse;https://github.com/estools/esrecurse.git +estraverse;ssh://git@github.com/estools/estraverse.git +esutils;ssh://git@github.com/estools/esutils.git +events;https://github.com/Gozala/events.git +execa;https://github.com/sindresorhus/execa.git +failureaccess;https://raw.githubusercontent.com/google/guava/master/LICENSE +fast_deep_equal;https://github.com/epoberezkin/fast-deep-equal.git +fast_diff;https://github.com/jhchen/fast-diff.git +fast_equals;https://github.com/planttheidea/fast-equals.git +fast_glob;https://github.com/mrmlnc/fast-glob.git +fast_json_stable_stringify;https://github.com/epoberezkin/fast-json-stable-stringify.git +fast_levenshtein;https://github.com/hiddentao/fast-levenshtein.git +fastest_levenshtein;https://github.com/ka-weihe/fastest-levenshtein.git +fastq;https://github.com/mcollina/fastq.git +file_entry_cache;https://github.com/royriojas/file-entry-cache.git +file_entry_cache;https://raw.githubusercontent.com/jaredwray/file-entry-cache/master/LICENSE +filelist;https://github.com/mde/filelist.git +filelock;https://raw.githubusercontent.com/tox-dev/py-filelock/master/LICENSE +fill_range;https://github.com/jonschlinkert/fill-range.git +find_up;https://github.com/sindresorhus/find-up.git +find_up_simple;https://github.com/sindresorhus/find-up-simple.git +flake8;https://gitlab.com/pycqa/flake8 +flake8;https://github.com/pycqa/flake8 +flaky;https://raw.githubusercontent.com/box/flaky/master/LICENSE +flat;https://github.com/hughsk/flat.git +flat_cache;https://raw.githubusercontent.com/jaredwray/flat-cache/master/LICENSE +flatted;https://github.com/WebReflection/flatted.git +for_each;https://github.com/Raynos/for-each.git +foreground_child;https://github.com/tapjs/foreground-child.git +form_data;https://github.com/form-data/form-data.git +fraction.js;https://github.com/rawify/Fraction.js.git +fs_extra;https://github.com/jprichardson/node-fs-extra.git +fs.realpath;https://github.com/isaacs/fs.realpath.git +fsevents;https://github.com/fsevents/fsevents.git +function_bind;https://github.com/Raynos/function-bind.git +function.prototype.name;https://github.com/es-shims/Function.prototype.name.git +functions_have_names;https://github.com/inspect-js/functions-have-names.git +future;https://raw.githubusercontent.com/google/guava/master/LICENSE +gcp_devrel_py_tools;https://raw.githubusercontent.com/GoogleCloudPlatform/python-repo-tools/master/LICENSE +gcp_docuploader;https://github.com/googleapis/docuploader/blob/main/LICENSE +gcp_releasetool;https://github.com/googleapis/releasetool/blob/master/LICENSE +gensequence;https://github.com/streetsidesoftware/GenSequence.git +get_caller_file;https://github.com/stefanpenner/get-caller-file.git +get_func_name;ssh://git@github.com/chaijs/get-func-name.git +get_intrinsic;https://github.com/ljharb/get-intrinsic.git +get_stdin;https://github.com/sindresorhus/get-stdin.git +get_stream;https://github.com/sindresorhus/get-stream.git +get_symbol_description;https://github.com/inspect-js/get-symbol-description.git +github.com_99designs_keyring;https://github.com/99designs/keyring +github.com_Azure_azure_sdk_for_go;https://github.com/azure/azure-sdk-for-go +github.com_Azure_azure_sdk_for_go_sdk_azcore;https://github.com/azure/azure-sdk-for-go +github.com_Azure_azure_sdk_for_go_sdk_azidentity;https://github.com/azure/azure-sdk-for-go +github.com_Azure_azure_sdk_for_go_sdk_internal;https://github.com/azure/azure-sdk-for-go +github.com_Azure_azure_sdk_for_go_sdk_resourcemanager_compute_armcompute_v4;https://github.com/azure/azure-sdk-for-go +github.com_Azure_azure_sdk_for_go_sdk_resourcemanager_network_armnetwork_v2;https://github.com/azure/azure-sdk-for-go +github.com_Azure_azure_sdk_for_go_sdk_storage_azblob;https://github.com/azure/azure-sdk-for-go +github.com_Azure_go_autorest_autorest;https://raw.githubusercontent.com/azure/go-autorest/master/LICENSE +github.com_Azure_go_autorest_autorest_adal;https://raw.githubusercontent.com/azure/go-autorest/master/LICENSE +github.com_Azure_go_autorest_autorest_date;https://raw.githubusercontent.com/azure/go-autorest/master/LICENSE +github.com_Azure_go_autorest_autorest_to;https://raw.githubusercontent.com/azure/go-autorest/master/LICENSE +github.com_Azure_go_autorest_autorest_validation;https://raw.githubusercontent.com/azure/go-autorest/master/LICENSE +github.com_Azure_go_autorest_logger;https://raw.githubusercontent.com/azure/go-autorest/master/LICENSE +github.com_Azure_go_autorest_tracing;https://raw.githubusercontent.com/azure/go-autorest/master/LICENSE +github.com_AzureAD_microsoft_authentication_library_for_go;https://raw.githubusercontent.com/azuread/microsoft-authentication-library-for-go/master/LICENSE +github.com_CycloneDX_cyclonedx_go;https://raw.githubusercontent.com/cyclonedx/cyclonedx-go/master/LICENSE +github.com_GoogleCloudPlatform_declarative_resource_client_library;https://raw.githubusercontent.com/googlecloudplatform/declarative-resource-client-library/master/LICENSE +github.com_GoogleCloudPlatform_guest_agent;https://github.com/GoogleCloudPlatform/guest-agent/blob/main/LICENSE +github.com_GoogleCloudPlatform_guest_logging_go;https://raw.githubusercontent.com/googlecloudplatform/guest-logging-go/master/LICENSE +github.com_GoogleCloudPlatform_opentelemetry_operations_collector;https://github.com/GoogleCloudPlatform/opentelemetry-operations-collector/blob/master/LICENSE +github.com_GoogleCloudPlatform_opentelemetry_operations_go_detectors_gcp;https://raw.githubusercontent.com/googlecloudplatform/opentelemetry-operations-go/master/LICENSE +github.com_GoogleCloudPlatform_opentelemetry_operations_go_exporter_collector;https://raw.githubusercontent.com/googlecloudplatform/opentelemetry-operations-go/master/LICENSE +github.com_GoogleCloudPlatform_opentelemetry_operations_go_exporter_collector_googlemanagedprometheus;https://raw.githubusercontent.com/googlecloudplatform/opentelemetry-operations-go/master/LICENSE +github.com_GoogleCloudPlatform_opentelemetry_operations_go_exporter_metric;https://raw.githubusercontent.com/googlecloudplatform/opentelemetry-operations-go/master/LICENSE +github.com_GoogleCloudPlatform_opentelemetry_operations_go_exporter_trace;https://raw.githubusercontent.com/googlecloudplatform/opentelemetry-operations-go/master/LICENSE +github.com_GoogleCloudPlatform_opentelemetry_operations_go_internal_resourcemapping;https://raw.githubusercontent.com/googlecloudplatform/opentelemetry-operations-go/master/LICENSE +github.com_GoogleCloudPlatform_ops_agent;https://github.com/GoogleCloudPlatform/ops-agent/blob/master/LICENSE +github.com_GoogleCloudPlatform_osconfig;https://github.com/GoogleCloudPlatform/osconfig/blob/master/LICENSE +github.com_GoogleContainerTools_kpt;https://raw.githubusercontent.com/googlecontainertools/kpt/master/LICENSE +github.com_GoogleContainerTools_kpt_porch_api;https://raw.githubusercontent.com/googlecontainertools/kpt/master/LICENSE +github.com_JohnCGriffin_overflow;https://github.com/johncgriffin/overflow +github.com_MakeNowJust_heredoc;https://raw.githubusercontent.com/makenowjust/heredoc/master/LICENSE +github.com_Masterminds_goutils;https://github.com/masterminds/goutils +github.com_Masterminds_semver;https://github.com/masterminds/semver +github.com_Masterminds_semver_v3;https://github.com/masterminds/semver +github.com_Masterminds_sprig_v3;https://github.com/masterminds/sprig +github.com_NVIDIA_go_dcgm;https://raw.githubusercontent.com/nvidia/go-dcgm/master/LICENSE +github.com_NVIDIA_go_nvml;https://github.com/NVIDIA/go-nvml/blob/main/LICENSE +github.com_ProtonMail_go_crypto;https://raw.githubusercontent.com/protonmail/go-crypto/master/LICENSE +github.com_SAP_go_hdb;https://raw.githubusercontent.com/sap/go-hdb/master/LICENSE.md +github.com_Showmax_go_fqdn;https://raw.githubusercontent.com/showmax/go-fqdn/master/LICENSE +github.com_acarl005_stripansi;https://github.com/acarl005/stripansi +github.com_acobaugh_osrelease;https://raw.githubusercontent.com/acobaugh/osrelease/master/LICENSE +github.com_adrg_xdg;https://raw.githubusercontent.com/adrg/xdg/master/LICENSE +github.com_aerospike_aerospike_client_go_v6;https://raw.githubusercontent.com/aerospike/aerospike-client-go/master/LICENSE +github.com_agext_levenshtein;https://raw.githubusercontent.com/agext/levenshtein/master/LICENSE +github.com_alecthomas_participle_v2;https://github.com/alecthomas/participle +github.com_alecthomas_units;https://github.com/alecthomas/units +github.com_anchore_bubbly;https://raw.githubusercontent.com/anchore/bubbly/master/LICENSE +github.com_anchore_clio;https://raw.githubusercontent.com/anchore/clio/master/LICENSE +github.com_anchore_fangs;https://raw.githubusercontent.com/anchore/fangs/master/LICENSE +github.com_anchore_go_logger;https://raw.githubusercontent.com/anchore/go-logger/master/LICENSE +github.com_anchore_go_macholibre;https://raw.githubusercontent.com/anchore/go-macholibre/master/LICENSE +github.com_anchore_go_struct_converter;https://raw.githubusercontent.com/anchore/go-struct-converter/master/LICENSE +github.com_anchore_go_version;https://raw.githubusercontent.com/anchore/go-version/master/LICENSE +github.com_anchore_packageurl_go;https://raw.githubusercontent.com/anchore/packageurl-go/master/LICENSE +github.com_anchore_stereoscope;https://raw.githubusercontent.com/anchore/stereoscope/master/LICENSE +github.com_anchore_syft;https://raw.githubusercontent.com/anchore/syft/master/LICENSE +github.com_andybalholm_brotli;https://raw.githubusercontent.com/andybalholm/brotli/master/LICENSE +github.com_apache_arrow_go_v12;https://github.com/apache/arrow +github.com_apache_thrift;https://raw.githubusercontent.com/apache/thrift/master/LICENSE +github.com_apparentlymart_go_cidr;https://raw.githubusercontent.com/apparentlymart/go-cidr/master/LICENSE +github.com_apparentlymart_go_textseg_v13;https://raw.githubusercontent.com/apparentlymart/go-textseg/master/LICENSE +github.com_aquasecurity_go_pep440_version;https://github.com/aquasecurity/go-pep440-version +github.com_aquasecurity_go_version;https://raw.githubusercontent.com/aquasecurity/go-version/master/LICENSE +github.com_armon_go_metrics;https://raw.githubusercontent.com/armon/go-metrics/master/LICENSE +github.com_asaskevich_govalidator;https://raw.githubusercontent.com/asaskevich/govalidator/master/LICENSE +github.com_aws_aws_sdk_go;https://github.com/aws/aws-sdk-go +github.com_aws_aws_sdk_go_v2;https://github.com/aws/aws-sdk-go-v2 +github.com_aws_aws_sdk_go_v2_aws_protocol_eventstream;https://github.com/aws/aws-sdk-go-v2 +github.com_aws_aws_sdk_go_v2_credentials;https://github.com/aws/aws-sdk-go-v2 +github.com_aws_aws_sdk_go_v2_feature_s3_manager;https://github.com/aws/aws-sdk-go-v2 +github.com_aws_aws_sdk_go_v2_internal_configsources;https://github.com/aws/aws-sdk-go-v2 +github.com_aws_aws_sdk_go_v2_internal_endpoints_v2;https://github.com/aws/aws-sdk-go-v2 +github.com_aws_aws_sdk_go_v2_internal_v4a;https://github.com/aws/aws-sdk-go-v2 +github.com_aws_aws_sdk_go_v2_service_internal_accept_encoding;https://github.com/aws/aws-sdk-go-v2 +github.com_aws_aws_sdk_go_v2_service_internal_checksum;https://github.com/aws/aws-sdk-go-v2 +github.com_aws_aws_sdk_go_v2_service_internal_presigned_url;https://github.com/aws/aws-sdk-go-v2 +github.com_aws_aws_sdk_go_v2_service_internal_s3shared;https://github.com/aws/aws-sdk-go-v2 +github.com_aws_aws_sdk_go_v2_service_s3;https://github.com/aws/aws-sdk-go-v2 +github.com_aws_smithy_go;https://raw.githubusercontent.com/aws/smithy-go/master/LICENSE +github.com_aymanbagabas_go_osc52_v2;https://github.com/aymanbagabas/go-osc52 +github.com_becheran_wildmatch_go;https://raw.githubusercontent.com/becheran/wildmatch-go/master/LICENSE +github.com_beorn7_perks;https://github.com/beorn7/perks +github.com_bits_and_blooms_bitset;https://raw.githubusercontent.com/bits-and-blooms/bitset/master/LICENSE +github.com_bmatcuk_doublestar_v4;https://raw.githubusercontent.com/bmatcuk/doublestar/master/LICENSE +github.com_cenkalti_backoff;https://raw.githubusercontent.com/cenkalti/backoff/master/LICENSE +github.com_cenkalti_backoff_v4;https://raw.githubusercontent.com/cenkalti/backoff/master/LICENSE +github.com_cespare_xxhash_v2;https://github.com/cespare/xxhash +github.com_chai2010_gettext_go;https://github.com/chai2010/gettext-go +github.com_charmbracelet_bubbles;https://raw.githubusercontent.com/charmbracelet/bubbles/master/LICENSE +github.com_charmbracelet_bubbletea;https://raw.githubusercontent.com/charmbracelet/bubbletea/master/LICENSE +github.com_charmbracelet_harmonica;https://raw.githubusercontent.com/charmbracelet/harmonica/master/LICENSE +github.com_charmbracelet_lipgloss;https://raw.githubusercontent.com/charmbracelet/lipgloss/master/LICENSE +github.com_cloudflare_circl;https://raw.githubusercontent.com/cloudflare/circl/master/LICENSE +github.com_cncf_xds_go;https://raw.githubusercontent.com/cncf/xds/master/LICENSE +github.com_containerd_console;https://raw.githubusercontent.com/containerd/console/master/LICENSE +github.com_containerd_containerd;https://raw.githubusercontent.com/containerd/containerd/master/LICENSE +github.com_containerd_continuity;https://raw.githubusercontent.com/containerd/continuity/master/LICENSE +github.com_containerd_fifo;https://raw.githubusercontent.com/containerd/fifo/master/LICENSE +github.com_containerd_log;https://raw.githubusercontent.com/containerd/log/master/LICENSE +github.com_containerd_stargz_snapshotter_estargz;https://raw.githubusercontent.com/containerd/stargz-snapshotter/master/LICENSE +github.com_containerd_ttrpc;https://raw.githubusercontent.com/containerd/ttrpc/master/LICENSE +github.com_containerd_typeurl_v2;https://raw.githubusercontent.com/containerd/typeurl/master/LICENSE +github.com_cyphar_filepath_securejoin;https://raw.githubusercontent.com/cyphar/filepath-securejoin/master/LICENSE +github.com_davecgh_go_spew;https://raw.githubusercontent.com/davecgh/go-spew/master/LICENSE +github.com_deitch_magic;https://github.com/deitch/magic/blob/main/LICENSE +github.com_denisenkom_go_mssqldb;https://github.com/denisenkom/go-mssqldb +github.com_dennwc_varint;https://raw.githubusercontent.com/dennwc/varint/master/LICENSE +github.com_dgryski_go_rendezvous;https://raw.githubusercontent.com/dgryski/go-rendezvous/master/LICENSE +github.com_digitalocean_godo;https://github.com/digitalocean/godo +github.com_distribution_reference;https://github.com/distribution/reference/blob/main/LICENSE +github.com_docker_cli;https://raw.githubusercontent.com/docker/cli/master/LICENSE +github.com_docker_distribution;https://raw.githubusercontent.com/docker/distribution/master/LICENSE +github.com_docker_docker;https://raw.githubusercontent.com/docker/docker/master/LICENSE +github.com_docker_docker_credential_helpers;https://raw.githubusercontent.com/docker/docker-credential-helpers/master/LICENSE +github.com_docker_go_connections;https://raw.githubusercontent.com/docker/go-connections/master/LICENSE +github.com_docker_go_events;https://raw.githubusercontent.com/docker/go-events/master/LICENSE +github.com_docker_go_units;https://raw.githubusercontent.com/docker/go-units/master/LICENSE +github.com_dsnet_compress;https://raw.githubusercontent.com/dsnet/compress/master/LICENSE.md +github.com_dustin_go_humanize;https://raw.githubusercontent.com/dustin/go-humanize/master/LICENSE +github.com_dvsekhvalnov_jose2go;https://github.com/dvsekhvalnov/jose2go +github.com_edsrzf_mmap_go;https://raw.githubusercontent.com/edsrzf/mmap-go/master/LICENSE +github.com_emicklei_go_restful;https://raw.githubusercontent.com/emicklei/go-restful/master/LICENSE +github.com_emicklei_go_restful_v3;https://raw.githubusercontent.com/emicklei/go-restful/master/LICENSE +github.com_emirpasic_gods;https://raw.githubusercontent.com/emirpasic/gods/master/LICENSE +github.com_envoyproxy_go_control_plane;https://raw.githubusercontent.com/envoyproxy/go-control-plane/master/LICENSE +github.com_envoyproxy_protoc_gen_validate;https://raw.githubusercontent.com/envoyproxy/protoc-gen-validate/master/LICENSE +github.com_evanphx_json_patch;https://raw.githubusercontent.com/evanphx/json-patch/master/LICENSE +github.com_exponent_io_jsonpath;https://raw.githubusercontent.com/exponent-io/jsonpath/master/LICENSE +github.com_expr_lang_expr;https://raw.githubusercontent.com/expr-lang/expr/master/LICENSE +github.com_facebookincubator_nvdtools;https://raw.githubusercontent.com/facebookincubator/nvdtools/master/LICENSE +github.com_fatih_color;https://raw.githubusercontent.com/fatih/color/master/LICENSE.md +github.com_felixge_fgprof;https://github.com/felixge/fgprof +github.com_felixge_httpsnoop;https://github.com/felixge/httpsnoop +github.com_form3tech_oss_jwt_go;https://github.com/form3tech-oss/jwt-go +github.com_fsnotify_fsnotify;https://raw.githubusercontent.com/fsnotify/fsnotify/master/LICENSE +github.com_gabriel_vasile_mimetype;https://raw.githubusercontent.com/gabriel-vasile/mimetype/master/LICENSE +github.com_gammazero_deque;https://raw.githubusercontent.com/gammazero/deque/master/LICENSE +github.com_gammazero_workerpool;https://raw.githubusercontent.com/gammazero/workerpool/master/LICENSE +github.com_ghodss_yaml;https://raw.githubusercontent.com/ghodss/yaml/master/LICENSE +github.com_github_go_spdx_v2;https://raw.githubusercontent.com/github/go-spdx/master/LICENSE +github.com_go_errors_errors;https://github.com/go-errors/errors +github.com_go_git_gcfg;https://raw.githubusercontent.com/go-git/gcfg/master/LICENSE +github.com_go_git_go_billy_v5;https://raw.githubusercontent.com/go-git/go-billy/master/LICENSE +github.com_go_git_go_git_v5;https://raw.githubusercontent.com/go-git/go-git/master/LICENSE +github.com_go_ini_ini;https://raw.githubusercontent.com/go-ini/ini/master/LICENSE +github.com_go_kit_log;https://raw.githubusercontent.com/go-kit/log/master/LICENSE +github.com_go_logfmt_logfmt;https://raw.githubusercontent.com/go-logfmt/logfmt/master/LICENSE +github.com_go_logr_logr;https://raw.githubusercontent.com/go-logr/logr/master/LICENSE +github.com_go_logr_stdr;https://raw.githubusercontent.com/go-logr/stdr/master/LICENSE +github.com_go_openapi_jsonpointer;https://raw.githubusercontent.com/go-openapi/jsonpointer/master/LICENSE +github.com_go_openapi_jsonreference;https://raw.githubusercontent.com/go-openapi/jsonreference/master/LICENSE +github.com_go_openapi_swag;https://raw.githubusercontent.com/go-openapi/swag/master/LICENSE +github.com_go_playground_locales;https://raw.githubusercontent.com/go-playground/locales/master/LICENSE +github.com_go_playground_universal_translator;https://raw.githubusercontent.com/go-playground/universal-translator/master/LICENSE +github.com_go_playground_validator_v10;https://raw.githubusercontent.com/go-playground/validator/master/LICENSE +github.com_go_restruct_restruct;https://github.com/go-restruct/restruct/blob/master/LICENSE.md +github.com_go_resty_resty_v2;https://raw.githubusercontent.com/go-resty/resty/master/LICENSE +github.com_go_sql_driver_mysql;https://raw.githubusercontent.com/go-sql-driver/mysql/master/LICENSE +github.com_go_zookeeper_zk;https://raw.githubusercontent.com/go-zookeeper/zk/master/LICENSE +github.com_gobwas_glob;https://raw.githubusercontent.com/gobwas/glob/master/LICENSE +github.com_goccy_go_json;https://raw.githubusercontent.com/goccy/go-json/master/LICENSE +github.com_goccy_go_yaml;https://raw.githubusercontent.com/goccy/go-yaml/master/LICENSE +github.com_godbus_dbus;https://raw.githubusercontent.com/godbus/dbus/master/LICENSE +github.com_gogo_protobuf;https://raw.githubusercontent.com/gogo/protobuf/master/LICENSE +github.com_golang_jwt_jwt_v4;https://raw.githubusercontent.com/golang-jwt/jwt/master/LICENSE +github.com_golang_jwt_jwt_v5;https://raw.githubusercontent.com/golang-jwt/jwt/master/LICENSE +github.com_golang_sql_civil;https://raw.githubusercontent.com/golang-sql/civil/master/LICENSE +github.com_golang_sql_sqlexp;https://raw.githubusercontent.com/golang-sql/sqlexp/master/LICENSE +github.com_golang_glog;https://raw.githubusercontent.com/golang/glog/master/LICENSE +github.com_golang_groupcache;https://raw.githubusercontent.com/golang/groupcache/master/LICENSE +github.com_golang_mock;https://raw.githubusercontent.com/golang/mock/master/LICENSE +github.com_golang_protobuf;https://raw.githubusercontent.com/golang/protobuf/master/LICENSE +github.com_golang_snappy;https://raw.githubusercontent.com/golang/snappy/master/LICENSE +github.com_google_btree;https://raw.githubusercontent.com/google/btree/master/LICENSE +github.com_google_flatbuffers;https://raw.githubusercontent.com/google/flatbuffers/master/LICENSE +github.com_google_gnostic;https://raw.githubusercontent.com/google/gnostic/master/LICENSE +github.com_google_gnostic_models;https://raw.githubusercontent.com/google/gnostic-models/master/LICENSE +github.com_google_go_cmp;https://raw.githubusercontent.com/google/go-cmp/master/LICENSE +github.com_google_go_containerregistry;https://raw.githubusercontent.com/google/go-containerregistry/master/LICENSE +github.com_google_go_cpy;https://raw.githubusercontent.com/google/go-cpy/master/LICENSE +github.com_google_go_querystring;https://raw.githubusercontent.com/google/go-querystring/master/LICENSE +github.com_google_go_sev_guest;https://raw.githubusercontent.com/google/go-sev-guest/master/LICENSE +github.com_google_go_tpm;https://raw.githubusercontent.com/google/go-tpm/master/LICENSE +github.com_google_go_tpm_tools;https://raw.githubusercontent.com/google/go-tpm-tools/master/LICENSE +github.com_google_gofuzz;https://raw.githubusercontent.com/google/gofuzz/master/LICENSE +github.com_google_licensecheck;https://raw.githubusercontent.com/google/licensecheck/master/LICENSE +github.com_google_logger;https://raw.githubusercontent.com/google/logger/master/LICENSE +github.com_google_pprof;https://raw.githubusercontent.com/google/pprof/master/LICENSE +github.com_google_s2a_go;https://github.com/google/s2a-go +github.com_google_shlex;https://github.com/google/shlex +github.com_google_tink_go;https://raw.githubusercontent.com/google/tink/master/LICENSE +github.com_google_uuid;https://raw.githubusercontent.com/google/uuid/master/LICENSE +github.com_googleapis_enterprise_certificate_proxy;https://raw.githubusercontent.com/googleapis/enterprise-certificate-proxy/master/LICENSE +github.com_googleapis_gax_go_v2;https://raw.githubusercontent.com/googleapis/gax-go/master/LICENSE +github.com_gookit_color;https://raw.githubusercontent.com/gookit/color/master/LICENSE +github.com_gophercloud_gophercloud;https://raw.githubusercontent.com/gophercloud/gophercloud/master/LICENSE +github.com_gorilla_websocket;https://raw.githubusercontent.com/gorilla/websocket/master/LICENSE +github.com_grafana_regexp;https://raw.githubusercontent.com/grafana/regexp/master/LICENSE +github.com_gregjones_httpcache;https://github.com/gregjones/httpcache +github.com_grobie_gomemcache;https://raw.githubusercontent.com/grobie/gomemcache/master/LICENSE +github.com_grpc_ecosystem_go_grpc_middleware;https://raw.githubusercontent.com/grpc-ecosystem/go-grpc-middleware/master/LICENSE +github.com_grpc_ecosystem_grpc_gateway_v2;https://raw.githubusercontent.com/grpc-ecosystem/grpc-gateway/master/LICENSE +github.com_gsterjov_go_libsecret;https://raw.githubusercontent.com/gsterjov/go-libsecret/master/LICENSE +github.com_hashicorp_consul_api;https://raw.githubusercontent.com/hashicorp/consul/master/LICENSE +github.com_hashicorp_cronexpr;https://raw.githubusercontent.com/hashicorp/cronexpr/master/LICENSE +github.com_hashicorp_errwrap;https://raw.githubusercontent.com/hashicorp/errwrap/master/LICENSE +github.com_hashicorp_go_checkpoint;https://raw.githubusercontent.com/hashicorp/go-checkpoint/master/LICENSE +github.com_hashicorp_go_cleanhttp;https://raw.githubusercontent.com/hashicorp/go-cleanhttp/master/LICENSE +github.com_hashicorp_go_cty;https://raw.githubusercontent.com/hashicorp/go-cty/master/LICENSE +github.com_hashicorp_go_hclog;https://raw.githubusercontent.com/hashicorp/go-hclog/master/LICENSE +github.com_hashicorp_go_immutable_radix;https://raw.githubusercontent.com/hashicorp/go-immutable-radix/master/LICENSE +github.com_hashicorp_go_multierror;https://raw.githubusercontent.com/hashicorp/go-multierror/master/LICENSE +github.com_hashicorp_go_plugin;https://raw.githubusercontent.com/hashicorp/go-plugin/master/LICENSE +github.com_hashicorp_go_retryablehttp;https://raw.githubusercontent.com/hashicorp/go-retryablehttp/master/LICENSE +github.com_hashicorp_go_rootcerts;https://raw.githubusercontent.com/hashicorp/go-rootcerts/master/LICENSE +github.com_hashicorp_go_uuid;https://raw.githubusercontent.com/hashicorp/go-uuid/master/LICENSE +github.com_hashicorp_go_version;https://raw.githubusercontent.com/hashicorp/go-version/master/LICENSE +github.com_hashicorp_golang_lru;https://raw.githubusercontent.com/hashicorp/golang-lru/master/LICENSE +github.com_hashicorp_hc_install;https://raw.githubusercontent.com/hashicorp/hc-install/master/LICENSE +github.com_hashicorp_hcl;https://raw.githubusercontent.com/hashicorp/hcl/master/LICENSE +github.com_hashicorp_hcl_v2;https://raw.githubusercontent.com/hashicorp/hcl/master/LICENSE +github.com_hashicorp_logutils;https://raw.githubusercontent.com/hashicorp/logutils/master/LICENSE +github.com_hashicorp_nomad_api;https://raw.githubusercontent.com/hashicorp/nomad/master/LICENSE +github.com_hashicorp_serf;https://raw.githubusercontent.com/hashicorp/serf/master/LICENSE +github.com_hashicorp_terraform_exec;https://raw.githubusercontent.com/hashicorp/terraform-exec/master/LICENSE +github.com_hashicorp_terraform_json;https://raw.githubusercontent.com/hashicorp/terraform-json/master/LICENSE +github.com_hashicorp_terraform_plugin_go;https://raw.githubusercontent.com/hashicorp/terraform-plugin-go/master/LICENSE +github.com_hashicorp_terraform_plugin_log;https://raw.githubusercontent.com/hashicorp/terraform-plugin-log/master/LICENSE +github.com_hashicorp_terraform_plugin_sdk_v2;https://raw.githubusercontent.com/hashicorp/terraform-plugin-sdk/master/LICENSE +github.com_hashicorp_terraform_registry_address;https://raw.githubusercontent.com/hashicorp/terraform-registry-address/master/LICENSE +github.com_hashicorp_terraform_svchost;https://raw.githubusercontent.com/hashicorp/terraform-svchost/master/LICENSE +github.com_hashicorp_yamux;https://raw.githubusercontent.com/hashicorp/yamux/master/LICENSE +github.com_hetznercloud_hcloud_go;https://raw.githubusercontent.com/hetznercloud/hcloud-go/master/LICENSE +github.com_hetznercloud_hcloud_go_v2;https://raw.githubusercontent.com/hetznercloud/hcloud-go/master/LICENSE +github.com_huandu_xstrings;https://raw.githubusercontent.com/huandu/xstrings/master/LICENSE +github.com_iancoleman_strcase;https://raw.githubusercontent.com/iancoleman/strcase/master/LICENSE +github.com_imdario_mergo;https://raw.githubusercontent.com/imdario/mergo/master/LICENSE +github.com_influxdata_go_syslog_v3;https://raw.githubusercontent.com/influxdata/go-syslog/master/LICENSE +github.com_ionos_cloud_sdk_go_v6;https://raw.githubusercontent.com/ionos-cloud/sdk-go/master/LICENSE +github.com_jbenet_go_context;https://raw.githubusercontent.com/jbenet/go-context/master/LICENSE +github.com_jinzhu_copier;https://github.com/jinzhu/copier +github.com_jmespath_go_jmespath;https://raw.githubusercontent.com/jmespath/go-jmespath/master/LICENSE +github.com_josharian_intern;https://raw.githubusercontent.com/josharian/intern/master/LICENSE.md +github.com_jpillora_backoff;https://raw.githubusercontent.com/jpillora/backoff/master/LICENSE +github.com_json_iterator_go;https://raw.githubusercontent.com/json-iterator/go/master/LICENSE +github.com_julienschmidt_httprouter;https://raw.githubusercontent.com/julienschmidt/httprouter/master/LICENSE +github.com_kardianos_osext;https://raw.githubusercontent.com/kardianos/osext/master/LICENSE +github.com_kardianos_service;https://raw.githubusercontent.com/kardianos/service/master/LICENSE +github.com_kastenhq_goversion;https://raw.githubusercontent.com/kastenhq/goversion/master/LICENSE +github.com_kevinburke_ssh_config;https://raw.githubusercontent.com/kevinburke/ssh_config/master/LICENSE +github.com_klauspost_cpuid_v2;https://raw.githubusercontent.com/klauspost/cpuid/master/LICENSE +github.com_klauspost_pgzip;https://raw.githubusercontent.com/klauspost/pgzip/master/LICENSE +github.com_knadh_koanf;https://raw.githubusercontent.com/knadh/koanf/master/LICENSE +github.com_knadh_koanf_v2;https://raw.githubusercontent.com/knadh/koanf/master/LICENSE +github.com_knqyf263_go_rpmdb;https://github.com/knqyf263/go-rpmdb +github.com_kolo_xmlrpc;https://raw.githubusercontent.com/kolo/xmlrpc/master/LICENSE +github.com_kylelemons_godebug;https://raw.githubusercontent.com/kylelemons/godebug/master/LICENSE +github.com_leodido_go_urn;https://raw.githubusercontent.com/leodido/go-urn/master/LICENSE +github.com_leodido_ragel_machinery;https://raw.githubusercontent.com/leodido/ragel-machinery/master/LICENSE +github.com_lib_pq;https://raw.githubusercontent.com/lib/pq/master/LICENSE.md +github.com_liggitt_tabwriter;https://raw.githubusercontent.com/liggitt/tabwriter/master/LICENSE +github.com_linode_linodego;https://raw.githubusercontent.com/linode/linodego/master/LICENSE +github.com_lucasb_eyer_go_colorful;https://raw.githubusercontent.com/lucasb-eyer/go-colorful/master/LICENSE +github.com_magiconair_properties;https://raw.githubusercontent.com/magiconair/properties/master/LICENSE.md +github.com_mailru_easyjson;https://raw.githubusercontent.com/mailru/easyjson/master/LICENSE +github.com_mattn_go_colorable;https://raw.githubusercontent.com/mattn/go-colorable/master/LICENSE +github.com_mattn_go_isatty;https://raw.githubusercontent.com/mattn/go-isatty/master/LICENSE +github.com_mattn_go_localereader;https://raw.githubusercontent.com/mattn/go-localereader/master/LICENSE +github.com_mattn_go_runewidth;https://raw.githubusercontent.com/mattn/go-runewidth/master/LICENSE +github.com_matttproud_golang_protobuf_extensions;https://raw.githubusercontent.com/matttproud/golang_protobuf_extensions/master/LICENSE +github.com_matttproud_golang_protobuf_extensions_v2;https://raw.githubusercontent.com/matttproud/golang_protobuf_extensions/master/LICENSE +github.com_mgutz_ansi;https://raw.githubusercontent.com/mgutz/ansi/master/LICENSE +github.com_mholt_archiver_v3;https://raw.githubusercontent.com/mholt/archiver/master/LICENSE +github.com_microsoft_go_rustaudit;https://raw.githubusercontent.com/microsoft/go-rustaudit/master/LICENSE +github.com_miekg_dns;https://raw.githubusercontent.com/miekg/dns/master/LICENSE +github.com_mitchellh_copystructure;https://raw.githubusercontent.com/mitchellh/copystructure/master/LICENSE +github.com_mitchellh_go_homedir;https://raw.githubusercontent.com/mitchellh/go-homedir/master/LICENSE +github.com_mitchellh_go_testing_interface;https://raw.githubusercontent.com/mitchellh/go-testing-interface/master/LICENSE +github.com_mitchellh_go_wordwrap;https://raw.githubusercontent.com/mitchellh/go-wordwrap/master/LICENSE.md +github.com_mitchellh_hashstructure;https://raw.githubusercontent.com/mitchellh/hashstructure/master/LICENSE +github.com_mitchellh_hashstructure_v2;https://raw.githubusercontent.com/mitchellh/hashstructure/master/LICENSE +github.com_mitchellh_mapstructure;https://raw.githubusercontent.com/mitchellh/mapstructure/master/LICENSE +github.com_mitchellh_reflectwalk;https://raw.githubusercontent.com/mitchellh/reflectwalk/master/LICENSE +github.com_moby_locker;https://raw.githubusercontent.com/moby/locker/master/LICENSE +github.com_moby_spdystream;https://raw.githubusercontent.com/moby/spdystream/master/LICENSE +github.com_moby_sys_mountinfo;https://raw.githubusercontent.com/moby/sys/master/LICENSE +github.com_moby_sys_signal;https://raw.githubusercontent.com/moby/sys/master/LICENSE +github.com_moby_term;https://raw.githubusercontent.com/moby/term/master/LICENSE +github.com_modern_go_concurrent;https://raw.githubusercontent.com/modern-go/concurrent/master/LICENSE +github.com_modern_go_reflect2;https://github.com/modern-go/reflect2 +github.com_monochromegane_go_gitignore;https://raw.githubusercontent.com/monochromegane/go-gitignore/master/LICENSE +github.com_montanaflynn_stats;https://raw.githubusercontent.com/montanaflynn/stats/master/LICENSE +github.com_mostynb_go_grpc_compression;https://raw.githubusercontent.com/mostynb/go-grpc-compression/master/LICENSE +github.com_mtibben_percent;https://raw.githubusercontent.com/mtibben/percent/master/LICENSE +github.com_muesli_ansi;https://raw.githubusercontent.com/muesli/ansi/master/LICENSE +github.com_muesli_cancelreader;https://raw.githubusercontent.com/muesli/cancelreader/master/LICENSE +github.com_muesli_reflow;https://raw.githubusercontent.com/muesli/reflow/master/LICENSE +github.com_muesli_termenv;https://raw.githubusercontent.com/muesli/termenv/master/LICENSE +github.com_munnerz_goautoneg;https://raw.githubusercontent.com/munnerz/goautoneg/master/LICENSE +github.com_mwitkow_go_conntrack;https://raw.githubusercontent.com/mwitkow/go-conntrack/master/LICENSE +github.com_nasa9084_go_openapi;https://github.com/nasa9084/go-openapi +github.com_nginxinc_nginx_prometheus_exporter;https://raw.githubusercontent.com/nginxinc/nginx-prometheus-exporter/master/LICENSE +github.com_nwaples_rardecode;https://raw.githubusercontent.com/nwaples/rardecode/master/LICENSE +github.com_oklog_run;https://raw.githubusercontent.com/oklog/run/master/LICENSE +github.com_olekukonko_tablewriter;https://raw.githubusercontent.com/olekukonko/tablewriter/master/LICENSE.md +github.com_open_telemetry_opentelemetry_collector_contrib_exporter_fileexporter;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_exporter_googlecloudexporter;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_internal_aws_ecsutil;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_internal_common;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_internal_coreinternal;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_internal_filter;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_internal_k8sconfig;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_internal_metadataproviders;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_internal_sharedcomponent;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_pkg_ottl;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_pkg_pdatautil;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_pkg_stanza;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_pkg_translator_prometheus;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_processor_filterprocessor;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_processor_groupbyattrsprocessor;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_processor_metricstransformprocessor;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_processor_resourcedetectionprocessor;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_processor_resourceprocessor;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_processor_transformprocessor;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_receiver_activedirectorydsreceiver;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_receiver_aerospikereceiver;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_receiver_apachereceiver;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_receiver_couchdbreceiver;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_receiver_elasticsearchreceiver;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_receiver_filelogreceiver;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_receiver_flinkmetricsreceiver;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_receiver_hostmetricsreceiver;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_receiver_iisreceiver;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_receiver_jmxreceiver;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_receiver_memcachedreceiver;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_receiver_mysqlreceiver;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_receiver_nginxreceiver;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_receiver_postgresqlreceiver;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_receiver_rabbitmqreceiver;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_receiver_redisreceiver;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_receiver_saphanareceiver;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_receiver_sqlqueryreceiver;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_receiver_sqlserverreceiver;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_receiver_windowsperfcountersreceiver;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_open_telemetry_opentelemetry_collector_contrib_receiver_zookeeperreceiver;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector-contrib/master/LICENSE +github.com_opencontainers_go_digest;https://raw.githubusercontent.com/opencontainers/go-digest/master/LICENSE +github.com_opencontainers_image_spec;https://raw.githubusercontent.com/opencontainers/image-spec/master/LICENSE +github.com_opencontainers_runc;https://raw.githubusercontent.com/opencontainers/runc/master/LICENSE +github.com_opencontainers_runtime_spec;https://raw.githubusercontent.com/opencontainers/runtime-spec/master/LICENSE +github.com_opencontainers_selinux;https://raw.githubusercontent.com/opencontainers/selinux/master/LICENSE +github.com_openshift_api;https://raw.githubusercontent.com/openshift/api/master/LICENSE +github.com_openshift_client_go;https://raw.githubusercontent.com/openshift/client-go/master/LICENSE +github.com_otiai10_copy;https://github.com/otiai10/copy +github.com_ovh_go_ovh;https://raw.githubusercontent.com/ovh/go-ovh/master/LICENSE +github.com_pborman_indent;https://raw.githubusercontent.com/pborman/indent/master/LICENSE +github.com_pborman_uuid;https://raw.githubusercontent.com/pborman/uuid/master/LICENSE +github.com_pelletier_go_toml;https://raw.githubusercontent.com/pelletier/go-toml/master/LICENSE +github.com_pelletier_go_toml_v2;https://raw.githubusercontent.com/pelletier/go-toml/master/LICENSE +github.com_peterbourgon_diskv;https://raw.githubusercontent.com/peterbourgon/diskv/master/LICENSE +github.com_pierrec_lz4_v4;https://github.com/pierrec/lz4 +github.com_pjbgf_sha1cd;https://github.com/pjbgf/sha1cd +github.com_pkg_browser;https://raw.githubusercontent.com/pkg/browser/master/LICENSE +github.com_pkg_errors;https://raw.githubusercontent.com/pkg/errors/master/LICENSE +github.com_pkg_profile;https://raw.githubusercontent.com/pkg/profile/master/LICENSE +github.com_pmezard_go_difflib;https://raw.githubusercontent.com/pmezard/go-difflib/master/LICENSE +github.com_prometheus_client_golang;https://raw.githubusercontent.com/prometheus/client_golang/master/LICENSE +github.com_prometheus_client_model;https://raw.githubusercontent.com/prometheus/client_model/master/LICENSE +github.com_prometheus_common;https://raw.githubusercontent.com/prometheus/common/master/LICENSE +github.com_prometheus_common_sigv4;https://raw.githubusercontent.com/prometheus/common/master/LICENSE +github.com_prometheus_procfs;https://raw.githubusercontent.com/prometheus/procfs/master/LICENSE +github.com_prometheus_prometheus;https://raw.githubusercontent.com/prometheus/prometheus/master/LICENSE +github.com_prometheus_statsd_exporter;https://raw.githubusercontent.com/prometheus/statsd_exporter/master/LICENSE +github.com_redis_go_redis_v9;https://raw.githubusercontent.com/redis/go-redis/master/LICENSE +github.com_remyoudompheng_bigfft;https://raw.githubusercontent.com/remyoudompheng/bigfft/master/LICENSE +github.com_rivo_uniseg;https://github.com/rivo/uniseg +github.com_robfig_cron_v3;https://raw.githubusercontent.com/robfig/cron/master/LICENSE +github.com_rs_cors;https://raw.githubusercontent.com/rs/cors/master/LICENSE +github.com_russross_blackfriday;https://github.com/russross/blackfriday +github.com_saferwall_pe;https://raw.githubusercontent.com/saferwall/pe/master/LICENSE +github.com_saintfish_chardet;https://raw.githubusercontent.com/saintfish/chardet/master/LICENSE +github.com_sassoftware_go_rpmutils;https://raw.githubusercontent.com/sassoftware/go-rpmutils/master/LICENSE +github.com_scaleway_scaleway_sdk_go;https://raw.githubusercontent.com/scaleway/scaleway-sdk-go/master/LICENSE +github.com_scylladb_go_set;https://raw.githubusercontent.com/scylladb/go-set/master/LICENSE +github.com_sergi_go_diff;https://raw.githubusercontent.com/sergi/go-diff/master/LICENSE +github.com_shirou_gopsutil;https://raw.githubusercontent.com/shirou/gopsutil/master/LICENSE +github.com_shirou_gopsutil_v3;https://raw.githubusercontent.com/shirou/gopsutil/master/LICENSE +github.com_shopspring_decimal;https://raw.githubusercontent.com/shopspring/decimal/master/LICENSE +github.com_sijms_go_ora_v2;https://raw.githubusercontent.com/sijms/go-ora/master/LICENSE +github.com_sirupsen_logrus;https://raw.githubusercontent.com/sirupsen/logrus/master/LICENSE +github.com_skeema_knownhosts;https://raw.githubusercontent.com/skeema/knownhosts/master/LICENSE +github.com_snowflakedb_gosnowflake;https://raw.githubusercontent.com/snowflakedb/gosnowflake/master/LICENSE +github.com_spf13_afero;https://github.com/spf13/afero +github.com_spf13_cast;https://github.com/spf13/cast +github.com_spf13_cobra;https://github.com/spf13/cobra +github.com_spf13_jwalterweatherman;https://github.com/spf13/jwalterweatherman +github.com_spf13_pflag;https://github.com/spf13/pflag +github.com_spf13_viper;https://github.com/spf13/viper +github.com_stretchr_objx;https://raw.githubusercontent.com/stretchr/objx/master/LICENSE +github.com_stretchr_testify;https://raw.githubusercontent.com/stretchr/testify/master/LICENSE +github.com_subosito_gotenv;https://raw.githubusercontent.com/subosito/gotenv/master/LICENSE +github.com_sylabs_sif_v2;https://raw.githubusercontent.com/sylabs/sif/master/LICENSE.md +github.com_sylabs_squashfs;https://raw.githubusercontent.com/sylabs/squashfs/master/LICENSE +github.com_tarm_serial;https://raw.githubusercontent.com/tarm/serial/master/LICENSE +github.com_therootcompany_xz;https://raw.githubusercontent.com/therootcompany/xz/master/LICENSE +github.com_tidwall_gjson;https://raw.githubusercontent.com/tidwall/gjson/master/LICENSE +github.com_tidwall_match;https://raw.githubusercontent.com/tidwall/match/master/LICENSE +github.com_tidwall_pretty;https://raw.githubusercontent.com/tidwall/pretty/master/LICENSE +github.com_tidwall_tinylru;https://raw.githubusercontent.com/tidwall/tinylru/master/LICENSE +github.com_tidwall_wal;https://raw.githubusercontent.com/tidwall/wal/master/LICENSE +github.com_tklauser_go_sysconf;https://raw.githubusercontent.com/tklauser/go-sysconf/master/LICENSE +github.com_tklauser_numcpus;https://raw.githubusercontent.com/tklauser/numcpus/master/LICENSE +github.com_ulikunitz_xz;https://raw.githubusercontent.com/ulikunitz/xz/master/LICENSE +github.com_vbatts_go_mtree;https://raw.githubusercontent.com/vbatts/go-mtree/master/LICENSE +github.com_vbatts_tar_split;https://raw.githubusercontent.com/vbatts/tar-split/master/LICENSE +github.com_vifraa_gopom;https://raw.githubusercontent.com/vifraa/gopom/master/LICENSE +github.com_vmihailenco_msgpack;https://raw.githubusercontent.com/vmihailenco/msgpack/master/LICENSE +github.com_vmihailenco_msgpack_v4;https://raw.githubusercontent.com/vmihailenco/msgpack/master/LICENSE +github.com_vmihailenco_tagparser;https://raw.githubusercontent.com/vmihailenco/tagparser/master/LICENSE +github.com_vultr_govultr_v2;https://raw.githubusercontent.com/vultr/govultr/master/LICENSE +github.com_wagoodman_go_partybus;https://raw.githubusercontent.com/wagoodman/go-partybus/master/LICENSE +github.com_wagoodman_go_progress;https://raw.githubusercontent.com/wagoodman/go-progress/master/LICENSE +github.com_xanzy_ssh_agent;https://raw.githubusercontent.com/xanzy/ssh-agent/master/LICENSE +github.com_xdg_go_pbkdf2;https://github.com/xdg-go/pbkdf2 +github.com_xdg_go_scram;https://raw.githubusercontent.com/xdg-go/scram/master/LICENSE +github.com_xdg_go_stringprep;https://raw.githubusercontent.com/xdg-go/stringprep/master/LICENSE +github.com_xi2_xz;https://github.com/xi2/xz +github.com_xlab_treeprint;https://raw.githubusercontent.com/xlab/treeprint/master/LICENSE +github.com_xo_terminfo;https://raw.githubusercontent.com/xo/terminfo/master/LICENSE +github.com_youmark_pkcs8;https://github.com/youmark/pkcs8/blob/master/LICENSE +github.com_yuin_gopher_lua;https://raw.githubusercontent.com/yuin/gopher-lua/master/LICENSE +github.com_zclconf_go_cty;https://raw.githubusercontent.com/zclconf/go-cty/master/LICENSE +github.com_zeebo_xxh3;https://github.com/zeebo/xxh3 +github.com_zyedidia_generic;https://raw.githubusercontent.com/zyedidia/generic/master/LICENSE +github_codeql_action_analyze;https://github.com/github/codeql-action/blob/main/LICENSE +github_codeql_action_autobuild;https://github.com/github/codeql-action/blob/main/LICENSE +github_codeql_action_init;https://github.com/github/codeql-action/blob/main/LICENSE +glob;https://github.com/isaacs/node-glob.git +glob_parent;https://github.com/gulpjs/glob-parent.git +glob_to_regexp;https://github.com/fitzgen/glob-to-regexp.git +global_directory;https://github.com/sindresorhus/global-directory.git +global_modules;https://github.com/jonschlinkert/global-modules.git +global_prefix;https://github.com/jonschlinkert/global-prefix.git +globals;https://github.com/sindresorhus/globals.git +globalthis;https://github.com/ljharb/System.global.git +globby;https://github.com/sindresorhus/globby.git +globjoin;https://github.com/amobiz/globjoin.git +go.chromium.org_luci;https://chromium.googlesource.com/infra/luci/luci-go +go.mongodb.org_mongo_driver;https://raw.githubusercontent.com/mongodb/mongo-go-driver/master/LICENSE +go.mozilla.org_pkcs7;https://github.com/mozilla-services/pkcs7 +go.opencensus.io;https://raw.githubusercontent.com/census-instrumentation/opencensus-go/master/LICENSE +go.opentelemetry.io_collector;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_collector_component;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_collector_config_configauth;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_collector_config_configcompression;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_collector_config_configgrpc;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_collector_config_confighttp;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_collector_config_confignet;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_collector_config_configopaque;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_collector_config_configtelemetry;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_collector_config_configtls;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_collector_config_internal;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_collector_confmap;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_collector_connector;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_collector_consumer;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_collector_exporter;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_collector_exporter_loggingexporter;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_collector_exporter_otlpexporter;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_collector_exporter_otlphttpexporter;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_collector_extension;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_collector_extension_auth;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_collector_extension_ballastextension;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_collector_extension_zpagesextension;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_collector_featuregate;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_collector_otelcol;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_collector_pdata;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_collector_processor;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_collector_processor_batchprocessor;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_collector_processor_memorylimiterprocessor;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_collector_receiver;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_collector_receiver_otlpreceiver;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_collector_semconv;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_collector_service;https://raw.githubusercontent.com/open-telemetry/opentelemetry-collector/master/LICENSE +go.opentelemetry.io_contrib_config;https://raw.githubusercontent.com/open-telemetry/opentelemetry-go-contrib/master/LICENSE +go.opentelemetry.io_contrib_detectors_gcp;https://raw.githubusercontent.com/open-telemetry/opentelemetry-go-contrib/master/LICENSE +go.opentelemetry.io_contrib_instrumentation_google.golang.org_grpc_otelgrpc;https://raw.githubusercontent.com/open-telemetry/opentelemetry-go-contrib/master/LICENSE +go.opentelemetry.io_contrib_instrumentation_net_http_otelhttp;https://raw.githubusercontent.com/open-telemetry/opentelemetry-go-contrib/master/LICENSE +go.opentelemetry.io_contrib_propagators_b3;https://raw.githubusercontent.com/open-telemetry/opentelemetry-go-contrib/master/LICENSE +go.opentelemetry.io_contrib_zpages;https://raw.githubusercontent.com/open-telemetry/opentelemetry-go-contrib/master/LICENSE +go.opentelemetry.io_otel;https://raw.githubusercontent.com/open-telemetry/opentelemetry-go/master/LICENSE +go.opentelemetry.io_otel_bridge_opencensus;https://raw.githubusercontent.com/open-telemetry/opentelemetry-go/master/LICENSE +go.opentelemetry.io_otel_exporters_otlp_otlpmetric_otlpmetricgrpc;https://raw.githubusercontent.com/open-telemetry/opentelemetry-go/master/LICENSE +go.opentelemetry.io_otel_exporters_otlp_otlpmetric_otlpmetrichttp;https://raw.githubusercontent.com/open-telemetry/opentelemetry-go/master/LICENSE +go.opentelemetry.io_otel_exporters_otlp_otlptrace;https://raw.githubusercontent.com/open-telemetry/opentelemetry-go/master/LICENSE +go.opentelemetry.io_otel_exporters_otlp_otlptrace_otlptracegrpc;https://raw.githubusercontent.com/open-telemetry/opentelemetry-go/master/LICENSE +go.opentelemetry.io_otel_exporters_otlp_otlptrace_otlptracehttp;https://raw.githubusercontent.com/open-telemetry/opentelemetry-go/master/LICENSE +go.opentelemetry.io_otel_exporters_prometheus;https://raw.githubusercontent.com/open-telemetry/opentelemetry-go/master/LICENSE +go.opentelemetry.io_otel_exporters_stdout_stdoutmetric;https://raw.githubusercontent.com/open-telemetry/opentelemetry-go/master/LICENSE +go.opentelemetry.io_otel_exporters_stdout_stdouttrace;https://raw.githubusercontent.com/open-telemetry/opentelemetry-go/master/LICENSE +go.opentelemetry.io_otel_metric;https://raw.githubusercontent.com/open-telemetry/opentelemetry-go/master/LICENSE +go.opentelemetry.io_otel_sdk;https://raw.githubusercontent.com/open-telemetry/opentelemetry-go/master/LICENSE +go.opentelemetry.io_otel_sdk_metric;https://raw.githubusercontent.com/open-telemetry/opentelemetry-go/master/LICENSE +go.opentelemetry.io_otel_trace;https://raw.githubusercontent.com/open-telemetry/opentelemetry-go/master/LICENSE +go.opentelemetry.io_proto_otlp;https://raw.githubusercontent.com/open-telemetry/opentelemetry-proto-go/master/LICENSE +go.starlark.net;https://raw.githubusercontent.com/google/starlark-go/master/LICENSE +go.uber.org_atomic;https://github.com/uber-go/atomic +go.uber.org_multierr;https://github.com/uber-go/multierr +go.uber.org_zap;https://raw.githubusercontent.com/uber-go/zap/master/LICENSE +golang.org_x_crypto;https://go.googlesource.com/crypto +golang.org_x_exp;https://go.googlesource.com/exp +golang.org_x_mod;https://go.googlesource.com/mod +golang.org_x_net;https://go.googlesource.com/net +golang.org_x_oauth2;https://go.googlesource.com/oauth2 +golang.org_x_sync;https://go.googlesource.com/sync +golang.org_x_sys;https://go.googlesource.com/sys +golang.org_x_term;https://go.googlesource.com/term +golang.org_x_text;https://go.googlesource.com/text +golang.org_x_time;https://go.googlesource.com/time +golang.org_x_xerrors;https://go.googlesource.com/xerrors +gonum.org_v1_gonum;https://raw.githubusercontent.com/gonum/gonum/master/LICENSE +google_api_core;https://raw.githubusercontent.com/googleapis/python-api-core/master/LICENSE +google_auth;https://raw.githubusercontent.com/googleapis/google-auth-library-python/master/LICENSE +google_cloud_compute;https://raw.githubusercontent.com/googleapis/python-compute/master/LICENSE +google_cloud_core;https://raw.githubusercontent.com/googleapis/python-cloud-core/master/LICENSE +google_cloud_storage;https://raw.githubusercontent.com/googleapis/python-storage/master/LICENSE +google_crc32c;https://github.com/googleapis/python-crc32c +google_resumable_media;https://raw.githubusercontent.com/googleapis/google-resumable-media-python/master/LICENSE +google.golang.org_api;https://raw.githubusercontent.com/googleapis/google-api-go-client/master/LICENSE +google.golang.org_appengine;https://raw.githubusercontent.com/golang/appengine/master/LICENSE +google.golang.org_genproto;https://raw.githubusercontent.com/googleapis/go-genproto/master/LICENSE +google.golang.org_genproto_googleapis_api;https://raw.githubusercontent.com/googleapis/go-genproto/master/LICENSE +google.golang.org_genproto_googleapis_rpc;https://raw.githubusercontent.com/googleapis/go-genproto/master/LICENSE +google.golang.org_grpc;https://raw.githubusercontent.com/grpc/grpc-go/master/LICENSE +google.golang.org_protobuf;https://go.googlesource.com/protobuf +googleapis_common_protos;https://raw.githubusercontent.com/googleapis/python-api-common-protos/master/LICENSE +gopd;https://github.com/ljharb/gopd.git +gopkg.in_inf.v0;https://gopkg.in/inf.v0 +gopkg.in_ini.v1;https://gopkg.in/ini.v1 +gopkg.in_natefinch_lumberjack.v2;https://gopkg.in/natefinch/lumberjack.v2 +gopkg.in_warnings.v0;https://gopkg.in/warnings.v0 +gopkg.in_yaml.v2;https://gopkg.in/yaml.v2 +gopkg.in_yaml.v3;https://gopkg.in/yaml.v3 +graceful_fs;https://github.com/isaacs/node-graceful-fs.git +graphemer;https://github.com/flmnt/graphemer.git +growl;https://github.com/tj/node-growl.git +grpcio;https://raw.githubusercontent.com/grpc/grpc/master/LICENSE +gson;https://raw.githubusercontent.com/google/gson/master/LICENSE +guava;https://raw.githubusercontent.com/google/guava/master/LICENSE +guzzlehttp_guzzle;https://github.com/guzzle/guzzle/blob/7.8/LICENSE +guzzlehttp_promises;https://github.com/guzzle/promises/blob/2.0/LICENSE +guzzlehttp_psr7;https://github.com/guzzle/psr7/blob/2.6/LICENSE +hard_rejection;https://github.com/sindresorhus/hard-rejection.git +has_bigints;https://github.com/ljharb/has-bigints.git +has_flag;https://github.com/sindresorhus/has-flag.git +has_own_prop;https://github.com/sindresorhus/has-own-prop.git +has_property_descriptors;https://github.com/inspect-js/has-property-descriptors.git +has_proto;https://github.com/inspect-js/has-proto.git +has_symbols;https://github.com/inspect-js/has-symbols.git +has_tostringtag;https://github.com/inspect-js/has-tostringtag.git +hasown;https://github.com/inspect-js/hasOwn.git +he;https://github.com/mathiasbynens/he.git +hosted_git_info;https://github.com/npm/hosted-git-info.git +html_encoding_sniffer;https://github.com/jsdom/html-encoding-sniffer.git +html_tags;https://github.com/sindresorhus/html-tags.git +http_proxy_agent;https://github.com/TooTallNate/proxy-agents.git +httpbin;https://raw.githubusercontent.com/requests/httpbin/master/LICENSE +httplib2;https://github.com/httplib2/httplib2 +https_proxy_agent;https://github.com/TooTallNate/proxy-agents.git +human_signals;https://github.com/ehmicky/human-signals.git +iconv_lite;https://github.com/ashtuchkin/iconv-lite.git +idna;https://raw.githubusercontent.com/kjd/idna/master/LICENSE.md +ieee754;https://github.com/feross/ieee754.git +ignore;ssh://git@github.com/kaelzhang/node-ignore.git +immediate;https://github.com/calvinmetcalf/immediate.git +import_fresh;https://github.com/sindresorhus/import-fresh.git +import_lazy;https://github.com/sindresorhus/import-lazy.git +import_local;https://github.com/sindresorhus/import-local.git +import_meta_resolve;https://github.com/wooorm/import-meta-resolve.git +importlib_metadata;https://raw.githubusercontent.com/python/importlib_metadata/master/LICENSE +imurmurhash;https://raw.githubusercontent.com/jensyt/imurmurhash-js/master/LICENSE +indent_string;https://github.com/sindresorhus/indent-string.git +inflight;https://github.com/npm/inflight.git +inherits;https://github.com/isaacs/inherits.git +ini;https://github.com/isaacs/ini.git +ini;https://github.com/npm/ini.git +internal_slot;https://github.com/ljharb/internal-slot.git +interpret;https://github.com/gulpjs/interpret.git +is_array_buffer;https://github.com/inspect-js/is-array-buffer.git +is_arrayish;https://github.com/qix-/node-is-arrayish.git +is_bigint;https://github.com/inspect-js/is-bigint.git +is_binary_path;https://github.com/sindresorhus/is-binary-path.git +is_boolean_object;https://github.com/inspect-js/is-boolean-object.git +is_callable;https://github.com/inspect-js/is-callable.git +is_core_module;https://github.com/inspect-js/is-core-module.git +is_date_object;https://github.com/inspect-js/is-date-object.git +is_docker;https://github.com/sindresorhus/is-docker.git +is_extglob;https://github.com/jonschlinkert/is-extglob.git +is_fullwidth_code_point;https://github.com/sindresorhus/is-fullwidth-code-point.git +is_glob;https://github.com/micromatch/is-glob.git +is_inside_container;https://github.com/sindresorhus/is-inside-container.git +is_interactive;https://github.com/sindresorhus/is-interactive.git +is_negative_zero;https://github.com/inspect-js/is-negative-zero.git +is_number;https://github.com/jonschlinkert/is-number.git +is_number_object;https://github.com/inspect-js/is-number-object.git +is_obj;https://github.com/sindresorhus/is-obj.git +is_path_inside;https://github.com/sindresorhus/is-path-inside.git +is_plain_obj;https://github.com/sindresorhus/is-plain-obj +is_plain_obj;https://github.com/sindresorhus/is-plain-obj.git +is_plain_object;https://github.com/jonschlinkert/is-plain-object.git +is_plain_object;https://raw.githubusercontent.com/jonschlinkert/is-plain-object/master/LICENSE +is_potential_custom_element_name;https://github.com/mathiasbynens/is-potential-custom-element-name.git +is_regex;https://github.com/inspect-js/is-regex.git +is_shared_array_buffer;https://github.com/inspect-js/is-shared-array-buffer.git +is_stream;https://github.com/sindresorhus/is-stream.git +is_string;https://github.com/ljharb/is-string.git +is_symbol;https://github.com/inspect-js/is-symbol.git +is_typed_array;https://github.com/inspect-js/is-typed-array.git +is_typedarray;https://github.com/hughsk/is-typedarray.git +is_unicode_supported;https://github.com/sindresorhus/is-unicode-supported.git +is_weakref;https://github.com/inspect-js/is-weakref.git +is_wsl;https://github.com/sindresorhus/is-wsl.git +isarray;https://github.com/juliangruber/isarray.git +isexe;https://github.com/isaacs/isexe.git +isobject;https://github.com/jonschlinkert/isobject.git +jackspeak;https://github.com/isaacs/jackspeak.git +jake;https://github.com/jakejs/jake.git +jaraco_classes;https://github.com/jaraco/jaraco.classes +jctools_core;https://raw.githubusercontent.com/JCTools/JCTools/master/LICENSE +jeepney;https://gitlab.com/takluyver/jeepney +jest_worker;https://github.com/facebook/jest.git +jinja2;https://raw.githubusercontent.com/pallets/jinja/master/LICENSE.rst +jquery;https://github.com/jquery/jquery.git +jquery_form;https://github.com/jquery-form/form.git +jquery_ui;https://github.com/jquery/jquery-ui.git +js_cookie;https://github.com/js-cookie/js-cookie.git +js_tokens;https://github.com/lydell/js-tokens.git +js_yaml;https://github.com/nodeca/js-yaml.git +jsdom;https://github.com/jsdom/jsdom.git +json_buffer;https://github.com/dominictarr/json-buffer.git +json_parse_even_better_errors;https://github.com/npm/json-parse-even-better-errors.git +json_schema_traverse;https://github.com/epoberezkin/json-schema-traverse.git +json_stable_stringify_without_jsonify;https://github.com/samn/json-stable-stringify.git +json5;https://github.com/json5/json5.git +jsonfile;ssh://git@github.com/jprichardson/node-jsonfile.git +jsr305;https://code.google.com/p/jsr-305/ +jszip;https://github.com/Stuk/jszip.git +k8s.io_api;https://raw.githubusercontent.com/kubernetes/api/master/LICENSE +k8s.io_apiextensions_apiserver;https://raw.githubusercontent.com/kubernetes/apiextensions-apiserver/master/LICENSE +k8s.io_apimachinery;https://raw.githubusercontent.com/kubernetes/apimachinery/master/LICENSE +k8s.io_cli_runtime;https://raw.githubusercontent.com/kubernetes/cli-runtime/master/LICENSE +k8s.io_client_go;https://raw.githubusercontent.com/kubernetes/client-go/master/LICENSE +k8s.io_component_base;https://raw.githubusercontent.com/kubernetes/component-base/master/LICENSE +k8s.io_klog_v2;https://raw.githubusercontent.com/kubernetes/klog/master/LICENSE +k8s.io_kube_openapi;https://raw.githubusercontent.com/kubernetes/kube-openapi/master/LICENSE +k8s.io_kubectl;https://raw.githubusercontent.com/kubernetes/kubectl/master/LICENSE +k8s.io_utils;https://raw.githubusercontent.com/kubernetes/utils/master/LICENSE +keyring;https://raw.githubusercontent.com/jaraco/keyring/master/LICENSE +keyv;https://github.com/jaredwray/keyv.git +kind_of;https://github.com/jonschlinkert/kind-of.git +known_css_properties;https://github.com/known-css/known-css-properties.git +levn;https://github.com/gkz/levn.git +libintl;https://mvnrepository.com/artifact/org.gnu.gettext/libintl/0.18.3 +lie;https://github.com/calvinmetcalf/lie.git +lines_and_columns;https://github.com/eventualbuddha/lines-and-columns.git +loader_runner;https://github.com/webpack/loader-runner.git +loadjs;https://github.com/muicss/loadjs.git +locate_path;https://github.com/sindresorhus/locate-path.git +lodash;https://github.com/lodash/lodash.git +lodash_es;https://github.com/lodash/lodash.git +lodash._arraycopy;https://raw.githubusercontent.com/lodash/lodash/master/LICENSE +lodash._arrayeach;https://raw.githubusercontent.com/lodash/lodash/master/LICENSE +lodash._baseassign;https://github.com/lodash/lodash.git +lodash._baseclone;https://github.com/lodash/lodash.git +lodash._basecopy;https://raw.githubusercontent.com/lodash/lodash/master/LICENSE +lodash._basefor;https://github.com/lodash/lodash.git +lodash._bindcallback;https://raw.githubusercontent.com/lodash/lodash/master/LICENSE +lodash._getnative;https://github.com/lodash/lodash.git +lodash._isiterateecall;https://github.com/lodash/lodash.git +lodash.clone;https://github.com/lodash/lodash.git +lodash.defaultsdeep;https://github.com/lodash/lodash.git +lodash.escape;https://github.com/lodash/lodash.git +lodash.isarguments;https://github.com/lodash/lodash.git +lodash.isarray;https://github.com/lodash/lodash.git +lodash.keys;https://github.com/lodash/lodash.git +lodash.merge;https://github.com/lodash/lodash.git +lodash.truncate;https://github.com/lodash/lodash.git +log_symbols;https://github.com/sindresorhus/log-symbols.git +loupe;https://github.com/chaijs/loupe.git +lru_cache;https://github.com/isaacs/node-lru-cache.git +make_dir;https://github.com/sindresorhus/make-dir.git +map_obj;https://github.com/sindresorhus/map-obj +map_obj;https://github.com/sindresorhus/map-obj.git +markupsafe;https://raw.githubusercontent.com/pallets/markupsafe/master/LICENSE.rst +masterminds_html5;https://github.com/Masterminds/html5-php/blob/master/LICENSE.txt +mathml_tag_names;https://github.com/wooorm/mathml-tag-names.git +mck89_peast;https://github.com/mck89/peast/blob/master/LICENSE +mdn_data;https://github.com/mdn/data.git +meow;https://github.com/sindresorhus/meow.git +merge_stream;https://github.com/grncdr/merge-stream.git +merge2;ssh://git@github.com/teambition/merge2.git +micromatch;https://github.com/micromatch/micromatch.git +mime;https://github.com/broofa/mime.git +mime_db;https://github.com/jshttp/mime-db.git +mime_types;https://github.com/jshttp/mime-types.git +mimic_fn;https://github.com/sindresorhus/mimic-fn.git +min_indent;https://github.com/thejameskyle/min-indent.git +minimatch;https://github.com/isaacs/minimatch.git +minimist;https://github.com/substack/minimist.git +minimist;https://github.com/minimistjs/minimist.git +minimist_options;https://github.com/vadimdemedes/minimist-options.git +minipass;https://github.com/isaacs/minipass.git +mkdirp;https://github.com/isaacs/node-mkdirp.git +mkpath;https://github.com/jrajav/mkpath.git +mocha;https://github.com/mochajs/mocha.git +mock;https://github.com/testing-cabal/mock +mock;https://raw.githubusercontent.com/uber/mock/master/LICENSE +modernc.org_libc;https://gitlab.com/cznic/libc +modernc.org_mathutil;https://gitlab.com/cznic/mathutil +modernc.org_memory;https://gitlab.com/cznic/memory +modernc.org_sqlite;https://gitlab.com/cznic/sqlite +more_itertools;https://raw.githubusercontent.com/more-itertools/more-itertools/master/LICENSE +ms;https://github.com/zeit/ms.git +ms;https://github.com/vercel/ms.git +mypy;https://raw.githubusercontent.com/python/mypy/master/LICENSE +nanoid;https://github.com/ai/nanoid.git +natural_compare;https://github.com/litejs/natural-compare-lite.git +neo_async;ssh://git@github.com/suguru03/neo-async.git +nightwatch;ssh://git@github.com/nightwatchjs/nightwatch.git +nightwatch_axe_verbose;https://github.com/reallymello/nightwatch-axe-verbose.git +node_releases;https://github.com/chicoxyzzy/node-releases.git +normalize_package_data;https://github.com/npm/normalize-package-data.git +normalize_path;https://github.com/jonschlinkert/normalize-path.git +normalize_range;https://github.com/jamestalmage/normalize-range.git +normalize.css;https://github.com/necolas/normalize.css.git +nox;https://raw.githubusercontent.com/wntrblm/nox/master/LICENSE +npm_run_path;https://github.com/sindresorhus/npm-run-path.git +nwsapi;https://github.com/dperini/nwsapi.git +object_inspect;https://github.com/inspect-js/object-inspect.git +object_keys;https://github.com/ljharb/object-keys.git +object.assign;https://github.com/ljharb/object.assign.git +object.entries;https://github.com/es-shims/Object.entries.git +object.fromentries;https://github.com/es-shims/Object.fromEntries.git +object.groupby;https://github.com/es-shims/Object.groupBy.git +object.values;https://github.com/es-shims/Object.values.git +once;https://github.com/isaacs/once.git +onetime;https://github.com/sindresorhus/onetime.git +open;https://github.com/sindresorhus/open.git +opentelemetry_java_contrib_jmx_metrics;https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/LICENSE +optionator;https://github.com/gkz/optionator.git +ora;https://github.com/sindresorhus/ora.git +p_limit;https://github.com/sindresorhus/p-limit.git +p_locate;https://github.com/sindresorhus/p-locate.git +p_try;https://github.com/sindresorhus/p-try.git +packaging;https://raw.githubusercontent.com/pypa/packaging/master/LICENSE +pako;https://github.com/nodeca/pako.git +parent_module;https://github.com/sindresorhus/parent-module.git +parse_json;https://github.com/sindresorhus/parse-json.git +parse5;https://github.com/inikulin/parse5.git +path_exists;https://github.com/sindresorhus/path-exists.git +path_is_absolute;https://github.com/sindresorhus/path-is-absolute.git +path_key;https://github.com/sindresorhus/path-key.git +path_parse;https://github.com/jbgutierrez/path-parse.git +path_scurry;https://github.com/isaacs/path-scurry.git +path_type;https://github.com/sindresorhus/path-type.git +pathval;ssh://git@github.com/chaijs/pathval.git +pear_archive_tar;https://github.com/pear/Archive_Tar/blob/master/composer.json#L10 +pear_console_getopt;https://github.com/pear/Console_Getopt/blob/master/LICENSE +pear_pear_core_minimal;https://github.com/pear/pear-core-minimal/blob/master/composer.json#L4 +pear_pear_exception;https://github.com/pear/PEAR_Exception/blob/master/LICENSE +peter_evans_create_pull_request;https://github.com/peter-evans/create-pull-request/blob/main/LICENSE +php_fpm;https://github.com/php/php-src/blob/master/LICENSE +picocolors;https://github.com/alexeyraspopov/picocolors.git +picomatch;https://github.com/micromatch/picomatch.git +pify;https://github.com/sindresorhus/pify +pip;https://github.com/pypa/pip +pkg_dir;https://github.com/sindresorhus/pkg-dir.git +platformdirs;https://raw.githubusercontent.com/platformdirs/platformdirs/master/LICENSE +postcss;https://github.com/postcss/postcss.git +postcss_attribute_case_insensitive;https://github.com/csstools/postcss-plugins.git +postcss_clamp;https://github.com/polemius/postcss-clamp.git +postcss_color_functional_notation;https://github.com/csstools/postcss-plugins.git +postcss_color_hex_alpha;https://github.com/csstools/postcss-plugins.git +postcss_color_rebeccapurple;https://github.com/csstools/postcss-plugins.git +postcss_custom_media;https://github.com/csstools/postcss-plugins.git +postcss_custom_properties;https://github.com/csstools/postcss-plugins.git +postcss_custom_selectors;https://github.com/csstools/postcss-plugins.git +postcss_dir_pseudo_class;https://github.com/csstools/postcss-plugins.git +postcss_double_position_gradients;https://github.com/csstools/postcss-plugins.git +postcss_focus_visible;https://github.com/csstools/postcss-plugins.git +postcss_focus_within;https://github.com/csstools/postcss-plugins.git +postcss_font_variant;https://github.com/postcss/postcss-font-variant.git +postcss_gap_properties;https://github.com/csstools/postcss-plugins.git +postcss_header;https://github.com/fengyuanchen/postcss-header.git +postcss_image_set_function;https://github.com/csstools/postcss-plugins.git +postcss_import;https://github.com/postcss/postcss-import.git +postcss_lab_function;https://github.com/csstools/postcss-plugins.git +postcss_logical;https://github.com/csstools/postcss-plugins.git +postcss_nesting;https://github.com/csstools/postcss-plugins.git +postcss_opacity_percentage;https://github.com/mrcgrtz/postcss-opacity-percentage.git +postcss_overflow_shorthand;https://github.com/csstools/postcss-plugins.git +postcss_page_break;https://github.com/shrpne/postcss-page-break.git +postcss_place;https://github.com/csstools/postcss-plugins.git +postcss_preset_env;https://github.com/csstools/postcss-plugins.git +postcss_pseudo_class_any_link;https://github.com/csstools/postcss-plugins.git +postcss_pxtorem;ssh://git@github.com/cuth/postcss-pxtorem.git +postcss_replace_overflow_wrap;https://github.com/MattDiMu/postcss-replace-overflow-wrap.git +postcss_resolve_nested_selector;https://registry.npmjs.org/postcss-resolve-nested-selector/0.1.1 +postcss_safe_parser;https://github.com/postcss/postcss-safe-parser.git +postcss_selector_not;https://github.com/csstools/postcss-plugins.git +postcss_selector_parser;https://github.com/postcss/postcss-selector-parser.git +postcss_sorting;https://github.com/hudochenkov/postcss-sorting.git +postcss_url;https://github.com/postcss/postcss-url.git +postcss_value_parser;https://github.com/TrySound/postcss-value-parser.git +pre_commit_action;https://github.com/pre-commit/action/blob/main/LICENSE +prelude_ls;https://github.com/gkz/prelude-ls.git +prettier;https://github.com/prettier/prettier.git +prettier_linter_helpers;https://github.com/prettier/prettier-linter-helpers.git +process_nextick_args;https://github.com/calvinmetcalf/process-nextick-args.git +protobuf;https://raw.githubusercontent.com/golang/protobuf/master/LICENSE +psl;ssh://git@github.com/lupomontero/psl.git +psr_cache;https://github.com/php-fig/cache/blob/master/LICENSE.txt +psr_container;https://github.com/php-fig/container/blob/master/LICENSE +psr_event_dispatcher;https://github.com/php-fig/event-dispatcher/blob/master/LICENSE +psr_http_client;https://github.com/php-fig/http-client/blob/master/LICENSE +psr_http_factory;https://github.com/php-fig/http-factory/blob/master/LICENSE +psr_http_message;https://github.com/php-fig/http-message/blob/master/LICENSE +psr_log;https://github.com/php-fig/log/blob/master/LICENSE +punycode;https://github.com/mathiasbynens/punycode.js.git +pyOpenSSL;https://raw.githubusercontent.com/pyca/pyopenssl/master/LICENSE +pyasn1;https://github.com/etingof/pyasn1 +pyasn1_modules;https://github.com/etingof/pyasn1-modules +pycparser;https://raw.githubusercontent.com/eliben/pycparser/master/LICENSE +pycurl;https://github.com/pycurl/pycurl/blob/master/COPYING-MIT +pygments;https://raw.githubusercontent.com/pygments/pygments/master/LICENSE +pyjwt;https://raw.githubusercontent.com/jpadilla/pyjwt/master/LICENSE +pyopenssl;https://raw.githubusercontent.com/pyca/pyopenssl/master/LICENSE +pypa_gh_action_pypi_publish;https://github.com/pypa/gh-action-pypi-publish/blob/unstable/v1/LICENSE.md +pyparsing;https://raw.githubusercontent.com/pyparsing/pyparsing/master/LICENSE +pyperclip;https://github.com/asweigart/pyperclip +pytest;https://raw.githubusercontent.com/pytest-dev/pytest/master/LICENSE +pytest_cov;https://raw.githubusercontent.com/pytest-dev/pytest-cov/master/LICENSE +pytest_forked;https://raw.githubusercontent.com/pytest-dev/pytest-forked/master/LICENSE +pytest_freezegun;https://raw.githubusercontent.com/ktosiek/pytest-freezegun/master/LICENSE +pytest_httpbin;https://github.com/kevin1024/pytest-httpbin +pytest_mock;https://raw.githubusercontent.com/pytest-dev/pytest-mock/master/LICENSE +pytest_randomly;https://raw.githubusercontent.com/adamchainz/pytest-randomly/master/LICENSE +pytest_timeout;http://github.com/pytest-dev/pytest-timeout +pytest_xdist;https://raw.githubusercontent.com/pytest-dev/pytest-xdist/master/LICENSE +python;https://raw.githubusercontent.com/rthalley/dnspython/master/LICENSE +python_apt;https://github.com/excid3/python-apt/blob/master/COPYING.GPL +python_dateutil;https://raw.githubusercontent.com/dateutil/dateutil/master/LICENSE +python_debian;https://raw.githubusercontent.com/venthur/python-debianbts/master/LICENSE +python_debianbts;https://raw.githubusercontent.com/venthur/python-debianbts/master/LICENSE +querystringify;https://github.com/unshiftio/querystringify.git +queue_microtask;https://github.com/feross/queue-microtask.git +quick_lru;https://github.com/sindresorhus/quick-lru.git +ralouphie_getallheaders;https://github.com/ralouphie/getallheaders/blob/develop/LICENSE +ramsey_composer_install;https://github.com/ramsey/composer-install/blob/v3/LICENSE +randombytes;ssh://git@github.com/crypto-browserify/randombytes.git +read_cache;https://github.com/TrySound/read-cache.git +read_pkg;https://github.com/sindresorhus/read-pkg.git +read_pkg_up;https://github.com/sindresorhus/read-pkg-up.git +readable_stream;https://github.com/nodejs/readable-stream.git +readdirp;https://github.com/paulmillr/readdirp.git +readme_renderer;https://raw.githubusercontent.com/pypa/readme_renderer/master/LICENSE +rechoir;https://github.com/gulpjs/rechoir.git +redent;https://github.com/sindresorhus/redent.git +regexp.prototype.flags;https://github.com/es-shims/RegExp.prototype.flags.git +repeat_string;https://github.com/jonschlinkert/repeat-string.git +reportbug;https://github.com/venthur/reportbug-ng/blob/master/LICENSE +requests;https://raw.githubusercontent.com/psf/requests/master/LICENSE +requests_toolbelt;https://raw.githubusercontent.com/requests/toolbelt/master/LICENSE +require_directory;https://github.com/troygoode/node-require-directory.git +require_from_string;https://github.com/floatdrop/require-from-string.git +requires_port;https://github.com/unshiftio/requires-port.git +resolve;https://github.com/browserify/resolve.git +resolve_cwd;https://github.com/sindresorhus/resolve-cwd.git +resolve_from;https://github.com/sindresorhus/resolve-from.git +restore_cursor;https://github.com/sindresorhus/restore-cursor.git +reusify;https://github.com/mcollina/reusify.git +rfc3986;https://raw.githubusercontent.com/python-hyper/rfc3986/main/LICENSE +rich;https://raw.githubusercontent.com/willmcgugan/rich/master/LICENSE +rimraf;https://github.com/isaacs/rimraf.git +rrweb_cssom;https://github.com/rrweb-io/CSSOM.git +rsa;https://raw.githubusercontent.com/go-playground/universal-translator/master/LICENSE +rsa;https://raw.githubusercontent.com/sybrenstuvel/python-rsa/master/LICENSE +run_applescript;https://github.com/sindresorhus/run-applescript.git +run_parallel;https://github.com/feross/run-parallel.git +safe_array_concat;https://github.com/ljharb/safe-array-concat.git +safe_buffer;https://github.com/feross/safe-buffer.git +safe_regex_test;https://github.com/ljharb/safe-regex-test.git +safer_buffer;https://github.com/ChALkeR/safer-buffer.git +saxes;https://github.com/lddubeau/saxes.git +schema_utils;https://github.com/webpack/schema-utils.git +sebastian_diff;https://github.com/sebastianbergmann/diff/blob/main/LICENSE +secretstorage;https://github.com/mitya57/secretstorage +selenium_webdriver;https://github.com/SeleniumHQ/selenium.git +semver;https://github.com/npm/node-semver.git +serialize_javascript;https://github.com/yahoo/serialize-javascript.git +set_function_length;https://github.com/ljharb/set-function-length.git +set_function_name;https://github.com/ljharb/set-function-name.git +setimmediate;https://github.com/yuzujs/setImmediate.git +setuptools;https://raw.githubusercontent.com/pypa/setuptools/master/LICENSE +shallow_clone;https://github.com/jonschlinkert/shallow-clone.git +shebang_command;https://github.com/kevva/shebang-command.git +shebang_regex;https://github.com/sindresorhus/shebang-regex.git +shepherd.js;https://github.com/shipshapecode/shepherd.git +shivammathur_setup_php;https://github.com/shivammathur/setup-php/blob/main/LICENSE +side_channel;https://github.com/ljharb/side-channel.git +signal_exit;https://github.com/tapjs/signal-exit.git +sigs.k8s.io_cli_utils;https://raw.githubusercontent.com/kubernetes-sigs/cli-utils/master/LICENSE +sigs.k8s.io_controller_runtime;https://raw.githubusercontent.com/kubernetes-sigs/controller-runtime/master/LICENSE +sigs.k8s.io_json;https://raw.githubusercontent.com/kubernetes-sigs/json/master/LICENSE +sigs.k8s.io_kustomize_api;https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/LICENSE +sigs.k8s.io_kustomize_kyaml;https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/LICENSE +sigs.k8s.io_structured_merge_diff_v4;https://raw.githubusercontent.com/kubernetes-sigs/structured-merge-diff/master/LICENSE +sigs.k8s.io_yaml;https://raw.githubusercontent.com/kubernetes-sigs/yaml/master/LICENSE +simpleclient;https://github.com/prometheus/client_java +simpleclient_common;https://github.com/prometheus/client_java +simpleclient_httpserver;https://github.com/prometheus/client_java +simpleclient_tracer_common;https://github.com/prometheus/client_java +simpleclient_tracer_otel;https://github.com/prometheus/client_java +simpleclient_tracer_otel_agent;https://github.com/prometheus/client_java +simplejson;http://github.com/simplejson/simplejson +six;https://raw.githubusercontent.com/benjaminp/six/master/LICENSE +slash;https://github.com/sindresorhus/slash.git +slf4j_api;https://github.com/qos-ch/slf4j +slf4j_simple;https://github.com/qos-ch/slf4j +slice_ansi;https://github.com/chalk/slice-ansi.git +smoothscroll_polyfill;https://github.com/iamdustan/smoothscroll.git +sortablejs;https://github.com/SortableJS/Sortable.git +source_map;ssh://git@github.com/mozilla/source-map.git +source_map_js;https://github.com/7rulnik/source-map-js.git +source_map_support;https://github.com/evanw/node-source-map-support.git +spdx_correct;https://github.com/jslicense/spdx-correct.js.git +spdx_exceptions;https://github.com/kemitchell/spdx-exceptions.json.git +spdx_expression_parse;https://github.com/jslicense/spdx-expression-parse.js.git +spdx_license_ids;https://github.com/jslicense/spdx-license-ids.git +sprintf_js;https://github.com/alexei/sprintf.js.git +stacktrace_parser;https://github.com/errwischt/stacktrace-parser.git +stdlib;https://pkg.go.dev/github.com/radisvaliullin/test-golang/stdlib?tab=licenses +string_width;https://github.com/sindresorhus/string-width.git +string.prototype.trim;https://github.com/es-shims/String.prototype.trim.git +string.prototype.trimend;https://github.com/es-shims/String.prototype.trimEnd.git +string.prototype.trimstart;https://github.com/es-shims/String.prototype.trimStart.git + +EOF +end