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