blob: 6ce0e050779f383fdca4a8abc2a7205c8c46f228 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "proto",
srcs = [
"culprit_detection.pb.go",
"culprit_detection_grpc.pb.go",
"generate.go",
],
importpath = "go.skia.org/infra/bisection/go/proto",
visibility = ["//visibility:public"],
deps = [
"@org_golang_google_grpc//:go_default_library",
"@org_golang_google_grpc//codes",
"@org_golang_google_grpc//status",
"@org_golang_google_protobuf//reflect/protoreflect",
"@org_golang_google_protobuf//runtime/protoimpl",
],
)