diff options
Diffstat (limited to 'pkg/tcpip/BUILD')
-rw-r--r-- | pkg/tcpip/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/tcpip/BUILD b/pkg/tcpip/BUILD index 89b765f1b..e7924e5c2 100644 --- a/pkg/tcpip/BUILD +++ b/pkg/tcpip/BUILD @@ -37,6 +37,7 @@ go_test( size = "small", srcs = ["tcpip_test.go"], library = ":tcpip", + deps = ["@com_github_google_go_cmp//cmp:go_default_library"], ) go_test( |