Files

12 lines
311 B
Modula-2
Raw Permalink Normal View History

2020-07-26 03:38:26 +00:00
module github.com/firestuff/netperfect
go 1.14
require (
github.com/mdlayher/ethernet v0.0.0-20190606142754-0394541c37b7
github.com/mdlayher/lldp v0.0.0-20150915211757-afd9f83164c5
github.com/mdlayher/raw v0.0.0-20191009151244-50f2db8cc065
github.com/vishvananda/netlink v1.1.0
2020-07-26 17:16:08 +00:00
gopkg.in/yaml.v2 v2.3.0
2020-07-26 03:38:26 +00:00
)