kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/go/storage/tools/read_entries/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 = "read_entries",
     7      srcs = ["read_entries.go"],
     8      deps = [
     9          "//kythe/go/platform/delimited",
    10          "//kythe/go/platform/vfs",
    11          "//kythe/go/services/graphstore",
    12          "//kythe/go/services/graphstore/proxy",
    13          "//kythe/go/storage/gsutil",
    14          "//kythe/go/storage/leveldb",
    15          "//kythe/go/util/flagutil",
    16          "//kythe/go/util/kytheuri",
    17          "//kythe/go/util/log",
    18          "//kythe/proto:storage_go_proto",
    19      ],
    20  )