blob: c2e89f11a9afcc86dccc5c71412817ebab8e157a [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "bt",
srcs = ["bt.go"],
importpath = "go.skia.org/infra/go/bt",
visibility = ["//visibility:public"],
deps = [
"//go/emulators",
"//go/skerr",
"//go/sklog",
"//go/util",
"@com_google_cloud_go_bigtable//:bigtable",
"@org_golang_google_grpc//codes",
"@org_golang_google_grpc//status",
],
)