module github.com/mdlayher/netlink

go 1.12

require (
	github.com/google/go-cmp v0.5.6
	github.com/josharian/native v0.0.0-20200817173448-b6b71def0850
	github.com/jsimonetti/rtnetlink v0.0.0-20210525051524-4cc836578190
	github.com/mdlayher/ethtool v0.0.0-20210210192532-2b88debcdd43
	github.com/mdlayher/socket v0.0.0-20210307095302-262dc9984e00
	golang.org/x/net v0.0.0-20210525063256-abc453219eb5
	golang.org/x/sys v0.0.0-20210525143221-35b2ab0089ea
)
