github.phpd.cn/thought-machine/please@v12.2.0+incompatible/tools/release_signer/signer/BUILD (about)

     1  go_library(
     2      name = 'signer',
     3      srcs = ['signer.go'],
     4      deps = [
     5          '//third_party/go:openpgp',
     6      ],
     7      visibility = ['//tools/release_signer'],
     8  )
     9  
    10  go_test(
    11      name = 'signer_test',
    12      srcs = ['signer_test.go'],
    13      data = ['test_data'],
    14      deps = [
    15          ':signer',
    16          '//third_party/go:openpgp',
    17          '//third_party/go:testify',
    18      ],
    19  )