From 9b4f4655ed5ddcbe34806a28b2bc5d8f61fbb215 Mon Sep 17 00:00:00 2001 From: Fabricio Voznika Date: Fri, 22 Jan 2021 10:43:19 -0800 Subject: Remove dependency to abi/linux abi package is to be used by the Sentry to implement the Linux ABI. Code dealing with the host should use x/sys/unix. PiperOrigin-RevId: 353272679 --- runsc/fsgofer/BUILD | 1 - 1 file changed, 1 deletion(-) (limited to 'runsc/fsgofer/BUILD') diff --git a/runsc/fsgofer/BUILD b/runsc/fsgofer/BUILD index c56e1d4d0..3280b74fe 100644 --- a/runsc/fsgofer/BUILD +++ b/runsc/fsgofer/BUILD @@ -12,7 +12,6 @@ go_library( ], visibility = ["//runsc:__subpackages__"], deps = [ - "//pkg/abi/linux", "//pkg/cleanup", "//pkg/fd", "//pkg/log", -- cgit v1.2.3