blob: 66537fa5884d8f44b8d2268c36d3c8a8f8cc7c28 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "mocks",
srcs = [
"GCSUploader.go",
"HTTPClient.go",
"ImageDownloader.go",
"Matcher.go",
],
importpath = "go.skia.org/infra/gold-client/go/mocks",
visibility = ["//visibility:public"],
deps = [
"//golden/go/types",
"@com_github_stretchr_testify//mock",
],
)