kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/go/extractors/bazel/treeset/BUILD (about)

     1  load("//:visibility.bzl", "PUBLIC_VISIBILITY")
     2  load("//tools:build_rules/shims.bzl", "go_library")
     3  
     4  go_library(
     5      name = "treeset",
     6      srcs = ["treeset.go"],
     7      importpath = "kythe.io/kythe/go/extractors/bazel/treeset",
     8      visibility = [PUBLIC_VISIBILITY],
     9      deps = [
    10          "//kythe/go/platform/vfs",
    11          "//kythe/go/util/log",
    12          "@org_bitbucket_creachadair_stringset//:stringset",
    13      ],
    14  )