diff options
author | Adin Scannell <ascannell@google.com> | 2019-06-03 22:59:35 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-06-03 23:00:40 -0700 |
commit | f520d0d585e159da902b2880c5e115abeaacf9cb (patch) | |
tree | 6b513fe385dc398030e45a0307312f0c3e9789f3 /WORKSPACE | |
parent | 90a116890fcea9fd39911bae854e4e67608a141d (diff) |
Resolve impossible dependencies.
PiperOrigin-RevId: 251377523
Diffstat (limited to 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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( |