mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-01-08 04:17:35 -08:00
1567cefdae
Update all vendoring to current releases. Signed-off-by: Ben Kochie <superq@gmail.com>
11 lines
234 B
Modula-2
11 lines
234 B
Modula-2
module github.com/mdlayher/genetlink
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.3.1
|
|
github.com/mdlayher/netlink v1.0.0
|
|
golang.org/x/net v0.0.0-20191007182048-72f939374954
|
|
golang.org/x/sys v0.0.0-20191008105621-543471e840be
|
|
)
|