blob: 56f492ef091dee69235fd00e72a20d469950de34 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "v1",
srcs = [
"culprit_service.pb.go",
"culprit_service_grpc.pb.go",
"generate.go",
],
importpath = "go.skia.org/infra/perf/go/culprit/proto/v1",
visibility = ["//visibility:public"],
deps = [
"@org_golang_google_grpc//:grpc",
"@org_golang_google_grpc//codes",
"@org_golang_google_grpc//status",
"@org_golang_google_protobuf//reflect/protoreflect",
"@org_golang_google_protobuf//runtime/protoimpl",
],
)