blob: 5ac32bdcd0745ef018eef664d46c5b991aa3ab5e [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "drivesource",
srcs = ["drivesource.go"],
importpath = "go.skia.org/infra/hashtag/go/drivesource",
visibility = ["//visibility:public"],
deps = [
"//go/sklog",
"//hashtag/go/source",
"@com_github_spf13_viper//:viper",
"@org_golang_google_api//drive/v2:drive",
"@org_golang_google_api//option",
],
)