summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/network/arp/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/tcpip/network/arp/BUILD')
-rw-r--r--pkg/tcpip/network/arp/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/tcpip/network/arp/BUILD b/pkg/tcpip/network/arp/BUILD
index 933845269..29c8cdffd 100644
--- a/pkg/tcpip/network/arp/BUILD
+++ b/pkg/tcpip/network/arp/BUILD
@@ -10,10 +10,12 @@ go_library(
],
visibility = ["//visibility:public"],
deps = [
+ "//pkg/sync",
"//pkg/tcpip",
"//pkg/tcpip/buffer",
"//pkg/tcpip/header",
"//pkg/tcpip/header/parse",
+ "//pkg/tcpip/network/internal/ip",
"//pkg/tcpip/stack",
],
)