blob: 12c09c1b74b6c065073eaebf915354e87ccb767b [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "mock",
srcs = [
"ConfigProvider.go",
"Store.go",
],
importpath = "go.skia.org/infra/perf/go/alerts/mock",
visibility = ["//visibility:public"],
deps = [
"//perf/go/alerts",
"@com_github_jackc_pgx_v4//:pgx",
"@com_github_stretchr_testify//mock",
],
)