manikkaraj k | 9eb6cac | 2019-05-09 12:32:03 -0400 | [diff] [blame] | 1 | module github.com/mdlayher/ethernet |
2 | |||||
3 | go 1.12 | ||||
4 | |||||
Abhilash S.L | 3b49463 | 2019-07-16 15:51:09 +0530 | [diff] [blame] | 5 | require ( |
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 | ) |