kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/go/util/tools/markedsource/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 = "markedsource",
     7      srcs = ["markedsource.go"],
     8      deps = [
     9          "//kythe/go/platform/delimited",
    10          "//kythe/go/storage/stream",
    11          "//kythe/go/util/log",
    12          "//kythe/go/util/markedsource",
    13          "//kythe/go/util/schema/facts",
    14          "//kythe/proto:storage_go_proto",
    15          "@org_golang_google_protobuf//encoding/protojson",
    16          "@org_golang_google_protobuf//proto",
    17      ],
    18  )