Files
cloudpods/vendor/github.com/mdlayher/ethernet/go.mod
wanyaoqi 7371f1ca55 dhcp use raw socket
vendor update
update golang/x/sys
2019-06-21 13:42:37 +08:00

11 lines
293 B
Modula-2

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
)