kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/go/serving/tools/kythefs/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 = "kythefs",
     7      srcs = ["kythefs.go"],
     8      deps = [
     9          "//kythe/go/serving/api",
    10          "//kythe/go/util/flagutil",
    11          "//kythe/go/util/kytheuri",
    12          "//kythe/go/util/log",
    13          "//kythe/go/util/schema/facts",
    14          "//kythe/proto:filetree_go_proto",
    15          "//kythe/proto:graph_go_proto",
    16          "//kythe/proto:xref_go_proto",
    17          "@com_github_hanwen_go_fuse//fuse",
    18          "@com_github_hanwen_go_fuse//fuse/nodefs",
    19          "@com_github_hanwen_go_fuse//fuse/pathfs",
    20      ],
    21  )