summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/faketime/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/tcpip/faketime/BUILD')
-rw-r--r--pkg/tcpip/faketime/BUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkg/tcpip/faketime/BUILD b/pkg/tcpip/faketime/BUILD
index 114d43df3..bb9d44aff 100644
--- a/pkg/tcpip/faketime/BUILD
+++ b/pkg/tcpip/faketime/BUILD
@@ -6,10 +6,7 @@ go_library(
name = "faketime",
srcs = ["faketime.go"],
visibility = ["//visibility:public"],
- deps = [
- "//pkg/tcpip",
- "@com_github_dpjacques_clockwork//:go_default_library",
- ],
+ deps = ["//pkg/tcpip"],
)
go_test(