blob: d7cde45d8dd30ee6effcef8c1d53804bbeacb2a7 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "mocks",
srcs = ["Interface.go"],
importpath = "go.skia.org/infra/go/k8s/watch/mocks",
visibility = ["//visibility:public"],
deps = [
"@com_github_stretchr_testify//mock",
"@io_k8s_apimachinery//pkg/watch",
],
)