blob: 6d70e5d4e8749566219a0b998819ca70b602b136 [file] [log] [blame]
# Copyright 2017 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/go/go_library.gni")
##### NOTE: keep the following targets in alphabetical order.
### cloud.google.com/*
go_library("cloud.google.com/go/compute/metadata") {
name = "cloud.google.com/go/compute/metadata/..."
source_dir = "vendor/cloud.google.com/go/compute/metadata"
sources = [
"metadata.go",
"retry.go",
"retry_linux.go",
"tidyfix.go",
]
}
go_library("cloud.google.com/go/iam") {
name = "cloud.google.com/go/iam/..."
source_dir = "vendor/cloud.google.com/go/iam"
deps = [
":cloud.google.com/go/internal",
":github.com/googleapis/gax-go/v2",
":google.golang.org/genproto/googleapis/iam/v1",
":google.golang.org/grpc",
]
sources = [
"apiv1/iampb/iam_policy.pb.go",
"apiv1/iampb/options.pb.go",
"apiv1/iampb/policy.pb.go",
"iam.go",
]
}
# Actually aggregates the dependencies of other cloud.google.com/go/internal/*
# packages as well. Use this as a convenience target for any such package.
go_library("cloud.google.com/go/internal") {
name = "cloud.google.com/go/internal/..."
source_dir = "vendor/cloud.google.com/go/internal"
deps = [
":github.com/golang/protobuf",
":github.com/google/go-cmp",
":go.opencensus.io",
":golang.org/x/oauth2",
":google.golang.org/api/googleapi",
":google.golang.org/genproto/googleapis/rpc/code",
":google.golang.org/grpc",
]
sources = [
"annotate.go",
"optional/optional.go",
"retry.go",
"trace/trace.go",
"version/version.go",
]
}
go_library("cloud.google.com/go/storage") {
name = "cloud.google.com/go/storage/..."
source_dir = "vendor/cloud.google.com/go/storage"
deps = [
":cloud.google.com/go/iam",
":cloud.google.com/go/internal",
":github.com/google/uuid",
":github.com/googleapis/gax-go/v2",
":google.golang.org/api/googleapi",
":google.golang.org/api/iamcredentials/v1",
":google.golang.org/api/iterator",
":google.golang.org/api/option",
":google.golang.org/api/storage/v1",
":google.golang.org/api/transport",
":google.golang.org/genproto/googleapis/iam/v1",
":google.golang.org/genproto/googleapis/type/date",
":google.golang.org/genproto/protobuf/field_mask",
]
sources = [
"acl.go",
"bucket.go",
"client.go",
"copy.go",
"doc.go",
"grpc_client.go",
"hmac.go",
"http_client.go",
"iam.go",
"internal/apiv2/doc.go",
"internal/apiv2/metadata.go",
"internal/apiv2/storage_client.go",
"internal/apiv2/stubs/storage.pb.go",
"internal/apiv2/version.go",
"internal/version.go",
"invoke.go",
"notifications.go",
"post_policy_v4.go",
"reader.go",
"storage.go",
"writer.go",
]
}
### github.com/*
go_library("github.com/chzyer/readline") {
name = "github.com/chzyer/readline"
source_dir = "vendor/github.com/chzyer/readline"
sources = [
"ansi_windows.go",
"complete.go",
"complete_helper.go",
"complete_segment.go",
"history.go",
"operation.go",
"password.go",
"rawreader_windows.go",
"readline.go",
"remote.go",
"runebuf.go",
"runes.go",
"search.go",
"std.go",
"std_windows.go",
"term.go",
"term_bsd.go",
"term_linux.go",
"term_solaris.go",
"term_unix.go",
"term_windows.go",
"terminal.go",
"utils.go",
"utils_unix.go",
"utils_windows.go",
"vim.go",
"windows_api.go",
]
}
go_library("github.com/creack/pty") {
name = "github.com/creack/pty/..."
source_dir = "vendor/github.com/creack/pty"
sources = [
"asm_solaris_amd64.s",
"doc.go",
"ioctl.go",
"ioctl_bsd.go",
"ioctl_solaris.go",
"ioctl_unsupported.go",
"pty_darwin.go",
"pty_dragonfly.go",
"pty_freebsd.go",
"pty_linux.go",
"pty_netbsd.go",
"pty_openbsd.go",
"pty_solaris.go",
"pty_unsupported.go",
"run.go",
"start.go",
"start_windows.go",
"winsize.go",
"winsize_unix.go",
"winsize_unsupported.go",
"ztypes_386.go",
"ztypes_amd64.go",
"ztypes_arm.go",
"ztypes_arm64.go",
"ztypes_dragonfly_amd64.go",
"ztypes_freebsd_386.go",
"ztypes_freebsd_amd64.go",
"ztypes_freebsd_arm.go",
"ztypes_freebsd_arm64.go",
"ztypes_freebsd_ppc64.go",
"ztypes_loong64.go",
"ztypes_mipsx.go",
"ztypes_netbsd_32bit_int.go",
"ztypes_openbsd_32bit_int.go",
"ztypes_ppc64.go",
"ztypes_ppc64le.go",
"ztypes_riscvx.go",
"ztypes_s390x.go",
]
}
go_library("github.com/dustin/go-humanize") {
name = "github.com/dustin/go-humanize/..."
source_dir = "vendor/github.com/dustin/go-humanize"
sources = [
"big.go",
"bigbytes.go",
"bytes.go",
"comma.go",
"commaf.go",
"english/words.go",
"ftoa.go",
"humanize.go",
"number.go",
"ordinals.go",
"si.go",
"times.go",
]
}
go_library("github.com/theupdateframework/go-tuf") {
name = "github.com/theupdateframework/go-tuf/..."
source_dir = "vendor/github.com/theupdateframework/go-tuf"
deps = [
":github.com/tent/canonical-json-go",
":golang.org/x/crypto",
]
sources = [
"data/hex_bytes.go",
"data/types.go",
"encrypted/encrypted.go",
"errors.go",
"internal/signer/sort.go",
"local_store.go",
"pkg/keys/ecdsa.go",
"pkg/keys/ed25519.go",
"pkg/keys/keys.go",
"pkg/keys/rsa.go",
"repo.go",
"sign/sign.go",
"util/util.go",
"verify/db.go",
"verify/errors.go",
"verify/verify.go",
]
}
go_library("github.com/davecgh/go-spew") {
name = "github.com/davecgh/go-spew/..."
source_dir = "vendor/github.com/davecgh/go-spew"
deps = []
sources = [
"spew/bypass.go",
"spew/bypasssafe.go",
"spew/common.go",
"spew/config.go",
"spew/doc.go",
"spew/dump.go",
"spew/format.go",
"spew/spew.go",
]
}
go_library("github.com/sergi/go-diff") {
name = "github.com/sergi/go-diff/..."
source_dir = "vendor/github.com/sergi/go-diff"
deps = []
sources = [
"diffmatchpatch/diff.go",
"diffmatchpatch/diffmatchpatch.go",
"diffmatchpatch/match.go",
"diffmatchpatch/mathutil.go",
"diffmatchpatch/operation_string.go",
"diffmatchpatch/patch.go",
"diffmatchpatch/stringutil.go",
]
}
go_library("github.com/google/licenseclassifier") {
name = "github.com/google/licenseclassifier/..."
source_dir = "vendor/github.com/google/licenseclassifier"
deps = [
":github.com/davecgh/go-spew",
":github.com/sergi/go-diff",
":golang.org/x/sys",
]
sources = [
"v2/classifier.go",
"v2/diff.go",
"v2/document.go",
"v2/frequencies.go",
"v2/scoring.go",
"v2/searchset.go",
"v2/tokenizer.go",
"v2/trace.go",
]
}
go_library("github.com/fsnotify/fsnotify") {
name = "github.com/fsnotify/fsnotify/..."
source_dir = "vendor/github.com/fsnotify/fsnotify"
deps = [ ":golang.org/x/sys" ]
sources = [
"fen.go",
"fsnotify.go",
"fsnotify_unsupported.go",
"inotify.go",
"inotify_poller.go",
"kqueue.go",
"open_mode_bsd.go",
"open_mode_darwin.go",
"windows.go",
]
}
go_library("gopkg.in/yaml.v2") {
name = "gopkg.in/yaml.v2/..."
source_dir = "vendor/gopkg.in/yaml.v2"
sources = [
"apic.go",
"decode.go",
"emitterc.go",
"encode.go",
"parserc.go",
"readerc.go",
"resolve.go",
"scannerc.go",
"sorter.go",
"writerc.go",
"yaml.go",
"yamlh.go",
"yamlprivateh.go",
]
}
go_library("github.com/BurntSushi/toml") {
name = "github.com/BurntSushi/toml/..."
source_dir = "vendor/github.com/BurntSushi/toml"
sources = [
"decode.go",
"decode_go116.go",
"deprecated.go",
"doc.go",
"encode.go",
"error.go",
"internal/tz.go",
"lex.go",
"meta.go",
"parse.go",
"type_fields.go",
"type_toml.go",
]
}
go_library("github.com/golang/glog") {
name = "github.com/golang/glog/..."
source_dir = "vendor/github.com/golang/glog"
sources = [
"glog.go",
"glog_file.go",
]
}
# Actually aggregates the dependencies of other google.golang.org/protobuf/*
# packages as well. Use this as a convenience target for any such package.
go_library("github.com/golang/protobuf") {
name = "github.com/golang/protobuf/..."
source_dir = "vendor/github.com/golang/protobuf"
deps = [
":golang.org/x/net",
":google.golang.org/protobuf",
]
sources = [
"jsonpb/decode.go",
"jsonpb/encode.go",
"jsonpb/json.go",
"proto/buffer.go",
"proto/defaults.go",
"proto/deprecated.go",
"proto/discard.go",
"proto/extensions.go",
"proto/properties.go",
"proto/proto.go",
"proto/registry.go",
"proto/text_decode.go",
"proto/text_encode.go",
"proto/wire.go",
"proto/wrappers.go",
"ptypes/any.go",
"ptypes/any/any.pb.go",
"ptypes/doc.go",
"ptypes/duration.go",
"ptypes/duration/duration.pb.go",
"ptypes/empty/empty.pb.go",
"ptypes/timestamp.go",
"ptypes/timestamp/timestamp.pb.go",
]
}
go_library("github.com/googleapis/enterprise-certificate-proxy/client") {
name = "github.com/googleapis/enterprise-certificate-proxy/client/..."
source_dir =
"vendor/github.com/googleapis/enterprise-certificate-proxy/client"
sources = [
"client.go",
"util/util.go",
]
}
go_library("github.com/googleapis/gax-go/v2") {
name = "github.com/googleapis/gax-go/v2/..."
source_dir = "vendor/github.com/googleapis/gax-go/v2"
deps = [
":google.golang.org/api/googleapi",
":google.golang.org/genproto/googleapis/rpc/errdetails",
":google.golang.org/grpc",
":google.golang.org/protobuf",
]
sources = [
"apierror/apierror.go",
"apierror/internal/proto/custom_error.pb.go",
"apierror/internal/proto/error.pb.go",
"call_option.go",
"content_type.go",
"gax.go",
"header.go",
"internal/version.go",
"invoke.go",
"proto_json_stream.go",
]
}
go_library("github.com/google/btree") {
name = "github.com/google/btree/..."
source_dir = "vendor/github.com/google/btree"
sources = [
"btree.go",
"btree_generic.go",
]
}
go_library("github.com/google/go-cmp") {
name = "github.com/google/go-cmp/..."
source_dir = "vendor/github.com/google/go-cmp"
deps = [ ":golang.org/x/xerrors" ]
sources = [
"cmp/cmpopts/equate.go",
"cmp/cmpopts/ignore.go",
"cmp/cmpopts/sort.go",
"cmp/cmpopts/struct_filter.go",
"cmp/cmpopts/xform.go",
"cmp/compare.go",
"cmp/export_panic.go",
"cmp/export_unsafe.go",
"cmp/internal/diff/debug_disable.go",
"cmp/internal/diff/debug_enable.go",
"cmp/internal/diff/diff.go",
"cmp/internal/flags/flags.go",
"cmp/internal/function/func.go",
"cmp/internal/value/name.go",
"cmp/internal/value/pointer_purego.go",
"cmp/internal/value/pointer_unsafe.go",
"cmp/internal/value/sort.go",
"cmp/options.go",
"cmp/path.go",
"cmp/report.go",
"cmp/report_compare.go",
"cmp/report_references.go",
"cmp/report_reflect.go",
"cmp/report_slices.go",
"cmp/report_text.go",
"cmp/report_value.go",
]
}
go_library("github.com/google/uuid") {
name = "github.com/google/uuid"
source_dir = "vendor/github.com/google/uuid"
sources = [
"dce.go",
"doc.go",
"hash.go",
"marshal.go",
"node.go",
"node_js.go",
"node_net.go",
"null.go",
"sql.go",
"time.go",
"util.go",
"uuid.go",
"version1.go",
"version4.go",
]
}
go_library("github.com/golang/groupcache/lru") {
name = "github.com/golang/groupcache/lru/..."
source_dir = "vendor/github.com/golang/groupcache/lru"
sources = [ "lru.go" ]
}
go_library("github.com/google/shlex") {
name = "github.com/google/shlex/..."
source_dir = "vendor/github.com/google/shlex"
sources = [ "shlex.go" ]
}
go_library("github.com/google/subcommands") {
name = "github.com/google/subcommands/..."
source_dir = "vendor/github.com/google/subcommands"
sources = [ "subcommands.go" ]
}
go_library("github.com/kr/fs") {
name = "github.com/kr/fs/..."
source_dir = "vendor/github.com/kr/fs"
sources = [
"filesystem.go",
"walk.go",
]
}
go_library("github.com/kr/pretty") {
name = "github.com/kr/pretty/..."
source_dir = "vendor/github.com/kr/pretty"
deps = [
":github.com/kr/text",
":github.com/rogpeppe/go-internal/fmtsort",
]
sources = [
"diff.go",
"formatter.go",
"pretty.go",
"zero.go",
]
}
go_library("github.com/kr/text") {
name = "github.com/kr/text/..."
source_dir = "vendor/github.com/kr/text"
sources = [
"doc.go",
"indent.go",
"wrap.go",
]
}
go_library("github.com/petermattis/goid") {
name = "github.com/petermattis/goid"
source_dir = "vendor/github.com/petermattis/goid"
sources = [
"goid.go",
"goid_gccgo.go",
"goid_go1.3.go",
"goid_go1.4.go",
"goid_go1.4.s",
"goid_go1.5_amd64.go",
"goid_go1.5_amd64.s",
"goid_go1.5_arm.go",
"goid_go1.5_arm.s",
"goid_go1.5_arm64.s",
"goid_slow.go",
"runtime_gccgo_go1.8.go",
"runtime_go1.5.go",
"runtime_go1.6.go",
"runtime_go1.9.go",
]
}
go_library("github.com/pkg/sftp") {
name = "github.com/pkg/sftp/..."
source_dir = "vendor/github.com/pkg/sftp"
deps = [
":github.com/kr/fs",
":golang.org/x/crypto",
]
sources = [
"allocator.go",
"attrs.go",
"attrs_stubs.go",
"attrs_unix.go",
"client.go",
"conn.go",
"debug.go",
"fuzz.go",
"internal/encoding/ssh/filexfer/attrs.go",
"internal/encoding/ssh/filexfer/buffer.go",
"internal/encoding/ssh/filexfer/extended_packets.go",
"internal/encoding/ssh/filexfer/extensions.go",
"internal/encoding/ssh/filexfer/filexfer.go",
"internal/encoding/ssh/filexfer/fx.go",
"internal/encoding/ssh/filexfer/fxp.go",
"internal/encoding/ssh/filexfer/handle_packets.go",
"internal/encoding/ssh/filexfer/init_packets.go",
"internal/encoding/ssh/filexfer/open_packets.go",
"internal/encoding/ssh/filexfer/packets.go",
"internal/encoding/ssh/filexfer/path_packets.go",
"internal/encoding/ssh/filexfer/permissions.go",
"internal/encoding/ssh/filexfer/response_packets.go",
"ls_formatting.go",
"ls_plan9.go",
"ls_stub.go",
"ls_unix.go",
"match.go",
"packet-manager.go",
"packet-typing.go",
"packet.go",
"pool.go",
"release.go",
"request-attrs.go",
"request-errors.go",
"request-example.go",
"request-interfaces.go",
"request-plan9.go",
"request-server.go",
"request-unix.go",
"request.go",
"request_windows.go",
"server.go",
"server_statvfs_darwin.go",
"server_statvfs_impl.go",
"server_statvfs_linux.go",
"server_statvfs_plan9.go",
"server_statvfs_stubs.go",
"sftp.go",
"stat_plan9.go",
"stat_posix.go",
"syscall_fixed.go",
"syscall_good.go",
]
}
go_library("github.com/rogpeppe/go-internal/fmtsort") {
name = "github.com/rogpeppe/go-internal/fmtsort"
source_dir = "vendor/github.com/rogpeppe/go-internal/fmtsort"
sources = [
"mapelem.go",
"mapelem_1.11.go",
"sort.go",
]
}
go_library("github.com/sasha-s/go-deadlock") {
name = "github.com/sasha-s/go-deadlock"
source_dir = "vendor/github.com/sasha-s/go-deadlock"
deps = [ ":github.com/petermattis/goid" ]
sources = [
"deadlock.go",
"deadlock_map.go",
"stacktraces.go",
]
}
go_library("github.com/spdx/tools-golang") {
name = "github.com/spdx/tools-golang/..."
source_dir = "vendor/github.com/spdx/tools-golang"
sources = [
"spdx/common/annotation.go",
"spdx/common/checksum.go",
"spdx/common/creation_info.go",
"spdx/common/external.go",
"spdx/common/identifier.go",
"spdx/common/package.go",
"spdx/common/snippet.go",
"spdx/v2_2/annotation.go",
"spdx/v2_2/creation_info.go",
"spdx/v2_2/document.go",
"spdx/v2_2/file.go",
"spdx/v2_2/other_license.go",
"spdx/v2_2/package.go",
"spdx/v2_2/relationship.go",
"spdx/v2_2/review.go",
"spdx/v2_2/snippet.go",
]
}
go_library("github.com/spf13/pflag") {
name = "github.com/spf13/pflag/..."
source_dir = "vendor/github.com/spf13/pflag"
sources = [
"bool.go",
"bool_slice.go",
"bytes.go",
"count.go",
"duration.go",
"duration_slice.go",
"flag.go",
"float32.go",
"float32_slice.go",
"float64.go",
"float64_slice.go",
"golangflag.go",
"int.go",
"int16.go",
"int32.go",
"int32_slice.go",
"int64.go",
"int64_slice.go",
"int8.go",
"int_slice.go",
"ip.go",
"ip_slice.go",
"ipmask.go",
"ipnet.go",
"string.go",
"string_array.go",
"string_slice.go",
"string_to_int.go",
"string_to_int64.go",
"string_to_string.go",
"uint.go",
"uint16.go",
"uint32.go",
"uint64.go",
"uint8.go",
"uint_slice.go",
]
}
go_library("github.com/tent/canonical-json-go") {
name = "github.com/tent/canonical-json-go/..."
source_dir = "vendor/github.com/tent/canonical-json-go"
sources = [ "encode.go" ]
}
### go.starlark.net/*
# Aggregates all packages provided by go.starlark.net.
go_library("go.starlark.net") {
name = "go.starlark.net/..."
source_dir = "vendor/go.starlark.net"
deps = [ ":github.com/chzyer/readline" ]
sources = [
"cmd/starlark/starlark.go",
"internal/compile/compile.go",
"internal/compile/serial.go",
"internal/spell/spell.go",
"lib/json/json.go",
"lib/math/math.go",
"lib/time/time.go",
"repl/repl.go",
"resolve/binding.go",
"resolve/resolve.go",
"starlark/debug.go",
"starlark/empty.s",
"starlark/eval.go",
"starlark/hashtable.go",
"starlark/int.go",
"starlark/int_generic.go",
"starlark/int_posix64.go",
"starlark/interp.go",
"starlark/library.go",
"starlark/profile.go",
"starlark/unpack.go",
"starlark/value.go",
"starlarkstruct/module.go",
"starlarkstruct/struct.go",
"syntax/options.go",
"syntax/parse.go",
"syntax/quote.go",
"syntax/scan.go",
"syntax/syntax.go",
"syntax/walk.go",
]
}
### go.opencensus.io/*
# Actually aggregates the dependencies of other go.opencensus.io/*
# packages as well. Use this as a convenience target for any such package.
go_library("go.opencensus.io") {
name = "go.opencensus.io/..."
source_dir = "vendor/go.opencensus.io"
deps = [
":github.com/golang/groupcache/lru",
":google.golang.org/grpc",
]
sources = [
"internal/internal.go",
"internal/sanitize.go",
"internal/tagencoding/tagencoding.go",
"internal/traceinternals.go",
"metric/metricdata/doc.go",
"metric/metricdata/exemplar.go",
"metric/metricdata/label.go",
"metric/metricdata/metric.go",
"metric/metricdata/point.go",
"metric/metricdata/type_string.go",
"metric/metricdata/unit.go",
"metric/metricproducer/manager.go",
"metric/metricproducer/producer.go",
"opencensus.go",
"plugin/ocgrpc/client.go",
"plugin/ocgrpc/client_metrics.go",
"plugin/ocgrpc/client_stats_handler.go",
"plugin/ocgrpc/doc.go",
"plugin/ocgrpc/server.go",
"plugin/ocgrpc/server_metrics.go",
"plugin/ocgrpc/server_stats_handler.go",
"plugin/ocgrpc/stats_common.go",
"plugin/ocgrpc/trace_common.go",
"plugin/ochttp/client.go",
"plugin/ochttp/client_stats.go",
"plugin/ochttp/doc.go",
"plugin/ochttp/propagation/b3/b3.go",
"plugin/ochttp/route.go",
"plugin/ochttp/server.go",
"plugin/ochttp/span_annotating_client_trace.go",
"plugin/ochttp/stats.go",
"plugin/ochttp/trace.go",
"plugin/ochttp/wrapped_body.go",
"resource/resource.go",
"stats/doc.go",
"stats/internal/record.go",
"stats/measure.go",
"stats/measure_float64.go",
"stats/measure_int64.go",
"stats/record.go",
"stats/units.go",
"stats/view/aggregation.go",
"stats/view/aggregation_data.go",
"stats/view/collector.go",
"stats/view/doc.go",
"stats/view/export.go",
"stats/view/view.go",
"stats/view/view_to_metric.go",
"stats/view/worker.go",
"stats/view/worker_commands.go",
"tag/context.go",
"tag/doc.go",
"tag/key.go",
"tag/map.go",
"tag/map_codec.go",
"tag/metadata.go",
"tag/profile_19.go",
"tag/profile_not19.go",
"tag/validate.go",
"trace/basetypes.go",
"trace/config.go",
"trace/doc.go",
"trace/evictedqueue.go",
"trace/export.go",
"trace/internal/internal.go",
"trace/lrumap.go",
"trace/propagation/propagation.go",
"trace/sampling.go",
"trace/spanbucket.go",
"trace/spanstore.go",
"trace/status_codes.go",
"trace/trace.go",
"trace/trace_api.go",
"trace/trace_go11.go",
"trace/trace_nongo11.go",
"trace/tracestate/tracestate.go",
]
}
go_library("go.uber.org/goleak") {
name = "go.uber.org/goleak/..."
source_dir = "vendor/go.uber.org/goleak"
sources = [
"doc.go",
"internal/stack/stacks.go",
"leaks.go",
"options.go",
"testmain.go",
"tracestack_new.go",
]
}
### golang.org/x/*
go_library("golang.org/x/crypto") {
name = "golang.org/x/crypto/..."
source_dir = "vendor/golang.org/x/crypto"
deps = [
":golang.org/x/net",
":golang.org/x/sys",
]
sources = [
"blowfish/block.go",
"blowfish/cipher.go",
"blowfish/const.go",
"cast5/cast5.go",
"chacha20/chacha_arm64.go",
"chacha20/chacha_arm64.s",
"chacha20/chacha_generic.go",
"chacha20/chacha_noasm.go",
"chacha20/chacha_ppc64le.go",
"chacha20/chacha_ppc64le.s",
"chacha20/chacha_s390x.go",
"chacha20/chacha_s390x.s",
"chacha20/xor.go",
"curve25519/curve25519.go",
"curve25519/curve25519_compat.go",
"curve25519/curve25519_go120.go",
"curve25519/internal/field/fe.go",
"curve25519/internal/field/fe_amd64.go",
"curve25519/internal/field/fe_amd64.s",
"curve25519/internal/field/fe_amd64_noasm.go",
"curve25519/internal/field/fe_arm64.go",
"curve25519/internal/field/fe_arm64.s",
"curve25519/internal/field/fe_arm64_noasm.go",
"curve25519/internal/field/fe_generic.go",
"internal/alias/alias.go",
"internal/alias/alias_purego.go",
"internal/poly1305/mac_noasm.go",
"internal/poly1305/poly1305.go",
"internal/poly1305/sum_amd64.go",
"internal/poly1305/sum_amd64.s",
"internal/poly1305/sum_generic.go",
"internal/poly1305/sum_ppc64le.go",
"internal/poly1305/sum_ppc64le.s",
"internal/poly1305/sum_s390x.go",
"internal/poly1305/sum_s390x.s",
"nacl/secretbox/secretbox.go",
"openpgp/armor/armor.go",
"openpgp/armor/encode.go",
"openpgp/canonical_text.go",
"openpgp/elgamal/elgamal.go",
"openpgp/errors/errors.go",
"openpgp/keys.go",
"openpgp/packet/compressed.go",
"openpgp/packet/config.go",
"openpgp/packet/encrypted_key.go",
"openpgp/packet/literal.go",
"openpgp/packet/ocfb.go",
"openpgp/packet/one_pass_signature.go",
"openpgp/packet/opaque.go",
"openpgp/packet/packet.go",
"openpgp/packet/private_key.go",
"openpgp/packet/public_key.go",
"openpgp/packet/public_key_v3.go",
"openpgp/packet/reader.go",
"openpgp/packet/signature.go",
"openpgp/packet/signature_v3.go",
"openpgp/packet/symmetric_key_encrypted.go",
"openpgp/packet/symmetrically_encrypted.go",
"openpgp/packet/userattribute.go",
"openpgp/packet/userid.go",
"openpgp/read.go",
"openpgp/s2k/s2k.go",
"openpgp/write.go",
"pbkdf2/pbkdf2.go",
"salsa20/salsa/hsalsa20.go",
"salsa20/salsa/salsa208.go",
"salsa20/salsa/salsa20_amd64.go",
"salsa20/salsa/salsa20_amd64.s",
"salsa20/salsa/salsa20_noasm.go",
"salsa20/salsa/salsa20_ref.go",
"scrypt/scrypt.go",
"ssh/buffer.go",
"ssh/certs.go",
"ssh/channel.go",
"ssh/cipher.go",
"ssh/client.go",
"ssh/client_auth.go",
"ssh/common.go",
"ssh/connection.go",
"ssh/doc.go",
"ssh/handshake.go",
"ssh/internal/bcrypt_pbkdf/bcrypt_pbkdf.go",
"ssh/kex.go",
"ssh/keys.go",
"ssh/mac.go",
"ssh/messages.go",
"ssh/mux.go",
"ssh/server.go",
"ssh/session.go",
"ssh/ssh_gss.go",
"ssh/streamlocal.go",
"ssh/tcpip.go",
"ssh/transport.go",
]
}
go_library("golang.org/x/exp") {
name = "golang.org/x/exp/..."
source_dir = "vendor/golang.org/x/exp"
sources = [
"constraints/constraints.go",
"maps/maps.go",
"slices/cmp.go",
"slices/slices.go",
"slices/sort.go",
"slices/zsortanyfunc.go",
"slices/zsortordered.go",
]
}
go_library("golang.org/x/net") {
name = "golang.org/x/net/..."
source_dir = "vendor/golang.org/x/net"
deps = [
":golang.org/x/sys",
":golang.org/x/text",
]
sources = [
"bpf/asm.go",
"bpf/constants.go",
"bpf/doc.go",
"bpf/instructions.go",
"bpf/setter.go",
"bpf/vm.go",
"bpf/vm_instructions.go",
"context/context.go",
"context/ctxhttp/ctxhttp.go",
"context/go17.go",
"context/go19.go",
"context/pre_go17.go",
"context/pre_go19.go",
"http/httpguts/guts.go",
"http/httpguts/httplex.go",
"http2/ascii.go",
"http2/ciphers.go",
"http2/client_conn_pool.go",
"http2/databuffer.go",
"http2/errors.go",
"http2/flow.go",
"http2/frame.go",
"http2/gotrack.go",
"http2/headermap.go",
"http2/hpack/encode.go",
"http2/hpack/hpack.go",
"http2/hpack/huffman.go",
"http2/hpack/static_table.go",
"http2/hpack/tables.go",
"http2/http2.go",
"http2/pipe.go",
"http2/server.go",
"http2/transport.go",
"http2/write.go",
"http2/writesched.go",
"http2/writesched_priority.go",
"http2/writesched_random.go",
"http2/writesched_roundrobin.go",
"idna/go118.go",
"idna/idna10.0.0.go",
"idna/idna9.0.0.go",
"idna/pre_go118.go",
"idna/punycode.go",
"idna/tables10.0.0.go",
"idna/tables11.0.0.go",
"idna/tables12.0.0.go",
"idna/tables13.0.0.go",
"idna/tables15.0.0.go",
"idna/tables9.0.0.go",
"idna/trie.go",
"idna/trie12.0.0.go",
"idna/trie13.0.0.go",
"idna/trieval.go",
"internal/iana/const.go",
"internal/socket/cmsghdr.go",
"internal/socket/cmsghdr_bsd.go",
"internal/socket/cmsghdr_linux_32bit.go",
"internal/socket/cmsghdr_linux_64bit.go",
"internal/socket/cmsghdr_solaris_64bit.go",
"internal/socket/cmsghdr_stub.go",
"internal/socket/cmsghdr_unix.go",
"internal/socket/cmsghdr_zos_s390x.go",
"internal/socket/complete_dontwait.go",
"internal/socket/complete_nodontwait.go",
"internal/socket/empty.s",
"internal/socket/error_unix.go",
"internal/socket/error_windows.go",
"internal/socket/iovec_32bit.go",
"internal/socket/iovec_64bit.go",
"internal/socket/iovec_solaris_64bit.go",
"internal/socket/iovec_stub.go",
"internal/socket/mmsghdr_stub.go",
"internal/socket/mmsghdr_unix.go",
"internal/socket/msghdr_bsd.go",
"internal/socket/msghdr_bsdvar.go",
"internal/socket/msghdr_linux.go",
"internal/socket/msghdr_linux_32bit.go",
"internal/socket/msghdr_linux_64bit.go",
"internal/socket/msghdr_openbsd.go",
"internal/socket/msghdr_solaris_64bit.go",
"internal/socket/msghdr_stub.go",
"internal/socket/msghdr_zos_s390x.go",
"internal/socket/norace.go",
"internal/socket/race.go",
"internal/socket/rawconn.go",
"internal/socket/rawconn_mmsg.go",
"internal/socket/rawconn_msg.go",
"internal/socket/rawconn_nommsg.go",
"internal/socket/rawconn_nomsg.go",
"internal/socket/socket.go",
"internal/socket/sys.go",
"internal/socket/sys_bsd.go",
"internal/socket/sys_const_unix.go",
"internal/socket/sys_linux.go",
"internal/socket/sys_linux_386.go",
"internal/socket/sys_linux_386.s",
"internal/socket/sys_linux_amd64.go",
"internal/socket/sys_linux_arm.go",
"internal/socket/sys_linux_arm64.go",
"internal/socket/sys_linux_loong64.go",
"internal/socket/sys_linux_mips.go",
"internal/socket/sys_linux_mips64.go",
"internal/socket/sys_linux_mips64le.go",
"internal/socket/sys_linux_mipsle.go",
"internal/socket/sys_linux_ppc.go",
"internal/socket/sys_linux_ppc64.go",
"internal/socket/sys_linux_ppc64le.go",
"internal/socket/sys_linux_riscv64.go",
"internal/socket/sys_linux_s390x.go",
"internal/socket/sys_linux_s390x.s",
"internal/socket/sys_netbsd.go",
"internal/socket/sys_posix.go",
"internal/socket/sys_stub.go",
"internal/socket/sys_unix.go",
"internal/socket/sys_windows.go",
"internal/socket/sys_zos_s390x.go",
"internal/socket/sys_zos_s390x.s",
"internal/socket/zsys_aix_ppc64.go",
"internal/socket/zsys_darwin_amd64.go",
"internal/socket/zsys_darwin_arm64.go",
"internal/socket/zsys_dragonfly_amd64.go",
"internal/socket/zsys_freebsd_386.go",
"internal/socket/zsys_freebsd_amd64.go",
"internal/socket/zsys_freebsd_arm.go",
"internal/socket/zsys_freebsd_arm64.go",
"internal/socket/zsys_freebsd_riscv64.go",
"internal/socket/zsys_linux_386.go",
"internal/socket/zsys_linux_amd64.go",
"internal/socket/zsys_linux_arm.go",
"internal/socket/zsys_linux_arm64.go",
"internal/socket/zsys_linux_loong64.go",
"internal/socket/zsys_linux_mips.go",
"internal/socket/zsys_linux_mips64.go",
"internal/socket/zsys_linux_mips64le.go",
"internal/socket/zsys_linux_mipsle.go",
"internal/socket/zsys_linux_ppc.go",
"internal/socket/zsys_linux_ppc64.go",
"internal/socket/zsys_linux_ppc64le.go",
"internal/socket/zsys_linux_riscv64.go",
"internal/socket/zsys_linux_s390x.go",
"internal/socket/zsys_netbsd_386.go",
"internal/socket/zsys_netbsd_amd64.go",
"internal/socket/zsys_netbsd_arm.go",
"internal/socket/zsys_netbsd_arm64.go",
"internal/socket/zsys_openbsd_386.go",
"internal/socket/zsys_openbsd_amd64.go",
"internal/socket/zsys_openbsd_arm.go",
"internal/socket/zsys_openbsd_arm64.go",
"internal/socket/zsys_openbsd_mips64.go",
"internal/socket/zsys_openbsd_ppc64.go",
"internal/socket/zsys_openbsd_riscv64.go",
"internal/socket/zsys_solaris_amd64.go",
"internal/socket/zsys_zos_s390x.go",
"internal/timeseries/timeseries.go",
"ipv4/batch.go",
"ipv4/control.go",
"ipv4/control_bsd.go",
"ipv4/control_pktinfo.go",
"ipv4/control_stub.go",
"ipv4/control_unix.go",
"ipv4/control_windows.go",
"ipv4/control_zos.go",
"ipv4/dgramopt.go",
"ipv4/doc.go",
"ipv4/endpoint.go",
"ipv4/genericopt.go",
"ipv4/header.go",
"ipv4/helper.go",
"ipv4/iana.go",
"ipv4/icmp.go",
"ipv4/icmp_linux.go",
"ipv4/icmp_stub.go",
"ipv4/packet.go",
"ipv4/payload.go",
"ipv4/payload_cmsg.go",
"ipv4/payload_nocmsg.go",
"ipv4/sockopt.go",
"ipv4/sockopt_posix.go",
"ipv4/sockopt_stub.go",
"ipv4/sys_aix.go",
"ipv4/sys_asmreq.go",
"ipv4/sys_asmreq_stub.go",
"ipv4/sys_asmreqn.go",
"ipv4/sys_asmreqn_stub.go",
"ipv4/sys_bpf.go",
"ipv4/sys_bpf_stub.go",
"ipv4/sys_bsd.go",
"ipv4/sys_darwin.go",
"ipv4/sys_dragonfly.go",
"ipv4/sys_freebsd.go",
"ipv4/sys_linux.go",
"ipv4/sys_solaris.go",
"ipv4/sys_ssmreq.go",
"ipv4/sys_ssmreq_stub.go",
"ipv4/sys_stub.go",
"ipv4/sys_windows.go",
"ipv4/sys_zos.go",
"ipv4/zsys_aix_ppc64.go",
"ipv4/zsys_darwin.go",
"ipv4/zsys_dragonfly.go",
"ipv4/zsys_freebsd_386.go",
"ipv4/zsys_freebsd_amd64.go",
"ipv4/zsys_freebsd_arm.go",
"ipv4/zsys_freebsd_arm64.go",
"ipv4/zsys_freebsd_riscv64.go",
"ipv4/zsys_linux_386.go",
"ipv4/zsys_linux_amd64.go",
"ipv4/zsys_linux_arm.go",
"ipv4/zsys_linux_arm64.go",
"ipv4/zsys_linux_loong64.go",
"ipv4/zsys_linux_mips.go",
"ipv4/zsys_linux_mips64.go",
"ipv4/zsys_linux_mips64le.go",
"ipv4/zsys_linux_mipsle.go",
"ipv4/zsys_linux_ppc.go",
"ipv4/zsys_linux_ppc64.go",
"ipv4/zsys_linux_ppc64le.go",
"ipv4/zsys_linux_riscv64.go",
"ipv4/zsys_linux_s390x.go",
"ipv4/zsys_netbsd.go",
"ipv4/zsys_openbsd.go",
"ipv4/zsys_solaris.go",
"ipv4/zsys_zos_s390x.go",
"ipv6/batch.go",
"ipv6/control.go",
"ipv6/control_rfc2292_unix.go",
"ipv6/control_rfc3542_unix.go",
"ipv6/control_stub.go",
"ipv6/control_unix.go",
"ipv6/control_windows.go",
"ipv6/dgramopt.go",
"ipv6/doc.go",
"ipv6/endpoint.go",
"ipv6/genericopt.go",
"ipv6/header.go",
"ipv6/helper.go",
"ipv6/iana.go",
"ipv6/icmp.go",
"ipv6/icmp_bsd.go",
"ipv6/icmp_linux.go",
"ipv6/icmp_solaris.go",
"ipv6/icmp_stub.go",
"ipv6/icmp_windows.go",
"ipv6/icmp_zos.go",
"ipv6/payload.go",
"ipv6/payload_cmsg.go",
"ipv6/payload_nocmsg.go",
"ipv6/sockopt.go",
"ipv6/sockopt_posix.go",
"ipv6/sockopt_stub.go",
"ipv6/sys_aix.go",
"ipv6/sys_asmreq.go",
"ipv6/sys_asmreq_stub.go",
"ipv6/sys_bpf.go",
"ipv6/sys_bpf_stub.go",
"ipv6/sys_bsd.go",
"ipv6/sys_darwin.go",
"ipv6/sys_freebsd.go",
"ipv6/sys_linux.go",
"ipv6/sys_solaris.go",
"ipv6/sys_ssmreq.go",
"ipv6/sys_ssmreq_stub.go",
"ipv6/sys_stub.go",
"ipv6/sys_windows.go",
"ipv6/sys_zos.go",
"ipv6/zsys_aix_ppc64.go",
"ipv6/zsys_darwin.go",
"ipv6/zsys_dragonfly.go",
"ipv6/zsys_freebsd_386.go",
"ipv6/zsys_freebsd_amd64.go",
"ipv6/zsys_freebsd_arm.go",
"ipv6/zsys_freebsd_arm64.go",
"ipv6/zsys_freebsd_riscv64.go",
"ipv6/zsys_linux_386.go",
"ipv6/zsys_linux_amd64.go",
"ipv6/zsys_linux_arm.go",
"ipv6/zsys_linux_arm64.go",
"ipv6/zsys_linux_loong64.go",
"ipv6/zsys_linux_mips.go",
"ipv6/zsys_linux_mips64.go",
"ipv6/zsys_linux_mips64le.go",
"ipv6/zsys_linux_mipsle.go",
"ipv6/zsys_linux_ppc.go",
"ipv6/zsys_linux_ppc64.go",
"ipv6/zsys_linux_ppc64le.go",
"ipv6/zsys_linux_riscv64.go",
"ipv6/zsys_linux_s390x.go",
"ipv6/zsys_netbsd.go",
"ipv6/zsys_openbsd.go",
"ipv6/zsys_solaris.go",
"ipv6/zsys_zos_s390x.go",
"trace/events.go",
"trace/histogram.go",
"trace/trace.go",
]
}
go_library("golang.org/x/term") {
name = "golang.org/x/term/..."
source_dir = "vendor/golang.org/x/term"
sources = [
"term.go",
"term_plan9.go",
"term_unix.go",
"term_unix_bsd.go",
"term_unix_other.go",
"term_unsupported.go",
"term_windows.go",
"terminal.go",
]
}
go_library("golang.org/x/time") {
name = "golang.org/x/time/..."
source_dir = "vendor/golang.org/x/time"
sources = [
"rate/rate.go",
"rate/sometimes.go",
]
}
go_library("golang.org/x/oauth2") {
name = "golang.org/x/oauth2/..."
source_dir = "vendor/golang.org/x/oauth2"
deps = [
":cloud.google.com/go/compute/metadata",
":golang.org/x/net",
]
sources = [
"authhandler/authhandler.go",
"google/appengine.go",
"google/appengine_gen1.go",
"google/appengine_gen2_flex.go",
"google/default.go",
"google/doc.go",
"google/error.go",
"google/google.go",
"google/internal/externalaccount/aws.go",
"google/internal/externalaccount/basecredentials.go",
"google/internal/externalaccount/clientauth.go",
"google/internal/externalaccount/err.go",
"google/internal/externalaccount/executablecredsource.go",
"google/internal/externalaccount/filecredsource.go",
"google/internal/externalaccount/impersonate.go",
"google/internal/externalaccount/sts_exchange.go",
"google/internal/externalaccount/urlcredsource.go",
"google/jwt.go",
"google/sdk.go",
"internal/client_appengine.go",
"internal/doc.go",
"internal/oauth2.go",
"internal/token.go",
"internal/transport.go",
"jws/jws.go",
"jwt/jwt.go",
"oauth2.go",
"token.go",
"transport.go",
]
}
go_library("golang.org/x/sync") {
name = "golang.org/x/sync/..."
source_dir = "vendor/golang.org/x/sync"
sources = [
"errgroup/errgroup.go",
"errgroup/go120.go",
"errgroup/pre_go120.go",
]
}
go_library("golang.org/x/sys") {
name = "golang.org/x/sys/..."
source_dir = "vendor/golang.org/x/sys"
sources = [
"cpu/asm_aix_ppc64.s",
"cpu/byteorder.go",
"cpu/cpu.go",
"cpu/cpu_aix.go",
"cpu/cpu_arm.go",
"cpu/cpu_arm64.go",
"cpu/cpu_arm64.s",
"cpu/cpu_gc_arm64.go",
"cpu/cpu_gc_s390x.go",
"cpu/cpu_gc_x86.go",
"cpu/cpu_gccgo_arm64.go",
"cpu/cpu_gccgo_s390x.go",
"cpu/cpu_gccgo_x86.go",
"cpu/cpu_linux.go",
"cpu/cpu_linux_arm.go",
"cpu/cpu_linux_arm64.go",
"cpu/cpu_linux_mips64x.go",
"cpu/cpu_linux_noinit.go",
"cpu/cpu_linux_ppc64x.go",
"cpu/cpu_linux_s390x.go",
"cpu/cpu_loong64.go",
"cpu/cpu_mips64x.go",
"cpu/cpu_mipsx.go",
"cpu/cpu_netbsd_arm64.go",
"cpu/cpu_openbsd_arm64.go",
"cpu/cpu_openbsd_arm64.s",
"cpu/cpu_other_arm.go",
"cpu/cpu_other_arm64.go",
"cpu/cpu_other_mips64x.go",
"cpu/cpu_other_ppc64x.go",
"cpu/cpu_other_riscv64.go",
"cpu/cpu_ppc64x.go",
"cpu/cpu_riscv64.go",
"cpu/cpu_s390x.go",
"cpu/cpu_s390x.s",
"cpu/cpu_wasm.go",
"cpu/cpu_x86.go",
"cpu/cpu_x86.s",
"cpu/cpu_zos.go",
"cpu/cpu_zos_s390x.go",
"cpu/endian_big.go",
"cpu/endian_little.go",
"cpu/hwcap_linux.go",
"cpu/parse.go",
"cpu/proc_cpuinfo_linux.go",
"cpu/runtime_auxv.go",
"cpu/runtime_auxv_go121.go",
"cpu/syscall_aix_gccgo.go",
"cpu/syscall_aix_ppc64_gc.go",
"plan9/asm.s",
"plan9/asm_plan9_386.s",
"plan9/asm_plan9_amd64.s",
"plan9/asm_plan9_arm.s",
"plan9/const_plan9.go",
"plan9/dir_plan9.go",
"plan9/env_plan9.go",
"plan9/errors_plan9.go",
"plan9/pwd_go15_plan9.go",
"plan9/pwd_plan9.go",
"plan9/race.go",
"plan9/race0.go",
"plan9/str.go",
"plan9/syscall.go",
"plan9/syscall_plan9.go",
"plan9/zsyscall_plan9_386.go",
"plan9/zsyscall_plan9_amd64.go",
"plan9/zsyscall_plan9_arm.go",
"plan9/zsysnum_plan9.go",
"unix/affinity_linux.go",
"unix/aliases.go",
"unix/asm_aix_ppc64.s",
"unix/asm_bsd_386.s",
"unix/asm_bsd_amd64.s",
"unix/asm_bsd_arm.s",
"unix/asm_bsd_arm64.s",
"unix/asm_bsd_ppc64.s",
"unix/asm_bsd_riscv64.s",
"unix/asm_linux_386.s",
"unix/asm_linux_amd64.s",
"unix/asm_linux_arm.s",
"unix/asm_linux_arm64.s",
"unix/asm_linux_loong64.s",
"unix/asm_linux_mips64x.s",
"unix/asm_linux_mipsx.s",
"unix/asm_linux_ppc64x.s",
"unix/asm_linux_riscv64.s",
"unix/asm_linux_s390x.s",
"unix/asm_openbsd_mips64.s",
"unix/asm_solaris_amd64.s",
"unix/asm_zos_s390x.s",
"unix/bluetooth_linux.go",
"unix/cap_freebsd.go",
"unix/constants.go",
"unix/dev_aix_ppc.go",
"unix/dev_aix_ppc64.go",
"unix/dev_darwin.go",
"unix/dev_dragonfly.go",
"unix/dev_freebsd.go",
"unix/dev_linux.go",
"unix/dev_netbsd.go",
"unix/dev_openbsd.go",
"unix/dev_zos.go",
"unix/dirent.go",
"unix/endian_big.go",
"unix/endian_little.go",
"unix/env_unix.go",
"unix/epoll_zos.go",
"unix/fcntl.go",
"unix/fcntl_darwin.go",
"unix/fcntl_linux_32bit.go",
"unix/fdset.go",
"unix/fstatfs_zos.go",
"unix/gccgo.go",
"unix/gccgo_linux_amd64.go",
"unix/ifreq_linux.go",
"unix/ioctl_linux.go",
"unix/ioctl_signed.go",
"unix/ioctl_unsigned.go",
"unix/ioctl_zos.go",
"unix/mmap_nomremap.go",
"unix/mremap.go",
"unix/pagesize_unix.go",
"unix/pledge_openbsd.go",
"unix/ptrace_darwin.go",
"unix/ptrace_ios.go",
"unix/race.go",
"unix/race0.go",
"unix/readdirent_getdents.go",
"unix/readdirent_getdirentries.go",
"unix/sockcmsg_dragonfly.go",
"unix/sockcmsg_linux.go",
"unix/sockcmsg_unix.go",
"unix/sockcmsg_unix_other.go",
"unix/syscall.go",
"unix/syscall_aix.go",
"unix/syscall_aix_ppc.go",
"unix/syscall_aix_ppc64.go",
"unix/syscall_bsd.go",
"unix/syscall_darwin.go",
"unix/syscall_darwin_amd64.go",
"unix/syscall_darwin_arm64.go",
"unix/syscall_darwin_libSystem.go",
"unix/syscall_dragonfly.go",
"unix/syscall_dragonfly_amd64.go",
"unix/syscall_freebsd.go",
"unix/syscall_freebsd_386.go",
"unix/syscall_freebsd_amd64.go",
"unix/syscall_freebsd_arm.go",
"unix/syscall_freebsd_arm64.go",
"unix/syscall_freebsd_riscv64.go",
"unix/syscall_hurd.go",
"unix/syscall_hurd_386.go",
"unix/syscall_illumos.go",
"unix/syscall_linux.go",
"unix/syscall_linux_386.go",
"unix/syscall_linux_alarm.go",
"unix/syscall_linux_amd64.go",
"unix/syscall_linux_amd64_gc.go",
"unix/syscall_linux_arm.go",
"unix/syscall_linux_arm64.go",
"unix/syscall_linux_gc.go",
"unix/syscall_linux_gc_386.go",
"unix/syscall_linux_gc_arm.go",
"unix/syscall_linux_gccgo_386.go",
"unix/syscall_linux_gccgo_arm.go",
"unix/syscall_linux_loong64.go",
"unix/syscall_linux_mips64x.go",
"unix/syscall_linux_mipsx.go",
"unix/syscall_linux_ppc.go",
"unix/syscall_linux_ppc64x.go",
"unix/syscall_linux_riscv64.go",
"unix/syscall_linux_s390x.go",
"unix/syscall_linux_sparc64.go",
"unix/syscall_netbsd.go",
"unix/syscall_netbsd_386.go",
"unix/syscall_netbsd_amd64.go",
"unix/syscall_netbsd_arm.go",
"unix/syscall_netbsd_arm64.go",
"unix/syscall_openbsd.go",
"unix/syscall_openbsd_386.go",
"unix/syscall_openbsd_amd64.go",
"unix/syscall_openbsd_arm.go",
"unix/syscall_openbsd_arm64.go",
"unix/syscall_openbsd_libc.go",
"unix/syscall_openbsd_mips64.go",
"unix/syscall_openbsd_ppc64.go",
"unix/syscall_openbsd_riscv64.go",
"unix/syscall_solaris.go",
"unix/syscall_solaris_amd64.go",
"unix/syscall_unix.go",
"unix/syscall_unix_gc.go",
"unix/syscall_unix_gc_ppc64x.go",
"unix/syscall_zos_s390x.go",
"unix/sysvshm_linux.go",
"unix/sysvshm_unix.go",
"unix/sysvshm_unix_other.go",
"unix/timestruct.go",
"unix/unveil_openbsd.go",
"unix/xattr_bsd.go",
"unix/zerrors_aix_ppc.go",
"unix/zerrors_aix_ppc64.go",
"unix/zerrors_darwin_amd64.go",
"unix/zerrors_darwin_arm64.go",
"unix/zerrors_dragonfly_amd64.go",
"unix/zerrors_freebsd_386.go",
"unix/zerrors_freebsd_amd64.go",
"unix/zerrors_freebsd_arm.go",
"unix/zerrors_freebsd_arm64.go",
"unix/zerrors_freebsd_riscv64.go",
"unix/zerrors_linux.go",
"unix/zerrors_linux_386.go",
"unix/zerrors_linux_amd64.go",
"unix/zerrors_linux_arm.go",
"unix/zerrors_linux_arm64.go",
"unix/zerrors_linux_loong64.go",
"unix/zerrors_linux_mips.go",
"unix/zerrors_linux_mips64.go",
"unix/zerrors_linux_mips64le.go",
"unix/zerrors_linux_mipsle.go",
"unix/zerrors_linux_ppc.go",
"unix/zerrors_linux_ppc64.go",
"unix/zerrors_linux_ppc64le.go",
"unix/zerrors_linux_riscv64.go",
"unix/zerrors_linux_s390x.go",
"unix/zerrors_linux_sparc64.go",
"unix/zerrors_netbsd_386.go",
"unix/zerrors_netbsd_amd64.go",
"unix/zerrors_netbsd_arm.go",
"unix/zerrors_netbsd_arm64.go",
"unix/zerrors_openbsd_386.go",
"unix/zerrors_openbsd_amd64.go",
"unix/zerrors_openbsd_arm.go",
"unix/zerrors_openbsd_arm64.go",
"unix/zerrors_openbsd_mips64.go",
"unix/zerrors_openbsd_ppc64.go",
"unix/zerrors_openbsd_riscv64.go",
"unix/zerrors_solaris_amd64.go",
"unix/zerrors_zos_s390x.go",
"unix/zptrace_armnn_linux.go",
"unix/zptrace_linux_arm64.go",
"unix/zptrace_mipsnn_linux.go",
"unix/zptrace_mipsnnle_linux.go",
"unix/zptrace_x86_linux.go",
"unix/zsyscall_aix_ppc.go",
"unix/zsyscall_aix_ppc64.go",
"unix/zsyscall_aix_ppc64_gc.go",
"unix/zsyscall_aix_ppc64_gccgo.go",
"unix/zsyscall_darwin_amd64.go",
"unix/zsyscall_darwin_amd64.s",
"unix/zsyscall_darwin_arm64.go",
"unix/zsyscall_darwin_arm64.s",
"unix/zsyscall_dragonfly_amd64.go",
"unix/zsyscall_freebsd_386.go",
"unix/zsyscall_freebsd_amd64.go",
"unix/zsyscall_freebsd_arm.go",
"unix/zsyscall_freebsd_arm64.go",
"unix/zsyscall_freebsd_riscv64.go",
"unix/zsyscall_illumos_amd64.go",
"unix/zsyscall_linux.go",
"unix/zsyscall_linux_386.go",
"unix/zsyscall_linux_amd64.go",
"unix/zsyscall_linux_arm.go",
"unix/zsyscall_linux_arm64.go",
"unix/zsyscall_linux_loong64.go",
"unix/zsyscall_linux_mips.go",
"unix/zsyscall_linux_mips64.go",
"unix/zsyscall_linux_mips64le.go",
"unix/zsyscall_linux_mipsle.go",
"unix/zsyscall_linux_ppc.go",
"unix/zsyscall_linux_ppc64.go",
"unix/zsyscall_linux_ppc64le.go",
"unix/zsyscall_linux_riscv64.go",
"unix/zsyscall_linux_s390x.go",
"unix/zsyscall_linux_sparc64.go",
"unix/zsyscall_netbsd_386.go",
"unix/zsyscall_netbsd_amd64.go",
"unix/zsyscall_netbsd_arm.go",
"unix/zsyscall_netbsd_arm64.go",
"unix/zsyscall_openbsd_386.go",
"unix/zsyscall_openbsd_386.s",
"unix/zsyscall_openbsd_amd64.go",
"unix/zsyscall_openbsd_amd64.s",
"unix/zsyscall_openbsd_arm.go",
"unix/zsyscall_openbsd_arm.s",
"unix/zsyscall_openbsd_arm64.go",
"unix/zsyscall_openbsd_arm64.s",
"unix/zsyscall_openbsd_mips64.go",
"unix/zsyscall_openbsd_mips64.s",
"unix/zsyscall_openbsd_ppc64.go",
"unix/zsyscall_openbsd_ppc64.s",
"unix/zsyscall_openbsd_riscv64.go",
"unix/zsyscall_openbsd_riscv64.s",
"unix/zsyscall_solaris_amd64.go",
"unix/zsyscall_zos_s390x.go",
"unix/zsysctl_openbsd_386.go",
"unix/zsysctl_openbsd_amd64.go",
"unix/zsysctl_openbsd_arm.go",
"unix/zsysctl_openbsd_arm64.go",
"unix/zsysctl_openbsd_mips64.go",
"unix/zsysctl_openbsd_ppc64.go",
"unix/zsysctl_openbsd_riscv64.go",
"unix/zsysnum_darwin_amd64.go",
"unix/zsysnum_darwin_arm64.go",
"unix/zsysnum_dragonfly_amd64.go",
"unix/zsysnum_freebsd_386.go",
"unix/zsysnum_freebsd_amd64.go",
"unix/zsysnum_freebsd_arm.go",
"unix/zsysnum_freebsd_arm64.go",
"unix/zsysnum_freebsd_riscv64.go",
"unix/zsysnum_linux_386.go",
"unix/zsysnum_linux_amd64.go",
"unix/zsysnum_linux_arm.go",
"unix/zsysnum_linux_arm64.go",
"unix/zsysnum_linux_loong64.go",
"unix/zsysnum_linux_mips.go",
"unix/zsysnum_linux_mips64.go",
"unix/zsysnum_linux_mips64le.go",
"unix/zsysnum_linux_mipsle.go",
"unix/zsysnum_linux_ppc.go",
"unix/zsysnum_linux_ppc64.go",
"unix/zsysnum_linux_ppc64le.go",
"unix/zsysnum_linux_riscv64.go",
"unix/zsysnum_linux_s390x.go",
"unix/zsysnum_linux_sparc64.go",
"unix/zsysnum_netbsd_386.go",
"unix/zsysnum_netbsd_amd64.go",
"unix/zsysnum_netbsd_arm.go",
"unix/zsysnum_netbsd_arm64.go",
"unix/zsysnum_openbsd_386.go",
"unix/zsysnum_openbsd_amd64.go",
"unix/zsysnum_openbsd_arm.go",
"unix/zsysnum_openbsd_arm64.go",
"unix/zsysnum_openbsd_mips64.go",
"unix/zsysnum_openbsd_ppc64.go",
"unix/zsysnum_openbsd_riscv64.go",
"unix/zsysnum_zos_s390x.go",
"unix/ztypes_aix_ppc.go",
"unix/ztypes_aix_ppc64.go",
"unix/ztypes_darwin_amd64.go",
"unix/ztypes_darwin_arm64.go",
"unix/ztypes_dragonfly_amd64.go",
"unix/ztypes_freebsd_386.go",
"unix/ztypes_freebsd_amd64.go",
"unix/ztypes_freebsd_arm.go",
"unix/ztypes_freebsd_arm64.go",
"unix/ztypes_freebsd_riscv64.go",
"unix/ztypes_linux.go",
"unix/ztypes_linux_386.go",
"unix/ztypes_linux_amd64.go",
"unix/ztypes_linux_arm.go",
"unix/ztypes_linux_arm64.go",
"unix/ztypes_linux_loong64.go",
"unix/ztypes_linux_mips.go",
"unix/ztypes_linux_mips64.go",
"unix/ztypes_linux_mips64le.go",
"unix/ztypes_linux_mipsle.go",
"unix/ztypes_linux_ppc.go",
"unix/ztypes_linux_ppc64.go",
"unix/ztypes_linux_ppc64le.go",
"unix/ztypes_linux_riscv64.go",
"unix/ztypes_linux_s390x.go",
"unix/ztypes_linux_sparc64.go",
"unix/ztypes_netbsd_386.go",
"unix/ztypes_netbsd_amd64.go",
"unix/ztypes_netbsd_arm.go",
"unix/ztypes_netbsd_arm64.go",
"unix/ztypes_openbsd_386.go",
"unix/ztypes_openbsd_amd64.go",
"unix/ztypes_openbsd_arm.go",
"unix/ztypes_openbsd_arm64.go",
"unix/ztypes_openbsd_mips64.go",
"unix/ztypes_openbsd_ppc64.go",
"unix/ztypes_openbsd_riscv64.go",
"unix/ztypes_solaris_amd64.go",
"unix/ztypes_zos_s390x.go",
"windows/aliases.go",
"windows/dll_windows.go",
"windows/empty.s",
"windows/env_windows.go",
"windows/eventlog.go",
"windows/exec_windows.go",
"windows/memory_windows.go",
"windows/mksyscall.go",
"windows/race.go",
"windows/race0.go",
"windows/security_windows.go",
"windows/service.go",
"windows/setupapi_windows.go",
"windows/str.go",
"windows/syscall.go",
"windows/syscall_windows.go",
"windows/types_windows.go",
"windows/types_windows_386.go",
"windows/types_windows_amd64.go",
"windows/types_windows_arm.go",
"windows/types_windows_arm64.go",
"windows/zerrors_windows.go",
"windows/zknownfolderids_windows.go",
"windows/zsyscall_windows.go",
]
}
go_library("golang.org/x/text") {
name = "golang.org/x/text/..."
source_dir = "vendor/golang.org/x/text"
sources = [
"secure/bidirule/bidirule.go",
"secure/bidirule/bidirule10.0.0.go",
"secure/bidirule/bidirule9.0.0.go",
"transform/transform.go",
"unicode/bidi/bidi.go",
"unicode/bidi/bracket.go",
"unicode/bidi/core.go",
"unicode/bidi/prop.go",
"unicode/bidi/tables10.0.0.go",
"unicode/bidi/tables11.0.0.go",
"unicode/bidi/tables12.0.0.go",
"unicode/bidi/tables13.0.0.go",
"unicode/bidi/tables15.0.0.go",
"unicode/bidi/tables9.0.0.go",
"unicode/bidi/trieval.go",
"unicode/norm/composition.go",
"unicode/norm/forminfo.go",
"unicode/norm/input.go",
"unicode/norm/iter.go",
"unicode/norm/normalize.go",
"unicode/norm/readwriter.go",
"unicode/norm/tables10.0.0.go",
"unicode/norm/tables11.0.0.go",
"unicode/norm/tables12.0.0.go",
"unicode/norm/tables13.0.0.go",
"unicode/norm/tables15.0.0.go",
"unicode/norm/tables9.0.0.go",
"unicode/norm/transform.go",
"unicode/norm/trie.go",
]
}
go_library("golang.org/x/xerrors") {
name = "golang.org/x/xerrors/..."
source_dir = "vendor/golang.org/x/xerrors"
sources = [
"adaptor.go",
"doc.go",
"errors.go",
"fmt.go",
"format.go",
"frame.go",
"internal/internal.go",
"wrap.go",
]
}
go_library("gonum.org/v1/gonum") {
name = "gonum.org/v1/gonum/..."
source_dir = "vendor/gonum.org/v1/gonum"
sources = [
"dsp/fourier/doc.go",
"dsp/fourier/fourier.go",
"dsp/fourier/internal/fftpack/array_bounds_checks.go",
"dsp/fourier/internal/fftpack/array_no_bounds_checks.go",
"dsp/fourier/internal/fftpack/cfft.go",
"dsp/fourier/internal/fftpack/cosq.go",
"dsp/fourier/internal/fftpack/cost.go",
"dsp/fourier/internal/fftpack/doc.go",
"dsp/fourier/internal/fftpack/helpers.go",
"dsp/fourier/internal/fftpack/rfft.go",
"dsp/fourier/internal/fftpack/sinq.go",
"dsp/fourier/internal/fftpack/sint.go",
"dsp/fourier/quarter.go",
"dsp/fourier/radix24.go",
"dsp/fourier/sincos.go",
"mathext/airy.go",
"mathext/beta.go",
"mathext/betainc.go",
"mathext/digamma.go",
"mathext/doc.go",
"mathext/ell_carlson.go",
"mathext/ell_complete.go",
"mathext/erf.go",
"mathext/gamma_inc.go",
"mathext/gamma_inc_inv.go",
"mathext/internal/amos/amos.go",
"mathext/internal/amos/doc.go",
"mathext/internal/cephes/cephes.go",
"mathext/internal/cephes/doc.go",
"mathext/internal/cephes/igam.go",
"mathext/internal/cephes/igami.go",
"mathext/internal/cephes/incbeta.go",
"mathext/internal/cephes/incbi.go",
"mathext/internal/cephes/lanczos.go",
"mathext/internal/cephes/ndtri.go",
"mathext/internal/cephes/polevl.go",
"mathext/internal/cephes/unity.go",
"mathext/internal/cephes/zeta.go",
"mathext/internal/gonum/beta.go",
"mathext/internal/gonum/doc.go",
"mathext/internal/gonum/gonum.go",
"mathext/mvgamma.go",
"mathext/roots.go",
"mathext/zeta.go",
]
}
### google.golang.org/*
go_library("google.golang.org/genproto/googleapis/api") {
name = "google.golang.org/genproto/googleapis/api/..."
source_dir = "vendor/google.golang.org/genproto/googleapis/api"
deps = [ ":github.com/golang/protobuf" ]
sources = [
"annotations/annotations.pb.go",
"annotations/client.pb.go",
"annotations/field_behavior.pb.go",
"annotations/http.pb.go",
"annotations/resource.pb.go",
"annotations/routing.pb.go",
"launch_stage.pb.go",
]
}
go_library("google.golang.org/genproto/googleapis/iam/v1") {
name = "google.golang.org/genproto/googleapis/iam/v1/..."
source_dir = "vendor/google.golang.org/genproto/googleapis/iam/v1"
deps = [
":github.com/golang/protobuf",
":google.golang.org/genproto/googleapis/api",
":google.golang.org/genproto/googleapis/type/expr",
":google.golang.org/grpc",
]
sources = [ "alias.go" ]
}
go_library("google.golang.org/genproto/googleapis/rpc/code") {
name = "google.golang.org/genproto/googleapis/rpc/code/..."
source_dir = "vendor/google.golang.org/genproto/googleapis/rpc/code"
deps = [ ":github.com/golang/protobuf" ]
sources = [ "code.pb.go" ]
}
go_library("google.golang.org/genproto/googleapis/rpc/errdetails") {
name = "google.golang.org/genproto/googleapis/rpc/errdetails/..."
source_dir = "vendor/google.golang.org/genproto/googleapis/rpc/errdetails"
deps = [ ":github.com/golang/protobuf" ]
sources = [ "error_details.pb.go" ]
}
go_library("google.golang.org/genproto/googleapis/rpc/status") {
name = "google.golang.org/genproto/googleapis/rpc/status/..."
source_dir = "vendor/google.golang.org/genproto/googleapis/rpc/status"
deps = [ ":github.com/golang/protobuf" ]
sources = [ "status.pb.go" ]
}
go_library("google.golang.org/genproto/googleapis/type/expr") {
name = "google.golang.org/genproto/googleapis/type/expr/..."
source_dir = "vendor/google.golang.org/genproto/googleapis/type/expr"
deps = [ ":github.com/golang/protobuf" ]
sources = [ "expr.pb.go" ]
}
go_library("google.golang.org/genproto/googleapis/type/date") {
name = "google.golang.org/genproto/googleapis/type/date/..."
source_dir = "vendor/google.golang.org/genproto/googleapis/type/date"
deps = [ ":github.com/golang/protobuf" ]
sources = [ "date.pb.go" ]
}
go_library("google.golang.org/genproto/protobuf/field_mask") {
name = "google.golang.org/genproto/protobuf/field_mask"
source_dir = "vendor/google.golang.org/genproto/protobuf/field_mask"
deps = [ ":github.com/golang/protobuf" ]
sources = [ "field_mask.go" ]
}
# Actually aggregates the dependencies of other google.golang.org/grpc/*
# packages as well. Use this as a convenience target for any such package.
go_library("google.golang.org/grpc") {
name = "google.golang.org/grpc/..."
source_dir = "vendor/google.golang.org/grpc"
deps = [
":golang.org/x/net",
":golang.org/x/sys",
":google.golang.org/genproto/googleapis/rpc/status",
]
sources = [
"attributes/attributes.go",
"backoff.go",
"backoff/backoff.go",
"balancer/balancer.go",
"balancer/base/balancer.go",
"balancer/base/base.go",
"balancer/conn_state_evaluator.go",
"balancer/grpclb/grpc_lb_v1/load_balancer.pb.go",
"balancer/grpclb/grpc_lb_v1/load_balancer_grpc.pb.go",
"balancer/grpclb/grpclb.go",
"balancer/grpclb/grpclb_config.go",
"balancer/grpclb/grpclb_picker.go",
"balancer/grpclb/grpclb_remote_balancer.go",
"balancer/grpclb/grpclb_util.go",
"balancer/grpclb/grpclbstate/state.go",
"balancer/roundrobin/roundrobin.go",
"balancer_conn_wrappers.go",
"binarylog/grpc_binarylog_v1/binarylog.pb.go",
"call.go",
"channelz/channelz.go",
"clientconn.go",
"cmd/protoc-gen-go-grpc/grpc.go",
"cmd/protoc-gen-go-grpc/main.go",
"codec.go",
"codes/code_string.go",
"codes/codes.go",
"connectivity/connectivity.go",
"credentials/alts/alts.go",
"credentials/alts/internal/authinfo/authinfo.go",
"credentials/alts/internal/common.go",
"credentials/alts/internal/conn/aeadrekey.go",
"credentials/alts/internal/conn/aes128gcm.go",
"credentials/alts/internal/conn/aes128gcmrekey.go",
"credentials/alts/internal/conn/common.go",
"credentials/alts/internal/conn/counter.go",
"credentials/alts/internal/conn/record.go",
"credentials/alts/internal/conn/utils.go",
"credentials/alts/internal/handshaker/handshaker.go",
"credentials/alts/internal/handshaker/service/service.go",
"credentials/alts/internal/proto/grpc_gcp/altscontext.pb.go",
"credentials/alts/internal/proto/grpc_gcp/handshaker.pb.go",
"credentials/alts/internal/proto/grpc_gcp/handshaker_grpc.pb.go",
"credentials/alts/internal/proto/grpc_gcp/transport_security_common.pb.go",
"credentials/alts/utils.go",
"credentials/credentials.go",
"credentials/google/google.go",
"credentials/google/xds.go",
"credentials/insecure/insecure.go",
"credentials/oauth/oauth.go",
"credentials/tls.go",
"dialoptions.go",
"doc.go",
"encoding/encoding.go",
"encoding/proto/proto.go",
"grpclog/component.go",
"grpclog/grpclog.go",
"grpclog/logger.go",
"grpclog/loggerv2.go",
"interceptor.go",
"internal/backoff/backoff.go",
"internal/balancer/gracefulswitch/gracefulswitch.go",
"internal/balancerload/load.go",
"internal/binarylog/binarylog.go",
"internal/binarylog/binarylog_testutil.go",
"internal/binarylog/env_config.go",
"internal/binarylog/method_logger.go",
"internal/binarylog/sink.go",
"internal/buffer/unbounded.go",
"internal/channelz/funcs.go",
"internal/channelz/id.go",
"internal/channelz/logging.go",
"internal/channelz/types.go",
"internal/channelz/types_linux.go",
"internal/channelz/types_nonlinux.go",
"internal/channelz/util_linux.go",
"internal/channelz/util_nonlinux.go",
"internal/credentials/credentials.go",
"internal/credentials/spiffe.go",
"internal/credentials/syscallconn.go",
"internal/credentials/util.go",
"internal/envconfig/envconfig.go",
"internal/envconfig/observability.go",
"internal/envconfig/xds.go",
"internal/googlecloud/googlecloud.go",
"internal/googlecloud/manufacturer.go",
"internal/googlecloud/manufacturer_linux.go",
"internal/googlecloud/manufacturer_windows.go",
"internal/grpclog/grpclog.go",
"internal/grpclog/prefixLogger.go",
"internal/grpcrand/grpcrand.go",
"internal/grpcsync/event.go",
"internal/grpcsync/oncefunc.go",
"internal/grpcutil/compressor.go",
"internal/grpcutil/encode_duration.go",
"internal/grpcutil/grpcutil.go",
"internal/grpcutil/metadata.go",
"internal/grpcutil/method.go",
"internal/grpcutil/regex.go",
"internal/internal.go",
"internal/metadata/metadata.go",
"internal/pretty/pretty.go",
"internal/resolver/config_selector.go",
"internal/resolver/dns/dns_resolver.go",
"internal/resolver/passthrough/passthrough.go",
"internal/resolver/unix/unix.go",
"internal/serviceconfig/serviceconfig.go",
"internal/status/status.go",
"internal/syscall/syscall_linux.go",
"internal/syscall/syscall_nonlinux.go",
"internal/transport/bdp_estimator.go",
"internal/transport/controlbuf.go",
"internal/transport/defaults.go",
"internal/transport/flowcontrol.go",
"internal/transport/handler_server.go",
"internal/transport/http2_client.go",
"internal/transport/http2_server.go",
"internal/transport/http_util.go",
"internal/transport/networktype/networktype.go",
"internal/transport/proxy.go",
"internal/transport/transport.go",
"internal/xds_handshake_cluster.go",
"keepalive/keepalive.go",
"metadata/metadata.go",
"peer/peer.go",
"picker_wrapper.go",
"pickfirst.go",
"preloader.go",
"resolver/map.go",
"resolver/resolver.go",
"resolver_conn_wrapper.go",
"rpc_util.go",
"server.go",
"service_config.go",
"serviceconfig/serviceconfig.go",
"stats/handlers.go",
"stats/stats.go",
"status/status.go",
"stream.go",
"tap/tap.go",
"trace.go",
"version.go",
]
}
go_library("google.golang.org/api/googleapi") {
name = "google.golang.org/api/googleapi/..."
source_dir = "vendor/google.golang.org/api/googleapi"
sources = [
"googleapi.go",
"transport/apikey.go",
"types.go",
]
}
go_library("google.golang.org/api/iamcredentials/v1") {
name = "google.golang.org/api/iamcredentials/v1/..."
source_dir = "vendor/google.golang.org/api/iamcredentials/v1"
sources = [ "iamcredentials-gen.go" ]
}
go_library("google.golang.org/api/internal") {
name = "google.golang.org/api/internal/..."
source_dir = "vendor/google.golang.org/api/internal"
deps = [
":golang.org/x/oauth2",
":google.golang.org/api/googleapi",
":google.golang.org/grpc",
]
sources = [
"conn_pool.go",
"creds.go",
"gensupport/buffer.go",
"gensupport/doc.go",
"gensupport/error.go",
"gensupport/json.go",
"gensupport/jsonfloat.go",
"gensupport/media.go",
"gensupport/params.go",
"gensupport/resumable.go",
"gensupport/retry.go",
"gensupport/retryable_linux.go",
"gensupport/send.go",
"gensupport/version.go",
"impersonate/impersonate.go",
"settings.go",
"third_party/uritemplates/uritemplates.go",
"third_party/uritemplates/utils.go",
"version.go",
]
}
go_library("google.golang.org/api/iterator") {
name = "google.golang.org/api/iterator/..."
source_dir = "vendor/google.golang.org/api/iterator"
sources = [ "iterator.go" ]
}
go_library("google.golang.org/api/option") {
name = "google.golang.org/api/option/..."
source_dir = "vendor/google.golang.org/api/option"
deps = [
":golang.org/x/oauth2",
":google.golang.org/api/internal",
":google.golang.org/grpc",
]
sources = [
"internaloption/internaloption.go",
"option.go",
]
}
go_library("google.golang.org/api/storage/v1") {
name = "google.golang.org/api/storage/v1/..."
source_dir = "vendor/google.golang.org/api/storage/v1"
deps = [
":google.golang.org/api/googleapi",
":google.golang.org/api/internal",
":google.golang.org/api/option",
":google.golang.org/api/transport",
]
sources = [ "storage-gen.go" ]
}
go_library("google.golang.org/api/transport") {
name = "google.golang.org/api/transport/..."
source_dir = "vendor/google.golang.org/api/transport"
deps = [
":github.com/googleapis/enterprise-certificate-proxy/client",
":go.opencensus.io",
":google.golang.org/api/googleapi",
":google.golang.org/api/internal",
":google.golang.org/api/option",
]
sources = [
"cert/default_cert.go",
"cert/enterprise_cert.go",
"cert/secureconnect_cert.go",
"dial.go",
"doc.go",
"grpc/dial.go",
"grpc/dial_appengine.go",
"grpc/dial_socketopt.go",
"grpc/pool.go",
"http/configure_http2_go116.go",
"http/configure_http2_not_go116.go",
"http/dial.go",
"http/dial_appengine.go",
"http/internal/propagation/http.go",
"internal/dca/dca.go",
]
}
go_library("google.golang.org/protobuf") {
name = "google.golang.org/protobuf/..."
source_dir = "vendor/google.golang.org/protobuf"
sources = [
"cmd/protoc-gen-go/internal_gengo/init.go",
"cmd/protoc-gen-go/internal_gengo/main.go",
"cmd/protoc-gen-go/internal_gengo/reflect.go",
"cmd/protoc-gen-go/internal_gengo/well_known_types.go",
"cmd/protoc-gen-go/main.go",
"compiler/protogen/protogen.go",
"encoding/protojson/decode.go",
"encoding/protojson/doc.go",
"encoding/protojson/encode.go",
"encoding/protojson/well_known_types.go",
"encoding/prototext/decode.go",
"encoding/prototext/doc.go",
"encoding/prototext/encode.go",
"encoding/protowire/wire.go",
"internal/descfmt/stringer.go",
"internal/descopts/options.go",
"internal/detrand/rand.go",
"internal/encoding/defval/default.go",
"internal/encoding/json/decode.go",
"internal/encoding/json/decode_number.go",
"internal/encoding/json/decode_string.go",
"internal/encoding/json/decode_token.go",
"internal/encoding/json/encode.go",
"internal/encoding/messageset/messageset.go",
"internal/encoding/tag/tag.go",
"internal/encoding/text/decode.go",
"internal/encoding/text/decode_number.go",
"internal/encoding/text/decode_string.go",
"internal/encoding/text/decode_token.go",
"internal/encoding/text/doc.go",
"internal/encoding/text/encode.go",
"internal/errors/errors.go",
"internal/errors/is_go112.go",
"internal/errors/is_go113.go",
"internal/filedesc/build.go",
"internal/filedesc/desc.go",
"internal/filedesc/desc_init.go",
"internal/filedesc/desc_lazy.go",
"internal/filedesc/desc_list.go",
"internal/filedesc/desc_list_gen.go",
"internal/filedesc/placeholder.go",
"internal/filetype/build.go",
"internal/flags/flags.go",
"internal/flags/proto_legacy_disable.go",
"internal/flags/proto_legacy_enable.go",
"internal/genid/any_gen.go",
"internal/genid/api_gen.go",
"internal/genid/descriptor_gen.go",
"internal/genid/doc.go",
"internal/genid/duration_gen.go",
"internal/genid/empty_gen.go",
"internal/genid/field_mask_gen.go",
"internal/genid/goname.go",
"internal/genid/map_entry.go",
"internal/genid/source_context_gen.go",
"internal/genid/struct_gen.go",
"internal/genid/timestamp_gen.go",
"internal/genid/type_gen.go",
"internal/genid/wrappers.go",
"internal/genid/wrappers_gen.go",
"internal/impl/api_export.go",
"internal/impl/checkinit.go",
"internal/impl/codec_extension.go",
"internal/impl/codec_field.go",
"internal/impl/codec_gen.go",
"internal/impl/codec_map.go",
"internal/impl/codec_map_go111.go",
"internal/impl/codec_map_go112.go",
"internal/impl/codec_message.go",
"internal/impl/codec_messageset.go",
"internal/impl/codec_reflect.go",
"internal/impl/codec_tables.go",
"internal/impl/codec_unsafe.go",
"internal/impl/convert.go",
"internal/impl/convert_list.go",
"internal/impl/convert_map.go",
"internal/impl/decode.go",
"internal/impl/encode.go",
"internal/impl/enum.go",
"internal/impl/extension.go",
"internal/impl/legacy_enum.go",
"internal/impl/legacy_export.go",
"internal/impl/legacy_extension.go",
"internal/impl/legacy_file.go",
"internal/impl/legacy_message.go",
"internal/impl/merge.go",
"internal/impl/merge_gen.go",
"internal/impl/message.go",
"internal/impl/message_reflect.go",
"internal/impl/message_reflect_field.go",
"internal/impl/message_reflect_gen.go",
"internal/impl/pointer_reflect.go",
"internal/impl/pointer_unsafe.go",
"internal/impl/validate.go",
"internal/impl/weak.go",
"internal/msgfmt/format.go",
"internal/order/order.go",
"internal/order/range.go",
"internal/pragma/pragma.go",
"internal/set/ints.go",
"internal/strs/strings.go",
"internal/strs/strings_pure.go",
"internal/strs/strings_unsafe_go120.go",
"internal/strs/strings_unsafe_go121.go",
"internal/version/version.go",
"proto/checkinit.go",
"proto/decode.go",
"proto/decode_gen.go",
"proto/doc.go",
"proto/encode.go",
"proto/encode_gen.go",
"proto/equal.go",
"proto/extension.go",
"proto/merge.go",
"proto/messageset.go",
"proto/proto.go",
"proto/proto_methods.go",
"proto/proto_reflect.go",
"proto/reset.go",
"proto/size.go",
"proto/size_gen.go",
"proto/wrappers.go",
"reflect/protodesc/desc.go",
"reflect/protodesc/desc_init.go",
"reflect/protodesc/desc_resolve.go",
"reflect/protodesc/desc_validate.go",
"reflect/protodesc/editions.go",
"reflect/protodesc/editions_defaults.binpb",
"reflect/protodesc/proto.go",
"reflect/protopath/path.go",
"reflect/protopath/step.go",
"reflect/protorange/range.go",
"reflect/protoreflect/methods.go",
"reflect/protoreflect/proto.go",
"reflect/protoreflect/source.go",
"reflect/protoreflect/source_gen.go",
"reflect/protoreflect/type.go",
"reflect/protoreflect/value.go",
"reflect/protoreflect/value_equal.go",
"reflect/protoreflect/value_pure.go",
"reflect/protoreflect/value_union.go",
"reflect/protoreflect/value_unsafe_go120.go",
"reflect/protoreflect/value_unsafe_go121.go",
"reflect/protoregistry/registry.go",
"runtime/protoiface/legacy.go",
"runtime/protoiface/methods.go",
"runtime/protoimpl/impl.go",
"runtime/protoimpl/version.go",
"testing/protocmp/reflect.go",
"testing/protocmp/util.go",
"testing/protocmp/xform.go",
"types/descriptorpb/descriptor.pb.go",
"types/dynamicpb/dynamic.go",
"types/dynamicpb/types.go",
"types/known/anypb/any.pb.go",
"types/known/durationpb/duration.pb.go",
"types/known/emptypb/empty.pb.go",
"types/known/fieldmaskpb/field_mask.pb.go",
"types/known/structpb/struct.pb.go",
"types/known/timestamppb/timestamp.pb.go",
"types/pluginpb/plugin.pb.go",
]
}
go_library("gvisor.dev/gvisor") {
name = "gvisor.dev/gvisor/..."
source_dir = "vendor/gvisor.dev/gvisor"
deps = [
":github.com/golang/protobuf",
":github.com/google/btree",
":golang.org/x/sys",
":golang.org/x/time",
]
sources = [
"pkg/atomicbitops/32b_32bit.go",
"pkg/atomicbitops/32b_64bit.go",
"pkg/atomicbitops/aligned_32bit_unsafe.go",
"pkg/atomicbitops/aligned_64bit.go",
"pkg/atomicbitops/atomicbitops.go",
"pkg/atomicbitops/atomicbitops_32bit_state_autogen.go",
"pkg/atomicbitops/atomicbitops_32bit_unsafe_state_autogen.go",
"pkg/atomicbitops/atomicbitops_64bit_state_autogen.go",
"pkg/atomicbitops/atomicbitops_amd64.s",
"pkg/atomicbitops/atomicbitops_arm64.go",
"pkg/atomicbitops/atomicbitops_arm64.s",
"pkg/atomicbitops/atomicbitops_arm64_state_autogen.go",
"pkg/atomicbitops/atomicbitops_float64.go",
"pkg/atomicbitops/atomicbitops_noasm.go",
"pkg/atomicbitops/atomicbitops_state_autogen.go",
"pkg/bits/bits.go",
"pkg/bits/bits32.go",
"pkg/bits/bits64.go",
"pkg/bits/bits_state_autogen.go",
"pkg/bits/uint64_arch.go",
"pkg/bits/uint64_arch_amd64_asm.s",
"pkg/bits/uint64_arch_arm64_asm.s",
"pkg/bits/uint64_arch_generic.go",
"pkg/buffer/buffer.go",
"pkg/buffer/buffer_state.go",
"pkg/buffer/buffer_state_autogen.go",
"pkg/buffer/buffer_unsafe_state_autogen.go",
"pkg/buffer/chunk.go",
"pkg/buffer/chunk_refs.go",
"pkg/buffer/view.go",
"pkg/buffer/view_list.go",
"pkg/buffer/view_unsafe.go",
"pkg/context/context.go",
"pkg/context/context_state_autogen.go",
"pkg/cpuid/cpuid.go",
"pkg/cpuid/cpuid_amd64.go",
"pkg/cpuid/cpuid_amd64_state_autogen.go",
"pkg/cpuid/cpuid_arm64.go",
"pkg/cpuid/cpuid_arm64_state_autogen.go",
"pkg/cpuid/cpuid_state_autogen.go",
"pkg/cpuid/features_amd64.go",
"pkg/cpuid/features_arm64.go",
"pkg/cpuid/native_amd64.go",
"pkg/cpuid/native_amd64.s",
"pkg/cpuid/native_arm64.go",
"pkg/cpuid/static_amd64.go",
"pkg/gohacks/linkname_go113_unsafe.go",
"pkg/gohacks/noescape_unsafe.go",
"pkg/gohacks/slice_go113_unsafe.go",
"pkg/gohacks/slice_go120_unsafe.go",
"pkg/gohacks/string_go113_unsafe.go",
"pkg/gohacks/string_go120_unsafe.go",
"pkg/goid/goid.go",
"pkg/goid/goid_amd64.s",
"pkg/goid/goid_arm64.s",
"pkg/linewriter/linewriter.go",
"pkg/log/glog.go",
"pkg/log/json.go",
"pkg/log/json_k8s.go",
"pkg/log/log.go",
"pkg/log/rate_limited.go",
"pkg/rand/rand.go",
"pkg/rand/rand_linux.go",
"pkg/rand/rand_linux_state_autogen.go",
"pkg/rand/rand_state_autogen.go",
"pkg/rand/rng.go",
"pkg/refs/refcounter.go",
"pkg/refs/refs_map.go",
"pkg/refs/refs_state_autogen.go",
"pkg/sleep/sleep_unsafe.go",
"pkg/sleep/sleep_unsafe_state_autogen.go",
"pkg/state/addr_range.go",
"pkg/state/addr_set.go",
"pkg/state/complete_list.go",
"pkg/state/decode.go",
"pkg/state/decode_unsafe.go",
"pkg/state/deferred_list.go",
"pkg/state/encode.go",
"pkg/state/encode_unsafe.go",
"pkg/state/state.go",
"pkg/state/state_norace.go",
"pkg/state/state_race.go",
"pkg/state/stats.go",
"pkg/state/types.go",
"pkg/state/wire/wire.go",
"pkg/sync/aliases.go",
"pkg/sync/checklocks_off_unsafe.go",
"pkg/sync/checklocks_on_unsafe.go",
"pkg/sync/fence.go",
"pkg/sync/fence_amd64.s",
"pkg/sync/fence_arm64.s",
"pkg/sync/gate_unsafe.go",
"pkg/sync/goyield_go113_unsafe.go",
"pkg/sync/goyield_unsafe.go",
"pkg/sync/locking/atomicptrmap_ancestors_unsafe.go",
"pkg/sync/locking/atomicptrmap_goroutine_unsafe.go",
"pkg/sync/locking/lockdep.go",
"pkg/sync/locking/lockdep_norace.go",
"pkg/sync/locking/locking.go",
"pkg/sync/mutex_unsafe.go",
"pkg/sync/nocopy.go",
"pkg/sync/norace_unsafe.go",
"pkg/sync/race_amd64.s",
"pkg/sync/race_arm64.s",
"pkg/sync/race_unsafe.go",
"pkg/sync/runtime.go",
"pkg/sync/runtime_amd64.go",
"pkg/sync/runtime_constants.go",
"pkg/sync/runtime_exectracer1.go",
"pkg/sync/runtime_exectracer2.go",
"pkg/sync/runtime_go121_unsafe.go",
"pkg/sync/runtime_not_go121_unsafe.go",
"pkg/sync/runtime_other.go",
"pkg/sync/runtime_spinning_amd64.s",
"pkg/sync/runtime_spinning_other.s",
"pkg/sync/runtime_unsafe.go",
"pkg/sync/rwmutex_unsafe.go",
"pkg/sync/seqcount.go",
"pkg/sync/sync.go",
"pkg/tcpip/checksum/checksum.go",
"pkg/tcpip/checksum/checksum_state_autogen.go",
"pkg/tcpip/checksum/checksum_unsafe.go",
"pkg/tcpip/checksum/checksum_unsafe_state_autogen.go",
"pkg/tcpip/errors.go",
"pkg/tcpip/faketime/faketime.go",
"pkg/tcpip/faketime/faketime_state_autogen.go",
"pkg/tcpip/hash/jenkins/jenkins.go",
"pkg/tcpip/hash/jenkins/jenkins_state_autogen.go",
"pkg/tcpip/header/arp.go",
"pkg/tcpip/header/checksum.go",
"pkg/tcpip/header/datagram.go",
"pkg/tcpip/header/eth.go",
"pkg/tcpip/header/gue.go",
"pkg/tcpip/header/header_state_autogen.go",
"pkg/tcpip/header/icmpv4.go",
"pkg/tcpip/header/icmpv6.go",
"pkg/tcpip/header/igmp.go",
"pkg/tcpip/header/igmpv3.go",
"pkg/tcpip/header/interfaces.go",
"pkg/tcpip/header/ipv4.go",
"pkg/tcpip/header/ipv6.go",
"pkg/tcpip/header/ipv6_extension_headers.go",
"pkg/tcpip/header/ipv6_fragment.go",
"pkg/tcpip/header/mld.go",
"pkg/tcpip/header/mldv2.go",
"pkg/tcpip/header/mldv2_igmpv3_common.go",
"pkg/tcpip/header/ndp_neighbor_advert.go",
"pkg/tcpip/header/ndp_neighbor_solicit.go",
"pkg/tcpip/header/ndp_options.go",
"pkg/tcpip/header/ndp_router_advert.go",
"pkg/tcpip/header/ndp_router_solicit.go",
"pkg/tcpip/header/ndpoptionidentifier_string.go",
"pkg/tcpip/header/parse/parse.go",
"pkg/tcpip/header/parse/parse_state_autogen.go",
"pkg/tcpip/header/tcp.go",
"pkg/tcpip/header/udp.go",
"pkg/tcpip/header/virtionet.go",
"pkg/tcpip/internal/tcp/tcp.go",
"pkg/tcpip/internal/tcp/tcp_state_autogen.go",
"pkg/tcpip/link/ethernet/ethernet.go",
"pkg/tcpip/link/ethernet/ethernet_state_autogen.go",
"pkg/tcpip/link/loopback/loopback.go",
"pkg/tcpip/link/loopback/loopback_state_autogen.go",
"pkg/tcpip/link/nested/nested.go",
"pkg/tcpip/link/nested/nested_state_autogen.go",
"pkg/tcpip/link/packetsocket/packetsocket.go",
"pkg/tcpip/link/packetsocket/packetsocket_state_autogen.go",
"pkg/tcpip/link/pipe/pipe.go",
"pkg/tcpip/link/pipe/pipe_state_autogen.go",
"pkg/tcpip/link/qdisc/fifo/fifo.go",
"pkg/tcpip/link/qdisc/fifo/fifo_state_autogen.go",
"pkg/tcpip/link/qdisc/fifo/packet_buffer_circular_list.go",
"pkg/tcpip/link/sniffer/pcap.go",
"pkg/tcpip/link/sniffer/sniffer.go",
"pkg/tcpip/link/sniffer/sniffer_state_autogen.go",
"pkg/tcpip/network/arp/arp.go",
"pkg/tcpip/network/arp/arp_state_autogen.go",
"pkg/tcpip/network/arp/stats.go",
"pkg/tcpip/network/hash/hash.go",
"pkg/tcpip/network/hash/hash_state_autogen.go",
"pkg/tcpip/network/internal/fragmentation/fragmentation.go",
"pkg/tcpip/network/internal/fragmentation/fragmentation_state_autogen.go",
"pkg/tcpip/network/internal/fragmentation/reassembler.go",
"pkg/tcpip/network/internal/fragmentation/reassembler_list.go",
"pkg/tcpip/network/internal/ip/duplicate_address_detection.go",
"pkg/tcpip/network/internal/ip/errors.go",
"pkg/tcpip/network/internal/ip/generic_multicast_protocol.go",
"pkg/tcpip/network/internal/ip/ip_state_autogen.go",
"pkg/tcpip/network/internal/ip/stats.go",
"pkg/tcpip/network/internal/multicast/multicast_state_autogen.go",
"pkg/tcpip/network/internal/multicast/route_table.go",
"pkg/tcpip/network/ipv4/icmp.go",
"pkg/tcpip/network/ipv4/igmp.go",
"pkg/tcpip/network/ipv4/ipv4.go",
"pkg/tcpip/network/ipv4/ipv4_state_autogen.go",
"pkg/tcpip/network/ipv4/stats.go",
"pkg/tcpip/network/ipv6/dhcpv6configurationfromndpra_string.go",
"pkg/tcpip/network/ipv6/icmp.go",
"pkg/tcpip/network/ipv6/ipv6.go",
"pkg/tcpip/network/ipv6/ipv6_state_autogen.go",
"pkg/tcpip/network/ipv6/mld.go",
"pkg/tcpip/network/ipv6/ndp.go",
"pkg/tcpip/network/ipv6/stats.go",
"pkg/tcpip/ports/flags.go",
"pkg/tcpip/ports/ports.go",
"pkg/tcpip/ports/ports_state_autogen.go",
"pkg/tcpip/seqnum/seqnum.go",
"pkg/tcpip/seqnum/seqnum_state_autogen.go",
"pkg/tcpip/sock_err_list.go",
"pkg/tcpip/socketops.go",
"pkg/tcpip/stack/address_state_mutex.go",
"pkg/tcpip/stack/address_state_refs.go",
"pkg/tcpip/stack/addressable_endpoint_state.go",
"pkg/tcpip/stack/addressable_endpoint_state_mutex.go",
"pkg/tcpip/stack/bucket_mutex.go",
"pkg/tcpip/stack/cleanup_endpoints_mutex.go",
"pkg/tcpip/stack/conn_mutex.go",
"pkg/tcpip/stack/conn_track_mutex.go",
"pkg/tcpip/stack/conntrack.go",
"pkg/tcpip/stack/endpoints_by_nic_mutex.go",
"pkg/tcpip/stack/gro.go",
"pkg/tcpip/stack/gro_packet_list.go",
"pkg/tcpip/stack/headertype_string.go",
"pkg/tcpip/stack/hook_string.go",
"pkg/tcpip/stack/icmp_rate_limit.go",
"pkg/tcpip/stack/iptables.go",
"pkg/tcpip/stack/iptables_mutex.go",
"pkg/tcpip/stack/iptables_targets.go",
"pkg/tcpip/stack/iptables_types.go",
"pkg/tcpip/stack/multi_port_endpoint_mutex.go",
"pkg/tcpip/stack/neighbor_cache.go",
"pkg/tcpip/stack/neighbor_cache_mutex.go",
"pkg/tcpip/stack/neighbor_entry.go",
"pkg/tcpip/stack/neighbor_entry_list.go",
"pkg/tcpip/stack/neighbor_entry_mutex.go",
"pkg/tcpip/stack/neighborstate_string.go",
"pkg/tcpip/stack/nic.go",
"pkg/tcpip/stack/nic_mutex.go",
"pkg/tcpip/stack/nic_stats.go",
"pkg/tcpip/stack/nud.go",
"pkg/tcpip/stack/packet_buffer.go",
"pkg/tcpip/stack/packet_buffer_list.go",
"pkg/tcpip/stack/packet_buffer_refs.go",
"pkg/tcpip/stack/packet_buffer_unsafe.go",
"pkg/tcpip/stack/packet_endpoint_list_mutex.go",
"pkg/tcpip/stack/packet_eps_mutex.go",
"pkg/tcpip/stack/packets_pending_link_resolution_mutex.go",
"pkg/tcpip/stack/pending_packets.go",
"pkg/tcpip/stack/rand.go",
"pkg/tcpip/stack/registration.go",
"pkg/tcpip/stack/route.go",
"pkg/tcpip/stack/route_mutex.go",
"pkg/tcpip/stack/route_stack_mutex.go",
"pkg/tcpip/stack/stack.go",
"pkg/tcpip/stack/stack_mutex.go",
"pkg/tcpip/stack/stack_options.go",
"pkg/tcpip/stack/stack_state_autogen.go",
"pkg/tcpip/stack/stack_unsafe_state_autogen.go",
"pkg/tcpip/stack/state_conn_mutex.go",
"pkg/tcpip/stack/tcp.go",
"pkg/tcpip/stack/transport_demuxer.go",
"pkg/tcpip/stack/transport_endpoints_mutex.go",
"pkg/tcpip/stack/tuple_list.go",
"pkg/tcpip/stdclock.go",
"pkg/tcpip/stdclock_state.go",
"pkg/tcpip/tcpip.go",
"pkg/tcpip/tcpip_state.go",
"pkg/tcpip/tcpip_state_autogen.go",
"pkg/tcpip/timer.go",
"pkg/tcpip/transport/datagram.go",
"pkg/tcpip/transport/icmp/endpoint.go",
"pkg/tcpip/transport/icmp/endpoint_state.go",
"pkg/tcpip/transport/icmp/icmp_packet_list.go",
"pkg/tcpip/transport/icmp/icmp_state_autogen.go",
"pkg/tcpip/transport/icmp/protocol.go",
"pkg/tcpip/transport/internal/network/endpoint.go",
"pkg/tcpip/transport/internal/network/endpoint_state.go",
"pkg/tcpip/transport/internal/network/network_state_autogen.go",
"pkg/tcpip/transport/internal/noop/endpoint.go",
"pkg/tcpip/transport/internal/noop/noop_state_autogen.go",
"pkg/tcpip/transport/packet/endpoint.go",
"pkg/tcpip/transport/packet/endpoint_state.go",
"pkg/tcpip/transport/packet/packet_list.go",
"pkg/tcpip/transport/packet/packet_state_autogen.go",
"pkg/tcpip/transport/raw/endpoint.go",
"pkg/tcpip/transport/raw/endpoint_state.go",
"pkg/tcpip/transport/raw/protocol.go",
"pkg/tcpip/transport/raw/raw_packet_list.go",
"pkg/tcpip/transport/raw/raw_state_autogen.go",
"pkg/tcpip/transport/tcp/accept.go",
"pkg/tcpip/transport/tcp/connect.go",
"pkg/tcpip/transport/tcp/connect_unsafe.go",
"pkg/tcpip/transport/tcp/cubic.go",
"pkg/tcpip/transport/tcp/dispatcher.go",
"pkg/tcpip/transport/tcp/endpoint.go",
"pkg/tcpip/transport/tcp/endpoint_state.go",
"pkg/tcpip/transport/tcp/forwarder.go",
"pkg/tcpip/transport/tcp/protocol.go",
"pkg/tcpip/transport/tcp/rack.go",
"pkg/tcpip/transport/tcp/rcv.go",
"pkg/tcpip/transport/tcp/reno.go",
"pkg/tcpip/transport/tcp/reno_recovery.go",
"pkg/tcpip/transport/tcp/sack.go",
"pkg/tcpip/transport/tcp/sack_recovery.go",
"pkg/tcpip/transport/tcp/sack_scoreboard.go",
"pkg/tcpip/transport/tcp/segment.go",
"pkg/tcpip/transport/tcp/segment_heap.go",
"pkg/tcpip/transport/tcp/segment_queue.go",
"pkg/tcpip/transport/tcp/segment_state.go",
"pkg/tcpip/transport/tcp/segment_unsafe.go",
"pkg/tcpip/transport/tcp/snd.go",
"pkg/tcpip/transport/tcp/tcp_endpoint_list.go",
"pkg/tcpip/transport/tcp/tcp_segment_list.go",
"pkg/tcpip/transport/tcp/tcp_segment_refs.go",
"pkg/tcpip/transport/tcp/tcp_state_autogen.go",
"pkg/tcpip/transport/tcp/tcp_unsafe_state_autogen.go",
"pkg/tcpip/transport/tcp/timer.go",
"pkg/tcpip/transport/tcpconntrack/tcp_conntrack.go",
"pkg/tcpip/transport/tcpconntrack/tcpconntrack_state_autogen.go",
"pkg/tcpip/transport/transport.go",
"pkg/tcpip/transport/transport_state_autogen.go",
"pkg/tcpip/transport/udp/endpoint.go",
"pkg/tcpip/transport/udp/endpoint_state.go",
"pkg/tcpip/transport/udp/forwarder.go",
"pkg/tcpip/transport/udp/protocol.go",
"pkg/tcpip/transport/udp/udp_packet_list.go",
"pkg/tcpip/transport/udp/udp_state_autogen.go",
"pkg/waiter/waiter.go",
"pkg/waiter/waiter_list.go",
"pkg/waiter/waiter_state_autogen.go",
]
}