blob: 99402a1517846971c8981a6afdf2808f38c2f360 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "mocks",
srcs = [
"Calculator.go",
"ImageSource.go",
],
importpath = "go.skia.org/infra/golden/go/diff/mocks",
visibility = ["//visibility:public"],
deps = [
"//go/paramtools",
"//golden/go/types",
"@com_github_stretchr_testify//mock",
],
)