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