blob: ffe38030caaefd2c79a3b452d1500b64aeef176a [file] [log] [blame]
manikkaraj k9eb6cac2019-05-09 12:32:03 -04001module github.com/mdlayher/ethernet
2
3go 1.12
4
Abhilash S.L3b494632019-07-16 15:51:09 +05305require (
6 github.com/google/go-cmp v0.3.0 // indirect
7 github.com/mdlayher/raw v0.0.0-20190606142536-fef19f00fc18
8 golang.org/x/net v0.0.0-20190603091049-60506f45cf65 // indirect
9 golang.org/x/sys v0.0.0-20190606122018-79a91cf218c4 // indirect
10)