github.phpd.cn/thought-machine/please@v12.2.0+incompatible/tools/cache/cluster/BUILD (about) 1 go_library( 2 name = 'cluster', 3 srcs = ['cluster.go'], 4 deps = [ 5 '//src/cache/proto:rpc_cache', 6 '//src/cache/tools', 7 '//third_party/go:grpc', 8 '//third_party/go:grpc-middleware', 9 '//third_party/go:logging', 10 '//third_party/go:memberlist', 11 ], 12 visibility = ['//tools/cache/...'], 13 ) 14 15 go_test( 16 name = 'cluster_test', 17 srcs = ['cluster_test.go'], 18 flaky = True, 19 deps = [ 20 ':cluster', 21 '//src/cache/proto:rpc_cache', 22 '//src/cache/tools', 23 '//third_party/go:grpc', 24 '//third_party/go:net', 25 '//third_party/go:testify', 26 ], 27 )