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

     1  go_library(
     2      name = 'metrics',
     3      srcs = ['prometheus.go'],
     4      deps = [
     5          '//src/core',
     6          '//third_party/go:logging',
     7          '//third_party/go:prometheus',
     8          '//third_party/go:shlex',
     9      ],
    10      visibility = ['PUBLIC'],
    11  )
    12  
    13  go_test(
    14      name = 'prometheus_test',
    15      srcs = ['prometheus_test.go'],
    16      flaky = True,
    17      deps = [
    18          ':metrics',
    19          '//third_party/go:testify',
    20      ],
    21  )