summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/BUILD
diff options
context:
space:
mode:
authorFabricio Voznika <fvoznika@google.com>2018-06-08 09:58:29 -0700
committerShentubot <shentubot@google.com>2018-06-08 09:59:26 -0700
commit5c51bc51e43a0f1d1f06ae490b0d352d1b483766 (patch)
tree356f35ee9f4980879a0b1ae2f975fae1e041de18 /runsc/boot/BUILD
parent5c37097e34a513845d77bb8b7240f0074aa1c1e9 (diff)
Drop capabilities not needed by Gofer
PiperOrigin-RevId: 199808391 Change-Id: Ib37a4fb6193dc85c1f93bc16769d6aa41854b9d4
Diffstat (limited to 'runsc/boot/BUILD')
-rw-r--r--runsc/boot/BUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/runsc/boot/BUILD b/runsc/boot/BUILD
index 1746df988..73893d699 100644
--- a/runsc/boot/BUILD
+++ b/runsc/boot/BUILD
@@ -5,7 +5,6 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")
go_library(
name = "boot",
srcs = [
- "capability.go",
"config.go",
"controller.go",
"events.go",
@@ -72,7 +71,6 @@ go_library(
"//runsc/boot/filter",
"//runsc/specutils",
"@com_github_opencontainers_runtime-spec//specs-go:go_default_library",
- "@com_github_syndtr_gocapability//capability:go_default_library",
],
)