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