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