Add module config
This commit is contained in:
10
go.mod
Normal file
10
go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user