blob: 275826e3141863516d463053be866bfe75f76a20 [file] [log] [blame]
load("@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/gitiles/mocks",
"//go/mockhttpclient",
"//go/sktest",
"//go/testutils",
"//go/vfs",
"@com_github_stretchr_testify//require",
],
)