kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/go/serving/tools/write_tables/BUILD (about) 1 load("//tools:build_rules/shims.bzl", "go_binary") 2 3 package(default_visibility = ["//kythe:default_visibility"]) 4 5 go_binary( 6 name = "write_tables", 7 srcs = ["write_tables.go"], 8 deps = [ 9 "//kythe/go/platform/vfs", 10 "//kythe/go/services/graphstore", 11 "//kythe/go/services/graphstore/proxy", 12 "//kythe/go/serving/pipeline", 13 "//kythe/go/serving/pipeline/beamio", 14 "//kythe/go/serving/xrefs", 15 "//kythe/go/storage/gsutil", 16 "//kythe/go/storage/leveldb", 17 "//kythe/go/storage/stream", 18 "//kythe/go/util/flagutil", 19 "//kythe/go/util/log", 20 "//kythe/go/util/profile", 21 "//kythe/proto:storage_go_proto", 22 "//third_party/beam:runner_disksort", 23 "@com_github_apache_beam//sdks/go/pkg/beam", 24 "@com_github_apache_beam//sdks/go/pkg/beam/transforms/stats", 25 "@com_github_apache_beam//sdks/go/pkg/beam/x/beamx", 26 ], 27 )