blob: 2fa8561490c74b1a8b90db8f66abda4a971cc2ec [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "gcs_testutils",
srcs = ["testing.go"],
importpath = "go.skia.org/infra/go/gcs/gcs_testutils",
visibility = ["//visibility:public"],
deps = [
"//go/httputils",
"@com_github_stretchr_testify//require",
"@com_google_cloud_go_storage//:storage",
"@org_golang_google_api//option",
],
)