diff options
author | Fabricio Voznika <fvoznika@google.com> | 2018-07-31 15:06:36 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-07-31 15:07:53 -0700 |
commit | 413bfb39a940455cb116c7d0ca715b2ced78a11c (patch) | |
tree | fce9e861ba371e38f9948a83fade166852b2d4c7 /runsc/specutils/BUILD | |
parent | 6cad96f38a6de187d2aa3640c492bdfbdbdc589b (diff) |
Use backoff package for retry logic
PiperOrigin-RevId: 206834838
Change-Id: I9a44c6fa5f4766a01f86e90810f025cefecdf2d4
Diffstat (limited to 'runsc/specutils/BUILD')
-rw-r--r-- | runsc/specutils/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/specutils/BUILD b/runsc/specutils/BUILD index 34c952bdf..a22ab789a 100644 --- a/runsc/specutils/BUILD +++ b/runsc/specutils/BUILD @@ -13,6 +13,7 @@ go_library( "//pkg/abi/linux", "//pkg/log", "//pkg/sentry/kernel/auth", + "@com_github_cenkalti_backoff//:go_default_library", "@com_github_opencontainers_runtime-spec//specs-go:go_default_library", ], ) |