diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-03-02 23:14:09 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-03-02 23:14:09 +0000 |
commit | c78bb6b97c767f054c6967b390a95450456d2dde (patch) | |
tree | 5cbe1acce4d297114d4800cd9b4006627dbe0ce1 /go.mod | |
parent | 254da159f20d26ce24b37b211a69e9ed442c9e13 (diff) | |
parent | d80b6a6e498fa9301250572a1abcfa68c5aaaa1c (diff) |
Merge release-20200219.0-83-gd80b6a6 (automated)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ require ( github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 github.com/vishvananda/netlink v1.0.1-0.20190318003149-adb577d4a45e github.com/vishvananda/netns v0.0.0-20171111001504-be1fbeda1936 // indirect - golang.org/x/sys v0.0.0-20190412213103-97732733099d + golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 golang.org/x/time v0.0.0-20191024005414-555d28b269f0 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect ) |