kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/go/serving/tools/kwazthis/BUILD (about) 1 load("//tools:build_rules/shims.bzl", "go_binary") 2 3 package(default_visibility = ["//kythe:default_visibility"]) 4 5 go_binary( 6 name = "kwazthis", 7 srcs = ["kwazthis.go"], 8 deps = [ 9 "//kythe/go/platform/vfs", 10 "//kythe/go/services/graph", 11 "//kythe/go/services/xrefs", 12 "//kythe/go/serving/api", 13 "//kythe/go/util/flagutil", 14 "//kythe/go/util/kytheuri", 15 "//kythe/go/util/log", 16 "//kythe/go/util/schema", 17 "//kythe/go/util/schema/edges", 18 "//kythe/go/util/schema/facts", 19 "//kythe/go/util/schema/tickets", 20 "//kythe/proto:common_go_proto", 21 "//kythe/proto:graph_go_proto", 22 "//kythe/proto:storage_go_proto", 23 "//kythe/proto:xref_go_proto", 24 ], 25 )