blob: 91d91ede6c4efa4ef27dd245279b62aa85ca9011 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "cipd",
srcs = [
"asset_versions_gen.go",
"cipd.go",
],
importpath = "go.skia.org/infra/go/cipd",
visibility = ["//visibility:public"],
deps = [
"//go/skerr",
"//go/sklog",
"//go/util",
"@org_chromium_go_luci//cipd/client/cipd",
"@org_chromium_go_luci//cipd/client/cipd/builder",
"@org_chromium_go_luci//cipd/client/cipd/ensure",
"@org_chromium_go_luci//cipd/client/cipd/fs",
"@org_chromium_go_luci//cipd/client/cipd/pkg",
"@org_chromium_go_luci//cipd/common",
],
)