There was an error while loading. Please reload this page.
1 parent 1c0fd2d commit b8b085cCopy full SHA for b8b085c
1 file changed
cli/box/BUILD
@@ -42,5 +42,8 @@ go_test(
42
name = "box_test",
43
srcs = ["box_test.go"],
44
embed = [":box"],
45
- deps = ["@com_github_stretchr_testify//require"],
+ deps = [
46
+ "//proto:gateway_go_proto",
47
+ "@com_github_stretchr_testify//require",
48
+ ],
49
)
0 commit comments