Add "github.com/cenkalti/backoff" dependency to WORKSPACE file.

PiperOrigin-RevId: 206193369
Change-Id: I70b67848f498f48c3ff809b60dd08b67001c9324
This commit is contained in:
Nicolas Lacasse 2018-07-26 11:35:51 -07:00 committed by Shentubot
parent e5adf42f66
commit 6d7199bcff
1 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,12 @@ load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies", "go_repository")
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",