kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/go/services/web/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 = "web", 7 srcs = ["web.go"], 8 importpath = "kythe.io/kythe/go/services/web", 9 deps = [ 10 "//kythe/go/util/httpencoding", 11 "@org_golang_google_protobuf//encoding/protojson", 12 "@org_golang_google_protobuf//proto", 13 ], 14 )