kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/go/util/encoding/text/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 = "text",
     7      srcs = ["text.go"],
     8      importpath = "kythe.io/kythe/go/util/encoding/text",
     9      deps = [
    10          "@org_golang_x_text//encoding",
    11          "@org_golang_x_text//encoding/htmlindex",
    12          "@org_golang_x_text//transform",
    13      ],
    14  )