blob: 54834f4ba45661a3ee061242ee61e90575cdcb78 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "gerritsource",
srcs = ["gerritsource.go"],
importpath = "go.skia.org/infra/hashtag/go/gerritsource",
visibility = ["//visibility:public"],
deps = [
"//go/auth",
"//go/gerrit",
"//go/httputils",
"//go/skerr",
"//go/sklog",
"//hashtag/go/source",
"@com_github_spf13_viper//:viper",
],
)