module github.com/mdlayher/ethernet go 1.12 require ( github.com/google/go-cmp v0.3.0 // indirect github.com/mdlayher/raw v0.0.0-20190606142536-fef19f00fc18 golang.org/x/net v0.0.0-20190603091049-60506f45cf65 // indirect golang.org/x/sys v0.0.0-20190606122018-79a91cf218c4 // indirect )