kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/go/extractors/golang/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 = "golang",
     7      srcs = [
     8          "golang.go",
     9          "packages.go",
    10      ],
    11      importpath = "kythe.io/kythe/go/extractors/golang",
    12      deps = [
    13          "//kythe/go/extractors/govname",
    14          "//kythe/go/platform/analysis",
    15          "//kythe/go/platform/kzip",
    16          "//kythe/go/platform/vfs",
    17          "//kythe/go/util/log",
    18          "//kythe/go/util/ptypes",
    19          "//kythe/proto:analysis_go_proto",
    20          "//kythe/proto:go_go_proto",
    21          "//kythe/proto:storage_go_proto",
    22          "@com_github_golang_protobuf//ptypes/any",
    23          "@org_bitbucket_creachadair_stringset//:stringset",
    24      ],
    25  )