github.phpd.cn/thought-machine/please@v12.2.0+incompatible/src/BUILD.plz (about)

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