blob: 4b52b3d1f107c415e4352565b93500b84ebfd5e5 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "auth",
srcs = ["auth.go"],
importpath = "go.skia.org/infra/go/depot_tools/auth",
visibility = ["//visibility:public"],
deps = [
"//go/exec",
"//go/git",
"//go/skerr",
"//go/sklog",
],
)