blob: a03e793d9a6dd64d71c6f00e3671f64e7f2fbf13 [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:go_default_library_gen",
"@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",
],
)