module github.com/mdlayher/ethtool

go 1.15

require (
	github.com/davecgh/go-spew v1.1.1
	github.com/google/go-cmp v0.5.4
	github.com/mdlayher/genetlink v1.0.0
	github.com/mdlayher/netlink v1.2.2-0.20210123213345-5cc92139ae3e
	golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
	golang.org/x/sys v0.0.0-20210123111255-9b0068b26619
	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)
