blob: c2853007c6a3f46ca2e6fc8d45724d1ba91df368 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "helper",
srcs = ["helper.go"],
importpath = "go.skia.org/infra/go/supported_branches/cmd/new-branch/helper",
visibility = ["//visibility:public"],
deps = [
"//go/auth",
"//go/cq",
"//go/gerrit",
"//go/git",
"//go/gitiles",
"//go/httputils",
"//go/skerr",
"//go/supported_branches",
"//go/util",
"@com_github_bazelbuild_buildtools//build:go_default_library",
],
)