bazel: updating build files

This commit is contained in:
2023-05-04 15:11:15 -07:00
parent d66cfe1145
commit f8c64d3be5
37 changed files with 77 additions and 57 deletions

View File

@@ -12,7 +12,8 @@ go_test(
srcs = ["dbg_test.go"],
embed = [":dbg"],
deps = [
"//testio",
"@com_github_stretchr_testify//require",
"@ht_sr_git_kisom_goutils//testio:go_default_library",
],
size = "small",
)