blob: 4c8494386a17a66e010834e8861029f698fbfed6 [file] [log] [blame] [edit]
load("@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",
],
)