Skip to content

Commit b8b085c

Browse files
committed
Buildfix
1 parent 1c0fd2d commit b8b085c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

cli/box/BUILD

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@ go_test(
4242
name = "box_test",
4343
srcs = ["box_test.go"],
4444
embed = [":box"],
45-
deps = ["@com_github_stretchr_testify//require"],
45+
deps = [
46+
"//proto:gateway_go_proto",
47+
"@com_github_stretchr_testify//require",
48+
],
4649
)

0 commit comments

Comments
 (0)