summaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2019-06-03 22:59:35 -0700
committerShentubot <shentubot@google.com>2019-06-03 23:00:40 -0700
commitf520d0d585e159da902b2880c5e115abeaacf9cb (patch)
tree6b513fe385dc398030e45a0307312f0c3e9789f3 /WORKSPACE
parent90a116890fcea9fd39911bae854e4e67608a141d (diff)
Resolve impossible dependencies.
PiperOrigin-RevId: 251377523
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE2
1 files changed, 1 insertions, 1 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 89e4b5175..a54a80fb7 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -38,8 +38,8 @@ http_archive(
# External repositories, in sorted order.
go_repository(
name = "com_github_cenkalti_backoff",
+ commit = "2146c9339422",
importpath = "github.com/cenkalti/backoff",
- tag = "v2.1.1",
)
go_repository(