blob: ce689fb1b12a45e18e40c3e6517f02cc39186c5e [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "testutils",
srcs = ["testutils.go"],
importpath = "go.skia.org/infra/go/gitiles/testutils",
visibility = ["//visibility:public"],
deps = [
"//go/git",
"//go/gitiles",
"//go/mockhttpclient",
"//go/sktest",
"//go/vfs",
"@com_github_stretchr_testify//require",
],
)