blob: 69b8206a33f6c16ed6de47d07ba36470be95a1b3 [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/sklog",
],
)