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