kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/go/test/services/xrefs/BUILD (about)

     1  load("//tools:build_rules/shims.bzl", "go_library")
     2  
     3  package(default_visibility = ["//kythe:default_visibility"])
     4  
     5  go_library(
     6      name = "xrefs",
     7      srcs = ["xrefs.go"],
     8      importpath = "kythe.io/kythe/go/test/services/xrefs",
     9      deps = [
    10          "//kythe/go/util/kytheuri",
    11          "//kythe/go/util/log",
    12          "//kythe/go/util/markedsource",
    13          "//kythe/go/util/schema/edges",
    14          "//kythe/go/util/schema/facts",
    15          "//kythe/go/util/schema/nodes",
    16          "//kythe/proto:common_go_proto",
    17          "//kythe/proto:storage_go_proto",
    18          "//kythe/proto:xref_go_proto",
    19          "@org_golang_google_protobuf//proto",
    20      ],
    21  )