Add module config

This commit is contained in:
Ian Gulliver
2020-07-26 03:38:26 +00:00
parent 68e0cb5e32
commit 08d3cff905
2 changed files with 33 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
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
)