diff options
Diffstat (limited to 'pkg/unet/BUILD')
-rw-r--r-- | pkg/unet/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/unet/BUILD b/pkg/unet/BUILD index a86501fa2..155d99a0d 100644 --- a/pkg/unet/BUILD +++ b/pkg/unet/BUILD @@ -10,7 +10,7 @@ go_library( ], visibility = ["//visibility:public"], deps = [ - "//pkg/gate", + "//pkg/sync", "@org_golang_x_sys//unix:go_default_library", ], ) |