github.com/sercand/please@v13.4.0+incompatible/src/BUILD.plz (about)

     1  go_binary(
     2      name = "please",
     3      srcs = ["please.go"],
     4      visibility = ["PUBLIC"],
     5      deps = [
     6          "//src/build",
     7          "//src/cache",
     8          "//src/clean",
     9          "//src/cli",
    10          "//src/core",
    11          "//src/export",
    12          "//src/follow",
    13          "//src/fs",
    14          "//src/gc",
    15          "//src/hashes",
    16          "//src/help",
    17          "//src/ide/intellij",
    18          "//src/metrics",
    19          "//src/output",
    20          "//src/parse",
    21          "//src/plz",
    22          "//src/query",
    23          "//src/run",
    24          "//src/test",
    25          "//src/tool",
    26          "//src/update",
    27          "//src/utils",
    28          "//src/watch",
    29          "//src/worker",
    30          "//third_party/go:go-flags",
    31          "//third_party/go:logging",
    32      ],
    33  )