blob: 70d49aadc66c1e8d1ce04f69bbd84715cabbc5d5 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "gerrit_steps",
srcs = ["gerrit_steps.go"],
importpath = "go.skia.org/infra/task_driver/go/lib/gerrit_steps",
visibility = ["//visibility:public"],
deps = [
"//go/gerrit",
"//go/git",
"//go/httputils",
"//task_driver/go/lib/git_steps",
"//task_driver/go/lib/os_steps",
"//task_driver/go/td",
],
)