blob: 417ff6c8bdd670dec33b66c0c7cc6be9fd75c346 [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/auth",
"//go/httputils",
"//go/luciauth",
"//task_driver/go/td",
"@org_golang_x_oauth2//:oauth2",
],
)