blob: 777a4f6a1e7558b70133e7da169a6ebba0e7f12b [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "test_gcsclient",
srcs = [
"GCSClient.go",
"mock_client.go",
],
importpath = "go.skia.org/infra/go/gcs/test_gcsclient",
visibility = ["//visibility:public"],
deps = [
"//go/gcs",
"@com_github_stretchr_testify//mock",
"@com_google_cloud_go_storage//:storage",
],
)