rtnetlink/go.mod
Matt Layher 4e9cdead09
rtnetlink: add RouteMetrics nested attributes within RouteAttributes (#81)
Signed-off-by: Matt Layher <mlayher@fastly.com>
2020-10-02 16:52:24 +02:00

10 lines
183 B
Modula-2

module github.com/jsimonetti/rtnetlink
go 1.12
require (
github.com/google/go-cmp v0.5.2
github.com/mdlayher/netlink v1.1.0
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5
)