summaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-03-02 23:14:09 +0000
committergVisor bot <gvisor-bot@google.com>2020-03-02 23:14:09 +0000
commitc78bb6b97c767f054c6967b390a95450456d2dde (patch)
tree5cbe1acce4d297114d4800cd9b4006627dbe0ce1 /go.mod
parent254da159f20d26ce24b37b211a69e9ed442c9e13 (diff)
parentd80b6a6e498fa9301250572a1abcfa68c5aaaa1c (diff)
Merge release-20200219.0-83-gd80b6a6 (automated)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 80d7b513a..434fa713f 100644
--- a/go.mod
+++ b/go.mod
@@ -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
)