summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/ports/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/tcpip/ports/BUILD')
-rw-r--r--pkg/tcpip/ports/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/tcpip/ports/BUILD b/pkg/tcpip/ports/BUILD
index e156b01f6..a6ef3bdcc 100644
--- a/pkg/tcpip/ports/BUILD
+++ b/pkg/tcpip/ports/BUILD
@@ -9,6 +9,7 @@ go_library(
importpath = "gvisor.dev/gvisor/pkg/tcpip/ports",
visibility = ["//visibility:public"],
deps = [
+ "//pkg/sync",
"//pkg/tcpip",
],
)