blob: f24b786e3f202fe6d05a34a83e3f15eff26d3068 [file]
load("@rules_go//go:def.bzl", "go_library")
go_library(
name = "testutils",
srcs = ["testutils.go"],
importpath = "go.skia.org/infra/task_scheduler/go/task_cfg_cache/testutils",
visibility = ["//visibility:public"],
deps = [
"//bazel/external/cipd/git",
"//go/bt/testutil",
"//go/git/testutils",
"//go/sktest",
"//go/testutils",
"//task_scheduler/go/specs",
],
)