%FILES%
usr/
usr/lib/
usr/lib/debug/
usr/lib/debug/.build-id/
usr/lib/debug/.build-id/90/
usr/lib/debug/.build-id/90/63c62d81f655e62e357478c52504d33fd005b3
usr/lib/debug/.build-id/90/63c62d81f655e62e357478c52504d33fd005b3.debug
usr/lib/debug/usr/
usr/lib/debug/usr/bin/
usr/lib/debug/usr/bin/dae.debug
usr/src/
usr/src/debug/
usr/src/debug/dae/
usr/src/debug/dae/cmd/
usr/src/debug/dae/cmd/cmd.go
usr/src/debug/dae/cmd/completion.go
usr/src/debug/dae/cmd/export.go
usr/src/debug/dae/cmd/honk.go
usr/src/debug/dae/cmd/internal/
usr/src/debug/dae/cmd/internal/su.go
usr/src/debug/dae/cmd/reload.go
usr/src/debug/dae/cmd/reload_manager.go
usr/src/debug/dae/cmd/run.go
usr/src/debug/dae/cmd/runner.go
usr/src/debug/dae/cmd/suspend.go
usr/src/debug/dae/cmd/sysdump.go
usr/src/debug/dae/cmd/trace.go
usr/src/debug/dae/cmd/validate.go
usr/src/debug/dae/common/
usr/src/debug/dae/common/assets/
usr/src/debug/dae/common/assets/assets.go
usr/src/debug/dae/common/bitlist/
usr/src/debug/dae/common/bitlist/bitlist.go
usr/src/debug/dae/common/consts/
usr/src/debug/dae/common/consts/app.go
usr/src/debug/dae/common/consts/control.go
usr/src/debug/dae/common/consts/dialer.go
usr/src/debug/dae/common/consts/dns.go
usr/src/debug/dae/common/consts/ebpf.go
usr/src/debug/dae/common/consts/ebpf_generated.go
usr/src/debug/dae/common/consts/net.go
usr/src/debug/dae/common/consts/reload.go
usr/src/debug/dae/common/consts/routing.go
usr/src/debug/dae/common/errors/
usr/src/debug/dae/common/errors/errors.go
usr/src/debug/dae/common/json/
usr/src/debug/dae/common/json/fuzzy_decoder.go
usr/src/debug/dae/common/netutils/
usr/src/debug/dae/common/netutils/dns.go
usr/src/debug/dae/common/netutils/dnsconfig_unix.go
usr/src/debug/dae/common/netutils/ip46.go
usr/src/debug/dae/common/netutils/netproxy_udp.go
usr/src/debug/dae/common/netutils/url.go
usr/src/debug/dae/common/subscription/
usr/src/debug/dae/common/subscription/subscription.go
usr/src/debug/dae/common/utils.go
usr/src/debug/dae/component/
usr/src/debug/dae/component/daedns/
usr/src/debug/dae/component/daedns/client.go
usr/src/debug/dae/component/daedns/router.go
usr/src/debug/dae/component/dns/
usr/src/debug/dae/component/dns/dns.go
usr/src/debug/dae/component/dns/function_parser.go
usr/src/debug/dae/component/dns/request_routing.go
usr/src/debug/dae/component/dns/request_rule_split.go
usr/src/debug/dae/component/dns/response_routing.go
usr/src/debug/dae/component/dns/routing_program.go
usr/src/debug/dae/component/dns/upstream.go
usr/src/debug/dae/component/interface_manager.go
usr/src/debug/dae/component/outbound/
usr/src/debug/dae/component/outbound/dialer/
usr/src/debug/dae/component/outbound/dialer/alive_dialer_set.go
usr/src/debug/dae/component/outbound/dialer/annotation.go
usr/src/debug/dae/component/outbound/dialer/block.go
usr/src/debug/dae/component/outbound/dialer/connectivity_check.go
usr/src/debug/dae/component/outbound/dialer/default_network_dialer.go
usr/src/debug/dae/component/outbound/dialer/dialer.go
usr/src/debug/dae/component/outbound/dialer/direct.go
usr/src/debug/dae/component/outbound/dialer/health_domain.go
usr/src/debug/dae/component/outbound/dialer/latencies_n.go
usr/src/debug/dae/component/outbound/dialer/latency_probe.go
usr/src/debug/dae/component/outbound/dialer/recovery_state.go
usr/src/debug/dae/component/outbound/dialer/register.go
usr/src/debug/dae/component/outbound/dialer/sockopt.go
usr/src/debug/dae/component/outbound/dialer/sticky_cache.go
usr/src/debug/dae/component/outbound/dialer/transport_cache_scope.go
usr/src/debug/dae/component/outbound/dialer/utils.go
usr/src/debug/dae/component/outbound/dialer_group.go
usr/src/debug/dae/component/outbound/dialer_selection_policy.go
usr/src/debug/dae/component/outbound/filter.go
usr/src/debug/dae/component/routing/
usr/src/debug/dae/component/routing/domain_matcher.go
usr/src/debug/dae/component/routing/domain_matcher/
usr/src/debug/dae/component/routing/domain_matcher/ahocorasick_slimtrie.go
usr/src/debug/dae/component/routing/domain_matcher/bruteforce.go
usr/src/debug/dae/component/routing/domain_matcher/go_regexp_nfa.go
usr/src/debug/dae/component/routing/function_parser.go
usr/src/debug/dae/component/routing/ir.go
usr/src/debug/dae/component/routing/matcher_builder.go
usr/src/debug/dae/component/routing/normalize.go
usr/src/debug/dae/component/routing/optimizer.go
usr/src/debug/dae/component/sniffing/
usr/src/debug/dae/component/sniffing/conn_sniffer.go
usr/src/debug/dae/component/sniffing/http.go
usr/src/debug/dae/component/sniffing/internal/
usr/src/debug/dae/component/sniffing/internal/quicutils/
usr/src/debug/dae/component/sniffing/internal/quicutils/binary.go
usr/src/debug/dae/component/sniffing/internal/quicutils/cipher.go
usr/src/debug/dae/component/sniffing/internal/quicutils/hkdf.go
usr/src/debug/dae/component/sniffing/internal/quicutils/relocation.go
usr/src/debug/dae/component/sniffing/internal/quicutils/version.go
usr/src/debug/dae/component/sniffing/quic.go
usr/src/debug/dae/component/sniffing/sniffer.go
usr/src/debug/dae/component/sniffing/sniffing.go
usr/src/debug/dae/component/sniffing/tls.go
usr/src/debug/dae/config/
usr/src/debug/dae/config/bootstrap_resolver.go
usr/src/debug/dae/config/config.go
usr/src/debug/dae/config/config_merger.go
usr/src/debug/dae/config/decode.go
usr/src/debug/dae/config/desc.go
usr/src/debug/dae/config/marshal.go
usr/src/debug/dae/config/outline.go
usr/src/debug/dae/config/parser.go
usr/src/debug/dae/config/patch.go
usr/src/debug/dae/control/
usr/src/debug/dae/control/addr.go
usr/src/debug/dae/control/anyfrom_pool.go
usr/src/debug/dae/control/bpf_bpfel.go
usr/src/debug/dae/control/bpf_purge.go
usr/src/debug/dae/control/bpf_subobjects.go
usr/src/debug/dae/control/bpf_utils.go
usr/src/debug/dae/control/connectivity.go
usr/src/debug/dae/control/control_plane.go
usr/src/debug/dae/control/control_plane_core.go
usr/src/debug/dae/control/control_plane_drain.go
usr/src/debug/dae/control/datapath_janitor.go
usr/src/debug/dae/control/dial.go
usr/src/debug/dae/control/dns.go
usr/src/debug/dae/control/dns_cache.go
usr/src/debug/dae/control/dns_control.go
usr/src/debug/dae/control/dns_control_optimistic.go
usr/src/debug/dae/control/dns_listener.go
usr/src/debug/dae/control/dns_preference_wait.go
usr/src/debug/dae/control/dns_runtime.go
usr/src/debug/dae/control/dns_utils.go
usr/src/debug/dae/control/domain_routing_tracker.go
usr/src/debug/dae/control/generation_state.go
usr/src/debug/dae/control/hash_utils.go
usr/src/debug/dae/control/netkit_linux.go
usr/src/debug/dae/control/netkit_netlink.go
usr/src/debug/dae/control/netns_utils.go
usr/src/debug/dae/control/node_latency.go
usr/src/debug/dae/control/packet_sniffer_pool.go
usr/src/debug/dae/control/raw_udp_linux.go
usr/src/debug/dae/control/routing_matcher_builder.go
usr/src/debug/dae/control/routing_matcher_userspace.go
usr/src/debug/dae/control/runtime_dns_accounting.go
usr/src/debug/dae/control/runtime_stats.go
usr/src/debug/dae/control/sysctl.go
usr/src/debug/dae/control/tcp.go
usr/src/debug/dae/control/tcp_copy_engine.go
usr/src/debug/dae/control/tcp_copy_gather_linux.go
usr/src/debug/dae/control/tcp_copy_linux.go
usr/src/debug/dae/control/tcp_relay_capabilities.go
usr/src/debug/dae/control/tcp_relay_core.go
usr/src/debug/dae/control/tcp_sniff_policy.go
usr/src/debug/dae/control/udp.go
usr/src/debug/dae/control/udp_conn_state_tracker.go
usr/src/debug/dae/control/udp_endpoint_pool.go
usr/src/debug/dae/control/udp_flow.go
usr/src/debug/dae/control/udp_ingress_batch.go
usr/src/debug/dae/control/udp_lifecycle.go
usr/src/debug/dae/control/udp_profile.go
usr/src/debug/dae/control/udp_task_pool.go
usr/src/debug/dae/control/udp_unordered_task_runner.go
usr/src/debug/dae/control/utils.go
usr/src/debug/dae/go-mod/
usr/src/debug/dae/go-mod/github.com/
usr/src/debug/dae/go-mod/github.com/!s!t!a!r!r!y-!s/
usr/src/debug/dae/go-mod/github.com/!s!t!a!r!r!y-!s/zip@v0.2.3/
usr/src/debug/dae/go-mod/github.com/!s!t!a!r!r!y-!s/zip@v0.2.3/reader.go
usr/src/debug/dae/go-mod/github.com/!s!t!a!r!r!y-!s/zip@v0.2.3/register.go
usr/src/debug/dae/go-mod/github.com/!s!t!a!r!r!y-!s/zip@v0.2.3/struct.go
usr/src/debug/dae/go-mod/github.com/!s!t!a!r!r!y-!s/zip@v0.2.3/updater.go
usr/src/debug/dae/go-mod/github.com/!s!t!a!r!r!y-!s/zip@v0.2.3/writer.go
usr/src/debug/dae/go-mod/github.com/adrg/
usr/src/debug/dae/go-mod/github.com/adrg/xdg@v0.5.3/
usr/src/debug/dae/go-mod/github.com/adrg/xdg@v0.5.3/base_dirs.go
usr/src/debug/dae/go-mod/github.com/adrg/xdg@v0.5.3/internal/
usr/src/debug/dae/go-mod/github.com/adrg/xdg@v0.5.3/internal/pathutil/
usr/src/debug/dae/go-mod/github.com/adrg/xdg@v0.5.3/internal/pathutil/pathutil.go
usr/src/debug/dae/go-mod/github.com/adrg/xdg@v0.5.3/internal/pathutil/pathutil_unix.go
usr/src/debug/dae/go-mod/github.com/adrg/xdg@v0.5.3/internal/userdirs/
usr/src/debug/dae/go-mod/github.com/adrg/xdg@v0.5.3/internal/userdirs/config_unix.go
usr/src/debug/dae/go-mod/github.com/adrg/xdg@v0.5.3/internal/userdirs/userdirs.go
usr/src/debug/dae/go-mod/github.com/adrg/xdg@v0.5.3/paths_unix.go
usr/src/debug/dae/go-mod/github.com/adrg/xdg@v0.5.3/xdg.go
usr/src/debug/dae/go-mod/github.com/andybalholm/
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/backward_references.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/backward_references_hq.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/bit_cost.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/bit_reader.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/bitwriter.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/block_splitter.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/block_splitter_command.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/block_splitter_distance.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/block_splitter_literal.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/brotli_bit_stream.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/cluster.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/cluster_command.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/cluster_distance.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/cluster_literal.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/command.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/compress_fragment.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/compress_fragment_two_pass.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/constants.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/context.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/decode.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/dictionary.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/dictionary_hash.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/encode.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/encoder.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/encoder_dict.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/entropy_encode.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/entropy_encode_static.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/fast_log.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/find_match_length.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/h10.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/h5.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/h6.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/hash.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/hash_composite.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/hash_forgetful_chain.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/hash_longest_match_quickly.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/hash_rolling.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/histogram.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/http.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/huffman.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/literal_cost.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/matchfinder/
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/matchfinder/emitter.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/matchfinder/m0.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/matchfinder/m4.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/matchfinder/matchfinder.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/matchfinder/pathfinder.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/memory.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/metablock.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/metablock_command.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/metablock_distance.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/metablock_literal.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/params.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/platform.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/prefix.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/prefix_dec.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/quality.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/reader.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/ringbuffer.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/state.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/static_dict.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/static_dict_lut.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/symbol_list.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/transform.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/utf8_util.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/util.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/write_bits.go
usr/src/debug/dae/go-mod/github.com/andybalholm/brotli@v1.2.0/writer.go
usr/src/debug/dae/go-mod/github.com/antlr/
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/atn.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/atn_config.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/atn_config_set.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/atn_deserialization_options.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/atn_deserializer.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/atn_simulator.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/atn_state.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/atn_type.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/char_stream.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/common_token_factory.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/common_token_stream.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/comparators.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/dfa.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/dfa_serializer.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/dfa_state.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/diagnostic_error_listener.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/error_listener.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/error_strategy.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/errors.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/file_stream.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/input_stream.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/int_stream.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/interval_set.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/jcollect.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/lexer.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/lexer_action.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/lexer_action_executor.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/lexer_atn_simulator.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/ll1_analyzer.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/parser.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/parser_atn_simulator.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/parser_rule_context.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/prediction_context.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/prediction_mode.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/recognizer.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/rule_context.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/semantic_context.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/token.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/token_source.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/token_stream.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/tokenstream_rewriter.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/trace_listener.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/transition.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/tree.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/trees.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/utils.go
usr/src/debug/dae/go-mod/github.com/antlr/antlr4/runtime/!go/antlr/v4@v4.0.0-20230305170008-8188dc5388df/utils_set.go
usr/src/debug/dae/go-mod/github.com/awnumar/
usr/src/debug/dae/go-mod/github.com/awnumar/fastrand@v0.0.0-20210315215012-30ee0990fa2d/
usr/src/debug/dae/go-mod/github.com/awnumar/fastrand@v0.0.0-20210315215012-30ee0990fa2d/fastrand.go
usr/src/debug/dae/go-mod/github.com/awnumar/memcall@v0.5.0/
usr/src/debug/dae/go-mod/github.com/awnumar/memcall@v0.5.0/memcall.go
usr/src/debug/dae/go-mod/github.com/awnumar/memcall@v0.5.0/memcall_unix.go
usr/src/debug/dae/go-mod/github.com/awnumar/memguard@v0.23.0/
usr/src/debug/dae/go-mod/github.com/awnumar/memguard@v0.23.0/buffer.go
usr/src/debug/dae/go-mod/github.com/awnumar/memguard@v0.23.0/core/
usr/src/debug/dae/go-mod/github.com/awnumar/memguard@v0.23.0/core/auxiliary.go
usr/src/debug/dae/go-mod/github.com/awnumar/memguard@v0.23.0/core/buffer.go
usr/src/debug/dae/go-mod/github.com/awnumar/memguard@v0.23.0/core/coffer.go
usr/src/debug/dae/go-mod/github.com/awnumar/memguard@v0.23.0/core/crypto.go
usr/src/debug/dae/go-mod/github.com/awnumar/memguard@v0.23.0/core/enclave.go
usr/src/debug/dae/go-mod/github.com/awnumar/memguard@v0.23.0/core/exit.go
usr/src/debug/dae/go-mod/github.com/awnumar/memguard@v0.23.0/core/init.go
usr/src/debug/dae/go-mod/github.com/awnumar/memguard@v0.23.0/enclave.go
usr/src/debug/dae/go-mod/github.com/awnumar/memguard@v0.23.0/memguard.go
usr/src/debug/dae/go-mod/github.com/awnumar/memguard@v0.23.0/signals.go
usr/src/debug/dae/go-mod/github.com/awnumar/memguard@v0.23.0/stream.go
usr/src/debug/dae/go-mod/github.com/bits-and-blooms/
usr/src/debug/dae/go-mod/github.com/bits-and-blooms/bitset@v1.24.4/
usr/src/debug/dae/go-mod/github.com/bits-and-blooms/bitset@v1.24.4/bitset.go
usr/src/debug/dae/go-mod/github.com/bits-and-blooms/bitset@v1.24.4/bitset_iter.go
usr/src/debug/dae/go-mod/github.com/bits-and-blooms/bitset@v1.24.4/pext.gen.go
usr/src/debug/dae/go-mod/github.com/bits-and-blooms/bitset@v1.24.4/popcnt.go
usr/src/debug/dae/go-mod/github.com/bits-and-blooms/bitset@v1.24.4/select.go
usr/src/debug/dae/go-mod/github.com/bits-and-blooms/bloom/
usr/src/debug/dae/go-mod/github.com/bits-and-blooms/bloom/v3@v3.7.1/
usr/src/debug/dae/go-mod/github.com/bits-and-blooms/bloom/v3@v3.7.1/bloom.go
usr/src/debug/dae/go-mod/github.com/bits-and-blooms/bloom/v3@v3.7.1/murmur.go
usr/src/debug/dae/go-mod/github.com/bodgit/
usr/src/debug/dae/go-mod/github.com/bodgit/plumbing@v1.3.0/
usr/src/debug/dae/go-mod/github.com/bodgit/plumbing@v1.3.0/count.go
usr/src/debug/dae/go-mod/github.com/bodgit/plumbing@v1.3.0/fill.go
usr/src/debug/dae/go-mod/github.com/bodgit/plumbing@v1.3.0/limit.go
usr/src/debug/dae/go-mod/github.com/bodgit/plumbing@v1.3.0/multi.go
usr/src/debug/dae/go-mod/github.com/bodgit/plumbing@v1.3.0/padded.go
usr/src/debug/dae/go-mod/github.com/bodgit/plumbing@v1.3.0/plumbing.go
usr/src/debug/dae/go-mod/github.com/bodgit/plumbing@v1.3.0/tee.go
usr/src/debug/dae/go-mod/github.com/bodgit/plumbing@v1.3.0/zero.go
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/aes7z/
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/aes7z/key.go
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/aes7z/reader.go
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/bcj2/
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/bcj2/reader.go
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/bra/
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/bra/arm.go
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/bra/bcj.go
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/bra/bra.go
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/bra/ppc.go
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/bra/reader.go
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/bra/sparc.go
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/brotli/
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/brotli/reader.go
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/bzip2/
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/bzip2/reader.go
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/deflate/
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/deflate/reader.go
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/delta/
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/delta/reader.go
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/lz4/
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/lz4/reader.go
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/lzma/
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/lzma/reader.go
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/lzma2/
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/lzma2/reader.go
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/pool/
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/pool/pool.go
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/util/
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/util/checksum.go
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/util/reader.go
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/zstd/
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/internal/zstd/reader.go
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/reader.go
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/register.go
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/struct.go
usr/src/debug/dae/go-mod/github.com/bodgit/sevenzip@v1.6.1/types.go
usr/src/debug/dae/go-mod/github.com/bodgit/windows@v1.0.1/
usr/src/debug/dae/go-mod/github.com/bodgit/windows@v1.0.1/filetime.go
usr/src/debug/dae/go-mod/github.com/cespare/
usr/src/debug/dae/go-mod/github.com/cespare/xxhash/
usr/src/debug/dae/go-mod/github.com/cespare/xxhash/v2@v2.3.0/
usr/src/debug/dae/go-mod/github.com/cespare/xxhash/v2@v2.3.0/xxhash.go
usr/src/debug/dae/go-mod/github.com/cespare/xxhash/v2@v2.3.0/xxhash_asm.go
usr/src/debug/dae/go-mod/github.com/cespare/xxhash/v2@v2.3.0/xxhash_unsafe.go
usr/src/debug/dae/go-mod/github.com/cilium/
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/asm/
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/asm/alu.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/asm/alu_string.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/asm/func.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/asm/func_lin.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/asm/func_string.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/asm/func_win.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/asm/instruction.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/asm/jump.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/asm/jump_string.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/asm/load_store.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/asm/load_store_string.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/asm/metadata.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/asm/opcode.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/asm/opcode_string.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/asm/register.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/attachtype_string.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/btf/
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/btf/btf.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/btf/btf_types.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/btf/btf_types_string.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/btf/core.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/btf/ext_info.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/btf/feature.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/btf/format.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/btf/handle.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/btf/kernel.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/btf/marshal.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/btf/strings.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/btf/traversal.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/btf/types.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/btf/unmarshal.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/btf/workarounds.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/collection.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/collection_other.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/cpu.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/cpu_other.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/elf_reader.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/elf_sections.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/features/
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/features/map.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/features/misc.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/features/prog.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/features/version.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/info.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/deque.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/elf.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/endian_le.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/epoll/
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/epoll/poller.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/errors.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/feature.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/io.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/kallsyms/
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/kallsyms/cache.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/kallsyms/kallsyms.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/kallsyms/reader.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/kconfig/
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/kconfig/kconfig.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/linux/
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/linux/auxv.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/linux/cpu.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/linux/kconfig.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/linux/platform.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/linux/statfs.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/linux/vdso.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/linux/version.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/math.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/output.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/platform/
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/platform/constants.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/platform/platform.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/platform/platform_linux.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/prog.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/sys/
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/sys/fd.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/sys/fd_other.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/sys/pinning_other.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/sys/ptr.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/sys/ptr_64.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/sys/signals.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/sys/syscall.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/sys/syscall_other.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/sys/types.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/sysenc/
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/sysenc/buffer.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/sysenc/layout.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/sysenc/marshal.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/testutils/
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/testutils/testmain/
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/testutils/testmain/fd_trace.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/testutils/testmain/main.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/testutils/testmain/windows.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/tracefs/
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/tracefs/kprobe.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/tracefs/probetype_string.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/tracefs/uprobe.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/unix/
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/unix/errno_linux.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/unix/error.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/unix/types_linux.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/internal/version.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/link/
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/link/anchor.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/link/cgroup.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/link/iter.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/link/kprobe.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/link/kprobe_multi.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/link/link.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/link/link_other.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/link/netfilter.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/link/netkit.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/link/netns.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/link/perf_event.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/link/program.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/link/query.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/link/raw_tracepoint.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/link/socket_filter.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/link/syscalls.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/link/tcx.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/link/tracepoint.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/link/tracing.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/link/uprobe.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/link/uprobe_multi.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/link/xdp.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/linker.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/map.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/marshalers.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/memory.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/memory_unsafe.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/prog.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/ringbuf/
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/ringbuf/reader.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/ringbuf/reader_other.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/ringbuf/ring.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/ringbuf/ring_other.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/rlimit/
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/rlimit/rlimit_linux.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/struct_ops.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/syscalls.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/types.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/types_string.go
usr/src/debug/dae/go-mod/github.com/cilium/ebpf@v0.20.0/variable.go
usr/src/debug/dae/go-mod/github.com/daeuniverse/
usr/src/debug/dae/go-mod/github.com/daeuniverse/dae-config-dist/
usr/src/debug/dae/go-mod/github.com/daeuniverse/dae-config-dist/go/
usr/src/debug/dae/go-mod/github.com/daeuniverse/dae-config-dist/go/dae_config@v0.0.0-20230604120805-1c27619b592d/
usr/src/debug/dae/go-mod/github.com/daeuniverse/dae-config-dist/go/dae_config@v0.0.0-20230604120805-1c27619b592d/dae_config_base_listener.go
usr/src/debug/dae/go-mod/github.com/daeuniverse/dae-config-dist/go/dae_config@v0.0.0-20230604120805-1c27619b592d/dae_config_lexer.go
usr/src/debug/dae/go-mod/github.com/daeuniverse/dae-config-dist/go/dae_config@v0.0.0-20230604120805-1c27619b592d/dae_config_listener.go
usr/src/debug/dae/go-mod/github.com/daeuniverse/dae-config-dist/go/dae_config@v0.0.0-20230604120805-1c27619b592d/dae_config_parser.go
usr/src/debug/dae/go-mod/github.com/dgryski/
usr/src/debug/dae/go-mod/github.com/dgryski/go-camellia@v0.0.0-20191119043421-69a8a13fb23d/
usr/src/debug/dae/go-mod/github.com/dgryski/go-camellia@v0.0.0-20191119043421-69a8a13fb23d/camellia.go
usr/src/debug/dae/go-mod/github.com/dgryski/go-idea@v0.0.0-20170306091226-d2fb45a411fb/
usr/src/debug/dae/go-mod/github.com/dgryski/go-idea@v0.0.0-20170306091226-d2fb45a411fb/idea.go
usr/src/debug/dae/go-mod/github.com/dgryski/go-metro@v0.0.0-20250106013310-edb8663e5e33/
usr/src/debug/dae/go-mod/github.com/dgryski/go-metro@v0.0.0-20250106013310-edb8663e5e33/metro_amd64.s
usr/src/debug/dae/go-mod/github.com/dgryski/go-metro@v0.0.0-20250106013310-edb8663e5e33/metro_stub.go
usr/src/debug/dae/go-mod/github.com/dgryski/go-rc2@v0.0.0-20150621095337-8a9021637152/
usr/src/debug/dae/go-mod/github.com/dgryski/go-rc2@v0.0.0-20150621095337-8a9021637152/rc2.go
usr/src/debug/dae/go-mod/github.com/dlclark/
usr/src/debug/dae/go-mod/github.com/dlclark/regexp2@v1.11.5/
usr/src/debug/dae/go-mod/github.com/dlclark/regexp2@v1.11.5/fastclock.go
usr/src/debug/dae/go-mod/github.com/dlclark/regexp2@v1.11.5/match.go
usr/src/debug/dae/go-mod/github.com/dlclark/regexp2@v1.11.5/regexp.go
usr/src/debug/dae/go-mod/github.com/dlclark/regexp2@v1.11.5/replace.go
usr/src/debug/dae/go-mod/github.com/dlclark/regexp2@v1.11.5/runner.go
usr/src/debug/dae/go-mod/github.com/dlclark/regexp2@v1.11.5/syntax/
usr/src/debug/dae/go-mod/github.com/dlclark/regexp2@v1.11.5/syntax/charclass.go
usr/src/debug/dae/go-mod/github.com/dlclark/regexp2@v1.11.5/syntax/code.go
usr/src/debug/dae/go-mod/github.com/dlclark/regexp2@v1.11.5/syntax/escape.go
usr/src/debug/dae/go-mod/github.com/dlclark/regexp2@v1.11.5/syntax/parser.go
usr/src/debug/dae/go-mod/github.com/dlclark/regexp2@v1.11.5/syntax/prefix.go
usr/src/debug/dae/go-mod/github.com/dlclark/regexp2@v1.11.5/syntax/replacerdata.go
usr/src/debug/dae/go-mod/github.com/dlclark/regexp2@v1.11.5/syntax/tree.go
usr/src/debug/dae/go-mod/github.com/dlclark/regexp2@v1.11.5/syntax/writer.go
usr/src/debug/dae/go-mod/github.com/dsnet/
usr/src/debug/dae/go-mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/
usr/src/debug/dae/go-mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/api.go
usr/src/debug/dae/go-mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/
usr/src/debug/dae/go-mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/bwt.go
usr/src/debug/dae/go-mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/common.go
usr/src/debug/dae/go-mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/fuzz_off.go
usr/src/debug/dae/go-mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/internal/
usr/src/debug/dae/go-mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/internal/sais/
usr/src/debug/dae/go-mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/internal/sais/common.go
usr/src/debug/dae/go-mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/internal/sais/sais_byte.go
usr/src/debug/dae/go-mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/internal/sais/sais_int.go
usr/src/debug/dae/go-mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/mtf_rle2.go
usr/src/debug/dae/go-mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/prefix.go
usr/src/debug/dae/go-mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/reader.go
usr/src/debug/dae/go-mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/rle1.go
usr/src/debug/dae/go-mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/bzip2/writer.go
usr/src/debug/dae/go-mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/
usr/src/debug/dae/go-mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/common.go
usr/src/debug/dae/go-mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/errors/
usr/src/debug/dae/go-mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/errors/errors.go
usr/src/debug/dae/go-mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix/
usr/src/debug/dae/go-mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix/decoder.go
usr/src/debug/dae/go-mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix/encoder.go
usr/src/debug/dae/go-mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix/prefix.go
usr/src/debug/dae/go-mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix/range.go
usr/src/debug/dae/go-mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix/reader.go
usr/src/debug/dae/go-mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix/wrap.go
usr/src/debug/dae/go-mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/prefix/writer.go
usr/src/debug/dae/go-mod/github.com/dsnet/compress@v0.0.2-0.20230904184137-39efe44ab707/internal/release.go
usr/src/debug/dae/go-mod/github.com/eknkc/
usr/src/debug/dae/go-mod/github.com/eknkc/basex@v1.0.1/
usr/src/debug/dae/go-mod/github.com/eknkc/basex@v1.0.1/basex.go
usr/src/debug/dae/go-mod/github.com/fsnotify/
usr/src/debug/dae/go-mod/github.com/fsnotify/fsnotify@v1.9.0/
usr/src/debug/dae/go-mod/github.com/fsnotify/fsnotify@v1.9.0/backend_inotify.go
usr/src/debug/dae/go-mod/github.com/fsnotify/fsnotify@v1.9.0/fsnotify.go
usr/src/debug/dae/go-mod/github.com/fsnotify/fsnotify@v1.9.0/internal/
usr/src/debug/dae/go-mod/github.com/fsnotify/fsnotify@v1.9.0/internal/debug_linux.go
usr/src/debug/dae/go-mod/github.com/fsnotify/fsnotify@v1.9.0/internal/unix.go
usr/src/debug/dae/go-mod/github.com/fsnotify/fsnotify@v1.9.0/internal/unix2.go
usr/src/debug/dae/go-mod/github.com/fsnotify/fsnotify@v1.9.0/shared.go
usr/src/debug/dae/go-mod/github.com/golang/
usr/src/debug/dae/go-mod/github.com/golang/protobuf@v1.5.4/
usr/src/debug/dae/go-mod/github.com/golang/protobuf@v1.5.4/proto/
usr/src/debug/dae/go-mod/github.com/golang/protobuf@v1.5.4/proto/buffer.go
usr/src/debug/dae/go-mod/github.com/golang/protobuf@v1.5.4/proto/defaults.go
usr/src/debug/dae/go-mod/github.com/golang/protobuf@v1.5.4/proto/deprecated.go
usr/src/debug/dae/go-mod/github.com/golang/protobuf@v1.5.4/proto/discard.go
usr/src/debug/dae/go-mod/github.com/golang/protobuf@v1.5.4/proto/extensions.go
usr/src/debug/dae/go-mod/github.com/golang/protobuf@v1.5.4/proto/properties.go
usr/src/debug/dae/go-mod/github.com/golang/protobuf@v1.5.4/proto/proto.go
usr/src/debug/dae/go-mod/github.com/golang/protobuf@v1.5.4/proto/registry.go
usr/src/debug/dae/go-mod/github.com/golang/protobuf@v1.5.4/proto/text_decode.go
usr/src/debug/dae/go-mod/github.com/golang/protobuf@v1.5.4/proto/text_encode.go
usr/src/debug/dae/go-mod/github.com/golang/protobuf@v1.5.4/proto/wire.go
usr/src/debug/dae/go-mod/github.com/golang/protobuf@v1.5.4/proto/wrappers.go
usr/src/debug/dae/go-mod/github.com/google/
usr/src/debug/dae/go-mod/github.com/google/uuid@v1.6.0/
usr/src/debug/dae/go-mod/github.com/google/uuid@v1.6.0/dce.go
usr/src/debug/dae/go-mod/github.com/google/uuid@v1.6.0/hash.go
usr/src/debug/dae/go-mod/github.com/google/uuid@v1.6.0/marshal.go
usr/src/debug/dae/go-mod/github.com/google/uuid@v1.6.0/node.go
usr/src/debug/dae/go-mod/github.com/google/uuid@v1.6.0/node_net.go
usr/src/debug/dae/go-mod/github.com/google/uuid@v1.6.0/null.go
usr/src/debug/dae/go-mod/github.com/google/uuid@v1.6.0/sql.go
usr/src/debug/dae/go-mod/github.com/google/uuid@v1.6.0/time.go
usr/src/debug/dae/go-mod/github.com/google/uuid@v1.6.0/util.go
usr/src/debug/dae/go-mod/github.com/google/uuid@v1.6.0/uuid.go
usr/src/debug/dae/go-mod/github.com/google/uuid@v1.6.0/version1.go
usr/src/debug/dae/go-mod/github.com/google/uuid@v1.6.0/version4.go
usr/src/debug/dae/go-mod/github.com/google/uuid@v1.6.0/version6.go
usr/src/debug/dae/go-mod/github.com/google/uuid@v1.6.0/version7.go
usr/src/debug/dae/go-mod/github.com/gorilla/
usr/src/debug/dae/go-mod/github.com/gorilla/websocket@v1.5.3/
usr/src/debug/dae/go-mod/github.com/gorilla/websocket@v1.5.3/client.go
usr/src/debug/dae/go-mod/github.com/gorilla/websocket@v1.5.3/compression.go
usr/src/debug/dae/go-mod/github.com/gorilla/websocket@v1.5.3/conn.go
usr/src/debug/dae/go-mod/github.com/gorilla/websocket@v1.5.3/join.go
usr/src/debug/dae/go-mod/github.com/gorilla/websocket@v1.5.3/json.go
usr/src/debug/dae/go-mod/github.com/gorilla/websocket@v1.5.3/mask.go
usr/src/debug/dae/go-mod/github.com/gorilla/websocket@v1.5.3/prepared.go
usr/src/debug/dae/go-mod/github.com/gorilla/websocket@v1.5.3/proxy.go
usr/src/debug/dae/go-mod/github.com/gorilla/websocket@v1.5.3/server.go
usr/src/debug/dae/go-mod/github.com/gorilla/websocket@v1.5.3/tls_handshake.go
usr/src/debug/dae/go-mod/github.com/gorilla/websocket@v1.5.3/util.go
usr/src/debug/dae/go-mod/github.com/gorilla/websocket@v1.5.3/x_net_proxy.go
usr/src/debug/dae/go-mod/github.com/hashicorp/
usr/src/debug/dae/go-mod/github.com/hashicorp/golang-lru/
usr/src/debug/dae/go-mod/github.com/hashicorp/golang-lru/v2@v2.0.7/
usr/src/debug/dae/go-mod/github.com/hashicorp/golang-lru/v2@v2.0.7/internal/
usr/src/debug/dae/go-mod/github.com/hashicorp/golang-lru/v2@v2.0.7/internal/list.go
usr/src/debug/dae/go-mod/github.com/hashicorp/golang-lru/v2@v2.0.7/lru.go
usr/src/debug/dae/go-mod/github.com/hashicorp/golang-lru/v2@v2.0.7/simplelru/
usr/src/debug/dae/go-mod/github.com/hashicorp/golang-lru/v2@v2.0.7/simplelru/lru.go
usr/src/debug/dae/go-mod/github.com/json-iterator/
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/adapter.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/any.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/any_array.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/any_bool.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/any_float.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/any_int32.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/any_int64.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/any_invalid.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/any_nil.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/any_number.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/any_object.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/any_str.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/any_uint32.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/any_uint64.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/config.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/extra/
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/extra/binary_as_string_codec.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/extra/fuzzy_decoder.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/extra/naming_strategy.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/extra/privat_fields.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/extra/time_as_int64_codec.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/iter.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/iter_array.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/iter_float.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/iter_int.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/iter_object.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/iter_skip.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/iter_skip_strict.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/iter_str.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/pool.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/reflect.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/reflect_array.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/reflect_dynamic.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/reflect_extension.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/reflect_json_number.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/reflect_json_raw_message.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/reflect_map.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/reflect_marshaler.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/reflect_native.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/reflect_optional.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/reflect_slice.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/reflect_struct_decoder.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/reflect_struct_encoder.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/stream.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/stream_float.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/stream_int.go
usr/src/debug/dae/go-mod/github.com/json-iterator/go@v1.1.12/stream_str.go
usr/src/debug/dae/go-mod/github.com/klauspost/
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/compressible.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/flate/
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/flate/deflate.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/flate/dict_decoder.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/flate/fast_encoder.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/flate/huffman_bit_writer.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/flate/huffman_code.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/flate/huffman_sortByFreq.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/flate/huffman_sortByLiteral.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/flate/inflate.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/flate/inflate_gen.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/flate/level1.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/flate/level2.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/flate/level3.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/flate/level4.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/flate/level5.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/flate/level6.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/flate/matchlen_generic.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/flate/regmask_amd64.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/flate/stateless.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/flate/token.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/fse/
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/fse/bitreader.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/fse/bitwriter.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/fse/bytereader.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/fse/compress.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/fse/decompress.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/fse/fse.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/gzip/
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/gzip/gunzip.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/gzip/gzip.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/huff0/
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/huff0/bitreader.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/huff0/bitwriter.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/huff0/compress.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/huff0/decompress.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/huff0/decompress_amd64.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/huff0/decompress_amd64.s
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/huff0/huff0.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/internal/
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/internal/cpuinfo/
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/internal/cpuinfo/cpuinfo.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/internal/cpuinfo/cpuinfo_amd64.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/internal/cpuinfo/cpuinfo_amd64.s
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/internal/godebug/
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/internal/godebug/godebug.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/internal/le/
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/internal/le/unsafe_enabled.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/internal/race/
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/internal/race/norace.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/internal/snapref/
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/internal/snapref/decode.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/internal/snapref/decode_other.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/internal/snapref/encode.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/internal/snapref/encode_other.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/internal/snapref/snappy.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/s2/
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/s2/decode.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/s2/decode_amd64.s
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/s2/decode_asm.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/s2/dict.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/s2/encode.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/s2/encode_all.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/s2/encode_amd64.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/s2/encode_best.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/s2/encode_better.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/s2/encodeblock_amd64.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/s2/encodeblock_amd64.s
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/s2/index.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/s2/lz4convert.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/s2/lz4sconvert.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/s2/reader.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/s2/s2.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/s2/writer.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zip/
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zip/reader.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zip/register.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zip/struct.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zip/writer.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zlib/
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zlib/reader.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zlib/writer.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/bitreader.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/bitwriter.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/blockdec.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/blockenc.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/blocktype_string.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/bytebuf.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/bytereader.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/decodeheader.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/decoder.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/decoder_options.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/dict.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/enc_base.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/enc_best.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/enc_better.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/enc_dfast.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/enc_fast.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/encoder.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/encoder_options.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/framedec.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/frameenc.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/fse_decoder.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/fse_decoder_amd64.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/fse_decoder_amd64.s
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/fse_encoder.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/fse_predefined.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/hash.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/history.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/internal/
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/internal/xxhash/
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/internal/xxhash/xxhash.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/internal/xxhash/xxhash_amd64.s
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/internal/xxhash/xxhash_asm.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/internal/xxhash/xxhash_safe.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/matchlen_amd64.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/matchlen_amd64.s
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/seqdec.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/seqdec_amd64.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/seqdec_amd64.s
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/seqenc.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/simple_go124.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/snappy.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/zip.go
usr/src/debug/dae/go-mod/github.com/klauspost/compress@v1.18.4/zstd/zstd.go
usr/src/debug/dae/go-mod/github.com/klauspost/cpuid/
usr/src/debug/dae/go-mod/github.com/klauspost/cpuid/v2@v2.3.0/
usr/src/debug/dae/go-mod/github.com/klauspost/cpuid/v2@v2.3.0/cpuid.go
usr/src/debug/dae/go-mod/github.com/klauspost/cpuid/v2@v2.3.0/cpuid_amd64.s
usr/src/debug/dae/go-mod/github.com/klauspost/cpuid/v2@v2.3.0/detect_x86.go
usr/src/debug/dae/go-mod/github.com/klauspost/cpuid/v2@v2.3.0/featureid_string.go
usr/src/debug/dae/go-mod/github.com/klauspost/pgzip@v1.2.6/
usr/src/debug/dae/go-mod/github.com/klauspost/pgzip@v1.2.6/gunzip.go
usr/src/debug/dae/go-mod/github.com/klauspost/pgzip@v1.2.6/gzip.go
usr/src/debug/dae/go-mod/github.com/mattn/
usr/src/debug/dae/go-mod/github.com/mattn/go-colorable@v0.1.14/
usr/src/debug/dae/go-mod/github.com/mattn/go-colorable@v0.1.14/colorable_others.go
usr/src/debug/dae/go-mod/github.com/mgutz/
usr/src/debug/dae/go-mod/github.com/mgutz/ansi@v0.0.0-20200706080929-d51e80ef957d/
usr/src/debug/dae/go-mod/github.com/mgutz/ansi@v0.0.0-20200706080929-d51e80ef957d/ansi.go
usr/src/debug/dae/go-mod/github.com/mgutz/ansi@v0.0.0-20200706080929-d51e80ef957d/print.go
usr/src/debug/dae/go-mod/github.com/mholt/
usr/src/debug/dae/go-mod/github.com/mholt/archives@v0.1.5/
usr/src/debug/dae/go-mod/github.com/mholt/archives@v0.1.5/7z.go
usr/src/debug/dae/go-mod/github.com/mholt/archives@v0.1.5/archives.go
usr/src/debug/dae/go-mod/github.com/mholt/archives@v0.1.5/brotli.go
usr/src/debug/dae/go-mod/github.com/mholt/archives@v0.1.5/bz2.go
usr/src/debug/dae/go-mod/github.com/mholt/archives@v0.1.5/formats.go
usr/src/debug/dae/go-mod/github.com/mholt/archives@v0.1.5/fs.go
usr/src/debug/dae/go-mod/github.com/mholt/archives@v0.1.5/gz.go
usr/src/debug/dae/go-mod/github.com/mholt/archives@v0.1.5/interfaces.go
usr/src/debug/dae/go-mod/github.com/mholt/archives@v0.1.5/lz4.go
usr/src/debug/dae/go-mod/github.com/mholt/archives@v0.1.5/lzip.go
usr/src/debug/dae/go-mod/github.com/mholt/archives@v0.1.5/minlz.go
usr/src/debug/dae/go-mod/github.com/mholt/archives@v0.1.5/rar.go
usr/src/debug/dae/go-mod/github.com/mholt/archives@v0.1.5/sz.go
usr/src/debug/dae/go-mod/github.com/mholt/archives@v0.1.5/tar.go
usr/src/debug/dae/go-mod/github.com/mholt/archives@v0.1.5/xz.go
usr/src/debug/dae/go-mod/github.com/mholt/archives@v0.1.5/zip.go
usr/src/debug/dae/go-mod/github.com/mholt/archives@v0.1.5/zlib.go
usr/src/debug/dae/go-mod/github.com/mholt/archives@v0.1.5/zstd.go
usr/src/debug/dae/go-mod/github.com/miekg/
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/acceptfunc.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/client.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/clientconfig.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/dane.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/defaults.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/dns.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/dnssec.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/dnssec_keygen.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/dnssec_keyscan.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/dnssec_privkey.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/duplicate.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/edns.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/format.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/generate.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/hash.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/labels.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/listen_socket_options.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/msg.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/msg_helpers.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/msg_truncate.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/nsecx.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/privaterr.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/reverse.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/sanitize.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/scan.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/scan_rr.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/serve_mux.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/server.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/sig0.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/smimea.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/svcb.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/tlsa.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/tsig.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/types.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/udp.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/update.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/version.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/xfr.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/zduplicate.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/zmsg.go
usr/src/debug/dae/go-mod/github.com/miekg/dns@v1.1.72/ztypes.go
usr/src/debug/dae/go-mod/github.com/mikelolasagasti/
usr/src/debug/dae/go-mod/github.com/mikelolasagasti/xz@v1.0.1/
usr/src/debug/dae/go-mod/github.com/mikelolasagasti/xz@v1.0.1/dec_bcj.go
usr/src/debug/dae/go-mod/github.com/mikelolasagasti/xz@v1.0.1/dec_delta.go
usr/src/debug/dae/go-mod/github.com/mikelolasagasti/xz@v1.0.1/dec_lzma2.go
usr/src/debug/dae/go-mod/github.com/mikelolasagasti/xz@v1.0.1/dec_stream.go
usr/src/debug/dae/go-mod/github.com/mikelolasagasti/xz@v1.0.1/dec_util.go
usr/src/debug/dae/go-mod/github.com/mikelolasagasti/xz@v1.0.1/dec_xz.go
usr/src/debug/dae/go-mod/github.com/mikelolasagasti/xz@v1.0.1/reader.go
usr/src/debug/dae/go-mod/github.com/minio/
usr/src/debug/dae/go-mod/github.com/minio/minlz@v1.0.1/
usr/src/debug/dae/go-mod/github.com/minio/minlz@v1.0.1/asm_amd64.go
usr/src/debug/dae/go-mod/github.com/minio/minlz@v1.0.1/asm_amd64.s
usr/src/debug/dae/go-mod/github.com/minio/minlz@v1.0.1/decode.go
usr/src/debug/dae/go-mod/github.com/minio/minlz@v1.0.1/decode_amd64.go
usr/src/debug/dae/go-mod/github.com/minio/minlz@v1.0.1/dict.go
usr/src/debug/dae/go-mod/github.com/minio/minlz@v1.0.1/encode.go
usr/src/debug/dae/go-mod/github.com/minio/minlz@v1.0.1/encode_amd64.go
usr/src/debug/dae/go-mod/github.com/minio/minlz@v1.0.1/encode_l1.go
usr/src/debug/dae/go-mod/github.com/minio/minlz@v1.0.1/encode_l2.go
usr/src/debug/dae/go-mod/github.com/minio/minlz@v1.0.1/encode_l3.go
usr/src/debug/dae/go-mod/github.com/minio/minlz@v1.0.1/index.go
usr/src/debug/dae/go-mod/github.com/minio/minlz@v1.0.1/internal/
usr/src/debug/dae/go-mod/github.com/minio/minlz@v1.0.1/internal/race/
usr/src/debug/dae/go-mod/github.com/minio/minlz@v1.0.1/internal/race/norace.go
usr/src/debug/dae/go-mod/github.com/minio/minlz@v1.0.1/lz4convert.go
usr/src/debug/dae/go-mod/github.com/minio/minlz@v1.0.1/minlz.go
usr/src/debug/dae/go-mod/github.com/minio/minlz@v1.0.1/reader.go
usr/src/debug/dae/go-mod/github.com/minio/minlz@v1.0.1/unsafe_enabled.go
usr/src/debug/dae/go-mod/github.com/minio/minlz@v1.0.1/writer.go
usr/src/debug/dae/go-mod/github.com/modern-go/
usr/src/debug/dae/go-mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/
usr/src/debug/dae/go-mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/executor.go
usr/src/debug/dae/go-mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/go_above_19.go
usr/src/debug/dae/go-mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/log.go
usr/src/debug/dae/go-mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/unbounded_executor.go
usr/src/debug/dae/go-mod/github.com/modern-go/reflect2@v1.0.2/
usr/src/debug/dae/go-mod/github.com/modern-go/reflect2@v1.0.2/go_above_118.go
usr/src/debug/dae/go-mod/github.com/modern-go/reflect2@v1.0.2/go_above_19.go
usr/src/debug/dae/go-mod/github.com/modern-go/reflect2@v1.0.2/reflect2.go
usr/src/debug/dae/go-mod/github.com/modern-go/reflect2@v1.0.2/reflect2_kind.go
usr/src/debug/dae/go-mod/github.com/modern-go/reflect2@v1.0.2/safe_field.go
usr/src/debug/dae/go-mod/github.com/modern-go/reflect2@v1.0.2/safe_map.go
usr/src/debug/dae/go-mod/github.com/modern-go/reflect2@v1.0.2/safe_slice.go
usr/src/debug/dae/go-mod/github.com/modern-go/reflect2@v1.0.2/safe_struct.go
usr/src/debug/dae/go-mod/github.com/modern-go/reflect2@v1.0.2/safe_type.go
usr/src/debug/dae/go-mod/github.com/modern-go/reflect2@v1.0.2/type_map.go
usr/src/debug/dae/go-mod/github.com/modern-go/reflect2@v1.0.2/unsafe_array.go
usr/src/debug/dae/go-mod/github.com/modern-go/reflect2@v1.0.2/unsafe_eface.go
usr/src/debug/dae/go-mod/github.com/modern-go/reflect2@v1.0.2/unsafe_field.go
usr/src/debug/dae/go-mod/github.com/modern-go/reflect2@v1.0.2/unsafe_iface.go
usr/src/debug/dae/go-mod/github.com/modern-go/reflect2@v1.0.2/unsafe_link.go
usr/src/debug/dae/go-mod/github.com/modern-go/reflect2@v1.0.2/unsafe_map.go
usr/src/debug/dae/go-mod/github.com/modern-go/reflect2@v1.0.2/unsafe_ptr.go
usr/src/debug/dae/go-mod/github.com/modern-go/reflect2@v1.0.2/unsafe_slice.go
usr/src/debug/dae/go-mod/github.com/modern-go/reflect2@v1.0.2/unsafe_struct.go
usr/src/debug/dae/go-mod/github.com/modern-go/reflect2@v1.0.2/unsafe_type.go
usr/src/debug/dae/go-mod/github.com/mohae/
usr/src/debug/dae/go-mod/github.com/mohae/deepcopy@v0.0.0-20170929034955-c48cc78d4826/
usr/src/debug/dae/go-mod/github.com/mohae/deepcopy@v0.0.0-20170929034955-c48cc78d4826/deepcopy.go
usr/src/debug/dae/go-mod/github.com/mzz2017/
usr/src/debug/dae/go-mod/github.com/mzz2017/disk-bloom@v1.0.1/
usr/src/debug/dae/go-mod/github.com/mzz2017/disk-bloom@v1.0.1/filter.go
usr/src/debug/dae/go-mod/github.com/mzz2017/disk-bloom@v1.0.1/filterGroup.go
usr/src/debug/dae/go-mod/github.com/nwaples/
usr/src/debug/dae/go-mod/github.com/nwaples/rardecode/
usr/src/debug/dae/go-mod/github.com/nwaples/rardecode/v2@v2.2.0/
usr/src/debug/dae/go-mod/github.com/nwaples/rardecode/v2@v2.2.0/archive.go
usr/src/debug/dae/go-mod/github.com/nwaples/rardecode/v2@v2.2.0/archive15.go
usr/src/debug/dae/go-mod/github.com/nwaples/rardecode/v2@v2.2.0/archive50.go
usr/src/debug/dae/go-mod/github.com/nwaples/rardecode/v2@v2.2.0/bit_reader.go
usr/src/debug/dae/go-mod/github.com/nwaples/rardecode/v2@v2.2.0/bufio.go
usr/src/debug/dae/go-mod/github.com/nwaples/rardecode/v2@v2.2.0/decode20.go
usr/src/debug/dae/go-mod/github.com/nwaples/rardecode/v2@v2.2.0/decode20_audio.go
usr/src/debug/dae/go-mod/github.com/nwaples/rardecode/v2@v2.2.0/decode20_lz.go
usr/src/debug/dae/go-mod/github.com/nwaples/rardecode/v2@v2.2.0/decode29.go
usr/src/debug/dae/go-mod/github.com/nwaples/rardecode/v2@v2.2.0/decode29_lz.go
usr/src/debug/dae/go-mod/github.com/nwaples/rardecode/v2@v2.2.0/decode29_ppm.go
usr/src/debug/dae/go-mod/github.com/nwaples/rardecode/v2@v2.2.0/decode50.go
usr/src/debug/dae/go-mod/github.com/nwaples/rardecode/v2@v2.2.0/decode_reader.go
usr/src/debug/dae/go-mod/github.com/nwaples/rardecode/v2@v2.2.0/decrypt_reader.go
usr/src/debug/dae/go-mod/github.com/nwaples/rardecode/v2@v2.2.0/filters.go
usr/src/debug/dae/go-mod/github.com/nwaples/rardecode/v2@v2.2.0/fs.go
usr/src/debug/dae/go-mod/github.com/nwaples/rardecode/v2@v2.2.0/huffman.go
usr/src/debug/dae/go-mod/github.com/nwaples/rardecode/v2@v2.2.0/ppm_model.go
usr/src/debug/dae/go-mod/github.com/nwaples/rardecode/v2@v2.2.0/reader.go
usr/src/debug/dae/go-mod/github.com/nwaples/rardecode/v2@v2.2.0/vm.go
usr/src/debug/dae/go-mod/github.com/nwaples/rardecode/v2@v2.2.0/volume.go
usr/src/debug/dae/go-mod/github.com/oklog/
usr/src/debug/dae/go-mod/github.com/oklog/ulid/
usr/src/debug/dae/go-mod/github.com/oklog/ulid/v2@v2.1.1/
usr/src/debug/dae/go-mod/github.com/oklog/ulid/v2@v2.1.1/ulid.go
usr/src/debug/dae/go-mod/github.com/okzk/
usr/src/debug/dae/go-mod/github.com/okzk/sdnotify@v0.0.0-20240725214427-1c1fdd37c5ac/
usr/src/debug/dae/go-mod/github.com/okzk/sdnotify@v0.0.0-20240725214427-1c1fdd37c5ac/notify_linux.go
usr/src/debug/dae/go-mod/github.com/okzk/sdnotify@v0.0.0-20240725214427-1c1fdd37c5ac/util.go
usr/src/debug/dae/go-mod/github.com/olicesx/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/ciphers/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/ciphers/aead_2022_cipher.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/ciphers/aead_cipher.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/ciphers/stream_cipher.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/common/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/common/bandwidth/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/common/bandwidth/bpsconv.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/common/common.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/common/encrypt.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/common/errors/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/common/errors/advanced_patterns.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/common/errors/errors.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/common/iout/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/common/iout/iout.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/common/last_string_value.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/common/url/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/common/url/url.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/dialer/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/dialer/anytls/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/dialer/anytls/anytls.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/dialer/block.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/dialer/dialer.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/dialer/direct.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/dialer/http/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/dialer/http/http.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/dialer/hysteria2/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/dialer/hysteria2/hysteria2.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/dialer/juicity/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/dialer/juicity/juicity.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/dialer/naive/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/dialer/naive/naive.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/dialer/naive/padding.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/dialer/register.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/dialer/shadowsocks/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/dialer/shadowsocks/shadowsocks.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/dialer/shadowsocksr/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/dialer/shadowsocksr/shadowsocksr.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/dialer/socks/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/dialer/socks/socks.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/dialer/stickyip/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/dialer/stickyip/stickyip.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/dialer/trojan/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/dialer/trojan/trojan.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/dialer/tuic/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/dialer/tuic/tuic.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/dialer/v2ray/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/dialer/v2ray/cipher.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/dialer/v2ray/v2ray.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/netproxy/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/netproxy/conn.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/netproxy/dialer.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/netproxy/magic_network.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/netproxy/sockopt_unixlike.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/netproxy/transport_cache.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/netproxy/unwrap.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/netproxy/wrapper.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/pkg/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/pkg/cert/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/pkg/cert/cert_pool_others.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/pkg/fastrand/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/pkg/fastrand/fastrand.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/pkg/gun_proto/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/pkg/gun_proto/customServiceName.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/pkg/gun_proto/gun.pb.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/pool/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/pool/bytes.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/pool/bytes/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/pool/bytes/buffer.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/pool/bytes_buffer.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/pool/pool.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/addr.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/anytls/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/anytls/anytls.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/anytls/dialer.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/anytls/padding.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/anytls/session.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/anytls/stream.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/dialer.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/direct/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/direct/conn.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/direct/dialer.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/header.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/http/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/http/conn.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/http/http.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/hysteria2/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/hysteria2/client/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/hysteria2/client/client.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/hysteria2/client/config.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/hysteria2/client/udp.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/hysteria2/dialer.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/hysteria2/errors/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/hysteria2/errors/errors.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/hysteria2/internal/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/hysteria2/internal/frag/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/hysteria2/internal/frag/frag.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/hysteria2/internal/protocol/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/hysteria2/internal/protocol/http.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/hysteria2/internal/protocol/padding.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/hysteria2/internal/protocol/proxy.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/hysteria2/internal/utils/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/hysteria2/internal/utils/atomic.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/hysteria2/internal/utils/qstream.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/hysteria2/udphop/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/hysteria2/udphop/addr.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/hysteria2/udphop/conn.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/infra/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/infra/socks/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/infra/socks/socks.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/juicity/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/juicity/client.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/juicity/client_ring.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/juicity/dialer.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/juicity/juice.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/juicity/stream_conn.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/juicity/stream_packet_conn.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/juicity/transport_packet_conn.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/metadata.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/protocol.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/shadowsocks/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/shadowsocks/addr.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/shadowsocks/dialer.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/shadowsocks/encrypt.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/shadowsocks/salt_generator.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/shadowsocks/tcp_conn.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/shadowsocks/udp_conn.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/shadowsocks_2022/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/shadowsocks_2022/core.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/shadowsocks_2022/dialer.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/shadowsocks_2022/encrypt.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/shadowsocks_2022/tcp_conn.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/shadowsocks_2022/udp_conn.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/shadowsocks_2022/validation.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/shadowsocks_stream/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/shadowsocks_stream/dialer.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/shadowsocks_stream/tcp_conn.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/shadowsocks_stream/udp_conn.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/socks5/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/socks5/addr.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/socks5/client.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/socks5/packet.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/socks5/socks5.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/trojanc/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/trojanc/addr.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/trojanc/conn.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/trojanc/dialer.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/trojanc/packet.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/tuic/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/tuic/client.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/tuic/client_ring.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/tuic/common/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/tuic/common/congestion.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/tuic/common/stream.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/tuic/common/type.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/tuic/common/unique_addr.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/tuic/congestion/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/tuic/congestion/bbr/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/tuic/congestion/bbr/bandwidth.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/tuic/congestion/bbr/bandwidth_sampler.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/tuic/congestion/bbr/bbr_sender.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/tuic/congestion/bbr/clock.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/tuic/congestion/bbr/packet_number_indexed_queue.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/tuic/congestion/bbr/ringbuffer.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/tuic/congestion/bbr/windowed_filter.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/tuic/congestion/brutal/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/tuic/congestion/brutal/brutal.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/tuic/congestion/common/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/tuic/congestion/common/pacer.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/tuic/congestion/utils.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/tuic/dialer.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/tuic/frag.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/tuic/packet.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/tuic/protocol.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/tuic/tuic.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/vless/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/vless/addr.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/vless/config.pb.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/vless/conn.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/vless/dialer.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/vless/key.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/vless/packet.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/vless/vision/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/vless/vision/conn.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/vless/vision/filter.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/vless/vision/packet.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/vless/vision/padding.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/vless/vision/tls_reflect.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/vless/vision/vison.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/vmess/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/vmess/addr.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/vmess/chunk_size_parser.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/vmess/cipher.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/vmess/conn.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/vmess/dialer.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/vmess/id.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/vmess/packet.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/vmess/packetaddr.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/vmess/padding_generator.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/protocol/vmess/replayfilter.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/grpc/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/grpc/grpc_client.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/grpc/grpc_server.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/httpupgrade/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/httpupgrade/httpupgrade.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/meek/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/meek/client.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/meek/config.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/meek/dialer.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/meek/httprt.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/meek/meek.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/mux/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/mux/conn.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/mux/mux.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/shadowsocksr/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/shadowsocksr/internal/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/shadowsocksr/internal/crypto/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/shadowsocksr/internal/crypto/adler32.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/shadowsocksr/internal/crypto/crc32.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/shadowsocksr/internal/crypto/obfsutil.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/shadowsocksr/obfs/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/shadowsocksr/obfs/dialer.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/shadowsocksr/obfs/http_post.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/shadowsocksr/obfs/http_simple.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/shadowsocksr/obfs/obfs.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/shadowsocksr/obfs/plain.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/shadowsocksr/obfs/random_head.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/shadowsocksr/obfs/tcp_conn.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/shadowsocksr/obfs/tls12_ticket_auth.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/shadowsocksr/proto/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/shadowsocksr/proto/auth_aes128_md5.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/shadowsocksr/proto/auth_aes128_sha1.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/shadowsocksr/proto/auth_chain_a.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/shadowsocksr/proto/auth_chain_b.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/shadowsocksr/proto/auth_sha1_v4.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/shadowsocksr/proto/dialer.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/shadowsocksr/proto/error.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/shadowsocksr/proto/origin.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/shadowsocksr/proto/protocol.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/shadowsocksr/proto/tcp_conn.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/shadowsocksr/proto/udp_conn.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/shadowtls/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/shadowtls/shadowtls.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/simpleobfs/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/simpleobfs/dialer.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/simpleobfs/http.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/simpleobfs/simpleobfs.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/simpleobfs/tls.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/tls/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/tls/dialer.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/tls/fragment.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/tls/reality.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/tls/tls.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/tls/utls.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/ws/
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/ws/conn.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/ws/dialer.go
usr/src/debug/dae/go-mod/github.com/olicesx/outbound@v0.0.0-sticky-ip.0.20260518034804-52c26f8e759e/transport/ws/ws.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/buffer_pool.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/client.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/closed_conn.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/config.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/congestion/
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/congestion/interface.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/conn_id_generator.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/conn_id_manager.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/connection.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/connection_logging.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/connection_timer.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/crypto_stream.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/crypto_stream_manager.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/datagram_queue.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/errors.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/frame_sorter.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/framer.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/http3/
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/http3/body.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/http3/capsule.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/http3/client.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/http3/conn.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/http3/datagram.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/http3/error.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/http3/error_codes.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/http3/frames.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/http3/gzip_reader.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/http3/headers.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/http3/http_stream.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/http3/ip_addr.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/http3/request_writer.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/http3/response_writer.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/http3/server.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/http3/state_tracking_stream.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/http3/trace.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/http3/transport.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/interface.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/ackhandler/
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/ackhandler/ack_eliciting.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/ackhandler/ackhandler.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/ackhandler/cc_adapter.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/ackhandler/ecn.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/ackhandler/frame.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/ackhandler/interfaces.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/ackhandler/packet.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/ackhandler/packet_number_generator.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/ackhandler/received_packet_handler.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/ackhandler/received_packet_history.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/ackhandler/received_packet_tracker.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/ackhandler/send_mode.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/ackhandler/sent_packet_handler.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/ackhandler/sent_packet_history.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/congestion/
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/congestion/bandwidth.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/congestion/clock.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/congestion/cubic.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/congestion/cubic_sender.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/congestion/hybrid_slow_start.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/congestion/interface.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/congestion/pacer.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/flowcontrol/
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/flowcontrol/base_flow_controller.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/flowcontrol/connection_flow_controller.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/flowcontrol/interface.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/flowcontrol/stream_flow_controller.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/handshake/
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/handshake/aead.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/handshake/cipher_suite.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/handshake/crypto_setup.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/handshake/header_protector.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/handshake/hkdf.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/handshake/initial_aead.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/handshake/interface.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/handshake/retry.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/handshake/session_ticket.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/handshake/token_generator.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/handshake/token_protector.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/handshake/updatable_aead.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/protocol/
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/protocol/connection_id.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/protocol/encryption_level.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/protocol/key_phase.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/protocol/packet_number.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/protocol/params.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/protocol/perspective.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/protocol/protocol.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/protocol/stream.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/protocol/version.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/qerr/
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/qerr/error_codes.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/qerr/errors.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/qtls/
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/qtls/cipher_suite.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/qtls/client_session_cache.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/qtls/conn.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/qtls/qtls.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/utils/
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/utils/buffered_write_closer.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/utils/linkedlist/
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/utils/linkedlist/linkedlist.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/utils/log.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/utils/rand.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/utils/ringbuffer/
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/utils/ringbuffer/ringbuffer.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/utils/rtt_stats.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/utils/streamframe_interval.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/utils/timer.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/utils/tree/
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/utils/tree/tree.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/wire/
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/wire/ack_frame.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/wire/ack_range.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/wire/connection_close_frame.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/wire/crypto_frame.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/wire/data_blocked_frame.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/wire/datagram_frame.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/wire/extended_header.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/wire/frame.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/wire/frame_parser.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/wire/handshake_done_frame.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/wire/header.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/wire/log.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/wire/max_data_frame.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/wire/max_stream_data_frame.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/wire/max_streams_frame.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/wire/new_connection_id_frame.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/wire/new_token_frame.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/wire/path_challenge_frame.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/wire/path_response_frame.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/wire/ping_frame.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/wire/pool.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/wire/reset_stream_frame.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/wire/retire_connection_id_frame.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/wire/short_header.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/wire/stop_sending_frame.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/wire/stream_data_blocked_frame.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/wire/stream_frame.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/wire/streams_blocked_frame.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/wire/transport_parameters.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/internal/wire/version_negotiation.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/logging/
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/logging/connection_tracer.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/logging/connection_tracer_multiplexer.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/logging/frame.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/logging/interface.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/logging/packet_header.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/logging/tracer.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/logging/tracer_multiplexer.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/logging/types.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/mtu_discoverer.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/packet_handler_map.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/packet_packer.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/packet_unpacker.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/quicvarint/
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/quicvarint/io.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/quicvarint/varint.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/receive_stream.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/retransmission_queue.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/send_conn.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/send_queue.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/send_stream.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/server.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/stateless_reset.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/stream.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/streams_map.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/streams_map_incoming.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/streams_map_outgoing.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/sys_conn.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/sys_conn_buffers.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/sys_conn_buffers_write.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/sys_conn_df_linux.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/sys_conn_helper_linux.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/sys_conn_oob.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/token_store.go
usr/src/debug/dae/go-mod/github.com/olicesx/quic-go@v0.0.0-20260428161614-e0d255ff807c/transport.go
usr/src/debug/dae/go-mod/github.com/panjf2000/
usr/src/debug/dae/go-mod/github.com/panjf2000/ants/
usr/src/debug/dae/go-mod/github.com/panjf2000/ants/v2@v2.11.5/
usr/src/debug/dae/go-mod/github.com/panjf2000/ants/v2@v2.11.5/ants.go
usr/src/debug/dae/go-mod/github.com/panjf2000/ants/v2@v2.11.5/multipool.go
usr/src/debug/dae/go-mod/github.com/panjf2000/ants/v2@v2.11.5/multipool_func.go
usr/src/debug/dae/go-mod/github.com/panjf2000/ants/v2@v2.11.5/options.go
usr/src/debug/dae/go-mod/github.com/panjf2000/ants/v2@v2.11.5/pkg/
usr/src/debug/dae/go-mod/github.com/panjf2000/ants/v2@v2.11.5/pkg/sync/
usr/src/debug/dae/go-mod/github.com/panjf2000/ants/v2@v2.11.5/pkg/sync/spinlock.go
usr/src/debug/dae/go-mod/github.com/panjf2000/ants/v2@v2.11.5/pool.go
usr/src/debug/dae/go-mod/github.com/panjf2000/ants/v2@v2.11.5/pool_func.go
usr/src/debug/dae/go-mod/github.com/panjf2000/ants/v2@v2.11.5/worker.go
usr/src/debug/dae/go-mod/github.com/panjf2000/ants/v2@v2.11.5/worker_func.go
usr/src/debug/dae/go-mod/github.com/panjf2000/ants/v2@v2.11.5/worker_loop_queue.go
usr/src/debug/dae/go-mod/github.com/panjf2000/ants/v2@v2.11.5/worker_queue.go
usr/src/debug/dae/go-mod/github.com/panjf2000/ants/v2@v2.11.5/worker_stack.go
usr/src/debug/dae/go-mod/github.com/pierrec/
usr/src/debug/dae/go-mod/github.com/pierrec/lz4/
usr/src/debug/dae/go-mod/github.com/pierrec/lz4/v4@v4.1.25/
usr/src/debug/dae/go-mod/github.com/pierrec/lz4/v4@v4.1.25/compressing_reader.go
usr/src/debug/dae/go-mod/github.com/pierrec/lz4/v4@v4.1.25/internal/
usr/src/debug/dae/go-mod/github.com/pierrec/lz4/v4@v4.1.25/internal/lz4block/
usr/src/debug/dae/go-mod/github.com/pierrec/lz4/v4@v4.1.25/internal/lz4block/block.go
usr/src/debug/dae/go-mod/github.com/pierrec/lz4/v4@v4.1.25/internal/lz4block/blocks.go
usr/src/debug/dae/go-mod/github.com/pierrec/lz4/v4@v4.1.25/internal/lz4block/decode_amd64.s
usr/src/debug/dae/go-mod/github.com/pierrec/lz4/v4@v4.1.25/internal/lz4block/decode_asm.go
usr/src/debug/dae/go-mod/github.com/pierrec/lz4/v4@v4.1.25/internal/lz4errors/
usr/src/debug/dae/go-mod/github.com/pierrec/lz4/v4@v4.1.25/internal/lz4errors/errors.go
usr/src/debug/dae/go-mod/github.com/pierrec/lz4/v4@v4.1.25/internal/lz4stream/
usr/src/debug/dae/go-mod/github.com/pierrec/lz4/v4@v4.1.25/internal/lz4stream/block.go
usr/src/debug/dae/go-mod/github.com/pierrec/lz4/v4@v4.1.25/internal/lz4stream/frame.go
usr/src/debug/dae/go-mod/github.com/pierrec/lz4/v4@v4.1.25/internal/lz4stream/frame_gen.go
usr/src/debug/dae/go-mod/github.com/pierrec/lz4/v4@v4.1.25/internal/xxh32/
usr/src/debug/dae/go-mod/github.com/pierrec/lz4/v4@v4.1.25/internal/xxh32/xxh32zero.go
usr/src/debug/dae/go-mod/github.com/pierrec/lz4/v4@v4.1.25/internal/xxh32/xxh32zero_other.go
usr/src/debug/dae/go-mod/github.com/pierrec/lz4/v4@v4.1.25/lz4.go
usr/src/debug/dae/go-mod/github.com/pierrec/lz4/v4@v4.1.25/options.go
usr/src/debug/dae/go-mod/github.com/pierrec/lz4/v4@v4.1.25/options_gen.go
usr/src/debug/dae/go-mod/github.com/pierrec/lz4/v4@v4.1.25/reader.go
usr/src/debug/dae/go-mod/github.com/pierrec/lz4/v4@v4.1.25/state.go
usr/src/debug/dae/go-mod/github.com/pierrec/lz4/v4@v4.1.25/state_gen.go
usr/src/debug/dae/go-mod/github.com/pierrec/lz4/v4@v4.1.25/writer.go
usr/src/debug/dae/go-mod/github.com/quic-go/
usr/src/debug/dae/go-mod/github.com/quic-go/qpack@v0.5.1/
usr/src/debug/dae/go-mod/github.com/quic-go/qpack@v0.5.1/decoder.go
usr/src/debug/dae/go-mod/github.com/quic-go/qpack@v0.5.1/encoder.go
usr/src/debug/dae/go-mod/github.com/quic-go/qpack@v0.5.1/header_field.go
usr/src/debug/dae/go-mod/github.com/quic-go/qpack@v0.5.1/static_table.go
usr/src/debug/dae/go-mod/github.com/quic-go/qpack@v0.5.1/varint.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/alert.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/auth.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/cache.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/cipher_suites.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/common.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/common_string.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/conn.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/defaults.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/dicttls/
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/dicttls/alerts.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/dicttls/authorization_data_formats.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/dicttls/cachedinformationtype_values.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/dicttls/certificate_compression_algorithm_ids.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/dicttls/certificate_status_types.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/dicttls/certificte_types.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/dicttls/cipher_suites.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/dicttls/clientcertificatetype_identifiers.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/dicttls/comp_meth_ids.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/dicttls/contenttype.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/dicttls/ec_curve_types.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/dicttls/ec_point_formats.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/dicttls/exttype_values.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/dicttls/handshaketype.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/dicttls/hashalgorithm.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/dicttls/heartbeat_message_types.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/dicttls/heartbeat_mode.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/dicttls/hpke_aead_identifiers.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/dicttls/hpke_kdf_identifiers.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/dicttls/hpke_kem_identifiers.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/dicttls/psk_key_exchange_mode.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/dicttls/quic_frame_types.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/dicttls/quic_transport_error_codes.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/dicttls/quic_transport_parameters.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/dicttls/signaturealgorithm.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/dicttls/signaturescheme.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/dicttls/supplemental_data_formats.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/dicttls/supported_groups.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/dicttls/usermappingtype_values.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/ech.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/handshake_client.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/handshake_client_tls13.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/handshake_messages.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/handshake_server.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/handshake_server_tls13.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/internal/
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/internal/boring/
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/internal/boring/notboring.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/internal/byteorder/
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/internal/byteorder/byteorder.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/internal/fips140tls/
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/internal/fips140tls/fipstls.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/internal/helper/
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/internal/helper/typeconv.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/internal/hkdf/
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/internal/hkdf/hkdf.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/internal/hpke/
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/internal/hpke/hpke.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/internal/quicvarint/
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/internal/quicvarint/protocol/
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/internal/quicvarint/protocol/protocol.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/internal/quicvarint/varint.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/internal/tls12/
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/internal/tls12/tls12.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/internal/tls13/
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/internal/tls13/tls13.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/internal/tls13/u_tls13.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/key_agreement.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/key_schedule.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/prf.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/quic.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/ticket.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/tls.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/u_alias.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/u_clienthello_json.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/u_common.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/u_conn.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/u_ech.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/u_fingerprinter.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/u_handshake_client.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/u_handshake_messages.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/u_hpke.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/u_key_schedule.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/u_parrots.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/u_pre_shared_key.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/u_prng.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/u_public.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/u_quic.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/u_quic_transport_parameters.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/u_roller.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/u_session_controller.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/u_session_ticket.go
usr/src/debug/dae/go-mod/github.com/refraction-networking/utls@v1.8.2/u_tls_extensions.go
usr/src/debug/dae/go-mod/github.com/safchain/
usr/src/debug/dae/go-mod/github.com/safchain/ethtool@v0.7.0/
usr/src/debug/dae/go-mod/github.com/safchain/ethtool@v0.7.0/ethtool.go
usr/src/debug/dae/go-mod/github.com/safchain/ethtool@v0.7.0/ethtool_cmd.go
usr/src/debug/dae/go-mod/github.com/safchain/ethtool@v0.7.0/ethtool_link_settings.go
usr/src/debug/dae/go-mod/github.com/safchain/ethtool@v0.7.0/ethtool_linux.go
usr/src/debug/dae/go-mod/github.com/safchain/ethtool@v0.7.0/ethtool_msglvl.go
usr/src/debug/dae/go-mod/github.com/sagernet/
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/client.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/internal/
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/internal/byteorder/
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/internal/byteorder/byteorder.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/internal/hpke/
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/internal/hpke/hpke.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/internal/mlkem768/
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/internal/mlkem768/mlkem768.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/internal/tls/
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/internal/tls/alert.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/internal/tls/auth.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/internal/tls/cache.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/internal/tls/cipher_suites.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/internal/tls/common.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/internal/tls/common_string.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/internal/tls/conn.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/internal/tls/defaults.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/internal/tls/ech.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/internal/tls/handshake_client.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/internal/tls/handshake_client_tls13.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/internal/tls/handshake_messages.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/internal/tls/handshake_server.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/internal/tls/handshake_server_tls13.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/internal/tls/key_agreement.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/internal/tls/key_schedule.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/internal/tls/notboring.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/internal/tls/prf.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/internal/tls/quic.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/internal/tls/ticket.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/internal/tls/tls.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/service.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/tls.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/tls_wrapper.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/v1_server.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/v2_client.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/v2_conn.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/v2_hash.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/v2_server.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/v3_client.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/v3_conn.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/v3_constrat.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing-shadowtls@v0.2.0/v3_server.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/atomic/
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/atomic/types.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/auth/
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/auth/context.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/buf/
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/buf/alloc.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/buf/buffer.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/buf/buffer_standard.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/buf/multi.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/buf/pool.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/bufio/
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/bufio/addr_conn.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/bufio/addr_linux.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/bufio/append.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/bufio/bind.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/bufio/bind_wait.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/bufio/buffer.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/bufio/cache.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/bufio/chunk.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/bufio/conn.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/bufio/conn_stdio_stub.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/bufio/copy.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/bufio/copy_direct.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/bufio/copy_direct_posix.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/bufio/counter_conn.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/bufio/counter_packet_conn.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/bufio/fallback.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/bufio/io.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/bufio/nat.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/bufio/nat_wait.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/bufio/only.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/bufio/race.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/bufio/splice_linux.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/bufio/vectorised.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/bufio/vectorised_unix.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/bufio/wait.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/clear.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/closer.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/cond.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/context.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/context_compat.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/exceptions/
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/exceptions/cause.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/exceptions/error.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/exceptions/extend.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/exceptions/inner.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/exceptions/multi.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/exceptions/timeout.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/format/
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/format/fmt.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/logger/
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/logger/logger.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/logger/nop.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/low_memory_stub.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/metadata/
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/metadata/addr.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/metadata/domain.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/metadata/family.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/metadata/metadata.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/metadata/network.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/metadata/serializer.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/metadata/socksaddr.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/minmax.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/native_endian_std.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/network/
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/network/addr.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/network/conn.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/network/counter.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/network/dialer.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/network/direct.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/network/duplex.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/network/early.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/network/handshake.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/network/multi.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/network/name.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/network/packet.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/network/thread.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/network/vectorised.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/oncefunc.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/string.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/task/
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/task/task.go
usr/src/debug/dae/go-mod/github.com/sagernet/sing@v0.6.0/common/upstream.go
usr/src/debug/dae/go-mod/github.com/samber/
usr/src/debug/dae/go-mod/github.com/samber/lo@v1.52.0/
usr/src/debug/dae/go-mod/github.com/samber/lo@v1.52.0/concurrency.go
usr/src/debug/dae/go-mod/github.com/samber/lo@v1.52.0/condition.go
usr/src/debug/dae/go-mod/github.com/samber/lo@v1.52.0/errors.go
usr/src/debug/dae/go-mod/github.com/samber/lo@v1.52.0/find.go
usr/src/debug/dae/go-mod/github.com/samber/lo@v1.52.0/internal/
usr/src/debug/dae/go-mod/github.com/samber/lo@v1.52.0/internal/xrand/
usr/src/debug/dae/go-mod/github.com/samber/lo@v1.52.0/internal/xrand/ordered_go122.go
usr/src/debug/dae/go-mod/github.com/samber/lo@v1.52.0/internal/xtime/
usr/src/debug/dae/go-mod/github.com/samber/lo@v1.52.0/internal/xtime/time.go
usr/src/debug/dae/go-mod/github.com/samber/lo@v1.52.0/intersect.go
usr/src/debug/dae/go-mod/github.com/samber/lo@v1.52.0/map.go
usr/src/debug/dae/go-mod/github.com/samber/lo@v1.52.0/math.go
usr/src/debug/dae/go-mod/github.com/samber/lo@v1.52.0/retry.go
usr/src/debug/dae/go-mod/github.com/samber/lo@v1.52.0/slice.go
usr/src/debug/dae/go-mod/github.com/samber/lo@v1.52.0/string.go
usr/src/debug/dae/go-mod/github.com/samber/lo@v1.52.0/time.go
usr/src/debug/dae/go-mod/github.com/samber/lo@v1.52.0/tuples.go
usr/src/debug/dae/go-mod/github.com/samber/lo@v1.52.0/type_manipulation.go
usr/src/debug/dae/go-mod/github.com/samber/lo@v1.52.0/types.go
usr/src/debug/dae/go-mod/github.com/samber/oops@v1.21.0/
usr/src/debug/dae/go-mod/github.com/samber/oops@v1.21.0/builder.go
usr/src/debug/dae/go-mod/github.com/samber/oops@v1.21.0/context.go
usr/src/debug/dae/go-mod/github.com/samber/oops@v1.21.0/error.go
usr/src/debug/dae/go-mod/github.com/samber/oops@v1.21.0/helpers.go
usr/src/debug/dae/go-mod/github.com/samber/oops@v1.21.0/kv.go
usr/src/debug/dae/go-mod/github.com/samber/oops@v1.21.0/oops.go
usr/src/debug/dae/go-mod/github.com/samber/oops@v1.21.0/sources.go
usr/src/debug/dae/go-mod/github.com/samber/oops@v1.21.0/stacktrace.go
usr/src/debug/dae/go-mod/github.com/samber/oops@v1.21.0/stacktrace_cleanpath.go
usr/src/debug/dae/go-mod/github.com/samber/oops@v1.21.0/utils.go
usr/src/debug/dae/go-mod/github.com/seiflotfy/
usr/src/debug/dae/go-mod/github.com/seiflotfy/cuckoofilter@v0.0.0-20240715131351-a2f2c23f1771/
usr/src/debug/dae/go-mod/github.com/seiflotfy/cuckoofilter@v0.0.0-20240715131351-a2f2c23f1771/bucket.go
usr/src/debug/dae/go-mod/github.com/seiflotfy/cuckoofilter@v0.0.0-20240715131351-a2f2c23f1771/cuckoofilter.go
usr/src/debug/dae/go-mod/github.com/seiflotfy/cuckoofilter@v0.0.0-20240715131351-a2f2c23f1771/scalable_cuckoofilter.go
usr/src/debug/dae/go-mod/github.com/seiflotfy/cuckoofilter@v0.0.0-20240715131351-a2f2c23f1771/util.go
usr/src/debug/dae/go-mod/github.com/shirou/
usr/src/debug/dae/go-mod/github.com/shirou/gopsutil/
usr/src/debug/dae/go-mod/github.com/shirou/gopsutil/v4@v4.26.1/
usr/src/debug/dae/go-mod/github.com/shirou/gopsutil/v4@v4.26.1/internal/
usr/src/debug/dae/go-mod/github.com/shirou/gopsutil/v4@v4.26.1/internal/common/
usr/src/debug/dae/go-mod/github.com/shirou/gopsutil/v4@v4.26.1/internal/common/common.go
usr/src/debug/dae/go-mod/github.com/shirou/gopsutil/v4@v4.26.1/internal/common/endian.go
usr/src/debug/dae/go-mod/github.com/shirou/gopsutil/v4@v4.26.1/net/
usr/src/debug/dae/go-mod/github.com/shirou/gopsutil/v4@v4.26.1/net/net.go
usr/src/debug/dae/go-mod/github.com/shirou/gopsutil/v4@v4.26.1/net/net_linux.go
usr/src/debug/dae/go-mod/github.com/sirupsen/
usr/src/debug/dae/go-mod/github.com/sirupsen/logrus@v1.9.4/
usr/src/debug/dae/go-mod/github.com/sirupsen/logrus@v1.9.4/alt_exit.go
usr/src/debug/dae/go-mod/github.com/sirupsen/logrus@v1.9.4/buffer_pool.go
usr/src/debug/dae/go-mod/github.com/sirupsen/logrus@v1.9.4/entry.go
usr/src/debug/dae/go-mod/github.com/sirupsen/logrus@v1.9.4/exported.go
usr/src/debug/dae/go-mod/github.com/sirupsen/logrus@v1.9.4/formatter.go
usr/src/debug/dae/go-mod/github.com/sirupsen/logrus@v1.9.4/hooks.go
usr/src/debug/dae/go-mod/github.com/sirupsen/logrus@v1.9.4/json_formatter.go
usr/src/debug/dae/go-mod/github.com/sirupsen/logrus@v1.9.4/logger.go
usr/src/debug/dae/go-mod/github.com/sirupsen/logrus@v1.9.4/logrus.go
usr/src/debug/dae/go-mod/github.com/sirupsen/logrus@v1.9.4/terminal_check_notappengine.go
usr/src/debug/dae/go-mod/github.com/sirupsen/logrus@v1.9.4/terminal_check_unix.go
usr/src/debug/dae/go-mod/github.com/sirupsen/logrus@v1.9.4/text_formatter.go
usr/src/debug/dae/go-mod/github.com/sirupsen/logrus@v1.9.4/writer.go
usr/src/debug/dae/go-mod/github.com/sorairolake/
usr/src/debug/dae/go-mod/github.com/sorairolake/lzip-go@v0.3.8/
usr/src/debug/dae/go-mod/github.com/sorairolake/lzip-go@v0.3.8/error.go
usr/src/debug/dae/go-mod/github.com/sorairolake/lzip-go@v0.3.8/lzip.go
usr/src/debug/dae/go-mod/github.com/sorairolake/lzip-go@v0.3.8/reader.go
usr/src/debug/dae/go-mod/github.com/sorairolake/lzip-go@v0.3.8/writer.go
usr/src/debug/dae/go-mod/github.com/spf13/
usr/src/debug/dae/go-mod/github.com/spf13/afero@v1.15.0/
usr/src/debug/dae/go-mod/github.com/spf13/afero@v1.15.0/afero.go
usr/src/debug/dae/go-mod/github.com/spf13/afero@v1.15.0/basepath.go
usr/src/debug/dae/go-mod/github.com/spf13/afero@v1.15.0/cacheOnReadFs.go
usr/src/debug/dae/go-mod/github.com/spf13/afero@v1.15.0/const_win_unix.go
usr/src/debug/dae/go-mod/github.com/spf13/afero@v1.15.0/copyOnWriteFs.go
usr/src/debug/dae/go-mod/github.com/spf13/afero@v1.15.0/httpFs.go
usr/src/debug/dae/go-mod/github.com/spf13/afero@v1.15.0/internal/
usr/src/debug/dae/go-mod/github.com/spf13/afero@v1.15.0/internal/common/
usr/src/debug/dae/go-mod/github.com/spf13/afero@v1.15.0/internal/common/adapters.go
usr/src/debug/dae/go-mod/github.com/spf13/afero@v1.15.0/iofs.go
usr/src/debug/dae/go-mod/github.com/spf13/afero@v1.15.0/ioutil.go
usr/src/debug/dae/go-mod/github.com/spf13/afero@v1.15.0/lstater.go
usr/src/debug/dae/go-mod/github.com/spf13/afero@v1.15.0/match.go
usr/src/debug/dae/go-mod/github.com/spf13/afero@v1.15.0/mem/
usr/src/debug/dae/go-mod/github.com/spf13/afero@v1.15.0/mem/dir.go
usr/src/debug/dae/go-mod/github.com/spf13/afero@v1.15.0/mem/dirmap.go
usr/src/debug/dae/go-mod/github.com/spf13/afero@v1.15.0/mem/file.go
usr/src/debug/dae/go-mod/github.com/spf13/afero@v1.15.0/memmap.go
usr/src/debug/dae/go-mod/github.com/spf13/afero@v1.15.0/os.go
usr/src/debug/dae/go-mod/github.com/spf13/afero@v1.15.0/path.go
usr/src/debug/dae/go-mod/github.com/spf13/afero@v1.15.0/readonlyfs.go
usr/src/debug/dae/go-mod/github.com/spf13/afero@v1.15.0/regexpfs.go
usr/src/debug/dae/go-mod/github.com/spf13/afero@v1.15.0/symlink.go
usr/src/debug/dae/go-mod/github.com/spf13/afero@v1.15.0/unionFile.go
usr/src/debug/dae/go-mod/github.com/spf13/afero@v1.15.0/util.go
usr/src/debug/dae/go-mod/github.com/spf13/cobra@v1.10.2/
usr/src/debug/dae/go-mod/github.com/spf13/cobra@v1.10.2/active_help.go
usr/src/debug/dae/go-mod/github.com/spf13/cobra@v1.10.2/args.go
usr/src/debug/dae/go-mod/github.com/spf13/cobra@v1.10.2/bash_completions.go
usr/src/debug/dae/go-mod/github.com/spf13/cobra@v1.10.2/bash_completionsV2.go
usr/src/debug/dae/go-mod/github.com/spf13/cobra@v1.10.2/cobra.go
usr/src/debug/dae/go-mod/github.com/spf13/cobra@v1.10.2/command.go
usr/src/debug/dae/go-mod/github.com/spf13/cobra@v1.10.2/command_notwin.go
usr/src/debug/dae/go-mod/github.com/spf13/cobra@v1.10.2/completions.go
usr/src/debug/dae/go-mod/github.com/spf13/cobra@v1.10.2/fish_completions.go
usr/src/debug/dae/go-mod/github.com/spf13/cobra@v1.10.2/flag_groups.go
usr/src/debug/dae/go-mod/github.com/spf13/cobra@v1.10.2/powershell_completions.go
usr/src/debug/dae/go-mod/github.com/spf13/cobra@v1.10.2/shell_completions.go
usr/src/debug/dae/go-mod/github.com/spf13/cobra@v1.10.2/zsh_completions.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/bool.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/bool_func.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/bool_slice.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/bytes.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/count.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/duration.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/duration_slice.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/errors.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/flag.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/float32.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/float32_slice.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/float64.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/float64_slice.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/func.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/golangflag.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/int.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/int16.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/int32.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/int32_slice.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/int64.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/int64_slice.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/int8.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/int_slice.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/ip.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/ip_slice.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/ipmask.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/ipnet.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/ipnet_slice.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/string.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/string_array.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/string_slice.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/string_to_int.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/string_to_int64.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/string_to_string.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/text.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/time.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/uint.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/uint16.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/uint32.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/uint64.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/uint8.go
usr/src/debug/dae/go-mod/github.com/spf13/pflag@v1.0.10/uint_slice.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/bits.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/crc.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/format.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/internal/
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/internal/hash/
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/internal/hash/cyclic_poly.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/internal/hash/rabin_karp.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/internal/hash/roller.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/internal/xlog/
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/internal/xlog/xlog.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/lzma/
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/lzma/bintree.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/lzma/bitops.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/lzma/breader.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/lzma/buffer.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/lzma/bytewriter.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/lzma/decoder.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/lzma/decoderdict.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/lzma/directcodec.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/lzma/distcodec.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/lzma/encoder.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/lzma/encoderdict.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/lzma/hashtable.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/lzma/header.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/lzma/header2.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/lzma/lengthcodec.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/lzma/literalcodec.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/lzma/matchalgorithm.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/lzma/operation.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/lzma/prob.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/lzma/properties.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/lzma/rangecodec.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/lzma/reader.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/lzma/reader2.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/lzma/state.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/lzma/treecodecs.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/lzma/writer.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/lzma/writer2.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/lzmafilter.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/none-check.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/reader.go
usr/src/debug/dae/go-mod/github.com/ulikunitz/xz@v0.5.15/writer.go
usr/src/debug/dae/go-mod/github.com/v2ray!a/
usr/src/debug/dae/go-mod/github.com/v2ray!a/ahocorasick-domain@v0.0.0-20231231085011-99ceb8ef3208/
usr/src/debug/dae/go-mod/github.com/v2ray!a/ahocorasick-domain@v0.0.0-20231231085011-99ceb8ef3208/ahocorasick.go
usr/src/debug/dae/go-mod/github.com/vishvananda/
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/addr.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/addr_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/bpf_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/bridge_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/chain.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/chain_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/class.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/class_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/conntrack_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/devlink_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/filter.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/filter_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/fou.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/fou_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/genetlink_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/gtp_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/handle_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/inet_diag.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/ioctl_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/ipset_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/link.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/link_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/link_tuntap_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/neigh.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/neigh_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/netlink.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/netlink_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/netns_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/nl/
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/nl/addr_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/nl/bridge_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/nl/conntrack_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/nl/devlink_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/nl/genetlink_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/nl/ip6tnl_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/nl/ipset_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/nl/link_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/nl/lwt_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/nl/mpls_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/nl/nl_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/nl/parse_attr_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/nl/rdma_link_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/nl/route_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/nl/seg6_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/nl/seg6local_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/nl/syscall.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/nl/tc_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/nl/vdpa_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/nl/xfrm_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/nl/xfrm_monitor_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/nl/xfrm_policy_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/nl/xfrm_state_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/order.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/proc_event_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/protinfo.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/protinfo_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/qdisc.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/qdisc_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/rdma_link_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/route.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/route_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/rule.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/rule_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/socket.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/socket_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/socket_xdp_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/tcp.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/tcp_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/unix_diag.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/vdpa_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/virtio.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/xdp_diag.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/xdp_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/xfrm_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/xfrm_monitor_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/xfrm_policy_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netlink@v1.3.1/xfrm_state_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netns@v0.0.5/
usr/src/debug/dae/go-mod/github.com/vishvananda/netns@v0.0.5/netns_linux.go
usr/src/debug/dae/go-mod/github.com/vishvananda/netns@v0.0.5/nshandle_linux.go
usr/src/debug/dae/go-mod/github.com/x-cray/
usr/src/debug/dae/go-mod/github.com/x-cray/logrus-prefixed-formatter@v0.5.2/
usr/src/debug/dae/go-mod/github.com/x-cray/logrus-prefixed-formatter@v0.5.2/formatter.go
usr/src/debug/dae/go-mod/gitlab.com/
usr/src/debug/dae/go-mod/gitlab.com/yawning/
usr/src/debug/dae/go-mod/gitlab.com/yawning/chacha20.git@v0.0.0-20230427033715-7877545b1b37/
usr/src/debug/dae/go-mod/gitlab.com/yawning/chacha20.git@v0.0.0-20230427033715-7877545b1b37/chacha20.go
usr/src/debug/dae/go-mod/gitlab.com/yawning/chacha20.git@v0.0.0-20230427033715-7877545b1b37/internal/
usr/src/debug/dae/go-mod/gitlab.com/yawning/chacha20.git@v0.0.0-20230427033715-7877545b1b37/internal/api/
usr/src/debug/dae/go-mod/gitlab.com/yawning/chacha20.git@v0.0.0-20230427033715-7877545b1b37/internal/api/api.go
usr/src/debug/dae/go-mod/gitlab.com/yawning/chacha20.git@v0.0.0-20230427033715-7877545b1b37/internal/hardware/
usr/src/debug/dae/go-mod/gitlab.com/yawning/chacha20.git@v0.0.0-20230427033715-7877545b1b37/internal/hardware/impl.go
usr/src/debug/dae/go-mod/gitlab.com/yawning/chacha20.git@v0.0.0-20230427033715-7877545b1b37/internal/hardware/impl_amd64.go
usr/src/debug/dae/go-mod/gitlab.com/yawning/chacha20.git@v0.0.0-20230427033715-7877545b1b37/internal/hardware/impl_amd64.s
usr/src/debug/dae/go-mod/gitlab.com/yawning/chacha20.git@v0.0.0-20230427033715-7877545b1b37/internal/ref/
usr/src/debug/dae/go-mod/gitlab.com/yawning/chacha20.git@v0.0.0-20230427033715-7877545b1b37/internal/ref/impl.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel/
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel/trace@v1.40.0/
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel/trace@v1.40.0/auto.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel/trace@v1.40.0/config.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel/trace@v1.40.0/context.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel/trace@v1.40.0/embedded/
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel/trace@v1.40.0/embedded/embedded.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel/trace@v1.40.0/hex.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel/trace@v1.40.0/internal/
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel/trace@v1.40.0/internal/telemetry/
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel/trace@v1.40.0/internal/telemetry/attr.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel/trace@v1.40.0/internal/telemetry/id.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel/trace@v1.40.0/internal/telemetry/resource.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel/trace@v1.40.0/internal/telemetry/scope.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel/trace@v1.40.0/internal/telemetry/span.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel/trace@v1.40.0/internal/telemetry/status.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel/trace@v1.40.0/internal/telemetry/traces.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel/trace@v1.40.0/internal/telemetry/value.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel/trace@v1.40.0/nonrecording.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel/trace@v1.40.0/noop.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel/trace@v1.40.0/provider.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel/trace@v1.40.0/span.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel/trace@v1.40.0/trace.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel/trace@v1.40.0/tracer.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel/trace@v1.40.0/tracestate.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel@v1.40.0/
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel@v1.40.0/attribute/
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel@v1.40.0/attribute/encoder.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel@v1.40.0/attribute/filter.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel@v1.40.0/attribute/hash.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel@v1.40.0/attribute/internal/
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel@v1.40.0/attribute/internal/attribute.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel@v1.40.0/attribute/internal/xxhash/
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel@v1.40.0/attribute/internal/xxhash/xxhash.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel@v1.40.0/attribute/iterator.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel@v1.40.0/attribute/key.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel@v1.40.0/attribute/kv.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel@v1.40.0/attribute/rawhelpers.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel@v1.40.0/attribute/set.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel@v1.40.0/attribute/type_string.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel@v1.40.0/attribute/value.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel@v1.40.0/codes/
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel@v1.40.0/codes/codes.go
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel@v1.40.0/semconv/
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel@v1.40.0/semconv/v1.39.0/
usr/src/debug/dae/go-mod/go.opentelemetry.io/otel@v1.40.0/semconv/v1.39.0/attribute_group.go
usr/src/debug/dae/go-mod/go4.org@v0.0.0-20230225012048-214862532bf5/
usr/src/debug/dae/go-mod/go4.org@v0.0.0-20230225012048-214862532bf5/readerutil/
usr/src/debug/dae/go-mod/go4.org@v0.0.0-20230225012048-214862532bf5/readerutil/multireaderat.go
usr/src/debug/dae/go-mod/go4.org@v0.0.0-20230225012048-214862532bf5/readerutil/readerutil.go
usr/src/debug/dae/go-mod/golang.org/
usr/src/debug/dae/go-mod/golang.org/x/
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/blake2b/
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/blake2b/blake2b.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/blake2b/blake2bAVX2_amd64.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/blake2b/blake2bAVX2_amd64.s
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/blake2b/blake2b_amd64.s
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/blake2b/blake2b_generic.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/blake2b/blake2x.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/blake2b/go125.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/blake2b/register.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/blowfish/
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/blowfish/block.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/blowfish/cipher.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/blowfish/const.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/cast5/
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/cast5/cast5.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/chacha20/
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/chacha20/chacha_generic.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/chacha20/chacha_noasm.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/chacha20/xor.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/chacha20poly1305/
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/chacha20poly1305/chacha20poly1305.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/chacha20poly1305/chacha20poly1305_amd64.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/chacha20poly1305/chacha20poly1305_amd64.s
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/chacha20poly1305/chacha20poly1305_generic.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/chacha20poly1305/fips140only_go1.26.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/chacha20poly1305/xchacha20poly1305.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/cryptobyte/
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/cryptobyte/asn1.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/cryptobyte/asn1/
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/cryptobyte/asn1/asn1.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/cryptobyte/builder.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/cryptobyte/string.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/hkdf/
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/hkdf/hkdf.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/internal/
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/internal/alias/
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/internal/alias/alias.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/internal/poly1305/
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/internal/poly1305/poly1305.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/internal/poly1305/sum_amd64.s
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/internal/poly1305/sum_asm.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/internal/poly1305/sum_generic.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/nacl/
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/nacl/secretbox/
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/nacl/secretbox/secretbox.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/salsa20/
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/salsa20/salsa/
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/salsa20/salsa/hsalsa20.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/salsa20/salsa/salsa208.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/salsa20/salsa/salsa20_amd64.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/salsa20/salsa/salsa20_amd64.s
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/salsa20/salsa/salsa20_ref.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/sha3/
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/sha3/hashes.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/sha3/legacy_hash.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/sha3/legacy_keccakf.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/sha3/shake.go
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/ssh/
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/ssh/terminal/
usr/src/debug/dae/go-mod/golang.org/x/crypto@v0.48.0/ssh/terminal/terminal.go
usr/src/debug/dae/go-mod/golang.org/x/exp@v0.0.0-20260218203240-3dfff04db8fa/
usr/src/debug/dae/go-mod/golang.org/x/exp@v0.0.0-20260218203240-3dfff04db8fa/rand/
usr/src/debug/dae/go-mod/golang.org/x/exp@v0.0.0-20260218203240-3dfff04db8fa/rand/exp.go
usr/src/debug/dae/go-mod/golang.org/x/exp@v0.0.0-20260218203240-3dfff04db8fa/rand/normal.go
usr/src/debug/dae/go-mod/golang.org/x/exp@v0.0.0-20260218203240-3dfff04db8fa/rand/rand.go
usr/src/debug/dae/go-mod/golang.org/x/exp@v0.0.0-20260218203240-3dfff04db8fa/rand/rng.go
usr/src/debug/dae/go-mod/golang.org/x/exp@v0.0.0-20260218203240-3dfff04db8fa/rand/zipf.go
usr/src/debug/dae/go-mod/golang.org/x/exp@v0.0.0-20260218203240-3dfff04db8fa/slices/
usr/src/debug/dae/go-mod/golang.org/x/exp@v0.0.0-20260218203240-3dfff04db8fa/slices/slices.go
usr/src/debug/dae/go-mod/golang.org/x/exp@v0.0.0-20260218203240-3dfff04db8fa/slices/sort.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/bpf/
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/bpf/asm.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/bpf/constants.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/bpf/instructions.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/bpf/setter.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/bpf/vm.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/bpf/vm_instructions.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http/
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http/httpguts/
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http/httpguts/guts.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http/httpguts/httplex.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http2/
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http2/ascii.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http2/ciphers.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http2/client_conn_pool.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http2/client_priority_go126.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http2/config.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http2/config_go126.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http2/databuffer.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http2/errors.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http2/flow.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http2/frame.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http2/gotrack.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http2/hpack/
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http2/hpack/encode.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http2/hpack/hpack.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http2/hpack/huffman.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http2/hpack/static_table.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http2/hpack/tables.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http2/http2.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http2/pipe.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http2/server.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http2/transport.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http2/unencrypted.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http2/write.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http2/writesched.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http2/writesched_priority_rfc7540.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http2/writesched_priority_rfc9218.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http2/writesched_random.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/http2/writesched_roundrobin.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/idna/
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/idna/go118.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/idna/idna10.0.0.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/idna/punycode.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/idna/tables15.0.0.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/idna/trie.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/idna/trie13.0.0.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/idna/trieval.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/internal/
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/internal/httpcommon/
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/internal/httpcommon/ascii.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/internal/httpcommon/headermap.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/internal/httpcommon/request.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/internal/httpsfv/
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/internal/httpsfv/httpsfv.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/internal/socket/
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/internal/socket/cmsghdr.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/internal/socket/cmsghdr_linux_64bit.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/internal/socket/cmsghdr_unix.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/internal/socket/complete_dontwait.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/internal/socket/error_unix.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/internal/socket/iovec_64bit.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/internal/socket/mmsghdr_unix.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/internal/socket/msghdr_linux.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/internal/socket/msghdr_linux_64bit.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/internal/socket/norace.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/internal/socket/rawconn.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/internal/socket/rawconn_mmsg.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/internal/socket/rawconn_msg.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/internal/socket/socket.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/internal/socket/sys_const_unix.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/internal/socket/sys_linux.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/internal/socket/sys_linux_amd64.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/internal/socket/sys_posix.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/internal/socket/sys_unix.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/internal/socket/zsys_linux_amd64.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/internal/timeseries/
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/internal/timeseries/timeseries.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv4/
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv4/batch.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv4/control.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv4/control_pktinfo.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv4/control_unix.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv4/dgramopt.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv4/endpoint.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv4/genericopt.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv4/header.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv4/helper.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv4/iana.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv4/icmp.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv4/icmp_linux.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv4/packet.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv4/payload.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv4/payload_cmsg.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv4/sockopt.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv4/sockopt_posix.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv4/sys_asmreq_stub.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv4/sys_asmreqn.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv4/sys_bpf.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv4/sys_linux.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv4/sys_ssmreq.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv4/zsys_linux_amd64.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv6/
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv6/batch.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv6/control.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv6/control_rfc3542_unix.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv6/control_unix.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv6/dgramopt.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv6/endpoint.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv6/genericopt.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv6/header.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv6/helper.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv6/iana.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv6/icmp.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv6/icmp_linux.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv6/payload.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv6/payload_cmsg.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv6/sockopt.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv6/sockopt_posix.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv6/sys_asmreq.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv6/sys_bpf.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv6/sys_linux.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv6/sys_ssmreq.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/ipv6/zsys_linux_amd64.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/trace/
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/trace/events.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/trace/histogram.go
usr/src/debug/dae/go-mod/golang.org/x/net@v0.50.0/trace/trace.go
usr/src/debug/dae/go-mod/golang.org/x/sync@v0.19.0/
usr/src/debug/dae/go-mod/golang.org/x/sync@v0.19.0/errgroup/
usr/src/debug/dae/go-mod/golang.org/x/sync@v0.19.0/errgroup/errgroup.go
usr/src/debug/dae/go-mod/golang.org/x/sync@v0.19.0/singleflight/
usr/src/debug/dae/go-mod/golang.org/x/sync@v0.19.0/singleflight/singleflight.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/cpu/
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/cpu/byteorder.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/cpu/cpu.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/cpu/cpu_gc_x86.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/cpu/cpu_gc_x86.s
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/cpu/cpu_linux_noinit.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/cpu/cpu_other_x86.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/cpu/cpu_x86.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/cpu/endian_little.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/cpu/hwcap_linux.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/cpu/parse.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/cpu/runtime_auxv.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/cpu/runtime_auxv_go121.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/affinity_linux.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/aliases.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/asm_linux_amd64.s
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/auxv.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/bluetooth_linux.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/constants.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/dev_linux.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/dirent.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/endian_little.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/env_unix.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/fcntl.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/fdset.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/ifreq_linux.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/ioctl_linux.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/ioctl_unsigned.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/mremap.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/pagesize_unix.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/race0.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/readdirent_getdents.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/sockcmsg_linux.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/sockcmsg_unix.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/sockcmsg_unix_other.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/syscall.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/syscall_linux.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/syscall_linux_amd64.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/syscall_linux_amd64_gc.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/syscall_linux_gc.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/syscall_unix.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/syscall_unix_gc.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/sysvshm_linux.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/sysvshm_unix.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/timestruct.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/vgetrandom_linux.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/zerrors_linux.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/zerrors_linux_amd64.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/zptrace_x86_linux.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/zsyscall_linux.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/zsyscall_linux_amd64.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/zsysnum_linux_amd64.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/ztypes_linux.go
usr/src/debug/dae/go-mod/golang.org/x/sys@v0.41.0/unix/ztypes_linux_amd64.go
usr/src/debug/dae/go-mod/golang.org/x/term@v0.40.0/
usr/src/debug/dae/go-mod/golang.org/x/term@v0.40.0/term.go
usr/src/debug/dae/go-mod/golang.org/x/term@v0.40.0/term_unix.go
usr/src/debug/dae/go-mod/golang.org/x/term@v0.40.0/term_unix_other.go
usr/src/debug/dae/go-mod/golang.org/x/term@v0.40.0/terminal.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/cases/
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/cases/cases.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/cases/context.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/cases/fold.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/cases/info.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/cases/map.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/cases/tables15.0.0.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/cases/trieval.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/encoding/
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/encoding/encoding.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/encoding/internal/
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/encoding/internal/identifier/
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/encoding/internal/identifier/identifier.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/encoding/internal/internal.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/encoding/unicode/
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/encoding/unicode/override.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/encoding/unicode/unicode.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/internal/
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/internal/internal.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/internal/language/
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/internal/language/common.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/internal/language/compact.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/internal/language/compact/
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/internal/language/compact/compact.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/internal/language/compact/language.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/internal/language/compact/parents.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/internal/language/compact/tables.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/internal/language/compact/tags.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/internal/language/compose.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/internal/language/coverage.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/internal/language/language.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/internal/language/lookup.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/internal/language/match.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/internal/language/parse.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/internal/language/tables.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/internal/language/tags.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/internal/match.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/internal/tag/
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/internal/tag/tag.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/internal/utf8internal/
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/internal/utf8internal/utf8internal.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/language/
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/language/coverage.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/language/language.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/language/match.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/language/parse.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/language/tables.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/language/tags.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/runes/
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/runes/cond.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/runes/runes.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/secure/
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/secure/bidirule/
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/secure/bidirule/bidirule.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/transform/
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/transform/transform.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/unicode/
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/unicode/bidi/
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/unicode/bidi/bidi.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/unicode/bidi/bracket.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/unicode/bidi/core.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/unicode/bidi/prop.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/unicode/bidi/tables15.0.0.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/unicode/bidi/trieval.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/unicode/norm/
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/unicode/norm/composition.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/unicode/norm/forminfo.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/unicode/norm/input.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/unicode/norm/iter.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/unicode/norm/normalize.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/unicode/norm/readwriter.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/unicode/norm/tables15.0.0.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/unicode/norm/transform.go
usr/src/debug/dae/go-mod/golang.org/x/text@v0.34.0/unicode/norm/trie.go
usr/src/debug/dae/go-mod/google.golang.org/
usr/src/debug/dae/go-mod/google.golang.org/genproto/
usr/src/debug/dae/go-mod/google.golang.org/genproto/googleapis/
usr/src/debug/dae/go-mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20260217215200-42d3e9bedb6d/
usr/src/debug/dae/go-mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20260217215200-42d3e9bedb6d/status/
usr/src/debug/dae/go-mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20260217215200-42d3e9bedb6d/status/status.pb.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/attributes/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/attributes/attributes.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/backoff.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/backoff/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/backoff/backoff.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/balancer/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/balancer/balancer.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/balancer/base/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/balancer/base/balancer.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/balancer/base/base.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/balancer/conn_state_evaluator.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/balancer/endpointsharding/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/balancer/endpointsharding/endpointsharding.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/balancer/grpclb/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/balancer/grpclb/state/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/balancer/grpclb/state/state.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/balancer/pickfirst/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/balancer/pickfirst/internal/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/balancer/pickfirst/internal/internal.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/balancer/pickfirst/pickfirst.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/balancer/roundrobin/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/balancer/roundrobin/roundrobin.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/balancer/subconn.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/balancer_wrapper.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/binarylog/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/binarylog/grpc_binarylog_v1/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/binarylog/grpc_binarylog_v1/binarylog.pb.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/call.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/channelz/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/channelz/channelz.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/clientconn.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/codec.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/codes/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/codes/code_string.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/codes/codes.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/connectivity/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/connectivity/connectivity.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/credentials/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/credentials/credentials.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/credentials/insecure/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/credentials/insecure/insecure.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/credentials/tls.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/dialoptions.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/encoding/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/encoding/encoding.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/encoding/encoding_v2.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/encoding/internal/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/encoding/internal/internal.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/encoding/proto/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/encoding/proto/proto.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/experimental/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/experimental/stats/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/experimental/stats/metricregistry.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/experimental/stats/metrics.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/grpclog/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/grpclog/component.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/grpclog/grpclog.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/grpclog/internal/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/grpclog/internal/grpclog.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/grpclog/internal/logger.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/grpclog/internal/loggerv2.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/grpclog/logger.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/grpclog/loggerv2.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/interceptor.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/backoff/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/backoff/backoff.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/balancer/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/balancer/gracefulswitch/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/balancer/gracefulswitch/config.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/balancer/gracefulswitch/gracefulswitch.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/balancer/weight/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/balancer/weight/weight.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/balancerload/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/balancerload/load.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/binarylog/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/binarylog/binarylog.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/binarylog/binarylog_testutil.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/binarylog/env_config.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/binarylog/method_logger.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/binarylog/sink.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/buffer/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/buffer/unbounded.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/channelz/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/channelz/channel.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/channelz/channelmap.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/channelz/funcs.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/channelz/logging.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/channelz/server.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/channelz/socket.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/channelz/subchannel.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/channelz/syscall_linux.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/channelz/trace.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/credentials/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/credentials/credentials.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/credentials/spiffe.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/credentials/syscallconn.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/credentials/util.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/envconfig/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/envconfig/envconfig.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/envconfig/observability.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/envconfig/xds.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/experimental.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/grpclog/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/grpclog/prefix_logger.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/grpcsync/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/grpcsync/callback_serializer.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/grpcsync/event.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/grpcsync/pubsub.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/grpcutil/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/grpcutil/compressor.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/grpcutil/encode_duration.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/grpcutil/metadata.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/grpcutil/method.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/grpcutil/regex.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/idle/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/idle/idle.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/internal.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/metadata/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/metadata/metadata.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/pretty/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/pretty/pretty.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/proxyattributes/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/proxyattributes/proxyattributes.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/resolver/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/resolver/config_selector.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/resolver/delegatingresolver/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/resolver/delegatingresolver/delegatingresolver.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/resolver/dns/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/resolver/dns/dns_resolver.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/resolver/dns/internal/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/resolver/dns/internal/internal.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/resolver/passthrough/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/resolver/passthrough/passthrough.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/resolver/unix/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/resolver/unix/unix.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/serviceconfig/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/serviceconfig/duration.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/serviceconfig/serviceconfig.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/stats/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/stats/labels.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/stats/metrics_recorder_list.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/stats/stats.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/status/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/status/status.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/syscall/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/syscall/syscall_linux.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/tcp_keepalive_unix.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/transport/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/transport/bdp_estimator.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/transport/client_stream.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/transport/controlbuf.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/transport/defaults.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/transport/flowcontrol.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/transport/handler_server.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/transport/http2_client.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/transport/http2_server.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/transport/http_util.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/transport/logging.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/transport/networktype/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/transport/networktype/networktype.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/transport/proxy.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/transport/server_stream.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/internal/transport/transport.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/keepalive/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/keepalive/keepalive.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/mem/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/mem/buffer_pool.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/mem/buffer_slice.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/mem/buffers.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/metadata/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/metadata/metadata.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/peer/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/peer/peer.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/picker_wrapper.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/preloader.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/resolver/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/resolver/map.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/resolver/resolver.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/resolver_wrapper.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/rpc_util.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/server.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/service_config.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/serviceconfig/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/serviceconfig/serviceconfig.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/stats/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/stats/handlers.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/stats/metrics.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/stats/stats.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/status/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/status/status.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/stream.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/stream_interfaces.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/tap/
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/tap/tap.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/trace.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/trace_withtrace.go
usr/src/debug/dae/go-mod/google.golang.org/grpc@v1.79.1/version.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/encoding/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/encoding/protojson/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/encoding/protojson/decode.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/encoding/protojson/encode.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/encoding/protojson/well_known_types.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/encoding/prototext/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/encoding/prototext/decode.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/encoding/prototext/encode.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/encoding/protowire/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/encoding/protowire/wire.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/descfmt/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/descfmt/stringer.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/descopts/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/descopts/options.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/detrand/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/detrand/rand.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/editiondefaults/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/editiondefaults/defaults.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/encoding/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/encoding/defval/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/encoding/defval/default.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/encoding/json/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/encoding/json/decode.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/encoding/json/decode_number.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/encoding/json/decode_string.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/encoding/json/decode_token.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/encoding/json/encode.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/encoding/messageset/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/encoding/messageset/messageset.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/encoding/tag/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/encoding/tag/tag.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/encoding/text/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/encoding/text/decode.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/encoding/text/decode_number.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/encoding/text/decode_string.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/encoding/text/decode_token.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/encoding/text/encode.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/errors/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/errors/errors.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/filedesc/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/filedesc/build.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/filedesc/desc.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/filedesc/desc_init.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/filedesc/desc_lazy.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/filedesc/desc_list.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/filedesc/desc_list_gen.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/filedesc/editions.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/filedesc/placeholder.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/filedesc/presence.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/filetype/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/filetype/build.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/api_export.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/api_export_opaque.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/bitmap.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/checkinit.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/codec_extension.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/codec_field.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/codec_field_opaque.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/codec_gen.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/codec_map.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/codec_message.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/codec_message_opaque.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/codec_messageset.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/codec_tables.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/codec_unsafe.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/convert.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/convert_list.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/convert_map.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/decode.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/encode.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/enum.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/equal.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/extension.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/lazy.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/legacy_enum.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/legacy_export.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/legacy_extension.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/legacy_file.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/legacy_message.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/merge.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/merge_gen.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/message.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/message_opaque.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/message_opaque_gen.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/message_reflect.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/message_reflect_field.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/message_reflect_field_gen.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/message_reflect_gen.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/pointer_unsafe.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/pointer_unsafe_opaque.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/presence.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/impl/validate.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/order/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/order/order.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/order/range.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/pragma/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/pragma/pragma.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/protolazy/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/protolazy/bufferreader.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/protolazy/lazy.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/protolazy/pointer_unsafe.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/set/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/set/ints.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/strs/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/strs/strings.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/internal/strs/strings_unsafe.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/proto/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/proto/checkinit.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/proto/decode.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/proto/decode_gen.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/proto/encode.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/proto/encode_gen.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/proto/equal.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/proto/extension.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/proto/merge.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/proto/messageset.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/proto/proto.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/proto/proto_methods.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/proto/reset.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/proto/size.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/proto/size_gen.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/proto/wrapperopaque.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/proto/wrappers.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/protoadapt/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/protoadapt/convert.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/reflect/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/reflect/protodesc/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/reflect/protodesc/desc.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/reflect/protodesc/desc_init.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/reflect/protodesc/desc_resolve.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/reflect/protodesc/desc_validate.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/reflect/protodesc/editions.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/reflect/protodesc/proto.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/reflect/protoreflect/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/reflect/protoreflect/methods.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/reflect/protoreflect/proto.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/reflect/protoreflect/source.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/reflect/protoreflect/source_gen.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/reflect/protoreflect/type.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/reflect/protoreflect/value.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/reflect/protoreflect/value_equal.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/reflect/protoreflect/value_union.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/reflect/protoreflect/value_unsafe.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/reflect/protoregistry/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/reflect/protoregistry/registry.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/runtime/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/runtime/protoiface/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/runtime/protoiface/legacy.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/runtime/protoiface/methods.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/runtime/protoimpl/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/runtime/protoimpl/impl.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/runtime/protoimpl/version.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/types/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/types/descriptorpb/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/types/descriptorpb/descriptor.pb.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/types/gofeaturespb/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/types/gofeaturespb/go_features.pb.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/types/known/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/types/known/anypb/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/types/known/anypb/any.pb.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/types/known/durationpb/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/types/known/durationpb/duration.pb.go
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/types/known/timestamppb/
usr/src/debug/dae/go-mod/google.golang.org/protobuf@v1.36.11/types/known/timestamppb/timestamp.pb.go
usr/src/debug/dae/go-mod/gopkg.in/
usr/src/debug/dae/go-mod/gopkg.in/natefinch/
usr/src/debug/dae/go-mod/gopkg.in/natefinch/lumberjack.v2@v2.2.1/
usr/src/debug/dae/go-mod/gopkg.in/natefinch/lumberjack.v2@v2.2.1/chown_linux.go
usr/src/debug/dae/go-mod/gopkg.in/natefinch/lumberjack.v2@v2.2.1/lumberjack.go
usr/src/debug/dae/go-mod/lukechampine.com/
usr/src/debug/dae/go-mod/lukechampine.com/blake3@v1.4.1/
usr/src/debug/dae/go-mod/lukechampine.com/blake3@v1.4.1/bao/
usr/src/debug/dae/go-mod/lukechampine.com/blake3@v1.4.1/bao/bao.go
usr/src/debug/dae/go-mod/lukechampine.com/blake3@v1.4.1/blake3.go
usr/src/debug/dae/go-mod/lukechampine.com/blake3@v1.4.1/guts/
usr/src/debug/dae/go-mod/lukechampine.com/blake3@v1.4.1/guts/compress_amd64.go
usr/src/debug/dae/go-mod/lukechampine.com/blake3@v1.4.1/guts/compress_amd64.s
usr/src/debug/dae/go-mod/lukechampine.com/blake3@v1.4.1/guts/compress_generic.go
usr/src/debug/dae/go-mod/lukechampine.com/blake3@v1.4.1/guts/cpu.go
usr/src/debug/dae/go-mod/lukechampine.com/blake3@v1.4.1/guts/node.go
usr/src/debug/dae/main.go
usr/src/debug/dae/pkg/
usr/src/debug/dae/pkg/anybuffer/
usr/src/debug/dae/pkg/anybuffer/anybuffer.go
usr/src/debug/dae/pkg/config_parser/
usr/src/debug/dae/pkg/config_parser/config_parser.go
usr/src/debug/dae/pkg/config_parser/error.go
usr/src/debug/dae/pkg/config_parser/section.go
usr/src/debug/dae/pkg/config_parser/walker.go
usr/src/debug/dae/pkg/ebpf_internal/
usr/src/debug/dae/pkg/ebpf_internal/align.go
usr/src/debug/dae/pkg/ebpf_internal/elf.go
usr/src/debug/dae/pkg/ebpf_internal/endian_le.go
usr/src/debug/dae/pkg/ebpf_internal/internal/
usr/src/debug/dae/pkg/ebpf_internal/internal/unix/
usr/src/debug/dae/pkg/ebpf_internal/internal/unix/types_linux.go
usr/src/debug/dae/pkg/ebpf_internal/vdso.go
usr/src/debug/dae/pkg/ebpf_internal/version.go
usr/src/debug/dae/pkg/geodata/
usr/src/debug/dae/pkg/geodata/common.pb.go
usr/src/debug/dae/pkg/geodata/decode.go
usr/src/debug/dae/pkg/geodata/geodata.go
usr/src/debug/dae/pkg/geodata/protoext/
usr/src/debug/dae/pkg/geodata/protoext/extensions.pb.go
usr/src/debug/dae/pkg/logger/
usr/src/debug/dae/pkg/logger/logger.go
usr/src/debug/dae/pkg/trie/
usr/src/debug/dae/pkg/trie/trie.go
usr/src/debug/dae/trace/
usr/src/debug/dae/trace/bpf_x86_bpfel.go
usr/src/debug/dae/trace/kallsyms.go
usr/src/debug/dae/trace/trace.go
usr/src/debug/dae/trace/utils.go
