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

     1  go_library(
     2      name = 'hashes',
     3      srcs = ['rewrite_hashes.go'],
     4      deps = [
     5          '//src/build',
     6          '//src/core',
     7          '//src/parse/asp',
     8          '//third_party/go:logging',
     9      ],
    10      visibility = ['PUBLIC'],
    11  )
    12  
    13  go_test(
    14      name = 'hash_rewriter_test',
    15      srcs = ['hash_rewriter_test.go'],
    16      data = [
    17          'test_data',
    18      ],
    19      deps = [
    20          ':hashes',
    21          '//src/core',
    22          '//src/fs',
    23          '//third_party/go:testify',
    24      ],
    25  )