kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/go/services/graphstore/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 = "graphstore", 7 srcs = ["graphstore.go"], 8 importpath = "kythe.io/kythe/go/services/graphstore", 9 deps = [ 10 "//kythe/go/util/compare", 11 "//kythe/proto:storage_go_proto", 12 ], 13 )