blob: 5a0d1ad496c912288b68fe8ad9ea30f0bd9c06d1 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "mocks",
srcs = [
"FileSearcher.go",
"Processor.go",
"Source.go",
"Store.go",
"generate.go",
],
importpath = "go.skia.org/infra/golden/go/ingestion/mocks",
visibility = ["//visibility:public"],
deps = ["@com_github_stretchr_testify//mock"],
)