summaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorNicolas Lacasse <nlacasse@google.com>2018-07-26 11:35:51 -0700
committerShentubot <shentubot@google.com>2018-07-26 11:37:31 -0700
commit6d7199bcffcb45b2bdb662128034a9b728a74efb (patch)
treea8713588daf4ac0d931f85732da64557865ccd7f /WORKSPACE
parente5adf42f66a3090f6124bceb5487238bf7526302 (diff)
Add "github.com/cenkalti/backoff" dependency to WORKSPACE file.
PiperOrigin-RevId: 206193369 Change-Id: I70b67848f498f48c3ff809b60dd08b67001c9324
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE6
1 files changed, 6 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 20f23fd8d..d54173e5b 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -17,6 +17,12 @@ gazelle_dependencies()
# Add dependencies on external repositories.
go_repository(
+ name = "com_github_cenkalti_backoff",
+ importpath = "github.com/cenkalti/backoff",
+ commit = "66e726b43552c0bab0539b28e640b89fd6862115",
+)
+
+go_repository(
name = "com_github_google_go-cmp",
importpath = "github.com/google/go-cmp",
commit = "3af367b6b30c263d47e8895973edcca9a49cf029",