blob: 834b37f744d0f56b840261d5e1f85b73a02f4121 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "auth_steps",
srcs = ["auth_steps.go"],
importpath = "go.skia.org/infra/task_driver/go/lib/auth_steps",
visibility = ["//visibility:public"],
deps = [
"//go/httputils",
"//go/luciauth",
"//task_driver/go/td",
"@org_golang_x_oauth2//:oauth2",
"@org_golang_x_oauth2//google",
],
)