node_exporter/vendor/github.com/mdlayher/netlink/go.mod

11 lines
264 B
Modula-2
Raw Normal View History

module github.com/mdlayher/netlink
go 1.12
require (
github.com/google/go-cmp v0.4.0
github.com/jsimonetti/rtnetlink v0.0.0-20200117123717-f846d4f6c1f4
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5
)