blob: 818e064c243a9bd39adb47443835c9c12cab5670 [file] [log] [blame] [edit]
# gazelle:ignore
load("@rules_go//go:def.bzl", "go_test")
load("@gazelle//:def.bzl", "gazelle")
load("@go_deps//:def.bzl", "go")
gazelle(name = "gazelle")
go_test(
name = "mvs_test",
srcs = ["mvs_test.go"],
deps = [
"@com_github_pelletier_go_toml//:go-toml",
go("github.com/stretchr/testify/require"),
],
)