github.com/tiagovtristao/plz@v13.4.0+incompatible/tools/jarcat/tar/BUILD (about)

     1  go_library(
     2      name = "tar",
     3      srcs = ["tar.go"],
     4      visibility = ["//tools/jarcat/..."],
     5      deps = ["//third_party/go:xz"],
     6  )
     7  
     8  go_test(
     9      name = "tar_test",
    10      srcs = ["tar_test.go"],
    11      data = ["test_data"],
    12      deps = [
    13          ":tar",
    14          "//third_party/go:testify",
    15          "//third_party/go:xz",
    16      ],
    17  )