blob: e201ec96262d3a2dd4b27e1cc5734bd4c4e0ea7e [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "bb_testutils",
srcs = ["testutils.go"],
importpath = "go.skia.org/infra/go/buildbucket/bb_testutils",
visibility = ["//visibility:public"],
deps = [
"//go/buildbucket",
"//go/buildbucket/common",
"//go/sktest",
"//go/testutils",
"@com_github_golang_mock//gomock",
"@com_github_golang_protobuf//ptypes",
"@com_github_golang_protobuf//ptypes/struct",
"@com_github_golang_protobuf//ptypes/timestamp",
"@com_github_stretchr_testify//mock",
"@com_github_stretchr_testify//require",
"@org_chromium_go_luci//buildbucket/proto",
],
)