summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/inet/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sentry/inet/BUILD')
-rw-r--r--pkg/sentry/inet/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkg/sentry/inet/BUILD b/pkg/sentry/inet/BUILD
index d5284f0d9..8d60ad4ad 100644
--- a/pkg/sentry/inet/BUILD
+++ b/pkg/sentry/inet/BUILD
@@ -13,5 +13,8 @@ go_library(
"test_stack.go",
],
importpath = "gvisor.dev/gvisor/pkg/sentry/inet",
- deps = ["//pkg/sentry/context"],
+ deps = [
+ "//pkg/sentry/context",
+ "//pkg/tcpip/stack",
+ ],
)