mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/yunionio/cloudpods.git
synced 2026-09-21 00:24:07 +08:00
11 lines
293 B
Modula-2
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
|
|
)
|