kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/go/platform/tools/entrystream/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 = "entrystream", 7 srcs = ["entrystream.go"], 8 deps = [ 9 "//kythe/go/platform/delimited", 10 "//kythe/go/storage/entryset", 11 "//kythe/go/storage/stream", 12 "//kythe/go/util/compare", 13 "//kythe/go/util/disksort", 14 "//kythe/go/util/flagutil", 15 "//kythe/go/util/log", 16 "//kythe/go/util/riegeli", 17 "//kythe/proto:storage_go_proto", 18 "@org_golang_google_protobuf//encoding/prototext", 19 "@org_golang_google_protobuf//proto", 20 ], 21 )