blob: a1056419b1dc013a5a79e85b8dfacd6e67fa0f13 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "testutils",
srcs = ["testutils.go"],
importpath = "go.skia.org/infra/go/gerrit/testutils",
visibility = ["//visibility:public"],
deps = [
"//go/buildbucket/bb_testutils",
"//go/gerrit",
"//go/mockhttpclient",
"//go/sktest",
"//go/testutils",
"@com_github_stretchr_testify//require",
"@org_chromium_go_luci//buildbucket/proto",
],
)