blob: 6d6877a8bfba2aba169fe4ed5c355174eaf65ad9 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "mocks",
srcs = ["GitStore.go"],
importpath = "go.skia.org/infra/go/gitstore/mocks",
visibility = ["//visibility:public"],
deps = [
"//go/gitstore",
"//go/vcsinfo",
"@com_github_stretchr_testify//mock",
],
)