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 /go.mod | |
parent | 90a116890fcea9fd39911bae854e4e67608a141d (diff) |
Resolve impossible dependencies.
PiperOrigin-RevId: 251377523
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |