blob: 4dd02e58ecdd466b4e5108240c48dbf920ac44d2 [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",
"@org_golang_x_oauth2//google",
],
)