module github.com/mdlayher/ethtool

go 1.15

require (
	github.com/BurntSushi/toml v0.4.1 // indirect
	github.com/davecgh/go-spew v1.1.1
	github.com/google/go-cmp v0.5.6
	github.com/mdlayher/genetlink v1.0.0
	github.com/mdlayher/netlink v1.4.1
	github.com/mdlayher/socket v0.0.0-20211007213009-516dcbdf0267 // indirect
	golang.org/x/mod v0.5.1 // indirect
	golang.org/x/net v0.0.0-20211020060615-d418f374d309 // indirect
	golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359
	golang.org/x/tools v0.1.7 // indirect
	honnef.co/go/tools v0.2.1
)
