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