blob: 16751538dbedc5f7d8c7702ba2f2bc1049ce5fc9 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "sqltest",
srcs = ["sqltest.go"],
importpath = "go.skia.org/infra/perf/go/sql/sqltest",
visibility = ["//visibility:public"],
deps = [
"//go/emulators",
"//go/emulators/cockroachdb_instance",
"//perf/go/sql",
"@com_github_jackc_pgx_v4//pgxpool",
"@com_github_stretchr_testify//assert",
"@com_github_stretchr_testify//require",
],
)