aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/vishvananda/netlink/go.mod
blob: 09ee60e7784d8c502cfe683bb382d6ccd0721b00 (plain)
1
2
3
4
5
6
7
8
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
)