Resolve impossible dependencies.

PiperOrigin-RevId: 251377523
This commit is contained in:
Adin Scannell
2019-06-03 23:00:40 -07:00
committed by Shentubot
parent 90a116890f
commit f520d0d585
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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(
+2 -1
View File
@@ -1,8 +1,9 @@
module gvisor.googlesource.com/gvisor
go 1.12
require (
github.com/cenkalti/backoff v2.1.1
github.com/cenkalti/backoff v2.2.0
github.com/gofrs/flock v0.6.1-0.20180915234121-886344bea079
github.com/golang/mock v1.3.1
github.com/golang/protobuf v1.3.1