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", | |
], | |
) |