diff options
author | Fabricio Voznika <fvoznika@google.com> | 2018-08-21 13:13:34 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-08-21 13:14:43 -0700 |
commit | d6d165cb0b8147461388287ffd4cfee221940123 (patch) | |
tree | 8beb9ea0e792c6691385f5b9d7ca65f0a1eaf9dc /runsc/container/BUILD | |
parent | 9c407382b031f16160f83383ef8b0d419457829a (diff) |
Initial change for multi-gofer support
PiperOrigin-RevId: 209647293
Change-Id: I980fca1257ea3fcce796388a049c353b0303a8a5
Diffstat (limited to 'runsc/container/BUILD')
-rw-r--r-- | runsc/container/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/container/BUILD b/runsc/container/BUILD index d4c650892..1171355c8 100644 --- a/runsc/container/BUILD +++ b/runsc/container/BUILD @@ -23,10 +23,10 @@ go_library( deps = [ "//pkg/log", "//pkg/sentry/control", - "//pkg/syserror", "//runsc/boot", "//runsc/sandbox", "//runsc/specutils", + "@com_github_cenkalti_backoff//:go_default_library", "@com_github_opencontainers_runtime-spec//specs-go:go_default_library", ], ) |