diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-03-02 15:11:33 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-03-02 15:11:33 -0800 |
commit | d80b6a6e498fa9301250572a1abcfa68c5aaaa1c (patch) | |
tree | b3116801bc12fcdada4cb51d73ea59805d3fbd52 /go.mod | |
parent | 33101752501fafea99d77f34bbd65f3e0083d22e (diff) | |
parent | 5fadbea3ed71d1d02d96289bd545871de59a4359 (diff) |
Merge pull request #2039 from avagin:update-golang.org-x-sys
PiperOrigin-RevId: 298457842
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 ) |