blob: 2376b8fce87ea9a9a1bc310c6954049825033b72 [file] [log] [blame] [edit]
# gazelle:ignore
load("@rules_go//go:def.bzl", "go_test")
load("@gazelle//:def.bzl", "gazelle")
gazelle(name = "gazelle")
go_test(
name = "mvs_test",
srcs = ["mvs_test.go"],
deps = [
"@com_github_pelletier_go_toml//:go-toml",
"@com_github_stretchr_testify//require",
],
)