kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/go/services/graph/BUILD (about) 1 load("//tools:build_rules/shims.bzl", "go_library") 2 3 package(default_visibility = ["//kythe:default_visibility"]) 4 5 go_library( 6 name = "graph", 7 srcs = ["graph.go"], 8 importpath = "kythe.io/kythe/go/services/graph", 9 deps = [ 10 "//kythe/go/services/web", 11 "//kythe/go/util/log", 12 "//kythe/proto:common_go_proto", 13 "//kythe/proto:graph_go_proto", 14 ], 15 )