mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-12-20 23:46:09 +01:00
10 lines
259 B
Modula-2
10 lines
259 B
Modula-2
|
module github.com/ema/qdisc
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/jsimonetti/rtnetlink v0.0.0-20190830100107-3784a6c7c552 // indirect
|
||
|
github.com/mdlayher/netlink v0.0.0-20190828143259-340058475d09
|
||
|
golang.org/x/sys v0.0.0-20190902133755-9109b7679e13 // indirect
|
||
|
)
|