github.phpd.cn/thought-machine/please@v12.2.0+incompatible/tools/cache/BUILD (about) 1 go_binary( 2 name = 'http_cache_server', 3 srcs = ['http_server_main.go'], 4 deps = [ 5 '//src/cli', 6 '//third_party/go:logging', 7 '//tools/cache/server', 8 ], 9 visibility = ['PUBLIC'], 10 ) 11 12 go_binary( 13 name = 'rpc_cache_server', 14 srcs = ['rpc_server_main.go'], 15 deps = [ 16 '//src/cli', 17 '//third_party/go:grpc', 18 '//third_party/go:grpc-prometheus', 19 '//third_party/go:logging', 20 '//third_party/go:prometheus', 21 '//tools/cache/cluster', 22 '//tools/cache/server', 23 ], 24 visibility = ['PUBLIC'], 25 )