diff options
author | Fabricio Voznika <fvoznika@google.com> | 2021-01-22 10:43:19 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-01-22 10:47:28 -0800 |
commit | 9b4f4655ed5ddcbe34806a28b2bc5d8f61fbb215 (patch) | |
tree | 3cb06289877862ceb4166111194180d40318f5e3 /runsc/fsgofer/BUILD | |
parent | f14f3ba3eff3a445a043a7b2f877ebf4ff862e7d (diff) |
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
Diffstat (limited to 'runsc/fsgofer/BUILD')
-rw-r--r-- | runsc/fsgofer/BUILD | 1 |
1 files changed, 0 insertions, 1 deletions
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", |