blob: 25d2d09dad2b723b80d32a4bf65b44ee83023b18 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "mocks",
srcs = [
"RBEClient.go",
"generate.go",
],
importpath = "go.skia.org/infra/go/cas/rbe/mocks",
visibility = ["//visibility:public"],
deps = [
"@com_github_bazelbuild_remote_apis//build/bazel/remote/execution/v2:go_default_library",
"@com_github_bazelbuild_remote_apis_sdks//go/pkg/chunker:go_default_library",
"@com_github_bazelbuild_remote_apis_sdks//go/pkg/client:go_default_library",
"@com_github_bazelbuild_remote_apis_sdks//go/pkg/command:go_default_library",
"@com_github_bazelbuild_remote_apis_sdks//go/pkg/digest:go_default_library",
"@com_github_bazelbuild_remote_apis_sdks//go/pkg/filemetadata:go_default_library",
"@com_github_stretchr_testify//mock",
],
)