summaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-03-02 15:11:33 -0800
committergVisor bot <gvisor-bot@google.com>2020-03-02 15:11:33 -0800
commitd80b6a6e498fa9301250572a1abcfa68c5aaaa1c (patch)
treeb3116801bc12fcdada4cb51d73ea59805d3fbd52 /go.mod
parent33101752501fafea99d77f34bbd65f3e0083d22e (diff)
parent5fadbea3ed71d1d02d96289bd545871de59a4359 (diff)
Merge pull request #2039 from avagin:update-golang.org-x-sys
PiperOrigin-RevId: 298457842
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
)