kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/go/test/testutil/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 = "testutil",
     7      srcs = ["testutil.go"],
     8      importpath = "kythe.io/kythe/go/test/testutil",
     9      deps = [
    10          "//kythe/go/util/compare",
    11          "@com_github_google_go_cmp//cmp",
    12          "@io_k8s_sigs_yaml//:yaml",
    13      ],
    14  )