blob: 5d6eb413ec898abcbb11c3cbd3eb925480ae42cb [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/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",
],
)