blob: 66a8cb1d96c171ea3befada387247d10d1e948ee [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "mocks",
srcs = ["BuildBucketInterface.go"],
importpath = "go.skia.org/infra/go/buildbucket/mocks",
visibility = ["//visibility:public"],
deps = [
"@com_github_stretchr_testify//mock",
"@org_chromium_go_luci//buildbucket/proto",
"@org_golang_google_grpc//:grpc",
],
)