summaryrefslogtreecommitdiff
path: root/vendor/github.com/vishvananda/netlink/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/vishvananda/netlink/go.mod')
-rw-r--r--vendor/github.com/vishvananda/netlink/go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/vishvananda/netlink/go.mod b/vendor/github.com/vishvananda/netlink/go.mod
index 09ee60e77..9d8455ee7 100644
--- a/vendor/github.com/vishvananda/netlink/go.mod
+++ b/vendor/github.com/vishvananda/netlink/go.mod
@@ -3,6 +3,6 @@ module github.com/vishvananda/netlink
go 1.12
require (
- github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df
- golang.org/x/sys v0.0.0-20190606203320-7fc4e5ec1444
+ github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae
+ golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1
)