blob: 49d17213c96fd2ab7d0e56abb4eadc2c32048c6e [file] [edit]
load("@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/depot_tools/deps",
"//go/git",
"//go/skerr",
"//go/sklog",
],
)