blob: 090519b4d20f7b6fe18031b6b988afbd947ff48b [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "asset",
srcs = ["asset.go"],
importpath = "go.skia.org/infra/sk/go/asset",
visibility = ["//visibility:public"],
deps = [
"//go/auth",
"//go/cipd",
"//go/exec",
"//go/git",
"//go/httputils",
"//go/luciauth",
"//go/skerr",
"//go/util",
"@com_github_urfave_cli_v2//:cli",
"@org_chromium_go_luci//cipd/client/cipd",
"@org_chromium_go_luci//cipd/client/cipd/pkg",
"@org_golang_google_grpc//codes",
"@org_golang_google_grpc//status",
"@org_golang_x_oauth2//:oauth2",
"@org_golang_x_oauth2//google",
],
)