Clean up moduleindex.yaml by regenerating it
This commit is contained in:
parent
788b912585
commit
f0413a3494
4
BAZEL.md
4
BAZEL.md
|
|
@ -87,6 +87,10 @@ Note: This takes quite some time on a single machine.
|
||||||
|
|
||||||
`bazel run gazelle`
|
`bazel run gazelle`
|
||||||
|
|
||||||
|
## Regenerate moduleindex.yaml
|
||||||
|
|
||||||
|
`bazel run :moduleindex > moduleindex.yaml`
|
||||||
|
|
||||||
## Additional Useful Commands
|
## Additional Useful Commands
|
||||||
|
|
||||||
- Format all bazel files consistently (requires [buildifier](https://github.com/bazelbuild/buildtools/blob/master/buildifier/README.md)):
|
- Format all bazel files consistently (requires [buildifier](https://github.com/bazelbuild/buildtools/blob/master/buildifier/README.md)):
|
||||||
|
|
|
||||||
|
|
@ -291,6 +291,7 @@ moduleindex(
|
||||||
"@ct_helper//:erlang_app",
|
"@ct_helper//:erlang_app",
|
||||||
"@emqtt//:erlang_app",
|
"@emqtt//:erlang_app",
|
||||||
"@inet_tcp_proxy_dist//:erlang_app",
|
"@inet_tcp_proxy_dist//:erlang_app",
|
||||||
|
"@looking_glass//:erlang_app",
|
||||||
"@meck//:erlang_app",
|
"@meck//:erlang_app",
|
||||||
"@proper//:erlang_app",
|
"@proper//:erlang_app",
|
||||||
"//deps/rabbitmq_ct_client_helpers:erlang_app",
|
"//deps/rabbitmq_ct_client_helpers:erlang_app",
|
||||||
|
|
|
||||||
297
moduleindex.yaml
297
moduleindex.yaml
|
|
@ -3,6 +3,23 @@ accept:
|
||||||
- accept_header
|
- accept_header
|
||||||
- accept_neg
|
- accept_neg
|
||||||
- accept_parser
|
- accept_parser
|
||||||
|
amqp10_client:
|
||||||
|
- amqp10_client
|
||||||
|
- amqp10_client_app
|
||||||
|
- amqp10_client_connection
|
||||||
|
- amqp10_client_connection_sup
|
||||||
|
- amqp10_client_connections_sup
|
||||||
|
- amqp10_client_frame_reader
|
||||||
|
- amqp10_client_session
|
||||||
|
- amqp10_client_sessions_sup
|
||||||
|
- amqp10_client_sup
|
||||||
|
- amqp10_client_types
|
||||||
|
- amqp10_msg
|
||||||
|
amqp10_common:
|
||||||
|
- amqp10_binary_generator
|
||||||
|
- amqp10_binary_parser
|
||||||
|
- amqp10_framing
|
||||||
|
- amqp10_framing0
|
||||||
amqp_client:
|
amqp_client:
|
||||||
- amqp_auth_mechanisms
|
- amqp_auth_mechanisms
|
||||||
- amqp_channel
|
- amqp_channel
|
||||||
|
|
@ -28,25 +45,6 @@ amqp_client:
|
||||||
- amqp_util
|
- amqp_util
|
||||||
- rabbit_routing_util
|
- rabbit_routing_util
|
||||||
- uri_parser
|
- uri_parser
|
||||||
amqp10_client:
|
|
||||||
- amqp10_client
|
|
||||||
- amqp10_client_app
|
|
||||||
- amqp10_client_connection
|
|
||||||
- amqp10_client_connection_sup
|
|
||||||
- amqp10_client_connections_sup
|
|
||||||
- amqp10_client_frame_reader
|
|
||||||
- amqp10_client_session
|
|
||||||
- amqp10_client_sessions_sup
|
|
||||||
- amqp10_client_sup
|
|
||||||
- amqp10_client_types
|
|
||||||
- amqp10_msg
|
|
||||||
amqp10_common:
|
|
||||||
- amqp10_binary_generator
|
|
||||||
- amqp10_binary_parser
|
|
||||||
- amqp10_framing
|
|
||||||
- amqp10_framing0
|
|
||||||
app:
|
|
||||||
- appup_src
|
|
||||||
aten:
|
aten:
|
||||||
- aten
|
- aten
|
||||||
- aten_app
|
- aten_app
|
||||||
|
|
@ -57,15 +55,6 @@ aten:
|
||||||
- aten_sup
|
- aten_sup
|
||||||
base64url:
|
base64url:
|
||||||
- base64url
|
- base64url
|
||||||
bazdep:
|
|
||||||
- bazdep
|
|
||||||
certifi:
|
|
||||||
- certifi
|
|
||||||
- certifi_pt
|
|
||||||
codepath:
|
|
||||||
- codepath
|
|
||||||
cover:
|
|
||||||
- foo
|
|
||||||
cowboy:
|
cowboy:
|
||||||
- cowboy
|
- cowboy
|
||||||
- cowboy_app
|
- cowboy_app
|
||||||
|
|
@ -122,9 +111,6 @@ credentials_obfuscation:
|
||||||
ct_helper:
|
ct_helper:
|
||||||
- ct_helper
|
- ct_helper
|
||||||
- ct_helper_error_h
|
- ct_helper_error_h
|
||||||
- erl_make_certs
|
|
||||||
cth_styledout:
|
|
||||||
- cth_styledout
|
|
||||||
cuttlefish:
|
cuttlefish:
|
||||||
- conf_parse
|
- conf_parse
|
||||||
- cuttlefish
|
- cuttlefish
|
||||||
|
|
@ -149,40 +135,36 @@ cuttlefish:
|
||||||
- cuttlefish_validator
|
- cuttlefish_validator
|
||||||
- cuttlefish_variable
|
- cuttlefish_variable
|
||||||
- cuttlefish_vmargs
|
- cuttlefish_vmargs
|
||||||
dummy:
|
|
||||||
- dummy_app
|
|
||||||
- dummy_server
|
|
||||||
- dummy_sup
|
|
||||||
eetcd:
|
eetcd:
|
||||||
- eetcd_auth_gen
|
- auth_pb
|
||||||
- eetcd_cluster_gen
|
|
||||||
- eetcd_election_gen
|
|
||||||
- eetcd_health_gen
|
|
||||||
- eetcd_kv_gen
|
|
||||||
- eetcd_lease_gen
|
|
||||||
- eetcd_lock_gen
|
|
||||||
- eetcd_maintenance_gen
|
|
||||||
- eetcd_watch_gen
|
|
||||||
- eetcd
|
- eetcd
|
||||||
- eetcd_app
|
- eetcd_app
|
||||||
- eetcd_auth
|
- eetcd_auth
|
||||||
|
- eetcd_auth_gen
|
||||||
- eetcd_cluster
|
- eetcd_cluster
|
||||||
|
- eetcd_cluster_gen
|
||||||
- eetcd_compare
|
- eetcd_compare
|
||||||
- eetcd_conn
|
- eetcd_conn
|
||||||
- eetcd_conn_sup
|
- eetcd_conn_sup
|
||||||
- eetcd_data_coercion
|
- eetcd_data_coercion
|
||||||
- eetcd_election
|
- eetcd_election
|
||||||
|
- eetcd_election_gen
|
||||||
- eetcd_grpc
|
- eetcd_grpc
|
||||||
|
- eetcd_health_gen
|
||||||
- eetcd_kv
|
- eetcd_kv
|
||||||
|
- eetcd_kv_gen
|
||||||
- eetcd_lease
|
- eetcd_lease
|
||||||
|
- eetcd_lease_gen
|
||||||
- eetcd_lease_sup
|
- eetcd_lease_sup
|
||||||
- eetcd_lock
|
- eetcd_lock
|
||||||
|
- eetcd_lock_gen
|
||||||
- eetcd_maintenance
|
- eetcd_maintenance
|
||||||
|
- eetcd_maintenance_gen
|
||||||
- eetcd_op
|
- eetcd_op
|
||||||
- eetcd_stream
|
- eetcd_stream
|
||||||
- eetcd_sup
|
- eetcd_sup
|
||||||
- eetcd_watch
|
- eetcd_watch
|
||||||
- auth_pb
|
- eetcd_watch_gen
|
||||||
- gogo_pb
|
- gogo_pb
|
||||||
- health_pb
|
- health_pb
|
||||||
- kv_pb
|
- kv_pb
|
||||||
|
|
@ -201,33 +183,10 @@ emqtt:
|
||||||
- emqtt_ws
|
- emqtt_ws
|
||||||
enough:
|
enough:
|
||||||
- enough
|
- enough
|
||||||
erlc:
|
|
||||||
- first_erl
|
|
||||||
- foo
|
|
||||||
- foo_app
|
|
||||||
- foo_test_worker
|
|
||||||
- foo_worker
|
|
||||||
eunit:
|
|
||||||
- foo
|
|
||||||
eunit_formatters:
|
|
||||||
- binomial_heap
|
|
||||||
- eunit_progress
|
|
||||||
eunit_surefire:
|
|
||||||
- foo
|
|
||||||
foo:
|
|
||||||
- java
|
|
||||||
- lisp
|
|
||||||
- pascal
|
|
||||||
- perl
|
|
||||||
foodep:
|
|
||||||
- foodep
|
|
||||||
gen_batch_server:
|
gen_batch_server:
|
||||||
- gen_batch_server
|
- gen_batch_server
|
||||||
getopt:
|
getopt:
|
||||||
- getopt
|
- getopt
|
||||||
gpb:
|
|
||||||
- gpb
|
|
||||||
- gpb_compile
|
|
||||||
gun:
|
gun:
|
||||||
- gun
|
- gun
|
||||||
- gun_app
|
- gun_app
|
||||||
|
|
@ -241,51 +200,12 @@ gun:
|
||||||
- gun_tls
|
- gun_tls
|
||||||
- gun_ws
|
- gun_ws
|
||||||
- gun_ws_h
|
- gun_ws_h
|
||||||
hackney:
|
|
||||||
- hackney
|
|
||||||
- hackney_app
|
|
||||||
- hackney_bstr
|
|
||||||
- hackney_connect
|
|
||||||
- hackney_connection
|
|
||||||
- hackney_connections
|
|
||||||
- hackney_cookie
|
|
||||||
- hackney_date
|
|
||||||
- hackney_headers
|
|
||||||
- hackney_headers_new
|
|
||||||
- hackney_http
|
|
||||||
- hackney_http_connect
|
|
||||||
- hackney_local_tcp
|
|
||||||
- hackney_manager
|
|
||||||
- hackney_metrics
|
|
||||||
- hackney_multipart
|
|
||||||
- hackney_pool
|
|
||||||
- hackney_pool_handler
|
|
||||||
- hackney_request
|
|
||||||
- hackney_response
|
|
||||||
- hackney_socks5
|
|
||||||
- hackney_ssl
|
|
||||||
- hackney_ssl_certificate
|
|
||||||
- hackney_stream
|
|
||||||
- hackney_sup
|
|
||||||
- hackney_tcp
|
|
||||||
- hackney_trace
|
|
||||||
- hackney_url
|
|
||||||
- hackney_util
|
|
||||||
horus:
|
horus:
|
||||||
- horus
|
- horus
|
||||||
- horus_cover
|
- horus_cover
|
||||||
- horus_utils
|
- horus_utils
|
||||||
host_triple:
|
host_triple:
|
||||||
- host_triple
|
- host_triple
|
||||||
idna:
|
|
||||||
- idna
|
|
||||||
- idna_bidi
|
|
||||||
- idna_context
|
|
||||||
- idna_data
|
|
||||||
- idna_mapping
|
|
||||||
- idna_table
|
|
||||||
- idna_ucs
|
|
||||||
- punycode
|
|
||||||
inet_tcp_proxy_dist:
|
inet_tcp_proxy_dist:
|
||||||
- inet_tcp_proxy_dist
|
- inet_tcp_proxy_dist
|
||||||
- inet_tcp_proxy_dist_app
|
- inet_tcp_proxy_dist_app
|
||||||
|
|
@ -293,11 +213,11 @@ inet_tcp_proxy_dist:
|
||||||
- inet_tcp_proxy_dist_controller
|
- inet_tcp_proxy_dist_controller
|
||||||
- inet_tcp_proxy_dist_sup
|
- inet_tcp_proxy_dist_sup
|
||||||
jose:
|
jose:
|
||||||
|
- jose
|
||||||
|
- jose_app
|
||||||
- jose_base
|
- jose_base
|
||||||
- jose_base64
|
- jose_base64
|
||||||
- jose_base64url
|
- jose_base64url
|
||||||
- jose
|
|
||||||
- jose_app
|
|
||||||
- jose_block_encryptor
|
- jose_block_encryptor
|
||||||
- jose_chacha20_poly1305
|
- jose_chacha20_poly1305
|
||||||
- jose_chacha20_poly1305_crypto
|
- jose_chacha20_poly1305_crypto
|
||||||
|
|
@ -311,17 +231,6 @@ jose:
|
||||||
- jose_curve448
|
- jose_curve448
|
||||||
- jose_curve448_libdecaf
|
- jose_curve448_libdecaf
|
||||||
- jose_curve448_unsupported
|
- jose_curve448_unsupported
|
||||||
- jose_public_key
|
|
||||||
- jose_server
|
|
||||||
- jose_sha3
|
|
||||||
- jose_sha3_keccakf1600_driver
|
|
||||||
- jose_sha3_keccakf1600_nif
|
|
||||||
- jose_sha3_libdecaf
|
|
||||||
- jose_sha3_unsupported
|
|
||||||
- jose_sup
|
|
||||||
- jose_xchacha20_poly1305
|
|
||||||
- jose_xchacha20_poly1305_crypto
|
|
||||||
- jose_xchacha20_poly1305_unsupported
|
|
||||||
- jose_json
|
- jose_json
|
||||||
- jose_json_jason
|
- jose_json_jason
|
||||||
- jose_json_jiffy
|
- jose_json_jiffy
|
||||||
|
|
@ -400,6 +309,17 @@ jose:
|
||||||
- jose_jws_alg_rsa_pkcs1_v1_5
|
- jose_jws_alg_rsa_pkcs1_v1_5
|
||||||
- jose_jws_alg_rsa_pss
|
- jose_jws_alg_rsa_pss
|
||||||
- jose_jwt
|
- jose_jwt
|
||||||
|
- jose_public_key
|
||||||
|
- jose_server
|
||||||
|
- jose_sha3
|
||||||
|
- jose_sha3_keccakf1600_driver
|
||||||
|
- jose_sha3_keccakf1600_nif
|
||||||
|
- jose_sha3_libdecaf
|
||||||
|
- jose_sha3_unsupported
|
||||||
|
- jose_sup
|
||||||
|
- jose_xchacha20_poly1305
|
||||||
|
- jose_xchacha20_poly1305_crypto
|
||||||
|
- jose_xchacha20_poly1305_unsupported
|
||||||
khepri:
|
khepri:
|
||||||
- khepri
|
- khepri
|
||||||
- khepri_adv
|
- khepri_adv
|
||||||
|
|
@ -467,18 +387,6 @@ meck:
|
||||||
- meck_proc
|
- meck_proc
|
||||||
- meck_ret_spec
|
- meck_ret_spec
|
||||||
- meck_util
|
- meck_util
|
||||||
metrics:
|
|
||||||
- metrics
|
|
||||||
- metrics_dummy
|
|
||||||
- metrics_exometer
|
|
||||||
- metrics_folsom
|
|
||||||
mimerl:
|
|
||||||
- mimerl
|
|
||||||
my_plugin:
|
|
||||||
- my_plugin
|
|
||||||
neotoma:
|
|
||||||
- neotoma
|
|
||||||
- neotoma_parse
|
|
||||||
oauth2_client:
|
oauth2_client:
|
||||||
- oauth2_client
|
- oauth2_client
|
||||||
observer_cli:
|
observer_cli:
|
||||||
|
|
@ -499,6 +407,7 @@ osiris:
|
||||||
- osiris
|
- osiris
|
||||||
- osiris_app
|
- osiris_app
|
||||||
- osiris_bench
|
- osiris_bench
|
||||||
|
- osiris_bloom
|
||||||
- osiris_counters
|
- osiris_counters
|
||||||
- osiris_ets
|
- osiris_ets
|
||||||
- osiris_log
|
- osiris_log
|
||||||
|
|
@ -512,44 +421,37 @@ osiris:
|
||||||
- osiris_tracking
|
- osiris_tracking
|
||||||
- osiris_util
|
- osiris_util
|
||||||
- osiris_writer
|
- osiris_writer
|
||||||
parse_trans:
|
|
||||||
- ct_expand
|
|
||||||
- exprecs
|
|
||||||
- parse_trans
|
|
||||||
- parse_trans_codegen
|
|
||||||
- parse_trans_mod
|
|
||||||
- parse_trans_pp
|
|
||||||
prometheus:
|
prometheus:
|
||||||
|
- prometheus
|
||||||
|
- prometheus_boolean
|
||||||
|
- prometheus_buckets
|
||||||
|
- prometheus_collector
|
||||||
|
- prometheus_counter
|
||||||
|
- prometheus_format
|
||||||
|
- prometheus_gauge
|
||||||
|
- prometheus_histogram
|
||||||
|
- prometheus_http
|
||||||
|
- prometheus_instrumenter
|
||||||
|
- prometheus_metric
|
||||||
|
- prometheus_metric_spec
|
||||||
|
- prometheus_misc
|
||||||
|
- prometheus_mnesia
|
||||||
- prometheus_mnesia_collector
|
- prometheus_mnesia_collector
|
||||||
|
- prometheus_model
|
||||||
|
- prometheus_model_helpers
|
||||||
|
- prometheus_protobuf_format
|
||||||
|
- prometheus_quantile_summary
|
||||||
|
- prometheus_registry
|
||||||
|
- prometheus_summary
|
||||||
|
- prometheus_sup
|
||||||
|
- prometheus_test_instrumenter
|
||||||
|
- prometheus_text_format
|
||||||
|
- prometheus_time
|
||||||
- prometheus_vm_dist_collector
|
- prometheus_vm_dist_collector
|
||||||
- prometheus_vm_memory_collector
|
- prometheus_vm_memory_collector
|
||||||
- prometheus_vm_msacc_collector
|
- prometheus_vm_msacc_collector
|
||||||
- prometheus_vm_statistics_collector
|
- prometheus_vm_statistics_collector
|
||||||
- prometheus_vm_system_info_collector
|
- prometheus_vm_system_info_collector
|
||||||
- prometheus_http
|
|
||||||
- prometheus_mnesia
|
|
||||||
- prometheus_test_instrumenter
|
|
||||||
- prometheus_protobuf_format
|
|
||||||
- prometheus_text_format
|
|
||||||
- prometheus_boolean
|
|
||||||
- prometheus_counter
|
|
||||||
- prometheus_gauge
|
|
||||||
- prometheus_histogram
|
|
||||||
- prometheus_quantile_summary
|
|
||||||
- prometheus_summary
|
|
||||||
- prometheus_model
|
|
||||||
- prometheus_model_helpers
|
|
||||||
- prometheus
|
|
||||||
- prometheus_buckets
|
|
||||||
- prometheus_collector
|
|
||||||
- prometheus_format
|
|
||||||
- prometheus_instrumenter
|
|
||||||
- prometheus_metric
|
|
||||||
- prometheus_metric_spec
|
|
||||||
- prometheus_misc
|
|
||||||
- prometheus_registry
|
|
||||||
- prometheus_sup
|
|
||||||
- prometheus_time
|
|
||||||
proper:
|
proper:
|
||||||
- proper
|
- proper
|
||||||
- proper_arith
|
- proper_arith
|
||||||
|
|
@ -577,17 +479,6 @@ proper:
|
||||||
- proper_unicode
|
- proper_unicode
|
||||||
- proper_unused_imports_remover
|
- proper_unused_imports_remover
|
||||||
- vararg
|
- vararg
|
||||||
proto_gpb:
|
|
||||||
- foo
|
|
||||||
- foo_app
|
|
||||||
- foo_sup
|
|
||||||
proto_protobuffs:
|
|
||||||
- foo
|
|
||||||
- foo_app
|
|
||||||
- foo_sup
|
|
||||||
protobuffs:
|
|
||||||
- protobuffs
|
|
||||||
- protobuffs_compile
|
|
||||||
quantile_estimator:
|
quantile_estimator:
|
||||||
- quantile
|
- quantile
|
||||||
- quantile_estimator
|
- quantile_estimator
|
||||||
|
|
@ -1379,51 +1270,6 @@ ranch:
|
||||||
- ranch_sup
|
- ranch_sup
|
||||||
- ranch_tcp
|
- ranch_tcp
|
||||||
- ranch_transport
|
- ranch_transport
|
||||||
rebar:
|
|
||||||
- rebar
|
|
||||||
- rebar_abnfc_compiler
|
|
||||||
- rebar_app_utils
|
|
||||||
- rebar_appups
|
|
||||||
- rebar_asn1_compiler
|
|
||||||
- rebar_base_compiler
|
|
||||||
- rebar_cleaner
|
|
||||||
- rebar_config
|
|
||||||
- rebar_core
|
|
||||||
- rebar_cover_utils
|
|
||||||
- rebar_ct
|
|
||||||
- rebar_deps
|
|
||||||
- rebar_dia_compiler
|
|
||||||
- rebar_dialyzer
|
|
||||||
- rebar_edoc
|
|
||||||
- rebar_erlc_compiler
|
|
||||||
- rebar_erlydtl_compiler
|
|
||||||
- rebar_escripter
|
|
||||||
- rebar_eunit
|
|
||||||
- rebar_file_utils
|
|
||||||
- rebar_getopt
|
|
||||||
- rebar_lfe_compiler
|
|
||||||
- rebar_log
|
|
||||||
- rebar_metacmds
|
|
||||||
- rebar_mustache
|
|
||||||
- rebar_neotoma_compiler
|
|
||||||
- rebar_otp_app
|
|
||||||
- rebar_otp_appup
|
|
||||||
- rebar_port_compiler
|
|
||||||
- rebar_proto_compiler
|
|
||||||
- rebar_proto_gpb_compiler
|
|
||||||
- rebar_protobuffs_compiler
|
|
||||||
- rebar_qc
|
|
||||||
- rebar_rand_compat
|
|
||||||
- rebar_rel_utils
|
|
||||||
- rebar_reltool
|
|
||||||
- rebar_require_vsn
|
|
||||||
- rebar_shell
|
|
||||||
- rebar_subdirs
|
|
||||||
- rebar_templater
|
|
||||||
- rebar_upgrade
|
|
||||||
- rebar_utils
|
|
||||||
- rebar_xref
|
|
||||||
- rmemo
|
|
||||||
recon:
|
recon:
|
||||||
- recon
|
- recon
|
||||||
- recon_alloc
|
- recon_alloc
|
||||||
|
|
@ -1443,14 +1289,6 @@ seshat:
|
||||||
- seshat_app
|
- seshat_app
|
||||||
- seshat_counters_server
|
- seshat_counters_server
|
||||||
- seshat_sup
|
- seshat_sup
|
||||||
ssl_verify_fun:
|
|
||||||
- ssl_verify_fingerprint
|
|
||||||
- ssl_verify_fun_cert_helpers
|
|
||||||
- ssl_verify_fun_encodings
|
|
||||||
- ssl_verify_hostname
|
|
||||||
- ssl_verify_pk
|
|
||||||
- ssl_verify_string
|
|
||||||
- ssl_verify_util
|
|
||||||
stdout_formatter:
|
stdout_formatter:
|
||||||
- stdout_formatter
|
- stdout_formatter
|
||||||
- stdout_formatter_paragraph
|
- stdout_formatter_paragraph
|
||||||
|
|
@ -1491,8 +1329,3 @@ trust_store_http:
|
||||||
- trust_store_http_sup
|
- trust_store_http_sup
|
||||||
- trust_store_invalid_handler
|
- trust_store_invalid_handler
|
||||||
- trust_store_list_handler
|
- trust_store_list_handler
|
||||||
unicode_util_compat:
|
|
||||||
- string_compat
|
|
||||||
- unicode_util_compat
|
|
||||||
unuseddep:
|
|
||||||
- unuseddep
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue